summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
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
2024-11-11nfsd: drop inode parameter from nfsd4_change_attribute()Jeff Layton
2024-10-21nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun
2024-10-18nfsd: fix race between laundromat and free_stateidOlga Kornievskaia
2024-10-05nfsd: fix possible badness in FREE_STATEIDOlga Kornievskaia
2024-10-02Merge patch series "Fixup NLM and kNFSD file lock callbacks"Christian Brauner
2024-10-01NLM/NFSD: Fix lock notifications for async-capable filesystemsBenjamin Coddington
2024-09-20nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown
2024-09-20nfsd: fix initial getattr on write delegationJeff Layton
2024-09-20nfsd: untangle code in nfsd4_deleg_getattr_conflict()NeilBrown
2024-09-20NFSD: Limit the number of concurrent async COPY operationsChuck Lever
2024-09-20nfsd: avoid races with wake_up_var()NeilBrown
2024-09-20nfsd: use clear_and_wake_up_bit()NeilBrown
2024-09-20nfsd: add more nfsd_cb tracepointsJeff Layton
2024-09-20nfsd: track the main opcode for callbacksJeff Layton
2024-09-20nfsd: fix some spelling errors in commentsLi Lingfeng
2024-09-20nfsd: use LIST_HEAD() to simplify codeHongbo Li
2024-09-20NFSD: remove redundant assignment operationLi Lingfeng
2024-09-20nfsd: Add quotes to client info 'callback address'Mark Grimes
2024-09-20nfsd: use nfsd_v4client() in nfsd_breaker_owns_lease()NeilBrown
2024-09-20nfsd: Pass 'cred' instead of 'rqstp' to some functions.NeilBrown