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