| Commit message (Expand) | Author | Age | Files | Lines |
* | pnfs: fix lockup caused by pnfs_generic_pg_test | Weston Andros Adamson | 2014-06-10 | 1 | -14/+18 |
* | NFSv4.1: Fix typo in dprintk | Tom Haynes | 2014-06-09 | 1 | -1/+1 |
* | NFSv4.1: Comment is now wrong and redundant to code | Tom Haynes | 2014-06-09 | 1 | -4/+1 |
* | NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_state | Trond Myklebust | 2014-06-05 | 1 | -3/+3 |
* | Merge tag 'nfs-rdma-3.16' of git://git.linux-nfs.org/projects/anna/nfs-rdma i... | Trond Myklebust | 2014-06-04 | 6 | -602/+411 |
|\ |
|
| * | xprtrdma: Disconnect on registration failure | Chuck Lever | 2014-06-04 | 2 | -23/+42 |
| * | xprtrdma: Remove BUG_ON() call sites | Chuck Lever | 2014-06-04 | 2 | -9/+12 |
| * | xprtrdma: Avoid deadlock when credit window is reset | Chuck Lever | 2014-06-04 | 3 | -19/+7 |
| * | SUNRPC: Move congestion window constants to header file | Chuck Lever | 2014-06-04 | 2 | -19/+15 |
| * | xprtrdma: Reset connection timeout after successful reconnect | Chuck Lever | 2014-06-04 | 1 | -0/+1 |
| * | xprtrdma: Use macros for reconnection timeout constants | Chuck Lever | 2014-06-04 | 1 | -7/+12 |
| * | xprtrdma: Allocate missing pagelist | Shirley Ma | 2014-06-04 | 1 | -0/+6 |
| * | xprtrdma: Remove Tavor MTU setting | Chuck Lever | 2014-06-04 | 1 | -14/+0 |
| * | xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnecting | Chuck Lever | 2014-06-04 | 1 | -9/+20 |
| * | xprtrdma: Reduce the number of hardway buffer allocations | Chuck Lever | 2014-06-04 | 1 | -12/+13 |
| * | xprtrdma: Limit work done by completion handler | Chuck Lever | 2014-06-04 | 2 | -4/+7 |
| * | xprtrmda: Reduce calls to ib_poll_cq() in completion handlers | Chuck Lever | 2014-06-04 | 2 | -18/+42 |
| * | xprtrmda: Reduce lock contention in completion handlers | Chuck Lever | 2014-06-04 | 1 | -4/+10 |
| * | xprtrdma: Split the completion queue | Chuck Lever | 2014-06-04 | 2 | -92/+137 |
| * | xprtrdma: Make rpcrdma_ep_destroy() return void | Chuck Lever | 2014-06-04 | 3 | -13/+4 |
| * | xprtrdma: Simplify rpcrdma_deregister_external() synopsis | Chuck Lever | 2014-06-04 | 4 | -10/+4 |
| * | xprtrdma: mount reports "Invalid mount option" if memreg mode not supported | Chuck Lever | 2014-06-04 | 1 | -4/+4 |
| * | xprtrdma: Fall back to MTHCAFMR when FRMR is not supported | Chuck Lever | 2014-06-04 | 1 | -16/+15 |
| * | xprtrdma: Remove REGISTER memory registration mode | Chuck Lever | 2014-06-04 | 2 | -88/+5 |
| * | xprtrdma: Remove MEMWINDOWS registration modes | Chuck Lever | 2014-06-04 | 4 | -203/+7 |
| * | xprtrdma: Remove BOUNCEBUFFERS memory registration mode | Chuck Lever | 2014-06-04 | 3 | -28/+1 |
| * | xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context | Chuck Lever | 2014-06-04 | 3 | -7/+21 |
| * | nfs-rdma: Fix for FMR leaks | Allen Andrews | 2014-06-04 | 1 | -35/+38 |
| * | xprtrdma: mind the device's max fast register page list depth | Steve Wise | 2014-06-04 | 3 | -16/+36 |
|/ |
|
* | Push the file layout driver into a subdirectory | Tom Haynes | 2014-05-30 | 5 | -12/+15 |
* | pNFS: Handle allocation errors correctly in objlayout_alloc_layout_hdr() | Trond Myklebust | 2014-05-30 | 1 | -4/+4 |
* | pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr() | Trond Myklebust | 2014-05-30 | 1 | -1/+1 |
* | nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data() | Scott Mayhew | 2014-05-29 | 1 | -13/+13 |
* | NFSv4: Use error handler on failed GETATTR with successful OPEN | Andy Adamson | 2014-05-29 | 1 | -1/+1 |
* | NFS: Fix a potential busy wait in nfs_page_group_lock | Trond Myklebust | 2014-05-29 | 1 | -10/+9 |
* | NFS: Fix error handling in __nfs_pageio_add_request | Trond Myklebust | 2014-05-29 | 1 | -0/+6 |
* | net, sunrpc: suppress allocation warning in rpc_malloc() | David Rientjes | 2014-05-29 | 1 | -2/+3 |
* | nfs: support page groups in nfs_read_completion | Weston Andros Adamson | 2014-05-29 | 1 | -7/+17 |
* | pnfs: filelayout: support non page aligned layouts | Weston Andros Adamson | 2014-05-29 | 1 | -32/+20 |
* | pnfs: allow non page aligned pnfs layout segments | Weston Andros Adamson | 2014-05-29 | 1 | -15/+10 |
* | pnfs: support multiple verfs per direct req | Weston Andros Adamson | 2014-05-29 | 4 | -6/+109 |
* | nfs: remove data list from pgio header | Weston Andros Adamson | 2014-05-29 | 3 | -61/+24 |
* | nfs: use > 1 request to handle bsize < PAGE_SIZE | Weston Andros Adamson | 2014-05-29 | 1 | -69/+11 |
* | nfs: chain calls to pg_test | Weston Andros Adamson | 2014-05-29 | 3 | -21/+30 |
* | nfs: allow coalescing of subpage requests | Weston Andros Adamson | 2014-05-29 | 1 | -4/+0 |
* | pnfs: clean up filelayout_alloc_commit_info | Weston Andros Adamson | 2014-05-29 | 1 | -20/+26 |
* | nfs: page group support in nfs_mark_uptodate | Weston Andros Adamson | 2014-05-29 | 1 | -7/+67 |
* | nfs: page group syncing in write path | Weston Andros Adamson | 2014-05-29 | 3 | -12/+24 |
* | nfs: page group syncing in read path | Weston Andros Adamson | 2014-05-29 | 3 | -5/+21 |
* | nfs: add support for multiple nfs reqs per page | Weston Andros Adamson | 2014-05-29 | 5 | -21/+236 |