aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: refactor sysfs support codeTheodore Ts'o2017-12-311-133/+128
* ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o2017-12-314-410/+410
* ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o2017-12-311-1/+12
* ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro2017-12-311-1/+1
* ext4: fix an endianness bug in ext4_encrypted_zeroout()Al Viro2017-12-311-1/+1
* ext4: remove unused definition for MAX_32_NUMFabian Frederick2017-12-311-2/+0
* ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick2017-12-313-14/+7
* ext4: improve ext4lazyinit scalabilityDmitry Monakhov2017-12-311-10/+31
* ext4: remove checks for e_value_blockJan Kara2017-12-311-8/+7
* ext4: explicit mount options parsing cleanupDmitry Monakhov2017-12-311-2/+6
* ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen2017-12-311-4/+8
* ext4: Check that external xattr value block is zeroJan Kara2017-12-311-0/+2
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-12-313-54/+74
* fsync: __FUNCTION__ > __func__ & indentation cleanupMister Oyster2017-12-261-19/+17
* vfs: conditionally clear close-on-exec flagLinus Torvalds2017-12-261-1/+2
* vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds2017-12-261-4/+35
* fs: xattr: Use kvfree()Richard Weinberger2017-12-261-24/+14
* fs/xattr.c: zero out memory copied to userspace in getxattrMichal Hocko2017-12-261-1/+1
* fsync: revert to a version with fbsuspend instead of earlysuspendMister Oyster2017-12-234-194/+160
* Finally eradicate CONFIG_HOTPLUGStephen Rothwell2017-12-221-3/+2
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-221-0/+4
* ANDROID: sdcardfs: notify lower file of opensDaniel Rosenberg2017-12-211-0/+2
* UPSTREAM: fscrypt: lock mutex before checking for bounce page poolEric Biggers2017-12-192-10/+5
* exfat: do error check for d_splice_alias returnMin Shi2017-12-181-1/+1
* ext4: fix data corruption for mmap writesgregkh@linuxfoundation.org2017-12-101-5/+19
* BACKPORT: dentry name snapshotsAl Viro2017-12-084-11/+52
* f2fs: trace f2fs_lookupChao Yu2017-12-061-17/+32
* f2fs: skip searching non-exist range in truncate_holeWeichao Guo2017-12-061-1/+1
* f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim2017-12-061-0/+6
* Revert "FROMLIST: f2fs: expose some sectors to user in inline data or dentry ...Mister Oyster2017-12-061-5/+0
* f2fs: avoid stale fi->gdirty_list pointerJaegeuk Kim2017-12-061-1/+3
* f2fs/crypto: drop crypto key at evict_inode onlyJaegeuk Kim2017-12-061-1/+0
* f2fs: fix to avoid race when accessing last_disk_sizeChao Yu2017-12-063-2/+15
* f2fs: Fix bool initialization/comparisonThomas Meyer2017-12-061-2/+2
* f2fs: give up CP_TRIMMED_FLAG if it drops discardsChao Yu2017-12-063-6/+14
* f2fs: trace f2fs_remove_discardChao Yu2017-12-061-0/+2
* f2fs: reduce cmd_lock coverage in __issue_discard_cmdChao Yu2017-12-061-8/+10
* f2fs: split discard policyChao Yu2017-12-064-96/+88
* f2fs: wrap discard policyChao Yu2017-12-062-10/+40
* f2fs: support issuing/waiting discard in rangeChao Yu2017-12-063-23/+109
* f2fs: fix to flush multiple device in checkpointChao Yu2017-12-064-0/+41
* f2fs: enhance multiple device flushChao Yu2017-12-069-21/+86
* f2fs: fix to show ino management cache size correctlyChao Yu2017-12-061-1/+1
* f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flushChao Yu2017-12-061-2/+4
* f2fs: obsolete ALLOC_NID_LIST listChao Yu2017-12-065-73/+64
* f2fs: convert inline data for direct I/O & FI_NO_PREALLOCWeichao Guo2017-12-061-5/+8
* f2fs: allow readpages with NULL file pointerHsiang Kao2017-12-061-1/+1
* f2fs: show flush list status in sysfsChao Yu2017-12-062-2/+6
* f2fs: introduce read_xattr_blockChao Yu2017-12-061-26/+24
* f2fs: introduce read_inline_xattrChao Yu2017-12-061-30/+29