aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* iio: sensors-core: st: Clean-up error handling in st_sensors_read_info_raw()Lee Jones2018-12-111-7/+4
* iio: sensors-core: st: Allow full-scale to be an optional featureLee Jones2018-12-111-4/+7
* iio: sensors-core: st: Support sensors which don't have a Data Ready pinLee Jones2018-12-111-11/+22
* iio: st_sensors: announce registered sensorsLinus Walleij2018-12-113-0/+9
* iio: imu: st_lsm6dsx: fix typo in gyro sensitivity definitionLorenzo Bianconi2018-12-111-3/+3
* iio:accel: Register buffer also without specific triggerDenis CIOCCA2018-12-111-9/+8
* iio: accel-core: st: Clean up error handling in probe()Lee Jones2018-12-111-9/+10
* iio: accel: st_accel: Use devm_iio_device_allocSachin Kamat2018-12-113-23/+8
* iio: Added ST-sensors platform data to select the DRDY interrupt pinDenis CIOCCA2018-12-1114-33/+106
* iio:common: Removed stuff macros, added num_data_channels on st_sensors struc...Denis CIOCCA2018-12-116-33/+75
* iio:common: ST_SENSORS_LSM_CHANNELS macro changedDenis CIOCCA2018-12-114-44/+69
* mm: vmpressure.c mismergeMoyster2018-12-111-1/+1
* arm, pm, vmpressure: add missing slab.h includesTejun Heo2018-12-113-0/+3
* mm: vmpressure: dynamic window sizing.Martijn Coenen2018-12-113-34/+135
* defconfig: regen for sdfat and new ram_consoleMoyster2018-12-021-19/+23
* sdfat: merge v2.0.8Moyster2018-12-026-66/+101
* fs: sdfat: Add -lineage extraversion to SDFAT_VERSIONPaul Keith2018-12-021-1/+1
* fs: sdfat: Add MODULE_ALIAS_FS for supported filesystemsPaul Keith2018-12-021-0/+3
* fs: sdfat: Add config option to register sdFAT for VFATPaul Keith2018-12-022-0/+52
* fs: sdfat: Add config option to register sdFAT for exFATPaul Keith2018-12-022-1/+32
* fs: sdfat: Fix compilation for 32-bit targetsPaul Keith2018-12-021-1/+4
* fs: sdfat: Update to driver version 2.0.6Bruno Martins2018-12-0219-519/+555
* fs: sdfat: Fix compilation without debuggingPaul Keith2018-12-022-0/+6
* fs: sdfat: Fix compilation on Linux 3.4Paul Keith2018-12-021-0/+4
* fs: Import sdFAT driverBruno Martins2018-12-0229-0/+21545
* ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2018-12-023-56/+3
* ext4: add more inode number paranoia checksTheodore Ts'o2018-12-023-6/+7
* ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o2018-12-021-0/+5
* ext4: always verify the magic number in xattr blocksTheodore Ts'o2018-12-021-3/+3
* ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o2018-12-021-8/+14
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-12-021-2/+2
* ext4: always check block group bounds in ext4_init_block_bitmap()Theodore Ts'o2018-12-021-7/+3
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-12-022-8/+5
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-12-024-6/+36
* defconfig: build with CONFIG_MAGIC_SYSRQMoyster2018-12-021-1/+1
* sysrq: Emergency Remount R/O in reverse orderAmir Goldstein2018-12-021-1/+1
* ext4: don't mark mmp buffer head dirtyLi Dongyang2018-12-021-1/+0
* ext4: fix online resize's handling of a too-small final block groupTheodore Ts'o2018-12-021-0/+20
* ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-12-021-0/+2
* ext4: avoid divide by zero fault when deleting corrupted inline directoriesTheodore Ts'o2018-12-022-12/+12
* ext4: reset error code in ext4_find_entry in fallbackEric Sandeen2018-12-021-0/+1
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-12-021-11/+26
* ext4: clear i_data in ext4_inode_info when removing inline dataTheodore Ts'o2018-12-021-0/+1
* ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-12-021-0/+25
* ext4: fix fencepost error in check for inode count overflow during resizeJan Kara2018-12-021-1/+1
* ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner2018-12-021-18/+18
* ext2: fix a block leakAl Viro2018-12-021-10/+0
* ext4: fix bitmap position validationLukas Czerner2018-12-021-4/+5
* ext4: add validity checks for bitmap block numbersTheodore Ts'o2018-12-022-3/+21
* ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o2018-12-021-0/+1