summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2024-03-26nfsd: Fix creation time serialization orderTavian Barnes
2024-03-26NFSD: Add an nfsd4_encode_nfstime4() helperChuck Lever
2024-03-26NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loopDai Ngo
2024-03-26nfsd: simplify the delayed disposal list codeJeff Layton
2024-03-26NFSD: Convert filecache to rhltableChuck Lever
2024-03-26nfsd: allow reaping files still under writebackJeff Layton
2024-03-26nfsd: update comment over __nfsd_file_cache_purgeJeff Layton
2024-03-26nfsd: don't take/put an extra reference when putting a fileJeff Layton
2024-03-26nfsd: add some comments to nfsd_file_do_acquireJeff Layton
2024-03-26nfsd: don't kill nfsd_files because of lease break errorJeff Layton
2024-03-26nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparatorJeff Layton
2024-03-26nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entriesJeff Layton
2024-03-26nfsd: don't open-code clear_and_wake_up_bitJeff Layton
2024-03-26nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton
2024-03-06nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton
2024-03-06NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo
2024-03-06NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo
2024-03-06NFSD: Use set_bit(RQ_DROPME)Chuck Lever
2024-03-06NFSD: Avoid clashing function prototypesKees Cook
2024-03-06NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever
2024-03-06NFSD: add CB_RECALL_ANY tracepointsDai Ngo
2024-03-06NFSD: add delegation reaper to react to low memory conditionDai Ngo
2024-03-06NFSD: add support for sending CB_RECALL_ANYDai Ngo
2024-03-06NFSD: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo
2024-03-06NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng
2024-03-06nfsd: fix up the filecache laundrette schedulingJeff Layton
2024-03-06nfsd: use locks_inode_context helperJeff Layton
2024-03-06NFSD: Fix licensing header in filecache.cChuck Lever
2024-03-06NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever
2024-03-06NFSD: Refactor find_file()Chuck Lever
2024-03-06NFSD: Clean up find_or_add_file()Chuck Lever
2024-03-06NFSD: Add a nfsd4_file_hash_remove() helperChuck Lever
2024-03-06NFSD: Clean up nfsd4_init_file()Chuck Lever
2024-03-06NFSD: Update file_hashtbl() helpersChuck Lever
2024-03-06NFSD: Use const pointers as parameters to fh_ helpersChuck Lever
2024-03-06NFSD: Trace delegation revocationsChuck Lever
2024-03-06NFSD: Trace stateids returned via DELEGRETURNChuck Lever
2024-03-06NFSD: Clean up nfs4_preprocess_stateid_op() call sitesChuck Lever
2024-03-06NFSD: Flesh out a documenting comment for filecache.cChuck Lever
2024-03-06nfsd: allow disabling NFSv2 at compile timeJeff Layton
2024-03-06nfsd: move nfserrno() to vfs.cJeff Layton
2024-03-06nfsd: ignore requests to disable unsupported versionsJeff Layton
2024-03-06NFSD: Remove redundant assignment to variable host_errColin Ian King
2024-03-06NFSD: Simplify READ_PLUSAnna Schumaker
2024-02-23nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown
2024-02-23nfsd: fix RELEASE_LOCKOWNERNeilBrown
2024-01-15Revert "nfsd: separate nfsd_last_thread() from nfsd_put()"Greg Kroah-Hartman
2024-01-15Revert "nfsd: call nfsd_last_thread() before final nfsd_put()"Greg Kroah-Hartman
2024-01-05NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown
2024-01-05nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown