summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-21nfsd: don't call locks_release_private() twice concurrentlyNeilBrown1-1/+1
2024-06-21nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown1-6/+5
2024-06-21nfsd: fix RELEASE_LOCKOWNERNeilBrown1-11/+15
2024-06-21nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton1-10/+11
2024-06-21NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo1-2/+3
2024-06-21nfsd: don't hand out delegation on setuid files being opened for writeJeff Layton1-0/+27
2024-06-21nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton1-3/+1
2024-06-21nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton1-1/+1
2024-06-21NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo1-4/+4
2024-06-21NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo1-11/+11
2024-06-21nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton1-12/+4
2024-06-21NFSD: add delegation reaper to react to low memory conditionDai Ngo1-4/+84
2024-06-21NFSD: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo1-9/+16
2024-06-21NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng1-5/+4
2024-06-21NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever1-35/+62
2024-06-21NFSD: Refactor find_file()Chuck Lever1-21/+15
2024-06-21NFSD: Clean up find_or_add_file()Chuck Lever1-36/+28
2024-06-21NFSD: Add a nfsd4_file_hash_remove() helperChuck Lever1-1/+7
2024-06-21NFSD: Clean up nfsd4_init_file()Chuck Lever1-6/+4
2024-06-21NFSD: Update file_hashtbl() helpersChuck Lever1-2/+2
2024-06-21NFSD: Trace delegation revocationsChuck Lever1-0/+2
2024-06-21NFSD: Trace stateids returned via DELEGRETURNChuck Lever1-0/+1
2024-06-21NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"Chuck Lever1-2/+2
2024-06-21nfsd: use locks_inode_context helperJeff Layton1-3/+3
2024-06-21nfsd: put the export reference in nfsd4_verify_deleg_dentryJeff Layton1-0/+1
2024-06-21nfsd: extra checks when freeing delegation stateidsJeff Layton1-1/+6
2024-06-21nfsd: make nfsd4_run_cb a bool return functionJeff Layton1-3/+2
2024-06-21nfsd: fix comments about spinlock handling with delegationsJeff Layton1-2/+2
2024-06-21nfsd: only fill out return pointer on success in nfsd4_lookup_stateidJeff Layton1-4/+6
2024-06-21NFSD: Rename the fields in copy_stateid_tChuck Lever1-15/+15
2024-06-21nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fopsChenXiaoSong1-12/+2
2024-06-21NFSD: add shrinker to reap courtesy clients on low memory conditionDai Ngo1-8/+86
2024-06-21NFSD: keep track of the number of courtesy clients in the systemDai Ngo1-1/+16
2024-06-21NFSD: Add a mechanism to wait for a DELEGRETURNChuck Lever1-0/+30
2024-06-21NFSD: Add tracepoints to report NFSv4 callback completionsChuck Lever1-0/+4
2024-06-21NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown1-4/+5
2024-06-21NFSD: reduce locking in nfsd_lookup()NeilBrown1-3/+0
2024-06-21NFSD: introduce struct nfsd_attrsNeilBrown1-1/+4
2024-06-21NFSD: verify the opened dentry after setting a delegationJeff Layton1-5/+49
2024-06-21NFSD: drop fh argument from alloc_init_delegJeff Layton1-8/+6
2024-06-21NFSD: limit the number of v4 clients to 1024 per 1GB of system memoryDai Ngo1-6/+21
2024-06-21NFSD: keep track of the number of v4 clients in the systemDai Ngo1-2/+8
2024-06-21NFSD: refactoring v4 specific code to a helper in nfs4state.cDai Ngo1-0/+12
2024-06-21NFSD: Ensure nf_inode is never dereferencedChuck Lever1-1/+1
2024-06-21NFSD: NFSv4 CLOSE should release an nfsd_file immediatelyChuck Lever1-2/+2
2024-06-21NFSD: Separate tracepoints for acquire and createChuck Lever1-0/+1
2024-06-21NFSD: Add documenting comment for nfsd4_release_lockowner()Chuck Lever1-3/+20
2024-06-21NFSD: Modernize nfsd4_release_lockowner()Chuck Lever1-25/+11
2024-06-21NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever1-0/+12
2024-06-21NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever1-3/+13