summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2016-07-06NFS: Move buffered I/O locking into nfs_file_write()Trond Myklebust1-12/+15
2016-07-06NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust2-9/+9
2016-07-06NFS: Remove racy size manipulations in O_DIRECTTrond Myklebust1-16/+0
2016-07-06NFS: Ensure we reset the write verifier 'committed' value on resend.Trond Myklebust2-0/+19
2016-07-06NFS: Fix O_DIRECT verifier problemsTrond Myklebust3-3/+16
2016-07-06pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1Trond Myklebust1-7/+0
2016-07-06pNFS: Ensure we layoutcommit before revalidating attributesTrond Myklebust1-16/+7
2016-07-06pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust5-9/+30
2016-07-06pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()Trond Myklebust1-9/+10
2016-07-06pNFS/flexfiles: Fix layoutcommit after a commit to DSTrond Myklebust1-2/+1
2016-07-06pNFS/files: Fix layoutcommit after a commit to DSTrond Myklebust1-2/+1
2016-06-22NFS: Don't call COMMIT in ->releasepage()Trond Myklebust1-23/+0
2016-06-22NFS: Don't hold the inode lock across fsync()Trond Myklebust1-2/+0
2016-06-22NFS: writepage of a single page should not be synchronousTrond Myklebust1-1/+1
2016-06-22NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust3-20/+0
2016-06-22NFS: Cache aggressively when file is open for writingTrond Myklebust2-29/+46
2016-06-15NFS: Cache access checks more aggressivelyTrond Myklebust1-21/+31
2016-06-13NFS: Don't flush caches for a getattr that races with writebackTrond Myklebust1-6/+9
2016-05-28nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds1-1/+1
2016-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+9
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-10/+9
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds25-441/+1006
2016-05-26pnfs: pnfs_update_layout needs to consider if strict iomode checking is onTom Haynes4-25/+61
2016-05-26nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and r...Tom Haynes1-2/+3
2016-05-25nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IOTom Haynes2-1/+16
2016-05-25nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson2-0/+32
2016-05-25NFS: checking for NULL instead of IS_ERR() in nfs_commit_file()Dan Carpenter1-2/+2
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+1
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-12/+11
2016-05-17pnfs: make pnfs_layout_process more robustJeff Layton1-16/+11
2016-05-17pnfs: rework LAYOUTGET retry handlingJeff Layton4-142/+133
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 connecti...Tom 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 Myklebust7-19/+65
2016-05-17pNFS: Fix a leaked layoutstats flagTrond Myklebust1-1/+2
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever1-4/+6
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 Schumaker6-0/+277