aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-30f2fs: don't bother wait_ms by foreground gcqixiaoyu11-2/+5
2022-07-30f2fs: invalidate meta pages only for post_read required inodeChao Yu3-7/+11
2022-07-30f2fs: allow compression of files without blocksChao Liu1-1/+1
2022-07-30f2fs: fix to check inline_data during compressed inode conversionChao Yu1-1/+1
2022-07-30f2fs: Delete f2fs_copy_page() and replace with memcpy_page()Fabio M. De Francesco2-11/+1
2022-07-30f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu1-2/+5
2022-07-30f2fs: add a sysfs entry to show zone capacityJaegeuk Kim1-0/+10
2022-07-30f2fs: adjust zone capacity when considering valid block countJaegeuk Kim5-14/+13
2022-07-30f2fs: enforce single zone capacityJaegeuk Kim4-35/+22
2022-07-30f2fs: remove redundant code for gc conditionduguowei1-11/+10
2022-07-30f2fs: introduce memory modeDaeho Jeong2-0/+37
2022-07-30fs/dcache: Move wakeup out of i_seq_dir write held region.Sebastian Andrzej Siewior1-5/+5
2022-07-30fs/dcache: Move the wakeup from __d_lookup_done() to the caller.Sebastian Andrzej Siewior1-7/+28
2022-07-30fs/dcache: Disable preemption on i_dir_seq write side on PREEMPT_RTSebastian Andrzej Siewior1-1/+11
2022-07-30d_add_ci(): make sure we don't miss d_lookup_done()Al Viro1-0/+1
2022-07-29ocfs2: fix a typo in a commentChristophe JAILLET1-1/+1
2022-07-29ocfs2: use the bitmap API to simplify codeChristophe JAILLET1-2/+2
2022-07-29ocfs2: remove some useless functionsChristophe JAILLET1-19/+2
2022-07-29proc: add some (hopefully) insightful commentsAlexey Dobriyan4-5/+27
2022-07-29squashfs: support reading fragments in readahead callPhillip Lougher1-3/+44
2022-07-29squashfs: implement readaheadHsin-Yi Wang1-1/+91
2022-07-29squashfs: always build "file direct" version of page actorPhillip Lougher2-48/+2
2022-07-29Revert "squashfs: provide backing_dev_info in order to disable read-ahead"Hsin-Yi Wang1-33/+0
2022-07-29hugetlbfs: fix inaccurate comment in hugetlbfs_statfs()Miaohe Lin1-1/+1
2022-07-29hugetlbfs: cleanup some comments in inode.cMiaohe Lin1-3/+2
2022-07-29hugetlbfs: remove unneeded header fileMiaohe Lin1-1/+0
2022-07-29hugetlbfs: remove unneeded hugetlbfs_ops forward declarationMiaohe Lin1-1/+0
2022-07-29hugetlbfs: use helper macro SZ_1{K,M}Miaohe Lin1-2/+2
2022-07-29xfs: fail dax mount if reflink is enabled on a partitionShiyang Ruan1-2/+4
2022-07-29userfaultfd: don't fail on unrecognized featuresAxel Rasmussen1-4/+2
2022-07-29NFSD: add security label to struct nfsd_attrsNeilBrown3-68/+15
2022-07-29NFSD: set attributes when creating symlinksNeilBrown5-12/+30
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown6-30/+71
2022-07-29NFSD: verify the opened dentry after setting a delegationJeff Layton3-5/+51
2022-07-29NFSD: drop fh argument from alloc_init_delegJeff Layton1-8/+6
2022-07-29NFSD: Move copy offload callback arguments into a separate structureChuck Lever3-45/+47
2022-07-29NFSD: Add nfsd4_send_cb_offload()Chuck Lever1-15/+22
2022-07-29NFSD: Remove kmalloc from nfsd4_do_async_copy()Chuck Lever1-14/+14
2022-07-29NFSD: Refactor nfsd4_do_copy()Chuck Lever1-8/+14
2022-07-29NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)Chuck Lever1-8/+7
2022-07-29NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)Chuck Lever1-5/+5
2022-07-29NFSD: Replace boolean fields in struct nfsd4_copyChuck Lever3-43/+53
2022-07-29NFSD: Make nfs4_put_copy() staticChuck Lever2-2/+1
2022-07-29NFSD: Reorder the fields in struct nfsd4_opChuck Lever1-2/+2
2022-07-29NFSD: Shrink size of struct nfsd4_copyChuck Lever3-4/+11
2022-07-29NFSD: Shrink size of struct nfsd4_copy_notifyChuck Lever3-6/+14
2022-07-29NFSD: nfserrno(-ENOMEM) is nfserr_jukeboxChuck Lever1-2/+2
2022-07-29NFSD: Fix strncpy() fortify warningChuck Lever1-1/+1
2022-07-29NFSD: Clean up nfsd4_encode_readlink()Chuck Lever1-15/+9
2022-07-29NFSD: Use xdr_pad_size()Chuck Lever1-7/+4