Age | Commit message (Expand) | Author | Files | Lines |
2018-09-30 | SUNRPC: Remove rpc_authflavor_lock in favour of RCU locking | Trond Myklebust | 1 | -66/+62 |
2018-09-30 | SUNRPC: Unexport xdr_partial_copy_from_skb() | Trond Myklebust | 1 | -2/+2 |
2018-09-30 | SUNRPC: Clean up xs_udp_data_receive() | Trond Myklebust | 1 | -12/+5 |
2018-09-30 | SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive | Trond Myklebust | 2 | -123/+18 |
2018-09-30 | SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive() | Trond Myklebust | 1 | -41/+30 |
2018-09-30 | SUNRPC: Simplify TCP receive code by switching to using iterators | Trond Myklebust | 1 | -364/+333 |
2018-09-30 | SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter() | Trond Myklebust | 3 | -1/+54 |
2018-09-30 | SUNRPC: Add a label for RPC calls that require allocation on receive | Trond Myklebust | 2 | -1/+2 |
2018-09-30 | SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue | Trond Myklebust | 1 | -17/+3 |
2018-09-30 | SUNRPC: Fix priority queue fairness | Trond Myklebust | 1 | -55/+54 |
2018-09-30 | SUNRPC: Convert xprt receive queue to use an rbtree | Trond Myklebust | 1 | -11/+82 |
2018-09-30 | SUNRPC: Don't take transport->lock unnecessarily when taking XPRT_LOCK | Trond Myklebust | 1 | -2/+5 |
2018-09-30 | SUNRPC: Cleanup: remove the unused 'task' argument from the request_send() | Trond Myklebust | 4 | -11/+8 |
2018-09-30 | SUNRPC: Clean up transport write space handling | Trond Myklebust | 6 | -79/+70 |
2018-09-30 | SUNRPC: Turn off throttling of RPC slots for TCP sockets | Trond Myklebust | 2 | -15/+1 |
2018-09-30 | SUNRPC: Allow soft RPC calls to time out when waiting for the XPRT_LOCK | Trond Myklebust | 1 | -2/+2 |
2018-09-30 | SUNRPC: Allow calls to xprt_transmit() to drain the entire transmit queue | Trond Myklebust | 1 | -11/+60 |
2018-09-30 | SUNRPC: Enqueue swapper tagged RPCs at the head of the transmit queue | Trond Myklebust | 1 | -0/+11 |
2018-09-30 | SUNRPC: Support for congestion control when queuing is enabled | Trond Myklebust | 5 | -36/+107 |
2018-09-30 | SUNRPC: Improve latency for interactive tasks | Trond Myklebust | 1 | -3/+24 |
2018-09-30 | SUNRPC: Move RPC retransmission stat counter to xprt_transmit() | Trond Myklebust | 2 | -13/+12 |
2018-09-30 | SUNRPC: Simplify xprt_prepare_transmit() | Trond Myklebust | 1 | -16/+7 |
2018-09-30 | SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCK | Trond Myklebust | 2 | -18/+0 |
2018-09-30 | SUNRPC: Treat the task and request as separate in the xprt_ops->send_request() | Trond Myklebust | 4 | -20/+17 |
2018-09-30 | SUNRPC: Fix up the back channel transmit | Trond Myklebust | 2 | -15/+31 |
2018-09-30 | SUNRPC: Refactor RPC call encoding | Trond Myklebust | 2 | -41/+62 |
2018-09-30 | SUNRPC: Add a transmission queue for RPC requests | Trond Myklebust | 2 | -13/+77 |
2018-09-30 | SUNRPC: Distinguish between the slot allocation list and receive queue | Trond Myklebust | 1 | -6/+6 |
2018-09-30 | SUNRPC: Minor cleanup for call_transmit() | Trond Myklebust | 1 | -17/+15 |
2018-09-30 | SUNRPC: Refactor xprt_transmit() to remove wait for reply code | Trond Myklebust | 2 | -31/+53 |
2018-09-30 | SUNRPC: Refactor xprt_transmit() to remove the reply queue code | Trond Myklebust | 4 | -46/+88 |
2018-09-30 | SUNRPC: Rename xprt->recv_lock to xprt->queue_lock | Trond Myklebust | 5 | -37/+37 |
2018-09-30 | SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmit | Trond Myklebust | 1 | -6/+3 |
2018-09-30 | SUNRPC: Test whether the task is queued before grabbing the queue spinlocks | Trond Myklebust | 1 | -0/+4 |
2018-09-30 | SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status | Trond Myklebust | 1 | -10/+55 |
2018-09-30 | SUNRPC: Refactor the transport request pinning | Trond Myklebust | 1 | -20/+23 |
2018-09-30 | SUNRPC: Simplify dealing with aborted partially transmitted messages | Trond Myklebust | 1 | -26/+25 |
2018-09-30 | SUNRPC: Add socket transmit queue offset tracking | Trond Myklebust | 1 | -18/+22 |
2018-09-30 | SUNRPC: Move reset of TCP state variables into the reconnect code | Trond Myklebust | 1 | -7/+6 |
2018-09-30 | SUNRPC: Rename TCP receive-specific state variables | Trond Myklebust | 1 | -89/+89 |
2018-09-30 | SUNRPC: Avoid holding locks across the XDR encoding of the RPC message | Trond Myklebust | 1 | -3/+3 |
2018-09-30 | SUNRPC: Simplify identification of when the message send/receive is complete | Trond Myklebust | 2 | -15/+21 |
2018-09-30 | SUNRPC: The transmitted message must lie in the RPCSEC window of validity | Trond Myklebust | 4 | -0/+61 |
2018-09-30 | SUNRPC: If there is no reply expected, bail early from call_decode | Trond Myklebust | 1 | -5/+8 |
2018-09-30 | SUNRPC: Clean up initialisation of the struct rpc_rqst | Trond Myklebust | 2 | -41/+51 |
2018-09-28 | gss_krb5: Remove VLA usage of skcipher | Kees Cook | 5 | -94/+93 |
2018-08-23 | Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 19 | -49/+75 |
2018-08-23 | Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 10 | -111/+140 |
2018-08-22 | sunrpc: Add comment defining gssd upcall API keywords | Chuck Lever | 1 | -0/+17 |
2018-08-22 | sunrpc: Extract target name into svc_cred | Chuck Lever | 1 | -25/+45 |