summaryrefslogtreecommitdiff
path: root/fs/nfsd/state.h
AgeCommit message (Expand)Author
2026-08-10NFSD: include "netns.h"Chuck Lever
2026-08-10nfsd: drop dead COPY-vs-COPYNOTIFY type handling from s2s stateid IDRJeff Layton
2026-08-10nfsd: make the copy offload stateid a first-class nfs4_stidJeff Layton
2026-08-10nfsd: split nfsd4_copy into transient and durable async copy objectsJeff Layton
2026-08-10nfsd: track requested dir attributesJeff Layton
2026-08-10nfsd: properly track requested child attributesJeff Layton
2026-08-10nfsd: apply the notify mask to the delegation when requestedJeff Layton
2026-08-10nfsd: add notification handlers for dir eventsJeff Layton
2026-08-10nfsd: add data structures for handling CB_NOTIFYJeff Layton
2026-08-10nfsd: use RCU to protect fi_deleg_fileJeff Layton
2026-08-10nfsd: add callback encoding and decoding linkages for CB_NOTIFYJeff Layton
2026-08-10nfsd: make nfsd4_callback_ops->prepare operation bool returnJeff Layton
2026-08-10nfsd: fix layout fence worker double-reference raceJeff Layton
2026-08-10nfsd: RCU-protect cl_cb_session to fix use-after-free on session teardownJeff Layton
2026-06-09NFSD: Add NFSD_CMD_UNLOCK_EXPORT netlink commandChuck Lever
2026-06-09NFSD: Track svc_export in nfs4_stidChuck Lever
2026-05-10nfsd: update mtime/ctime on CLONE in presense of delegated attributesOlga Kornievskaia
2026-04-03NFSD: convert callback RPC program to per-net namespaceDai Ngo
2026-03-29nfsd: use dynamic allocation for oversized NFSv4.0 replay cacheChuck Lever
2026-03-29nfsd: convert global state_lock to per-net deleg_lockJeff Layton
2026-03-29NFSD: Enforce timeout on layout recall and integrate lease manager fencingDai Ngo
2026-03-29NFSD: Track SCSI Persistent Registration Fencing per Client with xarrayDai Ngo
2026-03-16nfsd: fix heap overflow in NFSv4.0 LOCK replay cacheJeff Layton
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2026-01-02nfsd: check that server is running in unlock_filesystemOlga Kornievskaia
2026-01-02nfsd: provide locking for v4_end_graceNeilBrown
2025-11-12nfsd: wire up GET_DIR_DELEGATION handlingJeff Layton
2025-09-21nfsd: Eliminate an allocation in nfs4_make_rec_clidname()Eric Biggers
2025-09-21nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegationJeff Layton
2025-09-21nfsd: fix SETATTR updates for delegated timestampsJeff Layton
2025-09-21nfsd: track original timestamps in nfs4_delegationJeff Layton
2025-07-14NFSD: release read access of nfs4_file when a write delegation is returnedDai Ngo
2025-05-11NFSD: Implement CB_SEQUENCE referring call listsChuck Lever
2025-05-11NFSD: Implement CB_SEQUENCE referring call listsChuck Lever
2025-03-10nfsd: reorganize struct nfs4_delegation for better packingJeff Layton
2025-03-10nfsd: move cb_need_restart flag into cb_flagsJeff Layton
2025-03-10nfsd: replace CB_GETATTR_BUSY with NFSD4_CALLBACK_RUNNINGJeff Layton
2025-03-10nfsd: eliminate cl_ra_cblist and NFSD4_CLIENT_CB_RECALL_ANYJeff Layton
2025-03-10nfsd: prevent callback tasks running concurrentlyJeff Layton
2025-01-21nfsd: add support for delegated timestampsJeff Layton
2025-01-21nfsd: prepare delegation code for handing out *_ATTRS_DELEG delegationsJeff Layton
2025-01-06nfsd: add shrinker to reduce number of slots allocated per sessionNeilBrown
2025-01-06nfsd: add support for freeing unused session-DRC slotsNeilBrown
2025-01-06nfsd: use an xarray to store v4.1 session slotsNeilBrown
2025-01-06nfsd: use new wake_up_var interfaces.NeilBrown
2024-11-18nfsd: allow for up to 32 callback session slotsJeff Layton
2024-11-18NFSD: Add nfsd4_copy time-to-liveChuck Lever
2024-11-18NFSD: Add a laundromat reaper for async copy stateChuck Lever
2024-11-18NFSD: Block DESTROY_CLIENTID only when there are ongoing async COPY operationsChuck Lever