aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-8/+26
2019-07-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+1
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-2/+1
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 18-508/+845
2019-07-18SUNRPC: Optimise transport balancing codeGravatar Trond Myklebust 1-29/+38
2019-07-18SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestGravatar Trond Myklebust 3-2/+4
2019-07-18SUNRPC: Fix up backchannel slot table accountingGravatar Trond Myklebust 7-19/+46
2019-07-18SUNRPC: Fix initialisation of struct rpc_xprt_switchGravatar Trond Myklebust 1-1/+3
2019-07-16SUNRPC: Skip zero-refcount transportsGravatar Trond Myklebust 1-1/+19
2019-07-16SUNRPC: Replace division by multiplication in calculation of queue lengthGravatar Trond Myklebust 1-3/+2
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-55/+11
2019-07-12SUNRPC: Fix transport accounting when caller specifies an rpc_xprtGravatar Trond Myklebust 2-23/+22
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Gravatar Trond Myklebust 8-332/+441
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+3
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-2/+1
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2019-07-09xprtrdma: Modernize ops->connectGravatar Chuck Lever 5-36/+87
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferGravatar Chuck Lever 3-7/+8
2019-07-09xprtrdma: Refactor chunk encodingGravatar Chuck Lever 1-20/+16
2019-07-09xprtrdma: Streamline rpcrdma_post_recvsGravatar Chuck Lever 1-21/+38
2019-07-09xprtrdma: Simplify rpcrdma_rep_createGravatar Chuck Lever 1-14/+8
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathGravatar Chuck Lever 4-50/+36
2019-07-09xprtrdma: Reduce context switching due to Local InvalidationGravatar Chuck Lever 4-53/+136
2019-07-09xprtrdma: Add mechanism to place MRs back on the free listGravatar Chuck Lever 3-0/+22
2019-07-09xprtrdma: Remove fr_stateGravatar Chuck Lever 3-123/+94
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagGravatar Chuck Lever 3-5/+1
2019-07-09xprtrdma: Fix occasional transport deadlockGravatar Chuck Lever 4-29/+20
2019-07-09xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqGravatar Chuck Lever 1-3/+3
2019-07-08sunrpc/cache: remove the exporting of cache_seq_nextGravatar Denis Efremov 1-1/+0
2019-07-06SUNRPC: Fix possible autodisconnect during connect due to old last_usedGravatar Dave Wysochanski 1-1/+1
2019-07-06SUNRPC: Drop redundant CONFIG_ from CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPESGravatar Anna Schumaker 1-1/+1
2019-07-06Merge branch 'multipath_tcp'Gravatar Trond Myklebust 4-32/+135
2019-07-06SUNRPC: Remove warning in debugfs.c when compiling with W=1Gravatar Trond Myklebust 1-1/+1
2019-07-06Merge branch 'bh-remove'Gravatar Trond Myklebust 6-90/+160
2019-07-06SUNRPC: add links for all client xprts to debugfsGravatar NeilBrown 1-17/+29
2019-07-06SUNRPC: Count ops completing with tk_status < 0Gravatar Dave Wysochanski 1-2/+6
2019-07-06SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts.Gravatar NeilBrown 1-6/+9
2019-07-06SUNRPC: Use proper printk specifiers for unsigned long longGravatar Dave Wysochanski 1-1/+1
2019-07-06SUNRPC: Move call to rpc_count_iostats before rpc_call_doneGravatar Dave Wysochanski 2-4/+5
2019-07-06NFS: send state management on a single connection.Gravatar NeilBrown 1-1/+23
2019-07-06SUNRPC: Allow creation of RPC clients with multiple connectionsGravatar Trond Myklebust 2-3/+17
2019-07-06SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lockGravatar Trond Myklebust 1-25/+25
2019-07-06SUNRPC: Add basic load balancing to the transport switchGravatar Trond Myklebust 2-4/+56
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockGravatar Trond Myklebust 5-53/+47
2019-07-06SUNRPC: Replace direct task wakeups from softirq contextGravatar Trond Myklebust 1-6/+72
2019-07-06SUNRPC: Replace the queue timer with a delayed work functionGravatar Trond Myklebust 1-10/+20
2019-07-05Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+6
2019-07-03nfs: fix out-of-date connectathon talk URLGravatar J. Bruce Fields 1-1/+1
2019-07-03sunrpc: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-55/+11
2019-07-02xprtrdma: Fix use-after-free in rpcrdma_post_recvsGravatar Chuck Lever 1-1/+2