summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
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-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 Layton1-2/+4
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
2026-08-10nfsd: fix version mismatch loops in nfsd_acl_init_request()Jeff Layton1-2/+2
2026-08-10nfsd: validate nseconds in TIME_DELEG decode pathsJeff Layton2-0/+8
2026-08-10nfsd: add filehandle match check to nfsd4_delegreturn()Jeff Layton1-0/+4
2026-08-10nfsd: check nfsd4_acl_to_attr() return value in nfsd4_create()Jeff Layton1-0/+16
2026-08-10nfsd: fix netlink dumpit error handling for rpc_status_getJeff Layton1-6/+26
2026-08-10nfsd: add missing read barrier to rpc_status_get dumpit seqcount retryJeff Layton1-4/+7
2026-08-10nfsd: clear opcnt on compound arg release to prevent OOB readJeff Layton1-0/+1
2026-08-10nfsd: fix null dereference in nfsd4_setattr for deleg timestamp attrsNikol Kuklev1-1/+1
2026-08-10NFSD: remove flawed WARN_ON_ONCE from nfsd_mode_checkMike Snitzer1-3/+1
2026-08-10NFSD: Bound on-demand DRC slot growth by the thread ceilingChuck Lever1-9/+21
2026-08-10NFSD: Document and rename the NFSv4.1 session slot shrinker callbacksChuck Lever1-4/+26
2026-08-10NFSD: Clean up documenting comment for reduce_session_slots()Chuck Lever1-10/+3
2026-08-10NFSD: Count slot 0 in nfsd_total_target_slotsChuck Lever1-12/+32
2026-08-10SUNRPC: Add svc_serv_maxthreads() to report the thread ceilingChuck Lever1-3/+9
2026-08-10NFSD: fix up error returned by write_threads()Scott Mayhew1-1/+5
2026-08-10nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecacheJeff Layton1-9/+29
2026-08-10nfsd: unify cleanups in nfsd_cross_mnt() exitsAl Viro1-10/+7
2026-08-10nfsd: fix fcache_disposal UAF by inlining dispose state into nfsd_netJeff Layton2-56/+24
2026-08-10nfsd: fix refcount leak in nfsd_file_lru_add on insertion failureJeff Layton1-2/+5
2026-08-10nfsd: widen nfsd_genl_rqstp address fields to sockaddr_storageJeff Layton1-6/+6