aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-4/+4
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2016-07-28mm: move most file-based accounting to the nodeMel Gorman2-2/+2
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-11/+6
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-2/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+12
2016-07-15tracing: Use __get_str() when manipulating stringsDaniel Bristot de Oliveira2-4/+4
2016-07-05nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashedAl Viro1-3/+25
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro1-1/+1
2016-06-28NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-06-27make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro1-1/+1
2016-06-24NFS: Fix an unused variable warningTrond Myklebust1-2/+0
2016-06-24NFS: Fix potential race in nfs_fhget()Trond Myklebust1-0/+1
2016-06-24NFS: Don't let readdirplus revalidate an inode that was marked as staleTrond Myklebust1-1/+6
2016-06-24NFSv4.1/pnfs: Mark the layout stateid invalid when all segments are removedTrond Myklebust1-1/+3
2016-06-24NFS: Fix a double page unlockTrond Myklebust1-2/+2
2016-06-24pnfs_nfs: fix _cancel_empty_pagelistWeston Andros Adamson1-2/+10
2016-06-24nfs4: Fix potential use after free of state in nfs4_do_reclaim.Oleg Drokin1-1/+1
2016-06-24NFS: Fix up O_DIRECT resultsTrond Myklebust1-3/+7
2016-06-24NFS/pnfs: handle bad delegation stateids in nfs4_layoutget_handle_exceptionTrond Myklebust1-4/+4
2016-06-24NFSv4.1/pnfs: Add sparse lock annotations for pnfs_find_alloc_layoutTrond Myklebust1-0/+2
2016-06-24NFSv4.1/pnfs: Layout stateids start out as being invalidTrond Myklebust1-2/+2
2016-06-24NFSv4.1/pnfs: Ensure we handle delegation errors in nfs4_proc_layoutget()Trond Myklebust1-1/+4
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-10/+12
2016-05-29drop redundant ->owner initializationsAl Viro1-2/+0
2016-05-29missed comment updates from ->direct_IO() prototype changeAl Viro1-3/+1
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro1-1/+1
2016-05-29nfs_lookup(): remove debris left over from old sillyunlink exclusionAl Viro1-7/+4
2016-05-27nfs: fix anonymous member initializer build failure with older compilersLinus Torvalds1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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 reading is disabledTom 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/linux-securityLinus Torvalds1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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