aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
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: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo
2022-12-10NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng
2022-11-30nfsd: use locks_inode_context helperJeff Layton
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: Trace delegation revocationsChuck Lever
2022-11-28NFSD: Trace stateids returned via DELEGRETURNChuck Lever
2022-11-28NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"Chuck Lever
2022-11-28nfsd: don't call nfsd_file_put from client states seqfile displayJeff Layton
2022-11-11Merge tag 'nfsd-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2022-11-08nfsd: put the export reference in nfsd4_verify_deleg_dentryJeff Layton
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-09-26nfsd: extra checks when freeing delegation stateidsJeff Layton
2022-09-26nfsd: make nfsd4_run_cb a bool return functionJeff Layton
2022-09-26nfsd: fix comments about spinlock handling with delegationsJeff Layton
2022-09-26nfsd: only fill out return pointer on success in nfsd4_lookup_stateidJeff Layton
2022-09-26NFSD: fix use-after-free on source server when doing inter-server copyDai Ngo
2022-09-26NFSD: Rename the fields in copy_stateid_tChuck Lever
2022-09-26nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fopsChenXiaoSong
2022-09-26NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo
2022-09-26NFSD: keep track of the number of courtesy clients in the systemDai Ngo
2022-09-26NFSD: Add a mechanism to wait for a DELEGRETURNChuck Lever
2022-09-26NFSD: Add tracepoints to report NFSv4 callback completionsChuck Lever
2022-08-04NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown
2022-08-04NFSD: reduce locking in nfsd_lookup()NeilBrown
2022-07-29NFSD: introduce struct nfsd_attrsNeilBrown
2022-07-29NFSD: verify the opened dentry after setting a delegationJeff Layton
2022-07-29NFSD: drop fh argument from alloc_init_delegJeff Layton
2022-07-29NFSD: limit the number of v4 clients to 1024 per 1GB of system memoryDai Ngo
2022-07-29NFSD: keep track of the number of v4 clients in the systemDai Ngo
2022-07-29NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo
2022-07-29NFSD: Ensure nf_inode is never dereferencedChuck Lever
2022-07-29NFSD: NFSv4 CLOSE should release an nfsd_file immediatelyChuck Lever
2022-07-29NFSD: Separate tracepoints for acquire and createChuck Lever
2022-05-26NFSD: Add documenting comment for nfsd4_release_lockowner()Chuck Lever
2022-05-26NFSD: Modernize nfsd4_release_lockowner()Chuck Lever
2022-05-26NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever
2022-05-23NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever
2022-05-19NFSD: Show state of courtesy client in client infoDai Ngo
2022-05-19NFSD: add support for lock conflict to courteous serverDai Ngo
2022-05-19NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo
2022-05-19NFSD: add support for share reservation conflict to courteous serverDai Ngo