aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 32-629/+966
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheGravatar Trond Myklebust 5-11/+55
2015-09-07NFSv4: Express delegation limit in units of pagesGravatar Trond Myklebust 3-9/+13
2015-09-05Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+5
2015-09-04Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"Gravatar Trond Myklebust 1-1/+6
2015-09-04NFS: Optimise away the close-to-open getattr if there is no cached dataGravatar Trond Myklebust 1-3/+10
2015-09-02NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cbGravatar Trond Myklebust 1-11/+9
2015-09-02NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error()Gravatar Trond Myklebust 1-9/+1
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+6
2015-09-01nfs: Remove unneeded checking of the return value from scnprintfGravatar Kinglong Mee 1-18/+1
2015-09-01nfs: Fix truncated client owner id without proto typeGravatar Kinglong Mee 1-1/+1
2015-09-01NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalidGravatar Trond Myklebust 1-15/+30
2015-09-01NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are validGravatar Trond Myklebust 1-2/+28
2015-09-01NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid()Gravatar Trond Myklebust 1-2/+2
2015-09-01NFSv4.1/flexfiles: Fix freeing of mirrorsGravatar Trond Myklebust 1-12/+2
2015-08-31NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of fileGravatar Trond Myklebust 1-0/+9
2015-08-31NFSv4.1/pnfs: Handle LAYOUTGET return values correctlyGravatar Trond Myklebust 1-1/+14
2015-08-31NFSv4.1/pnfs: Don't ask for a read layout for an empty file.Gravatar Trond Myklebust 1-0/+3
2015-08-30NFSv4.1: Fix a protocol issue with CLOSE stateidsGravatar Trond Myklebust 1-5/+10
2015-08-30NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errorsGravatar Trond Myklebust 1-8/+16
2015-08-27NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payloadGravatar Trond Myklebust 1-1/+2
2015-08-27NFSv4.1/flexfiles: Fix a protocol error in layoutreturnGravatar Trond Myklebust 1-2/+5
2015-08-27NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1Gravatar Kinglong Mee 2-12/+32
2015-08-27NFS: Get suppattr_exclcreat when getting server capabilitiesGravatar Kinglong Mee 2-6/+34
2015-08-27NFS: Make opened as optional argument in _nfs4_do_openGravatar Kinglong Mee 2-5/+3
2015-08-27NFS: Check size by inode_newsize_ok in nfs_setattrGravatar Kinglong Mee 1-8/+10
2015-08-27NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout returnGravatar Trond Myklebust 1-0/+2
2015-08-25nfs42: remove unused declarationGravatar Peng Tao 1-2/+0
2015-08-25nfs42: decode_layoutstats does not need res parameterGravatar Peng Tao 1-3/+2
2015-08-25NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing onesGravatar Trond Myklebust 2-0/+76
2015-08-25NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertionGravatar Trond Myklebust 2-9/+61
2015-08-25NFSv4.1/pnfs: Add sanity check for the layout range returned by the serverGravatar Trond Myklebust 1-1/+24
2015-08-25NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdrGravatar Trond Myklebust 1-3/+3
2015-08-25NFSv4.1/flexfile: ff_layout_remove_mirror can be staticGravatar kbuild test robot 1-1/+1
2015-08-25NFSv4.2/pnfs: Make the layoutstats timer configurableGravatar Trond Myklebust 3-1/+11
2015-08-25NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segmentsGravatar Trond Myklebust 2-29/+99
2015-08-25NFSv4.1/flexfiles: Remove mirror backpointer to lseg.Gravatar Trond Myklebust 2-14/+12
2015-08-25NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirrorGravatar Trond Myklebust 2-9/+28
2015-08-25NFS41/flexfiles: zero out DS write wccGravatar Peng Tao 1-0/+2
2015-08-25NFS41: remove NFS_LAYOUT_ROC flagGravatar Peng Tao 2-6/+2
2015-08-25NFSv4: Add a tracepoint for CB_LAYOUTRECALLGravatar Trond Myklebust 2-1/+3
2015-08-25NFSv4: Add a tracepoint for CB_GETATTRGravatar Trond Myklebust 2-1/+64
2015-08-25NFSv4.1/pnfs: Add a tracepoint for return-on-close eventsGravatar Trond Myklebust 2-0/+2
2015-08-25NFSv4: Force a post-op attribute update when holding a delegationGravatar Trond Myklebust 1-0/+7
2015-08-20NFSv4.1/pnfs Ensure flexfiles reports all connection related errorsGravatar Trond Myklebust 1-13/+35
2015-08-20NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistentGravatar Trond Myklebust 1-27/+24
2015-08-20NFS41: fix list splice typeGravatar Peng Tao 1-1/+1
2015-08-19NFSv4: Enable delegated opens even when reboot recovery is pendingGravatar Trond Myklebust 1-8/+19
2015-08-19pNFS: Fix an unused variable warning in pnfs_roc_get_barrierGravatar Trond Myklebust 1-2/+0
2015-08-19NFS41/flexfiles: update inode after write finishesGravatar Peng Tao 1-0/+3