aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-08-26Deprecate nfsd fault injectionJ. Bruce Fields1-1/+1
2019-08-26udf: Use dynamic debug infrastructureJan Kara2-16/+1
2019-08-26udf: reduce leakage of blocks related to named streamsSteven J. Magnani3-2/+29
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds3-3/+5
2019-08-24jbd2: add missing tracepoint for reserved handleXiaoguang Wang1-0/+3
2019-08-24userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov1-12/+13
2019-08-24Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2019-08-24erofs: move erofs out of stagingGao Xiang21-0/+6689
2019-08-23ext4: fix punch hole for inline_data file systemsTheodore Ts'o1-0/+9
2019-08-23Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+47
2019-08-23Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-88/+82
2019-08-23Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds7-15/+30
2019-08-23f2fs: introduce f2fs_match_name() for cleanupChao Yu1-19/+30
2019-08-23f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala3-9/+46
2019-08-23f2fs: allocate memory in batch in build_sit_info()Chao Yu2-28/+24
2019-08-23f2fs: support FS_IOC_{GET,SET}FSLABELChao Yu2-0/+72
2019-08-23f2fs: fix to avoid data corruption by forbidding SSR overwriteChao Yu1-3/+5
2019-08-23f2fs: Fix build error while CONFIG_NLS=mYueHaibing1-0/+1
2019-08-23Revert "f2fs: avoid out-of-range memory access"Chao Yu1-5/+0
2019-08-23f2fs: cleanup the code in build_sit_entries.Lihong Kou1-2/+0
2019-08-23f2fs: fix wrong available node count calculationChao Yu2-5/+3
2019-08-23f2fs: remove duplicate code in f2fs_file_write_iterLihong Kou1-5/+0
2019-08-23f2fs: fix to migrate blocks correctly during defragmentChao Yu1-4/+6
2019-08-23f2fs: use wrapped f2fs_cp_error()Chao Yu1-1/+1
2019-08-23f2fs: fix to use more generic EOPNOTSUPPChao Yu1-1/+1
2019-08-23f2fs: use wrapped IS_SWAPFILE()Chao Yu1-1/+1
2019-08-23f2fs: Support case-insensitive file name lookupsDaniel Rosenberg8-20/+204
2019-08-23f2fs: include charset encoding information in the superblockDaniel Rosenberg3-0/+124
2019-08-23f2fs: fix to avoid call kvfree under spinlockChao Yu1-1/+4
2019-08-23fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()Jia-Ju Bai1-2/+2
2019-08-23f2fs: disallow direct IO in atomic writeChao Yu1-0/+3
2019-08-23f2fs: fix to handle quota_{on,off} correctlyChao Yu1-2/+25
2019-08-23f2fs: fix to detect cp error in f2fs_setxattr()Chao Yu1-0/+2
2019-08-23f2fs: fix to spread f2fs_is_checkpoint_ready()Chao Yu3-0/+20
2019-08-23f2fs: support fiemap() for directory inodeChao Yu3-2/+9
2019-08-23f2fs: fix to avoid discard command leakChao Yu1-0/+7
2019-08-23f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectlyChao Yu1-1/+2
2019-08-23f2fs: fix to drop meta/node pages during umountChao Yu1-0/+14
2019-08-23f2fs: disallow switching io_bits option during remountChao Yu1-0/+7
2019-08-23f2fs: fix panic of IO alignment featureChao Yu2-1/+11
2019-08-23f2fs: introduce {page,io}_is_mergeable() for readabilityChao Yu1-7/+33
2019-08-22xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong1-0/+1
2019-08-22ext4: rework reserved cluster accounting when invalidating pagesEric Whitney4-161/+353
2019-08-22ext4: treat buffers with write errors as containing valid dataZhangXiaoxu2-2/+15
2019-08-22ext4: fix warning inside ext4_convert_unwritten_extents_endioRakesh Pandit1-2/+2
2019-08-22io_uring: add need_resched() check in inner poll loopJens Axboe1-1/+7
2019-08-22Merge tag 'afs-fixes-20190822' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-2/+7
2019-08-22ubifs: Limit the number of pages in shrink_liabilityLiu Song1-1/+1
2019-08-22ubifs: Correctly initialize c->min_log_bytesRichard Weinberger1-0/+4
2019-08-22ubifs: Fix double unlock around orphan_delete()Richard Weinberger1-2/+0