aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-02-25NFS: Replace last uses of NFS_INO_REVAL_PAGECACHETrond Myklebust2-14/+12
2022-02-25NFSv4: use unique client identifiers in network namespacesBenjamin Coddington1-0/+14
2022-02-25NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKEDOlga Kornievskaia2-2/+10
2022-02-25NFSv4.2/copyoffload: Convert GFP_NOFS to GFP_KERNELTrond Myklebust3-8/+8
2022-02-25NFSv4/flexfiles: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2-9/+10
2022-02-25NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust4-14/+13
2022-02-25NFSv4.2: Fix up an invalid combination of memory allocation flagsTrond Myklebust1-4/+3
2022-02-25NFSv4: Charge NFSv4 open state trackers to kmemcgTrond Myklebust2-4/+5
2022-02-25NFS: Charge open/lock file contexts to kmemcgTrond Myklebust2-3/+3
2022-02-25NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust1-0/+12
2022-02-25NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong1-3/+6
2022-02-25Merge tag 'configfs-5.17-2022-02-25' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-0/+14
2022-02-25Merge tag 'for-5.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-84/+296
2022-02-25Convert NFS from readpages to readaheadMatthew Wilcox (Oracle)3-12/+17
2022-02-25NFS: simplify check for freeing cn_respTom Rix1-2/+2
2022-02-25f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park1-3/+3
2022-02-25f2fs: Restore rwsem lockdep supportBart Van Assche1-2/+10
2022-02-25f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim1-0/+1
2022-02-25ext2: correct max file size computingZhang Yi1-1/+5
2022-02-25debugfs: Document that debugfs_create functions need not be error checkedDouglas Anderson1-0/+10
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-6/+0
2022-02-24Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+17
2022-02-24btrfs: reduce extent threshold for autodefragQu Wenruo3-4/+17
2022-02-24fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein2-10/+30
2022-02-24fsnotify: fix merge with parent's ignored maskAmir Goldstein2-10/+11
2022-02-23btrfs: autodefrag: only scan one inode onceQu Wenruo1-62/+22
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo3-0/+24
2022-02-23btrfs: defrag: bring back the old file extent search behaviorQu Wenruo1-4/+157
2022-02-23btrfs: defrag: remove an ambiguous condition for rejectionQu Wenruo1-4/+0
2022-02-23btrfs: defrag: don't defrag extents which are already at max capacityQu Wenruo1-0/+20
2022-02-23btrfs: defrag: don't try to merge regular extents with preallocated extentsQu Wenruo1-6/+11
2022-02-23kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman3-1/+28
2022-02-22configfs: fix a race in configfs_{,un}register_subsystem()ChenXiaoSong1-0/+14
2022-02-22io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken1-1/+9
2022-02-22reiserfs: get rid of AOP_FLAG_CONT_EXPAND flagEdward Shishkin1-11/+5
2022-02-22kernfs: remove redundant kernfs_rwsem declaration.Imran Khan1-1/+0
2022-02-21fuse: move FUSE_SUPER_MAGIC definition to magic.hJeff Layton1-2/+1
2022-02-21io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe1-6/+7
2022-02-20Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+30
2022-02-18Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-10/+6
2022-02-18Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-10/+17
2022-02-18fuse: fix fileattr op failureMiklos Szeredi1-3/+6
2022-02-17fsdax: fix function descriptionShiyang Ruan1-1/+1
2022-02-17fs/file_table: fix adding missing kmemleak_not_leak()Luis Chamberlain1-2/+6
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva8-14/+14
2022-02-16cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French1-5/+6
2022-02-16NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust1-6/+3
2022-02-15elfcore: Replace CONFIG_{IA64, UML} checks with a new optionCatalin Marinas1-0/+3
2022-02-15btrfs: defrag: allow defrag_one_cluster() to skip large extent which is not a targetQu Wenruo1-9/+39
2022-02-15btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns1-0/+11