index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-11
nfsd: remove dprintks for v2/3 RENAME events
Jeff Layton
2
-14
/
+0
2025-05-11
nfsd: remove REMOVE/RMDIR dprintks
Jeff Layton
2
-15
/
+0
2025-05-11
nfsd: remove old LINK dprintks
Jeff Layton
2
-14
/
+0
2025-05-11
nfsd: remove old v2/3 SYMLINK dprintks
Jeff Layton
2
-9
/
+0
2025-05-11
nfsd: remove old v2/3 create path dprintks
Jeff Layton
2
-20
/
+0
2025-05-11
nfsd: add tracepoint for getattr and statfs events
Jeff Layton
5
-0
/
+38
2025-05-11
nfsd: add tracepoint to nfsd_readdir
Jeff Layton
4
-0
/
+33
2025-05-11
nfsd: add tracepoint to nfsd_rename
Jeff Layton
2
-0
/
+33
2025-05-11
nfsd: add tracepoints for unlink events
Jeff Layton
2
-0
/
+26
2025-05-11
nfsd: add tracepoint to nfsd_link()
Jeff Layton
2
-0
/
+29
2025-05-11
nfsd: add tracepoint to nfsd_symlink
Jeff Layton
2
-0
/
+29
2025-05-11
nfsd: add nfsd_vfs_create tracepoints
Jeff Layton
3
-0
/
+32
2025-05-11
nfsd: add a tracepoint to nfsd_lookup_dentry
Jeff Layton
2
-1
/
+24
2025-05-11
nfsd: add a tracepoint for nfsd_setattr
Jeff Layton
2
-0
/
+41
2025-05-11
NFSD: Add a Call equivalent to the NFSD_TRACE_PROC_RES macros
Chuck Lever
1
-0
/
+17
2025-05-11
NFSD: Use sockaddr instead of a generic array
Chuck Lever
1
-14
/
+15
2025-05-11
NFSD: Implement FATTR4_CLONE_BLKSIZE attribute
Chuck Lever
1
-1
/
+18
2025-05-11
nfsd: use SHA-256 library API instead of crypto_shash API
Eric Biggers
2
-49
/
+14
2025-05-11
nfsd: Initialize ssc before laundromat_work to prevent NULL dereference
Li Lingfeng
1
-3
/
+3
2025-05-11
nfsd: add commit start/done tracepoints around nfsd_commit()
Jeff Layton
2
-0
/
+5
2025-05-11
nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request
NeilBrown
1
-1
/
+2
2025-05-11
nfsd: fix access checking for NLM under XPRTSEC policies
Olga Kornievskaia
1
-1
/
+2
2025-05-11
nfsd: remove redundant WARN_ON_ONCE in nfsd4_write
Guoqing Jiang
1
-1
/
+0
2025-05-11
NFSD: Add experimental setting to disable the use of splice read
Chuck Lever
3
-0
/
+35
2025-05-11
NFSD: Add /sys/kernel/debug/nfsd
Chuck Lever
4
-0
/
+31
2025-05-11
NFSD: fix race between nfsd registration and exports_proc
Maninder Singh
1
-9
/
+8
2025-05-11
NFSD: unregister filesystem in case genl_register_family() fails
Maninder Singh
1
-1
/
+3
2025-05-11
NFSD: Record each NFSv4 call's session slot index
Chuck Lever
2
-0
/
+13
2025-05-11
NFSD: Implement CB_SEQUENCE referring call lists
Chuck Lever
2
-17
/
+22
2025-05-11
NFSD: Implement CB_SEQUENCE referring call lists
Chuck Lever
3
-6
/
+153
2025-05-11
NFSD: Shorten CB_OFFLOAD response to NFS4ERR_DELAY
Chuck Lever
1
-1
/
+1
2025-05-11
NFSD: OFFLOAD_CANCEL should mark an async COPY as completed
Chuck Lever
1
-1
/
+4
2025-04-19
Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
3
-8
/
+2
2025-04-13
nfsd: decrease sc_count directly if fail to queue dl_recall
Li Lingfeng
1
-1
/
+1
2025-04-13
nfs: add missing selections of CONFIG_CRC32
Eric Biggers
2
-7
/
+1
2025-04-07
nfsd: Use lookup_one() rather than lookup_one_len()
NeilBrown
7
-20
/
+31
2025-03-31
Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
13
-231
/
+386
2025-03-14
NFSD: Add a Kconfig setting to enable delegated timestamps
Chuck Lever
2
-3
/
+25
2025-03-10
nfsd: use a long for the count in nfsd4_state_shrinker_count()
Jeff Layton
1
-1
/
+1
2025-03-10
nfsd: remove obsolete comment from nfs4_alloc_stid
Jeff Layton
1
-9
/
+0
2025-03-10
nfsd: remove unneeded forward declaration of nfsd4_mark_cb_fault()
Jeff Layton
1
-2
/
+0
2025-03-10
nfsd: reorganize struct nfs4_delegation for better packing
Jeff Layton
1
-1
/
+1
2025-03-10
nfsd: handle errors from rpc_call_async()
Jeff Layton
1
-3
/
+7
2025-03-10
nfsd: move cb_need_restart flag into cb_flags
Jeff Layton
3
-8
/
+6
2025-03-10
nfsd: replace CB_GETATTR_BUSY with NFSD4_CALLBACK_RUNNING
Jeff Layton
3
-13
/
+15
2025-03-10
nfsd: eliminate cl_ra_cblist and NFSD4_CLIENT_CB_RECALL_ANY
Jeff Layton
2
-15
/
+3
2025-03-10
nfsd: prevent callback tasks running concurrently
Jeff Layton
5
-8
/
+26
2025-03-10
nfsd: disallow file locking and delegations for NFSv4 reexport
Mike Snitzer
1
-0
/
+18
2025-03-10
nfsd: filecache: drop the list_lru lock during lock gc scans
NeilBrown
2
-3
/
+30
2025-03-10
nfsd: filecache: don't repeatedly add/remove files on the lru list
NeilBrown
1
-30
/
+17
[prev]
[next]