aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-25NFS: checking for NULL instead of IS_ERR() in nfs_commit_file()Dan Carpenter1-2/+2
2016-05-17pnfs: make pnfs_layout_process more robustJeff Layton1-16/+11
2016-05-17pnfs: rework LAYOUTGET retry handlingJeff Layton7-144/+136
2016-05-17pnfs: lift retry logic from send_layoutget to pnfs_update_layoutJeff Layton1-36/+36
2016-05-17pnfs: fix bad error handling in send_layoutgetJeff Layton1-3/+8
2016-05-17flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_dsJeff Layton1-1/+17
2016-05-17flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTEDJeff Layton2-9/+1
2016-05-17pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN argsJeff Layton5-28/+52
2016-05-17pnfs: keep track of the return sequence number in pnfs_layout_hdrJeff Layton2-3/+9
2016-05-17pnfs: record sequence in pnfs_layout_segment when it's createdJeff Layton2-0/+2
2016-05-17pnfs: don't merge new ff lsegs with ones that have LAYOUTRETURN bit setJeff Layton1-2/+2
2016-05-17pNFS/flexfiles: When initing reads or writes, we might have to retry connecting to DSesTom Haynes1-4/+25
2016-05-17pNFS/flexfiles: When checking for available DSes, conditionally check for MDS ioTom Haynes3-3/+9
2016-05-17pNFS/flexfile: Fix erroneous fall back to read/write through the MDSTrond Myklebust1-17/+6
2016-05-17NFS: Reclaim writes via writepage are opportunisticTrond Myklebust1-2/+1
2016-05-17NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust5-14/+28
2016-05-17NFSv4: Label stateids with the typeTrond Myklebust8-24/+85
2016-05-17SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust2-3/+5
2016-05-17pNFS: Fix a leaked layoutstats flagTrond Myklebust1-1/+2
2016-05-17xprtrdma: Remove qplockChuck Lever2-4/+0
2016-05-17xprtrdma: Faster server reboot recoveryChuck Lever1-1/+11
2016-05-17xprtrdma: Remove ro_unmap() from all registration modesChuck Lever4-88/+0
2016-05-17xprtrdma: Add ro_unmap_safe memreg methodChuck Lever6-19/+150
2016-05-17xprtrdma: Refactor __fmr_dma_unmap()Chuck Lever1-5/+2
2016-05-17xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mwChuck Lever2-7/+7
2016-05-17xprtrdma: Refactor the FRWR recovery workerChuck Lever1-9/+16
2016-05-17xprtrdma: Reset MRs in frwr_op_unmap_sync()Chuck Lever1-38/+60
2016-05-17xprtrdma: Save I/O direction in struct rpcrdma_frwrChuck Lever2-3/+4
2016-05-17xprtrdma: Rename rpcrdma_frwr::sg and sg_nentsChuck Lever2-20/+20
2016-05-17xprtrdma: Use core ib_drain_qp() APIChuck Lever1-35/+6
2016-05-17xprtrdma: Remove rpcrdma_create_chunks()Chuck Lever1-151/+0
2016-05-17xprtrdma: Allow Read list and Reply chunk simultaneouslyChuck Lever2-60/+272
2016-05-17xprtrdma: Update comments in rpcrdma_marshal_req()Chuck Lever1-14/+4
2016-05-17xprtrdma: Avoid using Write list for small NFS READ requestsChuck Lever1-4/+5
2016-05-17xprtrdma: Prevent inline overflowChuck Lever5-11/+90
2016-05-17xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headersChuck Lever5-26/+23
2016-05-17xprtrdma: Bound the inline threshold valuesChuck Lever2-1/+9
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever8-4/+49
2016-05-17sunrpc: Update RPCBIND_MAXNETIDLENChuck Lever1-2/+2
2016-05-17xprtrdma: Add rdma6 option to support NFS/RDMA IPv6Shirley Ma1-0/+4
2016-05-17nfs4: client: do not send empty SETATTR after OPEN_CREATETigran Mkrtchyan1-9/+25
2016-05-17NFS: Add COPY nfs operationAnna Schumaker9-0/+305
2016-05-17NFS: Add nfs_commit_file()Anna Schumaker3-6/+42
2016-05-17Fixing oops in callback pathOlga Kornievskaia1-2/+4
2016-05-09nfs: don't share mounts between network namespacesJ. Bruce Fields1-0/+5
2016-05-09NFS: Fix an LOCK/OPEN race when unlinking an open fileChuck Lever1-0/+4
2016-05-09nfs: have flexfiles mirror keep creds for both ro and rw layoutsJeff Layton3-10/+30
2016-05-09nfs: get a reference to the credential in ff_layout_alloc_lsegJeff Layton3-54/+36
2016-05-09nfs: have ff_layout_get_ds_cred take a reference to the credJeff Layton2-10/+35
2016-05-09nfs: don't call nfs4_ff_layout_prepare_ds from ff_layout_get_ds_credJeff Layton1-5/+1