aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig3-10/+9
2017-11-06xfs: treat idx as a cursor in xfs_bmap_collapse_extentsChristoph Hellwig1-11/+6
2017-11-06xfs: treat idx as a cursor in xfs_bmap_del_extent_*Christoph Hellwig1-3/+3
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-17/+18
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_realChristoph Hellwig1-5/+5
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delayChristoph Hellwig1-4/+5
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_realChristoph Hellwig1-11/+16
2017-11-06xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_realChristoph Hellwig1-1/+1
2017-11-06xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_realChristoph Hellwig1-4/+4
2017-11-06ecryptfs: remove unnecessary i_version bumpJeff Layton1-1/+0
2017-11-06ecryptfs: use ARRAY_SIZEJérémy Lefaure1-4/+3
2017-11-06ecryptfs: Adjust four checks for null pointersMarkus Elfring2-4/+4
2017-11-06ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth_tok()Markus Elfring1-7/+4
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring6-59/+7
2017-11-06eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter1-3/+4
2017-11-05f2fs: avoid race in between GC and block exchangeChao Yu2-5/+28
2017-11-05f2fs: save a multiplication for last_nid calculationFan Li1-1/+1
2017-11-05f2fs: fix summary info corruptionChao Yu2-1/+29
2017-11-05f2fs: remove dead code in update_meta_pageChao Yu1-5/+1
2017-11-05f2fs: remove unneeded semicolonChao Yu1-1/+1
2017-11-05f2fs: don't bother with inode->i_versionJeff Layton1-2/+0
2017-11-05f2fs: check curseg space before foreground GCChao Yu1-0/+30
2017-11-05f2fs: use rw_semaphore to protect SIT cacheChao Yu3-22/+26
2017-11-05f2fs: support quota sys filesJaegeuk Kim4-18/+157
2017-11-05f2fs: add quota_ino feature infraJaegeuk Kim2-0/+13
2017-11-05f2fs: optimize __update_nat_bitsFan Li1-5/+7
2017-11-05f2fs: modify for accurate fggc node io statYunlei He1-31/+31
2017-11-05Revert "f2fs: handle dirty segments inside refresh_sit_entry"Yunlong Song2-14/+14
2017-11-05f2fs: add a function to move nidFan Li1-21/+36
2017-11-05f2fs: export SSR allocation thresholdChao Yu3-1/+6
2017-11-05f2fs: give correct trimmed blocks in fstrimChao Yu2-9/+19
2017-11-05f2fs: support bio allocation error injectionChao Yu4-9/+21
2017-11-05f2fs: support get_page error injectionChao Yu5-4/+20
2017-11-05f2fs: support soft block reservationYunlong Song3-6/+25
2017-11-05f2fs: handle error case when adding xattr entryJaegeuk Kim1-19/+28
2017-11-05f2fs: support flexible inline xattr sizeChao Yu7-25/+115
2017-11-05f2fs: show current cp stateJaegeuk Kim1-2/+3
2017-11-05f2fs: add missing quota_initializeJaegeuk Kim2-0/+13
2017-11-05f2fs: show # of dirty segments via sysfsJaegeuk Kim1-0/+9
2017-11-05f2fs: stop all the operations by cp_error flagJaegeuk Kim5-1/+62
2017-11-05vfs: grab the lock instead of blocking in __fd_install during resizingMateusz Guzik1-4/+7
2017-11-05vfs: stop clearing close on exec when closing a fdMateusz Guzik1-1/+0
2017-11-05fs: make fiemap work from compat_ioctlJosef Bacik1-0/+1
2017-11-05coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes1-2/+1
2017-11-05pstore: remove unneeded unlikely()Hirofumi Nakagawa1-1/+1
2017-11-05vfs: remove unneeded unlikely()Hirofumi Nakagawa1-1/+1
2017-11-04ecryptfs: remove private bin2hex implementationRasmus Villemoes2-16/+8
2017-11-04ecryptfs: add missing \n to end of various error messagesColin Ian King3-3/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller487-8/+512
2017-11-03xfs: scrub: avoid uninitialized return codeDarrick J. Wong1-1/+1