summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* pNFS: Fix CB_LAYOUTRECALL stateid verificationTrond Myklebust2016-07-241-19/+44
* pNFS: Always update the layout barrier seqid on LAYOUTGETTrond Myklebust2016-07-241-13/+14
* pNFS: Always update the layout stateid if NFS_LAYOUT_INVALID_STID is setTrond Myklebust2016-07-241-1/+1
* pNFS: Clear the layout return tracking on layout reinitialisationTrond Myklebust2016-07-241-5/+14
* pNFS: LAYOUTRETURN should only update the stateid if the layout is validTrond Myklebust2016-07-242-1/+6
* Merge commit 'e7bdea7750eb'Trond Myklebust2016-07-248-23/+45
|\
| * NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-06-281-3/+2
| * make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-06-271-1/+1
| * NFS: Fix an unused variable warningTrond Myklebust2016-06-241-2/+0
| * NFS: Fix potential race in nfs_fhget()Trond Myklebust2016-06-241-0/+1
| * NFS: Don't let readdirplus revalidate an inode that was marked as staleTrond Myklebust2016-06-241-1/+6
| * NFSv4.1/pnfs: Mark the layout stateid invalid when all segments are removedTrond Myklebust2016-06-241-1/+3
| * NFS: Fix a double page unlockTrond Myklebust2016-06-241-2/+2
| * pnfs_nfs: fix _cancel_empty_pagelistWeston Andros Adamson2016-06-241-2/+10
| * nfs4: Fix potential use after free of state in nfs4_do_reclaim.Oleg Drokin2016-06-241-1/+1
| * NFS: Fix up O_DIRECT resultsTrond Myklebust2016-06-241-3/+7
| * NFS/pnfs: handle bad delegation stateids in nfs4_layoutget_handle_exceptionTrond Myklebust2016-06-241-4/+4
| * NFSv4.1/pnfs: Add sparse lock annotations for pnfs_find_alloc_layoutTrond Myklebust2016-06-241-0/+2
| * NFSv4.1/pnfs: Layout stateids start out as being invalidTrond Myklebust2016-06-241-2/+2
| * NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget()Trond Myklebust2016-06-241-1/+4
* | Fix NULL pointer dereference in bl_free_device().Artem Savkov2016-07-221-9/+13
* | nfs/blocklayout: Check max uuids and devices before decodingKinglong Mee2016-07-151-2/+12
* | nfs/blocklayout: Make sure calculate signature length alignedKinglong Mee2016-07-151-1/+2
* | nfs/blocklayout: support RH/Fedora dm-mpath device nodesChristoph Hellwig2016-07-151-1/+25
* | nfs/blocklayout: refactor open-by-wwnChristoph Hellwig2016-07-151-26/+27
* | nfs/blocklayout: use proper fmode for opening block devicesChristoph Hellwig2016-07-151-2/+2
|/
* nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds2016-05-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-271-10/+9
|\
| * switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-10/+9
* | Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-05-2625-441/+1006
|\ \ | |/ |/|
| * pnfs: pnfs_update_layout needs to consider if strict iomode checking is onTom Haynes2016-05-264-25/+61
| * nfs/flexfiles: Use the layout segment for reading unless it a IOMODE_RW and r...Tom Haynes2016-05-261-2/+3
| * nfs/flexfiles: Helper function to detect FF_FLAGS_NO_READ_IOTom Haynes2016-05-252-1/+16
| * nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson2016-05-252-0/+32
| * NFS: checking for NULL instead of IS_ERR() in nfs_commit_file()Dan Carpenter2016-05-251-2/+2
| * pnfs: make pnfs_layout_process more robustJeff Layton2016-05-171-16/+11
| * pnfs: rework LAYOUTGET retry handlingJeff Layton2016-05-174-142/+133
| * pnfs: lift retry logic from send_layoutget to pnfs_update_layoutJeff Layton2016-05-171-36/+36
| * pnfs: fix bad error handling in send_layoutgetJeff Layton2016-05-171-3/+8
| * flexfiles: add kerneldoc header to nfs4_ff_layout_prepare_dsJeff Layton2016-05-171-1/+17
| * flexfiles: remove pointless setting of NFS_LAYOUT_RETURN_REQUESTEDJeff Layton2016-05-172-9/+1
| * pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN argsJeff Layton2016-05-175-28/+52
| * pnfs: keep track of the return sequence number in pnfs_layout_hdrJeff Layton2016-05-172-3/+9
| * pnfs: record sequence in pnfs_layout_segment when it's createdJeff Layton2016-05-172-0/+2
| * pnfs: don't merge new ff lsegs with ones that have LAYOUTRETURN bit setJeff Layton2016-05-171-2/+2
| * pNFS/flexfiles: When initing reads or writes, we might have to retry connecti...Tom Haynes2016-05-171-4/+25
| * pNFS/flexfiles: When checking for available DSes, conditionally check for MDS ioTom Haynes2016-05-173-3/+9
| * pNFS/flexfile: Fix erroneous fall back to read/write through the MDSTrond Myklebust2016-05-171-17/+6
| * NFS: Reclaim writes via writepage are opportunisticTrond Myklebust2016-05-171-2/+1
| * NFSv4: Use the right stateid for delegations in setattr, read and writeTrond Myklebust2016-05-175-14/+28