aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15nfs/blocklayout: Make sure calculate signature length alignedKinglong Mee1-1/+2
2016-07-15nfs/blocklayout: support RH/Fedora dm-mpath device nodesChristoph Hellwig1-1/+25
2016-07-15nfs/blocklayout: refactor open-by-wwnChristoph Hellwig1-26/+27
2016-07-15nfs/blocklayout: use proper fmode for opening block devicesChristoph Hellwig1-2/+2
2016-07-14NFSv4: Revert "Truncating file opens should also sync O_DIRECT writes"Trond Myklebust1-1/+1
2016-07-11NFS: Don't drop CB requests with invalid principalsChuck Lever1-1/+5
2016-07-05NFS nfs_vm_page_mkwrite: Don't freeze me, Bro...Trond Myklebust1-0/+3
2016-07-05NFSv4.2: llseek(SEEK_HOLE) and llseek(SEEK_DATA) don't require data syncTrond Myklebust1-1/+5
2016-07-05NFSv4.2: Fix writeback races in nfs4_copy_file_rangeTrond Myklebust4-13/+31
2016-07-05NFSv4.2: Fix a race in nfs42_proc_deallocate()Trond Myklebust1-2/+4
2016-07-05NFS: Getattr doesn't require data sync semanticsTrond Myklebust1-3/+1
2016-07-05NFS: Do not aggressively cache file attributes in the case of O_DIRECTTrond Myklebust2-2/+12
2016-07-05NFS: Remove unused function nfs_revalidate_mapping_protected()Trond Myklebust1-34/+4
2016-07-05NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()Trond Myklebust1-6/+0
2016-07-05NFS: Cleanup nfs_direct_complete()Trond Myklebust1-7/+5
2016-07-05NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust5-37/+173
2016-07-05NFS: Move buffered I/O locking into nfs_file_write()Trond Myklebust1-12/+15
2016-07-05NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust2-9/+9
2016-07-05NFS: Remove racy size manipulations in O_DIRECTTrond Myklebust1-16/+0
2016-07-05NFS: Ensure we reset the write verifier 'committed' value on resend.Trond Myklebust2-0/+19
2016-07-05NFS: Fix O_DIRECT verifier problemsTrond Myklebust3-3/+16
2016-07-05pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1Trond Myklebust1-7/+0
2016-07-05pNFS: Ensure we layoutcommit before revalidating attributesTrond Myklebust1-16/+7
2016-07-05pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust5-9/+30
2016-07-05pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()Trond Myklebust1-9/+10
2016-07-05pNFS/flexfiles: Fix layoutcommit after a commit to DSTrond Myklebust1-2/+1
2016-07-05pNFS/files: Fix layoutcommit after a commit to DSTrond Myklebust1-2/+1
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-30NFSv4: Allow retry of operations that used a returned delegation stateidTrond Myklebust2-33/+47
2016-06-30NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setupTrond Myklebust1-1/+2
2016-06-30NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSTrond Myklebust4-31/+35
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-22NFS: Don't call COMMIT in ->releasepage()Trond Myklebust1-23/+0
2016-06-22NFS: Don't hold the inode lock across fsync()Trond Myklebust1-2/+0
2016-06-22NFS: writepage of a single page should not be synchronousTrond Myklebust1-1/+1
2016-06-22NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust3-20/+0