summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-10nfsd: add data structures for handling CB_NOTIFYJeff Layton
2026-08-10nfsd: use RCU to protect fi_deleg_fileJeff Layton
2026-08-10nfsd: add callback encoding and decoding linkages for CB_NOTIFYJeff Layton
2026-08-10nfsd: make nfsd4_callback_ops->prepare operation bool returnJeff Layton
2026-08-10nfsd: update the fsnotify mark when setting or removing a dir delegationJeff Layton
2026-08-10nfsd: allow nfsd to get a dir lease with an ignore maskJeff Layton
2026-08-10nfs_common: add new NOTIFY4_* flags proposed in RFC8881bisJeff Layton
2026-08-10nfsd: add protocol support for CB_NOTIFYJeff Layton
2026-08-10nfsd: check fl_lmops in nfsd_breaker_owns_lease()Jeff Layton
2026-08-10lockd: fix swapped arguments in nlmsvc_match_ip()Oscar Ou
2026-08-10nfsd: use NSEC_PER_SEC in nfsd4_decode_nfstime4()Robbie Ko
2026-08-10nfsd: reject out-of-range nseconds in NFSv3 SETATTR and create opsRobbie Ko
2026-08-10nfsd: reject out-of-range useconds in NFSv2 SETATTR/CREATERobbie Ko
2026-08-10nfsd: validate sockaddr length per family in listener_setJeff Layton
2026-08-10NFSD: Annotate caller preconditions for the state-table walkersChuck Lever
2026-08-10NFSD: Prevent post-shutdown use-after-free in unlock_filesystemChuck Lever
2026-08-10nfsd: drop the stateid, not the stateowner, on seqid_op replay retryJeff Layton
2026-08-10nfsd: restore rq_status_counter to even on all nfsd_dispatch() exit pathsJeff Layton
2026-08-10nfsd: initialize DRC hash table before registering shrinkerJeff Layton
2026-08-10nfsd: move nfsd_debugfs_init() after nfsd4_init_slabs() in init_nfsd()Jeff Layton
2026-08-10lockd, nfsd: RCU-protect nlmsvc_ops dispatchJeff Layton
2026-08-10nfsd: reject reclaim LOCK after RECLAIM_COMPLETEJeff Layton
2026-08-10nfsd: use test_and_clear_bit for somebody_reclaimed to prevent lost updateJeff Layton
2026-08-10nfsd: fix clock domain mismatch in clients_still_reclaiming()Jeff Layton
2026-08-10nfsd: add fh_want_write() for early-verified SETATTR in nfsd_proc_setattr()Jeff Layton
2026-08-10nfsd: fix FL_SLEEP being set unconditionally for all LOCK typesJeff Layton
2026-08-10nfsd: fix version mismatch loops in nfsd_acl_init_request()Jeff Layton
2026-08-10nfsd: validate nseconds in TIME_DELEG decode pathsJeff Layton
2026-08-10nfsd: add filehandle match check to nfsd4_delegreturn()Jeff Layton
2026-08-10nfsd: check nfsd4_acl_to_attr() return value in nfsd4_create()Jeff Layton
2026-08-10nfsd: fix netlink dumpit error handling for rpc_status_getJeff Layton
2026-08-10nfsd: add missing read barrier to rpc_status_get dumpit seqcount retryJeff Layton
2026-08-10nfsd: clear opcnt on compound arg release to prevent OOB readJeff Layton
2026-08-10nfsd: fix null dereference in nfsd4_setattr for deleg timestamp attrsNikol Kuklev
2026-08-10NFSD: remove flawed WARN_ON_ONCE from nfsd_mode_checkMike Snitzer
2026-08-10NFSD: Bound on-demand DRC slot growth by the thread ceilingChuck Lever
2026-08-10NFSD: Document and rename the NFSv4.1 session slot shrinker callbacksChuck Lever
2026-08-10NFSD: Clean up documenting comment for reduce_session_slots()Chuck Lever
2026-08-10NFSD: Count slot 0 in nfsd_total_target_slotsChuck Lever
2026-08-10SUNRPC: Add svc_serv_maxthreads() to report the thread ceilingChuck Lever
2026-08-10lockd: Use "%*phN" to dprintk() a cookieDavid Laight
2026-08-10NFSD: fix up error returned by write_threads()Scott Mayhew
2026-08-10nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecacheJeff Layton
2026-08-10nfsd: unify cleanups in nfsd_cross_mnt() exitsAl Viro
2026-08-10nfsd: fix fcache_disposal UAF by inlining dispose state into nfsd_netJeff Layton
2026-08-10nfsd: fix refcount leak in nfsd_file_lru_add on insertion failureJeff Layton
2026-08-10nfsd: widen nfsd_genl_rqstp address fields to sockaddr_storageJeff Layton
2026-08-10nfsd: guard nfsd_serv deref in nfsd_file_net_disposeChris Mason
2026-08-10NFS/localio: fix ref leak on nfs_uuid_add_file failureChris Mason
2026-08-10nfsd: hold rcu across localio cmpxchg retryChris Mason