summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust
2015-09-07NFSv4: Express delegation limit in units of pagesTrond Myklebust
2015-09-06Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-09-04Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"Trond Myklebust
2015-09-04NFS: Optimise away the close-to-open getattr if there is no cached dataTrond Myklebust
2015-09-02NFSv4.1/flexfiles: Clean up ff_layout_write_done_cb/ff_layout_commit_done_cbTrond Myklebust
2015-09-02NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error()Trond Myklebust
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-01nfs: Remove unneeded checking of the return value from scnprintfKinglong Mee
2015-09-01nfs: Fix truncated client owner id without proto typeKinglong Mee
2015-09-01NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalidTrond Myklebust
2015-09-01NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are validTrond Myklebust
2015-09-01NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid()Trond Myklebust
2015-09-01NFSv4.1/flexfiles: Fix freeing of mirrorsTrond Myklebust
2015-08-31NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of fileTrond Myklebust
2015-08-31NFSv4.1/pnfs: Handle LAYOUTGET return values correctlyTrond Myklebust
2015-08-31NFSv4.1/pnfs: Don't ask for a read layout for an empty file.Trond Myklebust
2015-08-31NFSv4.1: Fix a protocol issue with CLOSE stateidsTrond Myklebust
2015-08-30NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errorsTrond Myklebust
2015-08-28NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payloadTrond Myklebust
2015-08-28NFSv4.1/flexfiles: Fix a protocol error in layoutreturnTrond Myklebust
2015-08-27NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1Kinglong Mee
2015-08-27NFS: Get suppattr_exclcreat when getting server capabilitiesKinglong Mee
2015-08-27NFS: Make opened as optional argument in _nfs4_do_openKinglong Mee
2015-08-27NFS: Check size by inode_newsize_ok in nfs_setattrKinglong Mee
2015-08-27NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout returnTrond Myklebust
2015-08-26nfs42: remove unused declarationPeng Tao
2015-08-26nfs42: decode_layoutstats does not need res parameterPeng Tao
2015-08-25NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing onesTrond Myklebust
2015-08-25NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertionTrond Myklebust
2015-08-25NFSv4.1/pnfs: Add sanity check for the layout range returned by the serverTrond Myklebust
2015-08-25NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdrTrond Myklebust
2015-08-25NFSv4.1/flexfile: ff_layout_remove_mirror can be statickbuild test robot
2015-08-25NFSv4.2/pnfs: Make the layoutstats timer configurableTrond Myklebust
2015-08-25NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segmentsTrond Myklebust
2015-08-25NFSv4.1/flexfiles: Remove mirror backpointer to lseg.Trond Myklebust
2015-08-25NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirrorTrond Myklebust
2015-08-25NFS41/flexfiles: zero out DS write wccPeng Tao
2015-08-25NFS41: remove NFS_LAYOUT_ROC flagPeng Tao
2015-08-25NFSv4: Add a tracepoint for CB_LAYOUTRECALLTrond Myklebust
2015-08-25NFSv4: Add a tracepoint for CB_GETATTRTrond Myklebust
2015-08-25NFSv4.1/pnfs: Add a tracepoint for return-on-close eventsTrond Myklebust
2015-08-25NFSv4: Force a post-op attribute update when holding a delegationTrond Myklebust
2015-08-20NFSv4.1/pnfs Ensure flexfiles reports all connection related errorsTrond Myklebust
2015-08-20NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistentTrond Myklebust
2015-08-20NFS41: fix list splice typePeng Tao
2015-08-20NFSv4: Enable delegated opens even when reboot recovery is pendingTrond Myklebust
2015-08-20pNFS: Fix an unused variable warning in pnfs_roc_get_barrierTrond Myklebust
2015-08-19NFS41/flexfiles: update inode after write finishesPeng Tao