aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/pnfs.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-24pnfs: Fix the check for requests in range of layout segmentGravatar Benjamin Coddington 1-0/+10
2017-04-25pNFS: Ensure we check layout segment validity in the pg_init() callbackGravatar Trond Myklebust 1-0/+1
2017-04-20pNFS: Remove unused layout driver callbacksGravatar Trond Myklebust 1-5/+0
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectGravatar Weston Andros Adamson 1-1/+1
2016-12-03pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnGravatar Trond Myklebust 1-1/+0
2016-12-03pNFS: Add a layoutreturn callback to performa layout-private setupGravatar Trond Myklebust 1-0/+1
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Gravatar Anna Schumaker 1-2/+1
2016-12-01pNFS: Enable layoutreturn operation for return-on-closeGravatar Trond Myklebust 1-16/+14
2016-12-01pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackGravatar Trond Myklebust 1-2/+1
2016-12-01NFSv4: Ignore LAYOUTRETURN result if the layout doesn't match or is invalidGravatar Trond Myklebust 1-1/+1
2016-12-01pNFS: Do not free layout segments that are marked for returnGravatar Trond Myklebust 1-1/+5
2016-12-01pNFS: consolidate the different range intersection testsGravatar Trond Myklebust 1-0/+32
2016-12-01pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completedGravatar Trond Myklebust 1-0/+1
2016-09-19pnfs: add a new mechanism to select a layout driver according to an ordered listGravatar Jeff Layton 1-2/+3
2016-09-19pnfs: track multiple layout types in fsinfo structureGravatar Jeff Layton 1-2/+2
2016-07-24Merge branch 'pnfs'Gravatar Trond Myklebust 1-13/+7
2016-07-24pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()Gravatar Trond Myklebust 1-13/+0
2016-07-24pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()Gravatar Trond Myklebust 1-0/+2
2016-07-24pNFS: LAYOUTRETURN should only update the stateid if the layout is validGravatar Trond Myklebust 1-0/+5
2016-07-18pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstandingGravatar Trond Myklebust 1-0/+7
2016-07-05pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1Gravatar Trond Myklebust 1-7/+0
2016-05-26pnfs: pnfs_update_layout needs to consider if strict iomode checking is onGravatar Tom Haynes 1-0/+1
2016-05-17pnfs: rework LAYOUTGET retry handlingGravatar Jeff Layton 1-5/+1
2016-05-17pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN argsGravatar Jeff Layton 1-2/+4
2016-05-17pnfs: keep track of the return sequence number in pnfs_layout_hdrGravatar Jeff Layton 1-0/+1
2016-05-17pnfs: record sequence in pnfs_layout_segment when it's createdGravatar Jeff Layton 1-0/+1
2016-05-09pnfs: set NFS_IOHDR_REDO in pnfs_read_resend_pnfsGravatar Weston Andros Adamson 1-1/+1
2016-01-27NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSEGravatar Trond Myklebust 1-2/+2
2016-01-04Merge branch 'pnfs_generic'Gravatar Trond Myklebust 1-2/+31
2016-01-04NFSv4.1/pNFS: Cleanup constify struct pnfs_layout_range argumentsGravatar Trond Myklebust 1-3/+3
2016-01-04NFSv4.1/pnfs: Cleanup copying of pnfs_layout_range structuresGravatar Trond Myklebust 1-0/+7
2016-01-04NFSv4.1/pNFS: pnfs_error_mark_layout_for_return() must always return layoutGravatar Trond Myklebust 1-1/+1
2015-12-31NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidGravatar Trond Myklebust 1-0/+6
2015-12-28pNFS: If we have to delay the layout callback, mark the layout for returnGravatar Trond Myklebust 1-0/+3
2015-12-28NFSv4.1/pNFS: Add a helper to mark the layout as returnedGravatar Trond Myklebust 1-0/+13
2015-12-28pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGETGravatar Trond Myklebust 1-21/+0
2015-09-23NFS41: make close wait for layoutreturnGravatar Peng Tao 1-0/+7
2015-08-25NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing onesGravatar Trond Myklebust 1-0/+16
2015-08-25NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertionGravatar Trond Myklebust 1-0/+11
2015-08-25NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdrGravatar Trond Myklebust 1-3/+3
2015-08-25NFSv4.2/pnfs: Make the layoutstats timer configurableGravatar Trond Myklebust 1-0/+3
2015-08-25NFS41: remove NFS_LAYOUT_ROC flagGravatar Peng Tao 1-1/+0
2015-08-18NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is setGravatar Trond Myklebust 1-4/+3
2015-08-12NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback pathGravatar Trond Myklebust 1-2/+2
2015-06-26nfs: provide pnfs_report_layoutstat when NFS42 is disabledGravatar Peng Tao 1-2/+10
2015-06-24pnfs: add pnfs_report_layoutstat helper functionGravatar Peng Tao 1-0/+3
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-2/+22
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2015-03-27NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSGravatar Trond Myklebust 1-0/+18
2015-03-27NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()Gravatar Trond Myklebust 1-2/+1