summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pnfs: rework LAYOUTGET retry handlingJeff Layton2016-05-177-144/+136
| * | | pnfs: lift retry logic from send_layoutget to pnfs_update_layoutJeff Layton2016-05-171-36/+36
| * | | pnfs: fix bad error handling in send_layoutgetJeff Layton2016-05-171-3/+8
| * | | flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_dsJeff Layton2016-05-171-1/+17
| * | | flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTEDJeff Layton2016-05-172-9/+1
| * | | pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN argsJeff Layton2016-05-175-28/+52
| * | | pnfs: keep track of the return sequence number in pnfs_layout_hdrJeff Layton2016-05-172-3/+9
| * | | pnfs: record sequence in pnfs_layout_segment when it's createdJeff Layton2016-05-172-0/+2
| * | | pnfs: don't merge new ff lsegs with ones that have LAYOUTRETURN bit setJeff Layton2016-05-171-2/+2
| * | | pNFS/flexfiles: When initing reads or writes, we might have to retry connecti...Tom Haynes2016-05-171-4/+25
| * | | pNFS/flexfiles: When checking for available DSes, conditionally check for MDS ioTom Haynes2016-05-173-3/+9
| * | | pNFS/flexfile: Fix erroneous fall back to read/write through the MDSTrond Myklebust2016-05-171-17/+6
| * | | NFS: Reclaim writes via writepage are opportunisticTrond Myklebust2016-05-171-2/+1
| * | | NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust2016-05-175-14/+28
| * | | NFSv4: Label stateids with the typeTrond Myklebust2016-05-178-24/+85
| * | | SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust2016-05-172-3/+5
| * | | pNFS: Fix a leaked layoutstats flagTrond Myklebust2016-05-171-1/+2
| * | | xprtrdma: Remove qplockChuck Lever2016-05-172-4/+0
| * | | xprtrdma: Faster server reboot recoveryChuck Lever2016-05-171-1/+11
| * | | xprtrdma: Remove ro_unmap() from all registration modesChuck Lever2016-05-174-88/+0
| * | | xprtrdma: Add ro_unmap_safe memreg methodChuck Lever2016-05-176-19/+150
| * | | xprtrdma: Refactor __fmr_dma_unmap()Chuck Lever2016-05-171-5/+2
| * | | xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mwChuck Lever2016-05-172-7/+7
| * | | xprtrdma: Refactor the FRWR recovery workerChuck Lever2016-05-171-9/+16
| * | | xprtrdma: Reset MRs in frwr_op_unmap_sync()Chuck Lever2016-05-171-38/+60
| * | | xprtrdma: Save I/O direction in struct rpcrdma_frwrChuck Lever2016-05-172-3/+4
| * | | xprtrdma: Rename rpcrdma_frwr::sg and sg_nentsChuck Lever2016-05-172-20/+20
| * | | xprtrdma: Use core ib_drain_qp() APIChuck Lever2016-05-171-35/+6
| * | | xprtrdma: Remove rpcrdma_create_chunks()Chuck Lever2016-05-171-151/+0
| * | | xprtrdma: Allow Read list and Reply chunk simultaneouslyChuck Lever2016-05-172-60/+272
| * | | xprtrdma: Update comments in rpcrdma_marshal_req()Chuck Lever2016-05-171-14/+4
| * | | xprtrdma: Avoid using Write list for small NFS READ requestsChuck Lever2016-05-171-4/+5
| * | | xprtrdma: Prevent inline overflowChuck Lever2016-05-175-11/+90
| * | | xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headersChuck Lever2016-05-175-26/+23
| * | | xprtrdma: Bound the inline threshold valuesChuck Lever2016-05-172-1/+9
| * | | sunrpc: Advertise maximum backchannel payload sizeChuck Lever2016-05-178-4/+49
| * | | sunrpc: Update RPCBIND_MAXNETIDLENChuck Lever2016-05-171-2/+2
| * | | xprtrdma: Add rdma6 option to support NFS/RDMA IPv6Shirley Ma2016-05-171-0/+4
| * | | nfs4: client: do not send empty SETATTR after OPEN_CREATETigran Mkrtchyan2016-05-171-9/+25
| * | | NFS: Add COPY nfs operationAnna Schumaker2016-05-179-0/+305
| * | | NFS: Add nfs_commit_file()Anna Schumaker2016-05-173-6/+42
| * | | Fixing oops in callback pathOlga Kornievskaia2016-05-171-2/+4
| * | | nfs: don't share mounts between network namespacesJ. Bruce Fields2016-05-091-0/+5
| * | | NFS: Fix an LOCK/OPEN race when unlinking an open fileChuck Lever2016-05-091-0/+4
| * | | nfs: have flexfiles mirror keep creds for both ro and rw layoutsJeff Layton2016-05-093-10/+30
| * | | nfs: get a reference to the credential in ff_layout_alloc_lsegJeff Layton2016-05-093-54/+36
| * | | nfs: have ff_layout_get_ds_cred take a reference to the credJeff Layton2016-05-092-10/+35
| * | | nfs: don't call nfs4_ff_layout_prepare_ds from ff_layout_get_ds_credJeff Layton2016-05-091-5/+1
| * | | sunrpc: add a get_rpccred_rcu inlineJeff Layton2016-05-091-0/+18
| * | | sunrpc: add rpc_lookup_generic_credWeston Andros Adamson2016-05-092-0/+8