summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)AuthorFilesLines
9 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-3/+4
2026-08-10nfsd: count NFSv4 callback operations per netnsJeff Layton1-2/+0
2026-08-10NFSD: Explicitly include "stats.h"Chuck Lever1-0/+1
2026-08-10nfsd: drop dead COPY-vs-COPYNOTIFY type handling from s2s stateid IDRJeff Layton1-18/+12
2026-08-10nfsd: make the copy offload stateid a first-class nfs4_stidJeff Layton1-15/+43
2026-08-10nfsd: split nfsd4_copy into transient and durable async copy objectsJeff Layton1-3/+3
2026-08-10nfsd: revoke copy-notify stateids before dropping their referenceJeff Layton1-16/+62
2026-08-10nfsd: check client ownership when cancelling a copy-notify stateidJeff Layton1-2/+12
2026-08-10nfsd: initialize copy-notify stateid before publishing itJeff Layton1-1/+9
2026-08-10nfsd: fix cpntf publish race in nfs4_init_cp_stateChris Mason1-10/+25
2026-08-10NFSD: Release the export reference when reaping open stateidsChuck Lever1-1/+7
2026-08-10NFSD: Prevent client use-after-free during close_lru reapingChuck Lever1-0/+5
2026-08-10NFSD: Prevent client use-after-free during blocked-lock reapingChuck Lever1-3/+20
2026-08-10NFSD: Consolidate the revocation-path client unpinChuck Lever1-28/+41
2026-08-10NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanupChuck Lever1-0/+6
2026-08-10NFSD: Prevent client use-after-free during export state revocationChuck Lever1-3/+10
2026-08-10NFSD: Prevent client use-after-free during admin state revocationChuck Lever1-2/+20
2026-08-10NFSD: Prevent client use-after-free during delegation revokeChuck Lever1-0/+23
2026-08-10NFSD: Prevent lock owner use-after-free during client teardownChuck Lever1-3/+13
2026-08-10NFSD: Guard admin state-revocation walks with NFSD_NET_UPChuck Lever1-8/+6
2026-08-10nfsd: add support to CB_NOTIFY for dir attribute changesJeff Layton1-9/+53
2026-08-10nfsd: track requested dir attributesJeff Layton1-3/+14
2026-08-10nfsd: properly track requested child attributesJeff Layton1-0/+18
2026-08-10nfsd: apply the notify mask to the delegation when requestedJeff Layton1-1/+2
2026-08-10nfsd: add notification handlers for dir eventsJeff Layton1-23/+307
2026-08-10nfsd: add data structures for handling CB_NOTIFYJeff Layton1-14/+107
2026-08-10nfsd: use RCU to protect fi_deleg_fileJeff Layton1-17/+34
2026-08-10nfsd: make nfsd4_callback_ops->prepare operation bool returnJeff Layton1-2/+4
2026-08-10nfsd: update the fsnotify mark when setting or removing a dir delegationJeff Layton1-2/+3
2026-08-10nfsd: allow nfsd to get a dir lease with an ignore maskJeff Layton1-4/+23
2026-08-10nfsd: check fl_lmops in nfsd_breaker_owns_lease()Jeff Layton1-0/+6
2026-08-10NFSD: Annotate caller preconditions for the state-table walkersChuck Lever1-1/+15
2026-08-10nfsd: drop the stateid, not the stateowner, on seqid_op replay retryJeff Layton1-1/+1
2026-08-10nfsd: reject reclaim LOCK after RECLAIM_COMPLETEJeff Layton1-0/+3
2026-08-10nfsd: use test_and_clear_bit for somebody_reclaimed to prevent lost updateJeff Layton1-2/+1
2026-08-10nfsd: fix clock domain mismatch in clients_still_reclaiming()Jeff Layton1-1/+2
2026-08-10nfsd: fix FL_SLEEP being set unconditionally for all LOCK typesJeff Layton1-4/+5
2026-08-10nfsd: add filehandle match check to nfsd4_delegreturn()Jeff Layton1-0/+4
2026-08-10NFSD: Bound on-demand DRC slot growth by the thread ceilingChuck Lever1-9/+21
2026-08-10NFSD: Document and rename the NFSv4.1 session slot shrinker callbacksChuck Lever1-4/+26
2026-08-10NFSD: Clean up documenting comment for reduce_session_slots()Chuck Lever1-10/+3
2026-08-10NFSD: Count slot 0 in nfsd_total_target_slotsChuck Lever1-12/+32
2026-08-10nfsd: dedup nfs4_client_to_reclaim insertsJeff Layton1-6/+55
2026-08-10nfsd: convert nfsd_net boolean flags to unsigned long flags wordChris Mason1-16/+24
2026-08-10nfsd: RCU-protect cl_cb_session to fix use-after-free on session teardownJeff Layton1-2/+2
2026-08-03nfsd: clear CALLBACK_RUNNING on failed delegation recall queueJeff Layton1-1/+3
2026-08-03nfsd: defer setting NFSD4_CALLBACK_RUNNING in deleg_reaperJeff Layton1-2/+2
2026-08-03nfsd: don't free session slots that are still in useJeff Layton1-1/+16
2026-08-03nfsd: set SC_STATUS_FREED in nfsd4_drop_revoked_stid for delegationsZhenghang Xiao1-0/+1
2026-08-03NFSD: restart ssc_expire_umount walk after dropping nfsd_ssc_lockMichael Bommarito1-19/+25