aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)Author
2024-04-27Revert "lockd: introduce safe async lock op"Chuck Lever
2024-04-10nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton
2024-04-10nfsd: Fix a regression in nfsd_setattr()Trond Myklebust
2024-04-10nfsd: don't call locks_release_private() twice concurrentlyNeilBrown
2024-04-10nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown
2024-04-10nfsd: fix RELEASE_LOCKOWNERNeilBrown
2024-04-10nfsd: drop the nfsd_put helperJeff Layton
2024-04-10nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown
2024-04-10lockd: introduce safe async lock opAlexander Aring
2024-04-10NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown
2024-04-10nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown
2024-04-10nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown
2024-04-10nfsd: Fix creation time serialization orderTavian Barnes
2024-04-10NFSD: Add an nfsd4_encode_nfstime4() helperChuck Lever
2024-04-10nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2024-04-10nfsd: make a copy of struct iattr before calling notify_changeJeff Layton
2024-04-10NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loopDai Ngo
2024-04-10nfsd: simplify the delayed disposal list codeJeff Layton
2024-04-10NFSD: Convert filecache to rhltableChuck Lever
2024-04-10nfsd: allow reaping files still under writebackJeff Layton
2024-04-10nfsd: update comment over __nfsd_file_cache_purgeJeff Layton
2024-04-10nfsd: don't take/put an extra reference when putting a fileJeff Layton
2024-04-10nfsd: add some comments to nfsd_file_do_acquireJeff Layton
2024-04-10nfsd: don't kill nfsd_files because of lease break errorJeff Layton
2024-04-10nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparatorJeff Layton
2024-04-10nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entriesJeff Layton
2024-04-10nfsd: don't open-code clear_and_wake_up_bitJeff Layton
2024-04-10nfsd: call op_release, even when op_func returns an errorJeff Layton
2024-04-10nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton
2024-04-10NFSD: Protect against filesystem freezingChuck Lever
2024-04-10NFSD: copy the whole verifier in nfsd_copy_write_verifierChuck Lever
2024-04-10nfsd: don't fsync nfsd_files on last closeJeff Layton
2024-04-10nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton
2024-04-10NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo
2024-04-10nfsd: don't hand out delegation on setuid files being opened for writeJeff Layton
2024-04-10NFSD: fix leaked reference count of nfsd4_ssc_umount_itemDai Ngo
2024-04-10nfsd: clean up potential nfsd_file refcount leaks in COPY codepathJeff Layton
2024-04-10nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton
2024-04-10NFSD: enhance inter-server copy cleanupDai Ngo
2024-04-10nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton
2024-04-10nfsd: don't free files unconditionally in __nfsd_file_cache_purgeJeff Layton
2024-04-10NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo
2024-04-10NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo
2024-04-10NFSD: Use set_bit(RQ_DROPME)Chuck Lever
2024-04-10Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2024-04-10nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton
2024-04-10nfsd: rework refcounting in filecacheJeff Layton
2024-04-10NFSD: Avoid clashing function prototypesKees Cook
2024-04-10NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever
2024-04-10NFSD: add CB_RECALL_ANY tracepointsDai Ngo