summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
2025-07-14NFSD: Remove the cap on number of operations per NFSv4 COMPOUNDChuck Lever
2025-07-14NFSD: detect mismatch of file handle and delegation stateid in OPEN opDai Ngo
2025-07-14nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm()Jeff Layton
2025-07-14NFSD: release read access of nfs4_file when a write delegation is returnedDai Ngo
2025-07-14NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACCESS_WRITEDai Ngo
2025-05-15NFSD: Remove NFSD_BUFSIZEChuck Lever
2025-05-11NFSD: Implement CB_SEQUENCE referring call listsChuck Lever
2025-04-13nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng
2025-03-14NFSD: Add a Kconfig setting to enable delegated timestampsChuck Lever
2025-03-10nfsd: use a long for the count in nfsd4_state_shrinker_count()Jeff Layton
2025-03-10nfsd: remove obsolete comment from nfs4_alloc_stidJeff 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-03-10nfsd: disallow file locking and delegations for NFSv4 reexportMike Snitzer
2025-03-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng
2025-03-10nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()Jeff Layton
2025-03-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever
2025-03-10nfsd: adjust WARN_ON_ONCE in revoke_delegationOlga Kornievskaia
2025-02-10nfsd: fix uninitialised slot info when a request is retriedNeilBrown
2025-01-21nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATIONJeff Layton
2025-01-21nfsd: handle delegated timestamps in SETATTRJeff Layton
2025-01-21nfsd: add support for delegated timestampsJeff Layton
2025-01-21nfsd: rework NFS4_SHARE_WANT_* flag handlingJeff Layton
2025-01-21nfsd: prepare delegation code for handing out *_ATTRS_DELEG delegationsJeff Layton
2025-01-21nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_ACCESS_WANT_*Jeff Layton
2025-01-21nfsd: switch to autogenerated definitions for open_delegation_type4Jeff 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: allocate new session-based DRC slots on demand.NeilBrown
2025-01-06nfsd: add session slot count to /proc/fs/nfsd/clients/*/infoNeilBrown
2025-01-06nfsd: remove artificial limits on the session-based DRCNeilBrown
2025-01-06nfsd: use an xarray to store v4.1 session slotsNeilBrown
2025-01-06NFSD: Clean up unused variableChuck Lever
2025-01-06nfsd: use new wake_up_var interfaces.NeilBrown
2024-11-26Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-11-18nfsd: allow for up to 32 callback session slotsJeff Layton
2024-11-18nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun
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
2024-11-18nfsd: make nfsd4_session->se_flags a boolJeff Layton
2024-11-18nfsd: remove nfsd4_session->se_bchannelJeff Layton
2024-11-18nfsd: Don't fail OP_SETCLIENTID when there are too many clients.NeilBrown
2024-11-18NFSD: Remove dead code in nfsd4_create_session()Chuck Lever
2024-11-18NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock()Chuck Lever
2024-11-18nfsd: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-11-18nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID responsePali Rohár
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-11nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointerJeff Layton
2024-11-11nfsd: drop the ncf_cb_bmap fieldJeff Layton