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.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
*
sunrpc/lockd: fix references to the BKL
Jeff Layton
2015-01-23
2
-4
/
+3
*
svcrdma: Handle additional inline content
Chuck Lever
2015-01-15
1
-0
/
+55
*
svcrdma: Move read list XDR round-up logic
Chuck Lever
2015-01-15
1
-28
/
+9
*
svcrdma: Support RDMA_NOMSG requests
Chuck Lever
2015-01-15
1
-3
/
+36
*
svcrdma: rc_position sanity checking
Chuck Lever
2015-01-15
1
-4
/
+12
*
svcrdma: Plant reader function in struct svcxprt_rdma
Chuck Lever
2015-01-15
2
-44
/
+29
*
svcrdma: Find rmsgp more reliably
Chuck Lever
2015-01-15
1
-14
/
+4
*
svcrdma: Scrub BUG_ON() and WARN_ON() call sites
Chuck Lever
2015-01-15
3
-33
/
+49
*
svcrdma: Clean up read chunk counting
Chuck Lever
2015-01-15
2
-19
/
+12
*
svcrdma: Remove unused variable
Chuck Lever
2015-01-15
1
-2
/
+0
*
svcrdma: Clean up dprintk
Chuck Lever
2015-01-15
1
-4
/
+4
*
rpc: fix xdr_truncate_encode to handle buffer ending on page boundary
J. Bruce Fields
2015-01-07
1
-3
/
+3
*
sunrpc/cache: convert to use string_escape_str()
Andy Shevchenko
2014-12-09
1
-20
/
+6
*
sunrpc: only call test_bit once in svc_xprt_received
Jeff Layton
2014-12-09
1
-2
/
+4
*
sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt
Jeff Layton
2014-12-09
1
-7
/
+15
*
sunrpc: convert to lockless lookup of queued server threads
Jeff Layton
2014-12-09
2
-100
/
+128
*
sunrpc: fix potential races in pool_stats collection
Jeff Layton
2014-12-09
1
-6
/
+6
*
sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it
Jeff Layton
2014-12-09
1
-4
/
+6
*
sunrpc: require svc_create callers to pass in meaningful shutdown routine
Jeff Layton
2014-12-09
1
-3
/
+0
*
sunrpc: have svc_wake_up only deal with pool 0
Jeff Layton
2014-12-09
1
-21
/
+16
*
sunrpc: convert sp_task_pending flag to use atomic bitops
Jeff Layton
2014-12-09
1
-4
/
+3
*
sunrpc: move rq_splice_ok flag into rq_flags
Jeff Layton
2014-12-09
2
-2
/
+2
*
sunrpc: move rq_dropme flag into rq_flags
Jeff Layton
2014-12-09
2
-3
/
+3
*
sunrpc: move rq_usedeferral flag to rq_flags
Jeff Layton
2014-12-09
2
-2
/
+2
*
sunrpc: move rq_local field to rq_flags
Jeff Layton
2014-12-09
1
-1
/
+4
*
sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it
Jeff Layton
2014-12-09
1
-1
/
+4
*
Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch
J. Bruce Fields
2014-12-09
34
-147
/
+536
|
\
|
*
sunrpc: add a debugfs rpc_xprt directory with an info file in it
Jeff Layton
2014-11-27
2
-7
/
+116
|
*
sunrpc: add debugfs file for displaying client rpc_task queue
Jeff Layton
2014-11-27
5
-1
/
+210
|
*
Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...
Trond Myklebust
2014-11-26
3
-17
/
+107
|
|
\
|
|
*
xprtrdma: Display async errors
Chuck Lever
2014-11-25
1
-4
/
+32
|
|
*
xprtrdma: Enable pad optimization
Chuck Lever
2014-11-25
1
-1
/
+1
|
|
*
xprtrdma: Re-write rpcrdma_flush_cqs()
Chuck Lever
2014-11-25
1
-2
/
+9
|
|
*
xprtrdma: Refactor tasklet scheduling
Chuck Lever
2014-11-25
1
-5
/
+12
|
|
*
xprtrdma: unmap all FMRs during transport disconnect
Chuck Lever
2014-11-25
2
-2
/
+42
|
|
*
xprtrdma: Cap req_cqinit
Chuck Lever
2014-11-25
2
-1
/
+9
|
|
*
xprtrdma: Return an errno from rpcrdma_register_external()
Chuck Lever
2014-11-25
1
-2
/
+2
|
*
|
Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...
Trond Myklebust
2014-11-26
1
-5
/
+16
|
|
\
\
|
|
*
|
SUNRPC: serialize iostats updates
Chuck Lever
2014-11-25
1
-5
/
+16
|
|
|
/
|
*
|
sunrpc: eliminate RPC_TRACEPOINTS
Jeff Layton
2014-11-24
1
-1
/
+1
|
*
|
sunrpc: eliminate RPC_DEBUG
Jeff Layton
2014-11-24
28
-44
/
+44
|
*
|
sunrpc: add tracepoints in xs_tcp_data_recv
Jeff Layton
2014-11-24
1
-59
/
+2
|
*
|
sunrpc: add new tracepoints in xprt handling code
Jeff Layton
2014-11-24
2
-2
/
+15
|
*
|
sunrpc: add some tracepoints in svc_rqst handling functions
Jeff Layton
2014-11-24
2
-19
/
+33
|
|
/
*
|
sunrpc: release svc_pool_map reference when serv allocation fails
Jeff Layton
2014-12-01
1
-5
/
+7
*
|
sunrpc: eliminate the XPT_DETACHED flag
Jeff Layton
2014-12-01
1
-3
/
+1
*
|
merge nfs bugfixes into nfsd for-3.19 branch
J. Bruce Fields
2014-11-19
2
-16
/
+46
|
\
\
|
*
|
SUNRPC: Fix locking around callback channel reply receive
Trond Myklebust
2014-11-19
1
-11
/
+16
|
|
/
|
*
sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptor
Jeff Layton
2014-11-13
1
-5
/
+30
*
|
SUNRPC: off by one in BUG_ON()
Dan Carpenter
2014-10-29
1
-1
/
+1
[next]