index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
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-04-26
Merge tag 'nfsd-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-5
/
+1
2025-04-26
Revert "sunrpc: clean cache_detail immediately when flush is written frequently"
Chuck Lever
1
-5
/
+1
2025-04-08
Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
NeilBrown
1
-6
/
+6
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-04-02
Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-13
/
+250
2025-03-31
Merge tag 'nfsd-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
4
-153
/
+7
2025-03-28
SUNRPC: Don't allow waiting for exiting tasks
Trond Myklebust
1
-0
/
+2
2025-03-26
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl
Linus Torvalds
1
-1
/
+1
2025-03-26
SUNRPC: rpc_clnt_set_transport() must not change the autobind setting
Trond Myklebust
1
-3
/
+0
2025-03-26
SUNRPC: rpcbind should never reset the port to the value '0'
Trond Myklebust
1
-2
/
+3
2025-03-21
NFS: Treat ENETUNREACH errors as fatal in containers
Trond Myklebust
1
-8
/
+22
2025-03-21
sunrpc: Add a sysfs file for one-step xprt deletion
Anna Schumaker
1
-0
/
+46
2025-03-21
sunrpc: Add a sysfs file for adding a new xprt
Anna Schumaker
2
-0
/
+75
2025-03-21
sunrpc: Add a sysfs files for rpc_clnt information
Anna Schumaker
1
-0
/
+73
2025-03-21
sunrpc: Add a sysfs attr for xprtsec
Anna Schumaker
1
-0
/
+29
2025-03-10
svcrdma: do not unregister device for listeners
Olga Kornievskaia
1
-1
/
+2
2025-03-10
SUNRPC: Remove unused make_checksum
Dr. David Alan Gilbert
2
-94
/
+0
2025-03-10
SUNRPC: Remove unused krb5_decrypt
Dr. David Alan Gilbert
2
-57
/
+0
2025-03-10
sunrpc: clean cache_detail immediately when flush is written frequently
Li Lingfeng
1
-1
/
+5
2025-02-27
Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-10
/
+3
2025-02-25
sunrpc: suppress warnings for unused procfs functions
Arnd Bergmann
1
-7
/
+3
2025-02-21
net: better track kernel sockets lifetime
Eric Dumazet
2
-10
/
+3
2025-02-19
SUNRPC: Handle -ETIMEDOUT return from tlshd
Benjamin Coddington
1
-1
/
+9
2025-02-19
SUNRPC: Prevent looping due to rpc_signal_task() races
Trond Myklebust
1
-2
/
+0
2025-02-07
sunrpc: simplify rpcauth_cache_shrink_count()
Kaixiong Yu
1
-1
/
+1
2025-02-01
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-9
/
+5
2025-01-28
Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2
-9
/
+35
2025-01-27
Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
10
-369
/
+53
2025-01-27
add a string-to-qstr constructor
Al Viro
1
-9
/
+5
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
2
-4
/
+3
2025-01-22
SUNRPC: do not retry on EKEYEXPIRED when user TGT ticket expired
Dai Ngo
1
-2
/
+2
2025-01-22
sunrpc: add netns inum and srcaddr to debugfs rpc_xprt info
Jeff Layton
1
-0
/
+12
2025-01-21
sunrpc: Remove gss_{de,en}crypt_xdr_buf deadcode
Dr. David Alan Gilbert
2
-62
/
+0
2025-01-21
sunrpc: Remove gss_generic_token deadcode
Dr. David Alan Gilbert
3
-233
/
+1
2025-01-21
sunrpc: Remove unused xprt_iter_get_xprt
Dr. David Alan Gilbert
1
-17
/
+0
2025-01-21
Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"
Chuck Lever
1
-11
/
+1
2025-01-13
SUNRPC: display total RPC tasks for RPC client
Dai Ngo
2
-2
/
+8
2025-01-13
SUNRPC: only put task on cl_tasks list after the RPC call slot is reserved.
Dai Ngo
1
-5
/
+13
2025-01-10
SUNRPC: Document validity guarantees of the pointer returned by reserve_space
Chuck Lever
1
-0
/
+6
2025-01-06
SUNRPC: no need get cache ref when protected by rcu
Yang Erkun
1
-9
/
+3
2025-01-06
SUNRPC: introduce cache_check_rcu to help check in rcu context
Yang Erkun
1
-15
/
+26
2025-01-06
sunrpc: remove all connection limit configuration
NeilBrown
1
-7
/
+1
2025-01-06
nfsd: don't use sv_nrthreads in connection limiting calculations.
NeilBrown
1
-16
/
+16
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-30
Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-5
/
+17
2024-11-28
sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
Liu Jian
2
-0
/
+11
2024-11-28
SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT
Benjamin Coddington
1
-5
/
+4
2024-11-28
sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport
Liu Jian
1
-0
/
+1
[prev]
[next]