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
*
Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2022-04-12
2
-1
/
+4
|
\
|
*
SUNRPC: Fix NFSD's request deferral on RDMA transports
Chuck Lever
2022-04-06
2
-1
/
+4
*
|
Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-04-08
6
-33
/
+74
|
\
\
|
*
|
SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()
Trond Myklebust
2022-04-07
3
-11
/
+19
|
*
|
SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()
Trond Myklebust
2022-04-07
1
-1
/
+3
|
*
|
SUNRPC: Handle allocation failure in rpc_new_task()
Trond Myklebust
2022-04-07
2
-0
/
+12
|
*
|
SUNRPC: Handle low memory situations in call_status()
Trond Myklebust
2022-04-07
1
-0
/
+5
|
*
|
SUNRPC: Handle ENOMEM in call_transmit_status()
Trond Myklebust
2022-04-07
1
-0
/
+2
|
*
|
SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()
Trond Myklebust
2022-04-07
2
-9
/
+14
|
*
|
SUNRPC: handle malloc failure in ->request_prepare
NeilBrown
2022-03-29
3
-13
/
+20
*
|
|
Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-03-29
18
-203
/
+273
|
\
|
|
|
*
|
SUNRPC: Don't return error values in sysfs read of closed files
Trond Myklebust
2022-03-25
1
-12
/
+15
|
*
|
SUNRPC: Do not dereference non-socket transports in sysfs
Trond Myklebust
2022-03-25
2
-30
/
+51
|
*
|
SUNRPC don't resend a task on an offlined transport
Olga Kornievskaia
2022-03-24
1
-1
/
+3
|
*
|
SUNRPC: avoid race between mod_timer() and del_timer_sync()
NeilBrown
2022-03-23
1
-0
/
+7
|
*
|
SUNRPC: Make the rpciod and xprtiod slab allocation modes consistent
Trond Myklebust
2022-03-22
5
-16
/
+15
|
*
|
SUNRPC: Fix unx_lookup_cred() allocation
Trond Myklebust
2022-03-22
1
-8
/
+10
|
*
|
NFS: Fix memory allocation in rpc_alloc_task()
Trond Myklebust
2022-03-22
1
-3
/
+7
|
*
|
NFS: Fix memory allocation in rpc_malloc()
Trond Myklebust
2022-03-22
1
-7
/
+14
|
*
|
SUNRPC: Improve accuracy of socket ENOBUFS determination
Trond Myklebust
2022-03-22
1
-35
/
+18
|
*
|
SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACE
Trond Myklebust
2022-03-22
1
-18
/
+4
|
*
|
SUNRPC: Fix socket waits for write buffer space
Trond Myklebust
2022-03-22
1
-15
/
+39
|
*
|
SUNRPC: Only save the TCP source port after the connection is complete
Trond Myklebust
2022-03-22
1
-2
/
+3
|
*
|
SUNRPC: Don't call connect() more than once on a TCP socket
Trond Myklebust
2022-03-22
1
-10
/
+12
|
*
|
SUNRPC: change locking for xs_swap_enable/disable
NeilBrown
2022-03-13
1
-15
/
+11
|
*
|
NFSv4: keep state manager thread active if swap is enabled
NeilBrown
2022-03-13
1
-0
/
+2
|
*
|
SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
NeilBrown
2022-03-13
5
-7
/
+32
|
*
|
NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
NeilBrown
2022-03-13
1
-1
/
+1
|
*
|
SUNRPC: remove scheduling boost for "SWAPPER" tasks.
NeilBrown
2022-03-13
2
-18
/
+0
|
*
|
SUNRPC/xprt: async tasks mustn't block waiting for memory
NeilBrown
2022-03-13
2
-2
/
+5
|
*
|
SUNRPC/auth: async tasks mustn't block waiting for memory
NeilBrown
2022-03-13
4
-4
/
+21
|
*
|
SUNRPC/call_alloc: async tasks mustn't block waiting for memory
NeilBrown
2022-03-13
2
-2
/
+6
|
*
|
SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2022-02-25
2
-3
/
+3
|
*
|
SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2022-02-25
4
-19
/
+19
|
*
|
SUNRPC: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2022-02-25
5
-7
/
+7
|
*
|
SUNRPC: remove redundant pointer plainhdr
Colin Ian King
2022-02-25
1
-2
/
+2
*
|
|
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-03-24
3
-8
/
+10
|
\
\
\
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-10
3
-2
/
+13
|
|
\
|
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-03
1
-2
/
+2
|
|
\
\
\
|
*
|
|
|
SUNRPC: add netns refcount tracker to struct rpc_xprt
Eric Dumazet
2022-01-28
1
-2
/
+2
|
*
|
|
|
SUNRPC: add netns refcount tracker to struct gss_auth
Eric Dumazet
2022-01-28
1
-4
/
+6
|
*
|
|
|
SUNRPC: add netns refcount tracker to struct svc_xprt
Eric Dumazet
2022-01-28
1
-2
/
+2
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
SUNRPC: Teach server to recognize RPC_AUTH_TLS
Chuck Lever
2022-02-28
2
-0
/
+62
*
|
|
|
NFSD: Move svc_serv_ops::svo_function into struct svc_serv
Chuck Lever
2022-02-28
1
-11
/
+26
*
|
|
|
NFSD: Remove svc_serv_ops::svo_module
Chuck Lever
2022-02-28
1
-2
/
+0
*
|
|
|
SUNRPC: Remove svc_shutdown_net()
Chuck Lever
2022-02-28
2
-8
/
+7
*
|
|
|
SUNRPC: Rename svc_close_xprt()
Chuck Lever
2022-02-28
3
-4
/
+9
*
|
|
|
SUNRPC: Rename svc_create_xprt()
Chuck Lever
2022-02-28
1
-5
/
+19
[next]