summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* sunrpc/lockd: fix references to the BKLJeff Layton2015-01-232-4/+3
* svcrdma: Handle additional inline contentChuck Lever2015-01-151-0/+55
* svcrdma: Move read list XDR round-up logicChuck Lever2015-01-151-28/+9
* svcrdma: Support RDMA_NOMSG requestsChuck Lever2015-01-151-3/+36
* svcrdma: rc_position sanity checkingChuck Lever2015-01-151-4/+12
* svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever2015-01-152-44/+29
* svcrdma: Find rmsgp more reliablyChuck Lever2015-01-151-14/+4
* svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever2015-01-153-33/+49
* svcrdma: Clean up read chunk countingChuck Lever2015-01-152-19/+12
* svcrdma: Remove unused variableChuck Lever2015-01-151-2/+0
* svcrdma: Clean up dprintkChuck Lever2015-01-151-4/+4
* rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields2015-01-071-3/+3
* sunrpc/cache: convert to use string_escape_str()Andy Shevchenko2014-12-091-20/+6
* sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton2014-12-091-2/+4
* sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton2014-12-091-7/+15
* sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-092-100/+128
* sunrpc: fix potential races in pool_stats collectionJeff Layton2014-12-091-6/+6
* sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton2014-12-091-4/+6
* sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton2014-12-091-3/+0
* sunrpc: have svc_wake_up only deal with pool 0Jeff Layton2014-12-091-21/+16
* sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton2014-12-091-4/+3
* sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-092-2/+2
* sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-092-3/+3
* sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-092-2/+2
* sunrpc: move rq_local field to rq_flagsJeff Layton2014-12-091-1/+4
* sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2014-12-091-1/+4
* Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields2014-12-0934-147/+536
|\
| * sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2014-11-272-7/+116
| * sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton2014-11-275-1/+210
| * Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust2014-11-263-17/+107
| |\
| | * xprtrdma: Display async errorsChuck Lever2014-11-251-4/+32
| | * xprtrdma: Enable pad optimizationChuck Lever2014-11-251-1/+1
| | * xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever2014-11-251-2/+9
| | * xprtrdma: Refactor tasklet schedulingChuck Lever2014-11-251-5/+12
| | * xprtrdma: unmap all FMRs during transport disconnectChuck Lever2014-11-252-2/+42
| | * xprtrdma: Cap req_cqinitChuck Lever2014-11-252-1/+9
| | * xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever2014-11-251-2/+2
| * | Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust2014-11-261-5/+16
| |\ \
| | * | SUNRPC: serialize iostats updatesChuck Lever2014-11-251-5/+16
| | |/
| * | sunrpc: eliminate RPC_TRACEPOINTSJeff Layton2014-11-241-1/+1
| * | sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-2428-44/+44
| * | sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton2014-11-241-59/+2
| * | sunrpc: add new tracepoints in xprt handling codeJeff Layton2014-11-242-2/+15
| * | sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton2014-11-242-19/+33
| |/
* | sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton2014-12-011-5/+7
* | sunrpc: eliminate the XPT_DETACHED flagJeff Layton2014-12-011-3/+1
* | merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields2014-11-192-16/+46
|\ \
| * | SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust2014-11-191-11/+16
| |/
| * sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton2014-11-131-5/+30
* | SUNRPC: off by one in BUG_ON()Dan Carpenter2014-10-291-1/+1
OpenPOWER on IntegriCloud