| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2016-10-13 | 21 | -478/+794 |
|\ |
|
| * | sunrpc: replace generic auth_cred hash with auth-specific function | Frank Sorenson | 2016-09-30 | 1 | -1/+1 |
| * | sunrpc: add RPCSEC_GSS hash_cred() function | Frank Sorenson | 2016-09-30 | 1 | -0/+7 |
| * | sunrpc: add auth_unix hash_cred() function | Frank Sorenson | 2016-09-30 | 1 | -0/+9 |
| * | sunrpc: add generic_auth hash_cred() function | Frank Sorenson | 2016-09-30 | 1 | -0/+9 |
| * | sunrpc: queue work on system_power_efficient_wq | Ke Wang | 2016-09-27 | 1 | -2/+3 |
| * | xprtrdma: use complete() instead complete_all() | Daniel Wagner | 2016-09-23 | 1 | -1/+1 |
| * | SUNRPC: Fix setting of buffer length in xdr_set_next_buffer() | Trond Myklebust | 2016-09-22 | 1 | -2/+2 |
| * | SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratch | Trond Myklebust | 2016-09-22 | 1 | -2/+5 |
| * | sunrpc: fix write space race causing stalls | David Vrabel | 2016-09-19 | 1 | -1/+10 |
| * | xprtrdma: Eliminate rpcrdma_receive_worker() | Chuck Lever | 2016-09-19 | 3 | -12/+5 |
| * | xprtrdma: Rename rpcrdma_receive_wc() | Chuck Lever | 2016-09-19 | 1 | -3/+3 |
| * | xprtrmda: Report address of frmr, not mw | Chuck Lever | 2016-09-19 | 1 | -2/+6 |
| * | xprtrdma: Support larger inline thresholds | Chuck Lever | 2016-09-19 | 1 | -2/+2 |
| * | xprtrdma: Use gathered Send for large inline messages | Chuck Lever | 2016-09-19 | 5 | -185/+207 |
| * | xprtrdma: Basic support for Remote Invalidation | Chuck Lever | 2016-09-19 | 6 | -7/+44 |
| * | xprtrdma: Client-side support for rpcrdma_connect_private | Chuck Lever | 2016-09-19 | 5 | -15/+49 |
| * | xprtrdma: Move recv_wr to struct rpcrdma_rep | Chuck Lever | 2016-09-19 | 2 | -7/+7 |
| * | xprtrdma: Move send_wr to struct rpcrdma_req | Chuck Lever | 2016-09-19 | 4 | -24/+24 |
| * | xprtrdma: Simplify rpcrdma_ep_post_recv() | Chuck Lever | 2016-09-19 | 4 | -11/+5 |
| * | xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbuf | Chuck Lever | 2016-09-19 | 4 | -31/+23 |
| * | xprtrdma: Delay DMA mapping Send and Receive buffers | Chuck Lever | 2016-09-19 | 4 | -26/+78 |
| * | xprtrdma: Replace DMA_BIDIRECTIONAL | Chuck Lever | 2016-09-19 | 4 | -35/+36 |
| * | xprtrdma: Use smaller buffers for RPC-over-RDMA headers | Chuck Lever | 2016-09-19 | 3 | -5/+7 |
| * | xprtrdma: Initialize separate RPC call and reply buffers | Chuck Lever | 2016-09-19 | 3 | -59/+99 |
| * | SUNRPC: Add a transport-specific private field in rpc_rqst | Chuck Lever | 2016-09-19 | 4 | -12/+10 |
| * | SUNRPC: Separate buffer pointers for RPC Call and Reply messages | Chuck Lever | 2016-09-19 | 3 | -1/+3 |
| * | SUNRPC: Generalize the RPC buffer release API | Chuck Lever | 2016-09-19 | 6 | -29/+18 |
| * | SUNRPC: Generalize the RPC buffer allocation API | Chuck Lever | 2016-09-19 | 5 | -35/+61 |
| * | SUNRPC: Refactor rpc_xdr_buf_init() | Chuck Lever | 2016-09-19 | 3 | -36/+8 |
| * | xprtrdma: Eliminate INLINE_THRESHOLD macros | Chuck Lever | 2016-09-19 | 4 | -15/+6 |
| * | SUNRPC: rpc_clnt_add_xprt setup function for NFS layer | Andy Adamson | 2016-09-19 | 1 | -0/+64 |
| * | SUNRPC search xprt switch for sockaddr | Andy Adamson | 2016-09-19 | 2 | -1/+38 |
| * | SUNRPC rpc_clnt_xprt_switch_add_xprt | Andy Adamson | 2016-09-19 | 1 | -0/+7 |
| * | SUNRPC rpc_clnt_xprt_switch_put | Andy Adamson | 2016-09-19 | 1 | -0/+6 |
| * | SUNRPC remove rpc_task_release_client from rpc_task_set_client | Andy Adamson | 2016-09-19 | 1 | -1/+0 |
| * | SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create() | Trond Myklebust | 2016-09-19 | 1 | -0/+17 |
| * | sunrpc: Remove unnecessary variable | Amitoj Kaur Chawla | 2016-09-19 | 1 | -2/+1 |
* | | Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2016-10-13 | 4 | -35/+111 |
|\ \ |
|
| * | | svcrdma: support Remote Invalidation | Chuck Lever | 2016-09-23 | 2 | -6/+64 |
| * | | svcrdma: Server-side support for rpcrdma_connect_private | Chuck Lever | 2016-09-23 | 1 | -4/+30 |
| * | | svcrdma: Skip put_page() when send_reply() fails | Chuck Lever | 2016-09-23 | 1 | -1/+1 |
| * | | svcrdma: Tail iovec leaves an orphaned DMA mapping | Chuck Lever | 2016-09-23 | 4 | -26/+18 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-10 | 4 | -16/+37 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 1 | -1/+1 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-10-09 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | IB/core: add support to create a unsafe global rkey to ib_create_pd | Christoph Hellwig | 2016-09-23 | 2 | -2/+2 |
* | | | | | cred: simpler, 1D supplementary groups | Alexey Dobriyan | 2016-10-07 | 5 | -9/+9 |
| |_|/ /
|/| | | |
|
* | | | | Merge tag 'nfsd-4.8-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2016-09-16 | 1 | -2/+3 |
|\ \ \ \
| | |_|/
| |/| | |
|