summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-10NFSD: Prevent client use-after-free during blocked-lock reapingChuck Lever1-3/+20
2026-08-10NFSD: Consolidate the revocation-path client unpinChuck Lever1-28/+41
2026-08-10NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanupChuck Lever1-0/+6
2026-08-10NFSD: Prevent client use-after-free during export state revocationChuck Lever1-3/+10
2026-08-10NFSD: Prevent client use-after-free during admin state revocationChuck Lever1-2/+20
2026-08-10NFSD: Prevent client use-after-free during delegation revokeChuck Lever2-2/+27
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 Layton2-6/+6
2026-08-10lockd: preserve multiple NLM_SHARE grants from the same ownerOscar Ou4-8/+44
2026-08-10lockd: Regenerate NLMv4 XDR codeChuck Lever6-7/+50
2026-08-10lockd: fix NLMv4 GRANTED_MSG handlingOlga Kornievskaia1-1/+2
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 Layton6-36/+140
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 Layton9-51/+584
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 Layton5-2/+71
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 Layton1-0/+11
2026-08-10nfsd: add protocol support for CB_NOTIFYJeff Layton4-10/+591
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 Layton5-15/+55
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