summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4state.c
AgeCommit message (Expand)Author
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
2024-09-20nfsd: don't assume copy notify when preprocessing the stateidSagi Grimberg
2024-09-01nfsd: don't EXPORT_SYMBOL nfsd4_ssc_init_umount_work()NeilBrown
2024-08-30nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party leaseNeilBrown
2024-08-26fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton
2024-08-26nfsd: fix potential UAF in nfsd4_cb_getattr_releaseJeff Layton
2024-08-26nfsd: hold reference to delegation when updating it for cb_getattrJeff Layton
2024-08-23nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_openOlga Kornievskaia
2024-05-06nfsd: optimise recalculate_deny_mode() for a common caseNeilBrown
2024-05-06nfsd: add tracepoint in mark_client_expired_lockedJeff Layton
2024-05-06nfsd: new tracepoint for check_slot_seqidChuck Lever
2024-05-06NFSD: Move callback_wq into struct nfs4_clientChuck Lever
2024-05-06nfsd: drop st_mutex before calling move_to_close_lru()NeilBrown
2024-05-06nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()NeilBrown
2024-05-06nfsd: move nfsd4_cstate_assign_replay() earlier in open handling.NeilBrown
2024-05-06nfsd: perform all find_openstateowner_str calls in the one place.NeilBrown