index
:
pub/scm/linux/kernel/git/ralf/linux.git
master
The Linux/MIPS repository
Ralf Baechle
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
nfsd: send basic file attributes in CB_NOTIFY
Jeff Layton
1
-0
/
+44
2026-08-10
nfsd: allow nfsd4_encode_fattr4_change() to work with no export
Jeff Layton
1
-1
/
+1
2026-08-10
nfsd: add helper to marshal a fattr4 from completed args
Jeff Layton
1
-19
/
+25
2026-08-10
nfsd: apply the notify mask to the delegation when requested
Jeff Layton
3
-1
/
+26
2026-08-10
nfsd: add notification handlers for dir events
Jeff Layton
9
-51
/
+584
2026-08-10
nfsd: add data structures for handling CB_NOTIFY
Jeff Layton
2
-16
/
+152
2026-08-10
nfsd: use RCU to protect fi_deleg_file
Jeff Layton
3
-21
/
+39
2026-08-10
nfsd: add callback encoding and decoding linkages for CB_NOTIFY
Jeff Layton
5
-2
/
+71
2026-08-10
nfsd: make nfsd4_callback_ops->prepare operation bool return
Jeff Layton
4
-7
/
+13
2026-08-10
nfsd: update the fsnotify mark when setting or removing a dir delegation
Jeff Layton
3
-2
/
+58
2026-08-10
nfsd: allow nfsd to get a dir lease with an ignore mask
Jeff Layton
1
-4
/
+23
2026-08-10
nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
Jeff Layton
1
-0
/
+11
2026-08-10
nfsd: add protocol support for CB_NOTIFY
Jeff Layton
4
-10
/
+591
2026-08-10
nfsd: check fl_lmops in nfsd_breaker_owns_lease()
Jeff Layton
1
-0
/
+6
2026-08-10
nfsd: use NSEC_PER_SEC in nfsd4_decode_nfstime4()
Robbie Ko
1
-1
/
+1
2026-08-10
nfsd: reject out-of-range nseconds in NFSv3 SETATTR and create ops
Robbie Ko
1
-0
/
+40
2026-08-10
nfsd: reject out-of-range useconds in NFSv2 SETATTR/CREATE
Robbie Ko
1
-10
/
+22
2026-08-10
nfsd: validate sockaddr length per family in listener_set
Jeff Layton
1
-12
/
+65
2026-08-10
NFSD: Annotate caller preconditions for the state-table walkers
Chuck Lever
2
-1
/
+21
2026-08-10
NFSD: Prevent post-shutdown use-after-free in unlock_filesystem
Chuck Lever
1
-3
/
+4
2026-08-10
nfsd: drop the stateid, not the stateowner, on seqid_op replay retry
Jeff Layton
1
-1
/
+1
2026-08-10
nfsd: restore rq_status_counter to even on all nfsd_dispatch() exit paths
Jeff Layton
1
-6
/
+17
2026-08-10
nfsd: initialize DRC hash table before registering shrinker
Jeff Layton
1
-2
/
+2
2026-08-10
nfsd: move nfsd_debugfs_init() after nfsd4_init_slabs() in init_nfsd()
Jeff Layton
1
-4
/
+5
2026-08-10
lockd, nfsd: RCU-protect nlmsvc_ops dispatch
Jeff Layton
1
-2
/
+4
2026-08-10
nfsd: reject reclaim LOCK after RECLAIM_COMPLETE
Jeff Layton
1
-0
/
+3
2026-08-10
nfsd: use test_and_clear_bit for somebody_reclaimed to prevent lost update
Jeff Layton
1
-2
/
+1
2026-08-10
nfsd: fix clock domain mismatch in clients_still_reclaiming()
Jeff Layton
2
-1
/
+3
2026-08-10
nfsd: add fh_want_write() for early-verified SETATTR in nfsd_proc_setattr()
Jeff Layton
1
-0
/
+7
2026-08-10
nfsd: fix FL_SLEEP being set unconditionally for all LOCK types
Jeff Layton
1
-4
/
+5
2026-08-10
nfsd: fix version mismatch loops in nfsd_acl_init_request()
Jeff Layton
1
-2
/
+2
2026-08-10
nfsd: validate nseconds in TIME_DELEG decode paths
Jeff Layton
2
-0
/
+8
2026-08-10
nfsd: add filehandle match check to nfsd4_delegreturn()
Jeff Layton
1
-0
/
+4
2026-08-10
nfsd: check nfsd4_acl_to_attr() return value in nfsd4_create()
Jeff Layton
1
-0
/
+16
2026-08-10
nfsd: fix netlink dumpit error handling for rpc_status_get
Jeff Layton
1
-6
/
+26
2026-08-10
nfsd: add missing read barrier to rpc_status_get dumpit seqcount retry
Jeff Layton
1
-4
/
+7
2026-08-10
nfsd: clear opcnt on compound arg release to prevent OOB read
Jeff Layton
1
-0
/
+1
2026-08-10
nfsd: fix null dereference in nfsd4_setattr for deleg timestamp attrs
Nikol Kuklev
1
-1
/
+1
2026-08-10
NFSD: remove flawed WARN_ON_ONCE from nfsd_mode_check
Mike Snitzer
1
-3
/
+1
2026-08-10
NFSD: Bound on-demand DRC slot growth by the thread ceiling
Chuck Lever
1
-9
/
+21
2026-08-10
NFSD: Document and rename the NFSv4.1 session slot shrinker callbacks
Chuck Lever
1
-4
/
+26
2026-08-10
NFSD: Clean up documenting comment for reduce_session_slots()
Chuck Lever
1
-10
/
+3
2026-08-10
NFSD: Count slot 0 in nfsd_total_target_slots
Chuck Lever
1
-12
/
+32
2026-08-10
SUNRPC: Add svc_serv_maxthreads() to report the thread ceiling
Chuck Lever
1
-3
/
+9
2026-08-10
NFSD: fix up error returned by write_threads()
Scott Mayhew
1
-1
/
+5
2026-08-10
nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecache
Jeff Layton
1
-9
/
+29
2026-08-10
nfsd: unify cleanups in nfsd_cross_mnt() exits
Al Viro
1
-10
/
+7
2026-08-10
nfsd: fix fcache_disposal UAF by inlining dispose state into nfsd_net
Jeff Layton
2
-56
/
+24
2026-08-10
nfsd: fix refcount leak in nfsd_file_lru_add on insertion failure
Jeff Layton
1
-2
/
+5
2026-08-10
nfsd: widen nfsd_genl_rqstp address fields to sockaddr_storage
Jeff Layton
1
-6
/
+6
[prev]
[next]