summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-17nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()Trond Myklebust1-1/+1
2026-01-17nfsd: provide locking for v4_end_graceNeilBrown1-2/+40
2026-01-11nfsd: Drop the client reference in client_states_open()Haoxiang Li1-1/+3
2025-12-07nfsd: Replace clamp_t in nfsd4_get_drc_mem()NeilBrown1-2/+4
2025-11-24NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia1-1/+2
2025-08-28NFSD: detect mismatch of file handle and delegation stateid in OPEN opDai Ngo1-0/+14
2025-08-28nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm()Jeff Layton1-5/+15
2025-04-25nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng1-1/+1
2025-04-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever1-7/+12
2025-04-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng1-1/+11
2024-12-09nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun1-0/+19
2024-11-22NFSD: Limit the number of concurrent async COPY operationsChuck Lever1-0/+1
2024-11-01nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun1-1/+1
2024-10-10nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown1-2/+3
2024-08-19nfsd: make all of the nfsd stats per-network namespaceJosef Bacik1-1/+2
2024-04-10nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton1-5/+2
2024-02-23nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown1-6/+5
2024-02-01nfsd: fix RELEASE_LOCKOWNERNeilBrown1-11/+15
2023-11-28nfsd: fix file memleak on client_opens_releaseMahmoud Adam1-1/+1
2023-08-30NFSD: Enable write delegation supportDai Ngo1-20/+77
2023-08-30NFSD: handle GETATTR conflict with write delegationDai Ngo1-0/+65
2023-08-04nfsd: Fix race to FREE_STATEID and cl_revokedBenjamin Coddington1-1/+1
2023-07-18nfsd: Remove incorrect check in nfsd4_validate_stateidTrond Myklebust1-2/+0
2023-02-23Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-47/+83
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds1-2/+2
2023-02-20nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton1-10/+11
2023-02-20NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo1-2/+3
2023-02-20nfsd: don't hand out delegation on setuid files being opened for writeJeff Layton1-0/+27
2023-02-20nfsd: eliminate __nfs4_get_fdJeff Layton1-13/+7
2023-02-20nfsd: add some kerneldoc comments for stateid preprocessing functionsJeff Layton1-4/+25
2023-02-20nfsd: eliminate find_deleg_file_lockedJeff Layton1-10/+1
2023-02-20nfsd: fix potential race in nfs4_find_fileJeff Layton1-6/+9
2023-02-20nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton1-3/+1
2023-02-15Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+1
2023-02-11nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton1-1/+1
2023-01-17Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-15/+15
2023-01-12NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerDai Ngo1-4/+4
2023-01-12NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeDai Ngo1-11/+11
2023-01-11fs: remove locks_inodeJeff Layton1-2/+2
2023-01-11Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-12/+4
2023-01-06nfsd: fix handling of cached open files in nfsd4_open codepathJeff Layton1-12/+4
2022-12-13Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-109/+232
2022-12-10NFSD: add CB_RECALL_ANY tracepointsDai Ngo1-0/+2
2022-12-10NFSD: add delegation reaper to react to low memory conditionDai Ngo1-4/+84
2022-12-10NFSD: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo1-9/+16
2022-12-10NFSD: Use struct_size() helper in alloc_session()Xiu Jianfeng1-5/+4
2022-11-30nfsd: use locks_inode_context helperJeff Layton1-3/+3
2022-11-28NFSD: Use rhashtable for managing nfs4_file objectsChuck Lever1-35/+62
2022-11-28NFSD: Refactor find_file()Chuck Lever1-21/+15
2022-11-28NFSD: Clean up find_or_add_file()Chuck Lever1-36/+28