| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | SUNRPC: Do not override wspace tests in svc_handle_xprt | Trond Myklebust | 2014-08-17 | 1 | -1/+1 |
* | | Merge branch 'bugfixes' into linux-next | Trond Myklebust | 2014-09-30 | 1 | -0/+3 |
|\ \ |
|
| * | | SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUT | Trond Myklebust | 2014-09-26 | 1 | -0/+3 |
| |/ |
|
* | | NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page() | NeilBrown | 2014-09-25 | 3 | -14/+0 |
* | | rpc: Add -EPERM processing for xs_udp_send_request() | Jason Baron | 2014-09-25 | 2 | -0/+8 |
* | | rpc: return sent and err from xs_sendpages() | Jason Baron | 2014-09-25 | 1 | -39/+42 |
* | | SUNRPC: Don't wake tasks during connection abort | Benjamin Coddington | 2014-09-25 | 1 | -0/+4 |
* | | rpc: xs_bind - do not bind when requesting a random ephemeral port | Chris Perl | 2014-09-10 | 1 | -2/+18 |
|/ |
|
* | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-08-14 | 16 | -383/+809 |
|\ |
|
| * | SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcred | NeilBrown | 2014-08-04 | 1 | -7/+1 |
| * | sunrpc/auth: allow lockless (rcu) lookup of credential cache. | NeilBrown | 2014-08-03 | 3 | -2/+23 |
| * | sunrpc: remove "ec" argument from encrypt_v2 operation | Jeff Layton | 2014-08-03 | 2 | -8/+3 |
| * | sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.c | Jeff Layton | 2014-08-03 | 1 | -7/+13 |
| * | sunrpc: clean up sparse endianness warnings in gss_krb5_seal.c | Jeff Layton | 2014-08-03 | 1 | -11/+17 |
| * | sunrpc: fix RCU handling of gc_ctx field | Jeff Layton | 2014-08-03 | 1 | -17/+35 |
| * | Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int... | Trond Myklebust | 2014-08-03 | 4 | -296/+604 |
| |\ |
|
| | * | xprtrdma: Handle additional connection events | Chuck Lever | 2014-07-31 | 1 | -11/+14 |
| | * | xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macro | Chuck Lever | 2014-07-31 | 1 | -13/+0 |
| | * | xprtrdma: Make rpcrdma_ep_disconnect() return void | Chuck Lever | 2014-07-31 | 3 | -12/+6 |
| | * | xprtrdma: Schedule reply tasklet once per upcall | Chuck Lever | 2014-07-31 | 1 | -16/+15 |
| | * | xprtrdma: Allocate each struct rpcrdma_mw separately | Chuck Lever | 2014-07-31 | 1 | -99/+143 |
| | * | xprtrdma: Rename frmr_wr | Chuck Lever | 2014-07-31 | 1 | -13/+13 |
| | * | xprtrdma: Disable completions for LOCAL_INV Work Requests | Chuck Lever | 2014-07-31 | 1 | -9/+8 |
| | * | xprtrdma: Disable completions for FAST_REG_MR Work Requests | Chuck Lever | 2014-07-31 | 1 | -5/+4 |
| | * | xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external() | Chuck Lever | 2014-07-31 | 1 | -20/+2 |
| | * | xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request | Chuck Lever | 2014-07-31 | 1 | -2/+92 |
| | * | xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect | Chuck Lever | 2014-07-31 | 2 | -2/+66 |
| | * | xprtrdma: Properly handle exhaustion of the rb_mws list | Chuck Lever | 2014-07-31 | 1 | -32/+71 |
| | * | xprtrdma: Chain together all MWs in same buffer pool | Chuck Lever | 2014-07-31 | 2 | -1/+7 |
| | * | xprtrdma: Back off rkey when FAST_REG_MR fails | Chuck Lever | 2014-07-31 | 1 | -0/+1 |
| | * | xprtrdma: Unclutter struct rpcrdma_mr_seg | Chuck Lever | 2014-07-31 | 2 | -28/+50 |
| | * | xprtrdma: Don't invalidate FRMRs if registration fails | Chuck Lever | 2014-07-31 | 1 | -3/+5 |
| | * | xprtrdma: On disconnect, don't ignore pending CQEs | Chuck Lever | 2014-07-31 | 1 | -5/+9 |
| | * | xprtrdma: Update rkeys after transport reconnect | Chuck Lever | 2014-07-31 | 3 | -42/+54 |
| | * | xprtrdma: Limit data payload size for ALLPHYSICAL | Chuck Lever | 2014-07-31 | 3 | -1/+45 |
| | * | xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs | Chuck Lever | 2014-07-31 | 2 | -6/+18 |
| | * | xprtrdma: Fix panic in rpcrdma_register_frmr_external() | Chuck Lever | 2014-07-31 | 1 | -5/+7 |
| | * | xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result | Yan Burman | 2014-07-22 | 1 | -0/+3 |
| * | | SUNRPC: Enforce an upper limit on the number of cached credentials | Trond Myklebust | 2014-08-03 | 1 | -9/+35 |
| * | | replace strict_strto calls | Daniel Walter | 2014-07-13 | 3 | -13/+9 |
| * | | rpc_pipe: Drop memory allocation cast | Himangi Saraogi | 2014-07-13 | 1 | -1/+1 |
| * | | sunrpc: add a new "stringify_acceptor" rpc_credop | Jeff Layton | 2014-07-13 | 2 | -20/+51 |
| * | | auth_gss: fetch the acceptor name out of the downcall | Jeff Layton | 2014-07-13 | 1 | -3/+17 |
| * | | SUNRPC: Handle EPIPE in xprt_connect_status | Trond Myklebust | 2014-07-03 | 2 | -0/+2 |
| * | | SUNRPC: Ensure that we handle ENOBUFS errors correctly. | Trond Myklebust | 2014-06-30 | 2 | -0/+9 |
| |/ |
|
* | | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-08-09 | 9 | -72/+103 |
|\ \ |
|
| * | | svcrdma: remove rdma_create_qp() failure recovery logic | Steve Wise | 2014-08-05 | 1 | -17/+2 |
| * | | SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed | Trond Myklebust | 2014-07-29 | 2 | -0/+11 |
| * | | SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely | Trond Myklebust | 2014-07-29 | 1 | -18/+21 |
| * | | SUNRPC: Reduce contention in svc_xprt_enqueue() | Trond Myklebust | 2014-07-29 | 1 | -8/+17 |