aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-08-10NFSD: Prevent lock owner use-after-free during client teardownChuck Lever1-3/+13
2026-08-10sunrpc: derive the pool count instead of caching it in sv_nrpoolsJeff Layton5-27/+44
2026-08-10sunrpc: tear down pool counters before dropping the pool map referenceJeff Layton1-3/+4
2026-08-10sunrpc: guarantee a thread per pool when auto-distributingJeff Layton1-0/+16
2026-08-10sunrpc: hardcode pool_mode to pernode, remove other modesJeff Layton2-220/+60
2026-08-10sunrpc: route to a populated pool in svc_pool_for_cpu()Jeff Layton1-1/+28
2026-08-10SUNRPC: Restore NUMA_NO_NODE for svc thread allocations in global modeAmeer Hamza1-2/+4
2026-08-10lockd: preserve multiple NLM_SHARE grants from the same ownerOscar Ou4-8/+44
2026-08-10lockd: Regenerate NLMv4 XDR codeChuck Lever9-10/+53
2026-08-10lockd: fix NLMv4 GRANTED_MSG handlingOlga Kornievskaia1-1/+2
2026-08-10svcrdma: Reject inline replies that overflow the pull-up bufferChuck Lever1-15/+32
2026-08-10NFSD: Replace isdotent() macroChuck Lever7-15/+13
2026-08-10NFSD: Guard admin state-revocation walks with NFSD_NET_UPChuck Lever3-15/+12
2026-08-10nfsd: add support to CB_NOTIFY for dir attribute changesJeff Layton7-36/+141
2026-08-10nfsd: track requested dir attributesJeff Layton3-4/+18
2026-08-10nfsd: properly track requested child attributesJeff Layton4-10/+28
2026-08-10nfsd: fix reply size estimate for GET_DIR_DELEGATIONJeff Layton1-1/+1
2026-08-10nfsd: add the filehandle to returned attributes in CB_NOTIFYJeff Layton1-0/+68
2026-08-10nfsd: allow encoding a filehandle into fattr4 without a svc_fhJeff Layton3-29/+41
2026-08-10nfsd: send basic file attributes in CB_NOTIFYJeff Layton1-0/+44
2026-08-10nfsd: allow nfsd4_encode_fattr4_change() to work with no exportJeff Layton1-1/+1
2026-08-10nfsd: add helper to marshal a fattr4 from completed argsJeff Layton1-19/+25
2026-08-10nfsd: apply the notify mask to the delegation when requestedJeff Layton3-1/+26
2026-08-10nfsd: add notification handlers for dir eventsJeff Layton10-51/+587
2026-08-10nfsd: add data structures for handling CB_NOTIFYJeff Layton2-16/+152
2026-08-10nfsd: use RCU to protect fi_deleg_fileJeff Layton3-21/+39
2026-08-10nfsd: add callback encoding and decoding linkages for CB_NOTIFYJeff Layton6-2/+72
2026-08-10nfsd: make nfsd4_callback_ops->prepare operation bool returnJeff Layton4-7/+13
2026-08-10nfsd: update the fsnotify mark when setting or removing a dir delegationJeff Layton3-2/+58
2026-08-10nfsd: allow nfsd to get a dir lease with an ignore maskJeff Layton1-4/+23
2026-08-10nfs_common: add new NOTIFY4_* flags proposed in RFC8881bisJeff Layton3-1/+35
2026-08-10nfsd: add protocol support for CB_NOTIFYJeff Layton8-145/+1105
2026-08-10nfsd: check fl_lmops in nfsd_breaker_owns_lease()Jeff Layton1-0/+6
2026-08-10lockd: fix swapped arguments in nlmsvc_match_ip()Oscar Ou2-2/+2
2026-08-10nfsd: use NSEC_PER_SEC in nfsd4_decode_nfstime4()Robbie Ko1-1/+1
2026-08-10nfsd: reject out-of-range nseconds in NFSv3 SETATTR and create opsRobbie Ko1-0/+40
2026-08-10nfsd: reject out-of-range useconds in NFSv2 SETATTR/CREATERobbie Ko1-10/+22
2026-08-10nfsd: validate sockaddr length per family in listener_setJeff Layton1-12/+65
2026-08-10NFSD: Annotate caller preconditions for the state-table walkersChuck Lever2-1/+21
2026-08-10NFSD: Prevent post-shutdown use-after-free in unlock_filesystemChuck Lever1-3/+4
2026-08-10nfsd: drop the stateid, not the stateowner, on seqid_op replay retryJeff Layton1-1/+1
2026-08-10nfsd: restore rq_status_counter to even on all nfsd_dispatch() exit pathsJeff Layton1-6/+17
2026-08-10nfsd: initialize DRC hash table before registering shrinkerJeff Layton1-2/+2
2026-08-10nfsd: move nfsd_debugfs_init() after nfsd4_init_slabs() in init_nfsd()Jeff Layton1-4/+5
2026-08-10lockd, nfsd: RCU-protect nlmsvc_ops dispatchJeff Layton6-18/+64
2026-08-10nfsd: reject reclaim LOCK after RECLAIM_COMPLETEJeff Layton1-0/+3
2026-08-10nfsd: use test_and_clear_bit for somebody_reclaimed to prevent lost updateJeff Layton1-2/+1
2026-08-10nfsd: fix clock domain mismatch in clients_still_reclaiming()Jeff Layton2-1/+3
2026-08-10nfsd: add fh_want_write() for early-verified SETATTR in nfsd_proc_setattr()Jeff Layton1-0/+7
2026-08-10nfsd: fix FL_SLEEP being set unconditionally for all LOCK typesJeff Layton1-4/+5