index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
task-analyzer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-15
svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pages
Chuck Lever
2
-3
/
+8
2025-05-15
sunrpc: Adjust size of socket's receive page array dynamically
Chuck Lever
2
-3
/
+9
2025-05-15
SUNRPC: Remove svc_rqst :: rq_vec
Chuck Lever
1
-1
/
+0
2025-05-15
SUNRPC: Remove svc_fill_write_vector()
Chuck Lever
2
-42
/
+0
2025-05-15
NFSD: Use rqstp->rq_bvec in nfsd_iter_write()
Chuck Lever
1
-2
/
+3
2025-05-15
SUNRPC: Export xdr_buf_to_bvec()
Chuck Lever
1
-0
/
+1
2025-05-15
NFSD: De-duplicate the svc_fill_write_vector() call sites
Chuck Lever
7
-36
/
+54
2025-05-15
NFSD: Use rqstp->rq_bvec in nfsd_iter_read()
Chuck Lever
1
-7
/
+7
2025-05-15
sunrpc: Replace the rq_bvec array with dynamically-allocated memory
Chuck Lever
3
-5
/
+11
2025-05-15
sunrpc: Replace the rq_pages array with dynamically-allocated memory
Chuck Lever
4
-25
/
+21
2025-05-15
sunrpc: Remove backchannel check in svc_init_buffer()
Chuck Lever
1
-4
/
+0
2025-05-15
sunrpc: Add a helper to derive maxpages from sv_max_mesg
Chuck Lever
1
-0
/
+17
2025-05-15
svcrdma: Reduce the number of rdma_rw contexts per-QP
Chuck Lever
1
-6
/
+8
2025-05-11
nfsd: remove legacy dprintks from GETATTR and STATFS codepaths
Jeff Layton
2
-10
/
+0
2025-05-11
nfsd: remove legacy READDIR dprintks
Jeff Layton
2
-9
/
+0
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
3
-0
/
+62
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
svcrdma: Unregister the device if svc_rdma_accept() fails
Chuck Lever
1
-0
/
+1
2025-05-11
sunrpc: allow SOMAXCONN backlogged TCP connections
Jeff Layton
1
-1
/
+1
2025-05-11
nfsd: Initialize ssc before laundromat_work to prevent NULL dereference
Li Lingfeng
1
-3
/
+3
2025-05-11
MAINTAINERS: Update Neil Brown's email address
Chuck Lever
2
-1
/
+3
2025-05-11
sunrpc: add info about xprt queue times to svc_xprt_dequeue tracepoint
Jeff Layton
3
-6
/
+9
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
sunrpc: fix race in cache cleanup causing stale nextcheck time
Long Li
1
-8
/
+7
2025-05-11
sunrpc: update nextcheck time when adding new cache entries
Long Li
1
-0
/
+2
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
[next]