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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
2019-02-21
svcrpc: fix UDP on servers with lots of threads
J. Bruce Fields
2019-02-20
SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()
Trond Myklebust
2019-02-20
SUNRPC: Further cleanups of xs_sendpages()
Trond Myklebust
2019-02-20
SUNRPC: Convert socket page send code to use iov_iter()
Trond Myklebust
2019-02-20
SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()
Trond Myklebust
2019-02-20
SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receive
Trond Myklebust
2019-02-20
SUNRPC: Don't suppress socket errors when a message read completes
Trond Myklebust
2019-02-20
SUNRPC: Handle zero length fragments correctly
Trond Myklebust
2019-02-20
SUNRPC: Don't reset the stream record info when the receive worker is running
Trond Myklebust
2019-02-20
SUNRPC: remove pointless test in unx_match()
NeilBrown
2019-02-20
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
Trond Myklebust
2019-02-20
SUNRPC: Use poll() to fix up the socket requeue races
Trond Myklebust
2019-02-20
SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs
Trond Myklebust
2019-02-16
Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-02-16
Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2019-02-15
sunrpc: fix 4 more call sites that were using stack memory with a scatterlist
Scott Mayhew
2019-02-14
SUNRPC: Use au_rslack when computing reply buffer size
Chuck Lever
2019-02-14
SUNRPC: Add rpc_auth::au_ralign field
Chuck Lever
2019-02-14
SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsize
Chuck Lever
2019-02-14
NFS: Account for XDR pad of buf->pages
Chuck Lever
2019-02-14
SUNRPC: Introduce rpc_prepare_reply_pages()
Chuck Lever
2019-02-14
SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ files
Chuck Lever
2019-02-14
SUNRPC: Remove xdr_buf_trim()
Chuck Lever
2019-02-14
SUNRPC: Introduce trace points in rpc_auth_gss.ko
Chuck Lever
2019-02-14
SUNRPC: Use struct xdr_stream when decoding RPC Reply header
Chuck Lever
2019-02-13
SUNRPC: Clean up rpc_verify_header()
Chuck Lever
2019-02-13
SUNRPC: Use struct xdr_stream when constructing RPC Call header
Chuck Lever
2019-02-13
SUNRPC: Add build option to disable support for insecure enctypes
Chuck Lever
2019-02-13
SUNRPC: Remove rpc_xprt::tsh_size
Chuck Lever
2019-02-13
SUNRPC: Remove some dprintk() call sites from auth functions
Chuck Lever
2019-02-13
SUNRPC: Add trace event that reports reply page vector alignment
Chuck Lever
2019-02-13
SUNRPC: Add XDR overflow trace event
Chuck Lever
2019-02-13
SUNRPC: Add xdr_stream::rqst field
Chuck Lever
2019-02-13
xprtrdma: Reduce the doorbell rate (Receive)
Chuck Lever
2019-02-13
xprtrdma: Check inline size before providing a Write chunk
Chuck Lever
2019-02-13
xprtrdma: Fix sparse warnings
Chuck Lever
2019-02-12
rpc: properly check debugfs dentry before using it
Greg Kroah-Hartman
2019-02-12
xprtrdma: Make sure Send CQ is allocated on an existing compvec
Nicolas Morey-Chaisemartin
2019-02-06
svcrdma: Remove syslog warnings in work completion handlers
Chuck Lever
2019-02-06
svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabled
Chuck Lever
2019-02-06
svcrdma: Use struct_size() in kmalloc()
Gustavo A. R. Silva
2019-02-06
svcrpc: fix unlikely races preventing queueing of sockets
J. Bruce Fields
2019-02-06
svcrpc: svc_xprt_has_something_to_do seems a little long
J. Bruce Fields
2019-02-06
SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()
Trond Myklebust
2019-02-06
svcrdma: Remove max_sge check at connect time
Chuck Lever
2019-01-15
SUNRPC: Address Kerberos performance/behavior regression
Chuck Lever
2019-01-15
SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit
Trond Myklebust
2019-01-15
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
Trond Myklebust
2019-01-09
sunrpc: kernel BUG at kernel/cred.c:825!
Santosh kumar pradhan
2019-01-08
SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
Trond Myklebust
[prev]
[next]