index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()
NeilBrown
2024-11-04
1
-0
/
+1
*
Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2024-11-02
1
-0
/
+1
|
\
|
*
rpcrdma: Always release the rpcrdma_device's xa_array
Chuck Lever
2024-10-30
1
-0
/
+1
*
|
Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2024-10-11
1
-7
/
+4
|
\
\
|
*
|
sunrpc: fix prog selection loop in svc_process_common
NeilBrown
2024-09-30
1
-7
/
+4
*
|
|
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
2
-2
/
+2
|
/
/
*
|
[tree-wide] finally take no_llseek out
Al Viro
2024-09-27
2
-5
/
+0
*
|
SUNRPC: replace program list with program array
NeilBrown
2024-09-23
3
-31
/
+42
*
|
SUNRPC: add svcauth_map_clnt_to_svc_cred_local
Weston Andros Adamson
2024-09-23
1
-0
/
+28
*
|
SUNRPC: remove call_allocate() BUG_ONs
Mike Snitzer
2024-09-23
1
-6
/
+0
*
|
net/sunrpc: make use of the helper macro LIST_HEAD()
Hongbo Li
2024-09-23
1
-7
/
+3
*
|
SUNRPC: clnt.c: Remove misleading comment
Siddh Raman Pant
2024-09-23
1
-5
/
+0
*
|
SUNRPC: Fix -Wformat-truncation warning
Kunwu Chan
2024-09-23
1
-1
/
+1
|
/
*
sunrpc: xprtrdma: Use ERR_CAST() to return
Yan Zhen
2024-09-20
1
-1
/
+1
*
svcrdma: Handle device removal outside of the CM event handler
Chuck Lever
2024-09-20
1
-1
/
+15
*
sunrpc: allow svc threads to fail initialisation cleanly
NeilBrown
2024-09-20
1
-0
/
+10
*
sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()
NeilBrown
2024-09-20
1
-18
/
+7
*
sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.
NeilBrown
2024-09-20
1
-6
/
+0
*
sunrpc: change sp_nrthreads from atomic_t to unsigned int.
NeilBrown
2024-09-20
1
-20
/
+11
*
sunrpc: document locking rules for svc_exit_thread()
NeilBrown
2024-09-20
1
-0
/
+14
*
SUNRPC: make various functions static, or not exported.
NeilBrown
2024-09-01
5
-34
/
+29
*
rpcrdma: Trace connection registration and unregistration
Chuck Lever
2024-08-19
1
-0
/
+2
*
rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1
Chuck Lever
2024-08-19
1
-1
/
+1
*
rpcrdma: Device kref is over-incremented on error from xa_alloc
Chuck Lever
2024-08-19
1
-1
/
+1
*
Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2024-08-10
1
-1
/
+1
|
\
|
*
sunrpc: avoid -Wformat-security warning
Arnd Bergmann
2024-07-19
1
-1
/
+1
*
|
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-24
2
-3
/
+3
*
|
Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2024-07-18
9
-59
/
+266
|
\
\
|
*
|
SUNRPC: Fix a race to wake a sync task
Benjamin Coddington
2024-07-18
1
-1
/
+3
|
*
|
SUNRPC: avoid soft lockup when transmitting UDP to reachable server.
NeilBrown
2024-07-08
1
-1
/
+2
|
*
|
xprtrdma: Remove temp allocation of rpcrdma_rep objects
Chuck Lever
2024-07-08
3
-37
/
+26
|
*
|
xprtrdma: Clean up synopsis of frwr_mr_unmap()
Chuck Lever
2024-07-08
1
-3
/
+3
|
*
|
xprtrdma: Handle device removal outside of the CM event handler
Chuck Lever
2024-07-08
2
-9
/
+16
|
*
|
rpcrdma: Implement generic device removal
Chuck Lever
2024-07-08
3
-4
/
+197
|
*
|
xprtrdma: Fix rpcrdma_reqs_reset()
Chuck Lever
2024-07-08
2
-2
/
+17
|
*
|
xprtrdma: removed asm-generic headers from verbs.c
Tanzir Hasan
2024-07-08
1
-2
/
+2
*
|
|
Merge tag 'nfsd-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2024-07-17
4
-69
/
+128
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey
Gaosheng Cui
2024-07-08
1
-1
/
+1
|
*
|
sunrpc: refactor pool_mode setting code
Jeff Layton
2024-07-08
1
-21
/
+64
|
*
|
sunrpc: fix up the special handling of sv_nrpools == 1
Jeff Layton
2024-07-08
1
-19
/
+7
|
*
|
SUNRPC: Add a trace point in svc_xprt_deferred_close
Chuck Lever
2024-07-08
1
-0
/
+1
|
*
|
svcrdma: Handle ADDR_CHANGE CM event properly
Chuck Lever
2024-07-08
1
-1
/
+15
|
*
|
svcrdma: Refactor the creation of listener CMA ID
Chuck Lever
2024-07-08
1
-27
/
+40
|
|
/
*
/
net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
Daniel Borkmann
2024-07-11
1
-0
/
+7
|
/
*
SUNRPC: Fix backchannel reply, again
Chuck Lever
2024-06-21
1
-1
/
+4
*
Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2024-06-13
1
-1
/
+3
|
\
|
*
SUNRPC: return proper error from gss_wrap_req_priv
Chen Hanxiao
2024-05-30
1
-1
/
+3
*
|
Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2024-06-07
1
-1
/
+1
|
\
\
|
*
|
SUNRPC: Fix loop termination condition in gss_free_in_token_pages()
Chuck Lever
2024-06-03
1
-1
/
+1
*
|
|
Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2024-05-23
2
-2
/
+18
|
\
\
\
|
|
|
/
|
|
/
|
[next]