index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-23
nfs4: limit callback decoding to received bytes
Benjamin Coddington
2
-0
/
+9
2015-11-11
Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-28
/
+78
2015-11-10
svcrpc: document lack of some memory barriers
J. Bruce Fields
1
-6
/
+31
2015-11-10
SUNRPC: drop stale comment in svc_setup_socket()
Stefan Hajnoczi
1
-1
/
+0
2015-11-09
Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
13
-394
/
+1083
2015-11-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
6
-145
/
+159
2015-11-03
Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debug
Kinglong Mee
1
-11
/
+12
2015-11-03
SUNRPC: fix variable type
Andrzej Hajda
1
-1
/
+1
2015-11-02
Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma
Trond Myklebust
13
-313
/
+914
2015-11-02
NFS: Enable client side NFSv4.1 backchannel to use other transports
Chuck Lever
4
-0
/
+35
2015-11-02
SUNRPC: Remove the TCP-only restriction in bc_svc_process()
Chuck Lever
1
-5
/
+0
2015-11-02
svcrdma: Add backward direction service for RPC/RDMA transport
Chuck Lever
2
-0
/
+64
2015-11-02
xprtrdma: Handle incoming backward direction RPC calls
Chuck Lever
3
-0
/
+161
2015-11-02
xprtrdma: Add support for sending backward direction RPC replies
Chuck Lever
3
-0
/
+51
2015-11-02
xprtrdma: Pre-allocate Work Requests for backchannel
Chuck Lever
3
-2
/
+26
2015-11-02
xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers
Chuck Lever
5
-12
/
+309
2015-11-02
SUNRPC: Abstract backchannel operations
Chuck Lever
2
-2
/
+27
2015-11-02
xprtrdma: Saving IRQs no longer needed for rb_lock
Chuck Lever
1
-14
/
+10
2015-11-02
xprtrdma: Remove reply tasklet
Chuck Lever
1
-43
/
+0
2015-11-02
xprtrdma: Use workqueue to process RPC/RDMA replies
Chuck Lever
4
-18
/
+65
2015-11-02
xprtrdma: Replace send and receive arrays
Chuck Lever
2
-91
/
+73
2015-11-02
xprtrdma: Refactor reply handler error handling
Chuck Lever
3
-40
/
+53
2015-11-02
xprtrdma: Prevent loss of completion signals
Chuck Lever
2
-41
/
+38
2015-11-02
xprtrdma: Re-arm after missed events
Chuck Lever
1
-56
/
+10
2015-11-02
xprtrdma: Enable swap-on-NFS/RDMA
Chuck Lever
1
-1
/
+1
2015-11-02
xprtrdma: don't log warnings for flushed completions
Steve Wise
1
-2
/
+5
2015-10-28
svcrdma: Port to new memory registration API
Sagi Grimberg
2
-57
/
+53
2015-10-28
xprtrdma: Port to new memory registration API
Sagi Grimberg
2
-52
/
+69
2015-10-28
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
3
-55
/
+56
2015-10-28
Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-c...
Doug Ledford
7
-95
/
+61
2015-10-28
IB/cma: Add support for network namespaces
Guy Shapiro
2
-3
/
+4
2015-10-23
sunrpc/cache: make cache flushing more reliable.
Neil Brown
1
-13
/
+40
2015-10-23
sunrpc: avoid warning in gss_key_timeout
Arnd Bergmann
1
-7
/
+6
2015-10-23
SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage()
Trond Myklebust
2
-2
/
+4
2015-10-21
Merge branch 'k.o/for-4.3-v1' into k.o/for-4.4
Doug Ledford
5
-40
/
+5
2015-10-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-5
/
+3
2015-10-13
Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2015-10-12
svcrdma: Fix NFS server crash triggered by 1MB NFS WRITE
Chuck Lever
1
-1
/
+1
2015-10-09
Merge tag 'nfsd-4.3-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+4
2015-10-08
SUNRPC: Use MSG_SENDPAGE_NOTLAST in xs_send_pagedata()
Trond Myklebust
1
-1
/
+3
2015-10-08
SUNRPC: Move AF_LOCAL receive data path into a workqueue context
Trond Myklebust
1
-30
/
+42
2015-10-08
SUNRPC: Move UDP receive data path into a workqueue context
Trond Myklebust
1
-23
/
+61
2015-10-08
SUNRPC: Move TCP receive data path into a workqueue context
Trond Myklebust
1
-15
/
+36
2015-10-08
SUNRPC: Refactor TCP receive
Trond Myklebust
1
-15
/
+29
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
3
-55
/
+56
2015-10-06
xprtrdma: Don't require LOCAL_DMA_LKEY support for fastreg
Sagi Grimberg
1
-5
/
+3
2015-10-02
Merge tag 'nfs-rdma-for-4.3-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma
Trond Myklebust
2
-4
/
+7
2015-10-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
5
-35
/
+2
2015-09-29
svcrdma: handle rdma read with a non-zero initial page offset
Steve Wise
1
-2
/
+4
2015-09-28
xprtrdma: disconnect and flush cqs before freeing buffers
Steve Wise
2
-4
/
+7
[next]