summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'writeback'Trond Myklebust2016-07-2417-280/+437
|\
| * pNFS/files: filelayout_write_done_cb must call nfs_writeback_update_inode()Trond Myklebust2016-07-211-0/+6
| * pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstandingTrond Myklebust2016-07-182-1/+11
| * NFSv4: Revert "Truncating file opens should also sync O_DIRECT writes"Trond Myklebust2016-07-141-1/+1
| * NFS nfs_vm_page_mkwrite: Don't freeze me, Bro...Trond Myklebust2016-07-051-0/+3
| * NFSv4.2: llseek(SEEK_HOLE) and llseek(SEEK_DATA) don't require data syncTrond Myklebust2016-07-051-1/+5
| * NFSv4.2: Fix writeback races in nfs4_copy_file_rangeTrond Myklebust2016-07-054-13/+31
| * NFSv4.2: Fix a race in nfs42_proc_deallocate()Trond Myklebust2016-07-051-2/+4
| * NFS: Getattr doesn't require data sync semanticsTrond Myklebust2016-07-051-3/+1
| * NFS: Do not aggressively cache file attributes in the case of O_DIRECTTrond Myklebust2016-07-052-2/+12
| * NFS: Remove unused function nfs_revalidate_mapping_protected()Trond Myklebust2016-07-051-34/+4
| * NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()Trond Myklebust2016-07-051-6/+0
| * NFS: Cleanup nfs_direct_complete()Trond Myklebust2016-07-051-7/+5
| * NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust2016-07-055-37/+173
| * NFS: Move buffered I/O locking into nfs_file_write()Trond Myklebust2016-07-051-12/+15
| * NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust2016-07-052-9/+9
| * NFS: Remove racy size manipulations in O_DIRECTTrond Myklebust2016-07-051-16/+0
| * NFS: Ensure we reset the write verifier 'committed' value on resend.Trond Myklebust2016-07-052-0/+19
| * NFS: Fix O_DIRECT verifier problemsTrond Myklebust2016-07-053-3/+16
| * pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1Trond Myklebust2016-07-051-7/+0
| * pNFS: Ensure we layoutcommit before revalidating attributesTrond Myklebust2016-07-051-16/+7
| * pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust2016-07-055-9/+30
| * pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()Trond Myklebust2016-07-051-9/+10
| * pNFS/flexfiles: Fix layoutcommit after a commit to DSTrond Myklebust2016-07-051-2/+1
| * pNFS/files: Fix layoutcommit after a commit to DSTrond Myklebust2016-07-051-2/+1
| * NFS: Don't call COMMIT in ->releasepage()Trond Myklebust2016-06-221-23/+0
| * NFS: Don't hold the inode lock across fsync()Trond Myklebust2016-06-221-2/+0
| * NFS: writepage of a single page should not be synchronousTrond Myklebust2016-06-221-1/+1
| * NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust2016-06-223-20/+0
| * NFS: Cache aggressively when file is open for writingTrond Myklebust2016-06-222-29/+46
| * NFS: Cache access checks more aggressivelyTrond Myklebust2016-06-151-21/+31
| * NFS: Don't flush caches for a getattr that races with writebackTrond Myklebust2016-06-131-6/+9
* | nfs: don't create zero-length requestsBenjamin Coddington2016-07-221-1/+4
* | nfs4: flexfiles: respect noresvport when establishing connections to DSesTigran Mkrtchyan2016-07-193-4/+8
* | nfs4: clnt: respect noresvport when establishing connections to DSesTigran Mkrtchyan2016-07-193-3/+7
* | pnfs/blocklayout: put deviceid node after releasing bl_ext_lockBenjamin Coddington2016-07-191-6/+21
* | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-193-5/+7
* | mount: use sec= that was specified on the command lineSteve Dickson2016-07-191-3/+11
* | pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIREDTrond Myklebust2016-07-191-19/+15
* | pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGETTrond Myklebust2016-07-191-2/+11
* | pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICTTrond Myklebust2016-07-192-9/+15
* | pNFS: Fix post-layoutget error handling in pnfs_update_layout()Trond Myklebust2016-07-191-10/+11
* | NFSv4: Allow retry of operations that used a returned delegation stateidTrond Myklebust2016-06-302-33/+47
* | NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setupTrond Myklebust2016-06-301-1/+2
* | NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSTrond Myklebust2016-06-304-31/+35
* | 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
OpenPOWER on IntegriCloud