summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-03-12
|\
| * svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields2019-02-21
| * svcrdma: Remove syslog warnings in work completion handlersChuck Lever2019-02-06
| * svcrdma: Squelch compiler warning when SUNRPC_DEBUG is disabledChuck Lever2019-02-06
| * svcrdma: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-02-06
| * svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields2019-02-06
| * svcrpc: svc_xprt_has_something_to_do seems a little longJ. Bruce Fields2019-02-06
| * SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()Trond Myklebust2019-02-06
* | Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-12
|\ \
| * | libceph: use struct_size() for kmalloc() in crush_decode()Gustavo A. R. Silva2019-03-05
* | | Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-03-12
|\ \ \
| * | | SUNRPC: Take the transport send lock before binding+connectingTrond Myklebust2019-03-10
| * | | SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust2019-03-10
| * | | SUNRPC: Check whether the task was transmitted before rebind/reconnectTrond Myklebust2019-03-10
| * | | SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust2019-03-09
| * | | SUNRPC: Clean upTrond Myklebust2019-03-09
| * | | SUNRPC: Respect RPC call timeouts when retrying transmissionTrond Myklebust2019-03-07
| * | | SUNRPC: Fix up RPC back channel transmissionTrond Myklebust2019-03-07
| * | | SUNRPC: Prevent thundering herd when the socket is not connectedTrond Myklebust2019-03-07
| * | | SUNRPC: Allow dynamic allocation of back channel slotsTrond Myklebust2019-03-02
| * | | SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust2019-03-02
| * | | NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust2019-03-01
| * | | SUNRPC: Fix an Oops in udp_poll()Trond Myklebust2019-02-26
| * | | Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-25
| |\ \ \
| | * | | SUNRPC: Use au_rslack when computing reply buffer sizeChuck Lever2019-02-14
| | * | | SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-14
| | * | | SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever2019-02-14
| | * | | NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-14
| | * | | SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-14
| | * | | SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever2019-02-14
| | * | | SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-14
| | * | | SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever2019-02-14
| | * | | SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-14
| | * | | SUNRPC: Clean up rpc_verify_header()Chuck Lever2019-02-13
| | * | | SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-13
| | * | | SUNRPC: Add build option to disable support for insecure enctypesChuck Lever2019-02-13
| | * | | SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-13
| | * | | SUNRPC: Remove some dprintk() call sites from auth functionsChuck Lever2019-02-13
| | * | | SUNRPC: Add trace event that reports reply page vector alignmentChuck Lever2019-02-13
| | * | | SUNRPC: Add XDR overflow trace eventChuck Lever2019-02-13
| | * | | SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-13
| | * | | xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever2019-02-13
| | * | | xprtrdma: Check inline size before providing a Write chunkChuck Lever2019-02-13
| | * | | xprtrdma: Fix sparse warningsChuck Lever2019-02-13
| * | | | SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()Trond Myklebust2019-02-20
| * | | | SUNRPC: Further cleanups of xs_sendpages()Trond Myklebust2019-02-20
| * | | | SUNRPC: Convert socket page send code to use iov_iter()Trond Myklebust2019-02-20
| * | | | SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()Trond Myklebust2019-02-20
| * | | | SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receiveTrond Myklebust2019-02-20
| * | | | SUNRPC: Don't suppress socket errors when a message read completesTrond Myklebust2019-02-20