summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2016-07-21pNFS/files: filelayout_write_done_cb must call nfs_writeback_update_inode()Trond Myklebust1-0/+6
2016-07-20qstr: constify instances in nfsAl Viro6-21/+22
2016-07-19nfs4: flexfiles: respect noresvport when establishing connections to DSesTigran Mkrtchyan3-4/+8
2016-07-19nfs4: clnt: respect noresvport when establishing connections to DSesTigran Mkrtchyan3-3/+7
2016-07-19pnfs/blocklayout: put deviceid node after releasing bl_ext_lockBenjamin Coddington1-6/+21
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew3-5/+7
2016-07-19mount: use sec= that was specified on the command lineSteve Dickson1-3/+11
2016-07-19pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIREDTrond Myklebust1-19/+15
2016-07-19pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGETTrond Myklebust1-2/+11
2016-07-19pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICTTrond Myklebust2-9/+15
2016-07-19pNFS: Fix post-layoutget error handling in pnfs_update_layout()Trond Myklebust1-10/+11
2016-07-18pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstandingTrond Myklebust2-1/+11
2016-07-15tracing: Use __get_str() when manipulating stringsDaniel Bristot de Oliveira2-4/+4
2016-07-15nfs/blocklayout: Check max uuids and devices before decodingKinglong Mee1-2/+12
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