index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
state.h
Age
Commit message (
Expand
)
Author
2025-07-14
NFSD: release read access of nfs4_file when a write delegation is returned
Dai Ngo
2025-05-11
NFSD: Implement CB_SEQUENCE referring call lists
Chuck Lever
2025-05-11
NFSD: Implement CB_SEQUENCE referring call lists
Chuck Lever
2025-03-10
nfsd: reorganize struct nfs4_delegation for better packing
Jeff Layton
2025-03-10
nfsd: move cb_need_restart flag into cb_flags
Jeff Layton
2025-03-10
nfsd: replace CB_GETATTR_BUSY with NFSD4_CALLBACK_RUNNING
Jeff Layton
2025-03-10
nfsd: eliminate cl_ra_cblist and NFSD4_CLIENT_CB_RECALL_ANY
Jeff Layton
2025-03-10
nfsd: prevent callback tasks running concurrently
Jeff Layton
2025-01-21
nfsd: add support for delegated timestamps
Jeff Layton
2025-01-21
nfsd: prepare delegation code for handing out *_ATTRS_DELEG delegations
Jeff Layton
2025-01-06
nfsd: add shrinker to reduce number of slots allocated per session
NeilBrown
2025-01-06
nfsd: add support for freeing unused session-DRC slots
NeilBrown
2025-01-06
nfsd: use an xarray to store v4.1 session slots
NeilBrown
2025-01-06
nfsd: use new wake_up_var interfaces.
NeilBrown
2024-11-18
nfsd: allow for up to 32 callback session slots
Jeff Layton
2024-11-18
NFSD: Add nfsd4_copy time-to-live
Chuck Lever
2024-11-18
NFSD: Add a laundromat reaper for async copy state
Chuck Lever
2024-11-18
NFSD: Block DESTROY_CLIENTID only when there are ongoing async COPY operations
Chuck Lever
2024-11-18
nfsd: make nfsd4_session->se_flags a bool
Jeff Layton
2024-11-18
nfsd: remove nfsd4_session->se_bchannel
Jeff Layton
2024-11-11
nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointer
Jeff Layton
2024-11-11
nfsd: drop the ncf_cb_bmap field
Jeff Layton
2024-10-18
nfsd: fix race between laundromat and free_stateid
Olga Kornievskaia
2024-09-20
nfsd: track the main opcode for callbacks
Jeff Layton
2024-08-26
fs/nfsd: fix update of inode attrs in CB_GETATTR
Jeff Layton
2024-05-06
NFSD: Move callback_wq into struct nfs4_client
Chuck Lever
2024-05-06
nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()
NeilBrown
2024-04-23
Revert "NFSD: Convert the callback workqueue to use delayed_work"
Chuck Lever
2024-03-01
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
2024-03-01
NFSD: add support for CB_GETATTR callback
Dai Ngo
2024-03-01
nfsd: clean up comments over nfs4_client definition
Chen Hanxiao
2024-03-01
nfsd: prepare for supporting admin-revocation of state
NeilBrown
2024-03-01
nfsd: split sc_status out of sc_type
NeilBrown
2024-03-01
NFSD: Convert the callback workqueue to use delayed_work
Chuck Lever
2023-12-18
NFSD: Revert 738401a9bd1ac34ccd5723d69640a4adbb1a4bc0
Chuck Lever
2023-12-18
NFSD: Revert 6c41d9a9bd0298002805758216a9c44e38a8500d
Chuck Lever
2023-10-16
NFSD: add rpc_status netlink support
Lorenzo Bianconi
2023-10-16
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
2023-10-16
NFSD: add support for CB_GETATTR callback
Dai Ngo
2023-08-29
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
2023-02-20
nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS
Jeff Layton
2022-12-10
NFSD: add delegation reaper to react to low memory condition
Dai Ngo
2022-12-10
NFSD: add support for sending CB_RECALL_ANY
Dai Ngo
2022-11-28
NFSD: Use rhashtable for managing nfs4_file objects
Chuck Lever
2022-09-26
nfsd: make nfsd4_run_cb a bool return function
Jeff Layton
2022-09-26
NFSD: Rename the fields in copy_stateid_t
Chuck Lever
2022-09-26
nfsd: remove nfsd4_prepare_cb_recall() declaration
Gaosheng Cui
2022-09-26
NFSD: Increase NFSD_MAX_OPS_PER_COMPOUND
Chuck Lever
2022-07-29
NFSD: Make nfs4_put_copy() static
Chuck Lever
2022-05-19
NFSD: add courteous server support for thread with only delegation
Dai Ngo
[next]