summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-12-10NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever
2022-12-10NFSD: add CB_RECALL_ANY tracepointsDai Ngo
2022-12-10NFSD: add delegation reaper to react to low memory conditionDai Ngo
2022-12-10NFSD: add support for sending CB_RECALL_ANYDai Ngo
2022-12-10NFSD: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo
2022-12-10trace: Relocate event helper filesChuck Lever
2022-12-10NFSD: pass range end to vfs_fsync_range() instead of countBrian Foster
2022-12-10lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton
2022-12-10lockd: ensure we use the correct file descriptor when unlockingJeff Layton
2022-12-10lockd: set missing fl_flags field when retrieving argsJeff Layton
2022-12-10NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng
2022-12-10nfsd: return error if nfs4_setacl failsJeff Layton
2022-12-10lockd: set other missing fields when unlocking filesTrond Myklebust
2022-12-10NFSD: Add an nfsd_file_fsync tracepointChuck Lever
2022-12-10nfsd: fix up the filecache laundrette schedulingJeff Layton
2022-11-28nfsd: reorganize filecache.cJeff Layton
2022-11-28nfsd: remove the pages_flushed statistic from filecacheJeff Layton
2022-11-28NFSD: Fix licensing header in filecache.cChuck Lever
2022-11-28NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever
2022-11-28NFSD: Refactor find_file()Chuck Lever
2022-11-28NFSD: Clean up find_or_add_file()Chuck Lever
2022-11-28NFSD: Add a nfsd4_file_hash_remove() helperChuck Lever
2022-11-28NFSD: Clean up nfsd4_init_file()Chuck Lever
2022-11-28NFSD: Update file_hashtbl() helpersChuck Lever
2022-11-28NFSD: Use const pointers as parameters to fh_ helpersChuck Lever
2022-11-28NFSD: Trace delegation revocationsChuck Lever
2022-11-28NFSD: Trace stateids returned via DELEGRETURNChuck Lever
2022-11-28NFSD: Clean up nfs4_preprocess_stateid_op() call sitesChuck Lever
2022-11-28NFSD: Flesh out a documenting comment for filecache.cChuck Lever
2022-11-28NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collectionChuck Lever
2022-11-28NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"Chuck Lever
2022-11-28NFSD: Pass the target nfsd_file to nfsd_commit()Chuck Lever
2022-11-28nfsd: don't call nfsd_file_put from client states seqfile displayJeff Layton
2022-11-28exportfs: use pr_debug for unreachable debug statementsDavid Disseldorp
2022-11-28nfsd: allow disabling NFSv2 at compile timeJeff Layton
2022-11-28nfsd: move nfserrno() to vfs.cJeff Layton
2022-11-28nfsd: ignore requests to disable unsupported versionsJeff Layton
2022-11-28NFSD: Finish converting the NFSv3 GETACL result encoderChuck Lever
2022-11-28NFSD: Finish converting the NFSv2 GETACL result encoderChuck Lever
2022-11-28NFSD: Remove redundant assignment to variable host_errColin Ian King
2022-11-28NFSD: Simplify READ_PLUSAnna Schumaker
2022-11-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-11-27Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-11-26Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2022-11-25Merge tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2022-11-25Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-11-25zonefs: Fix active zone accountingDamien Le Moal
2022-11-25vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein