summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'writeback'Trond Myklebust2016-07-2418-282/+438
|\
| * 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-061-0/+3
| * NFSv4.2: llseek(SEEK_HOLE) and llseek(SEEK_DATA) don't require data syncTrond Myklebust2016-07-061-1/+5
| * NFSv4.2: Fix writeback races in nfs4_copy_file_rangeTrond Myklebust2016-07-064-13/+31
| * NFSv4.2: Fix a race in nfs42_proc_deallocate()Trond Myklebust2016-07-061-2/+4
| * NFS: Getattr doesn't require data sync semanticsTrond Myklebust2016-07-061-3/+1
| * NFS: Do not aggressively cache file attributes in the case of O_DIRECTTrond Myklebust2016-07-062-2/+12
| * NFS: Remove unused function nfs_revalidate_mapping_protected()Trond Myklebust2016-07-062-35/+4
| * NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()Trond Myklebust2016-07-061-6/+0
| * NFS: Cleanup nfs_direct_complete()Trond Myklebust2016-07-061-7/+5
| * NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust2016-07-066-37/+174
| * NFS: Move buffered I/O locking into nfs_file_write()Trond Myklebust2016-07-061-12/+15
| * NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust2016-07-062-9/+9
| * NFS: Remove racy size manipulations in O_DIRECTTrond Myklebust2016-07-061-16/+0
| * NFS: Ensure we reset the write verifier 'committed' value on resend.Trond Myklebust2016-07-062-0/+19
| * NFS: Fix O_DIRECT verifier problemsTrond Myklebust2016-07-063-3/+16
| * pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1Trond Myklebust2016-07-061-7/+0
| * pNFS: Ensure we layoutcommit before revalidating attributesTrond Myklebust2016-07-061-16/+7
| * pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust2016-07-065-9/+30
| * pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()Trond Myklebust2016-07-061-9/+10
| * pNFS/flexfiles: Fix layoutcommit after a commit to DSTrond Myklebust2016-07-061-2/+1
| * pNFS/files: Fix layoutcommit after a commit to DSTrond Myklebust2016-07-061-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-224-21/+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
* | Merge branch 'sunrpc'Trond Myklebust2016-07-247-74/+136
|\ \
| * | SUNRPC: Fix a compiler warning in fs/nfs/clnt.cTrond Myklebust2016-07-241-1/+1
| * | SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprtTrond Myklebust2016-07-161-5/+3
| * | SUNRPC: Fix suspicious enobufs issues.Trond Myklebust2016-06-131-6/+25
| * | SUNRPC: Reduce latency when send queue is congestedTrond Myklebust2016-06-133-12/+41
| * | SUNRPC: RPC transport queue must be low latencyTrond Myklebust2016-06-134-11/+28
| * | SUNRPC: Consolidate xs_tcp_data_ready and xs_data_readyTrond Myklebust2016-06-131-31/+7
| * | SUNRPC: Small optimisation of client receiveTrond Myklebust2016-06-132-11/+34
| |/
* | nfs: don't create zero-length requestsBenjamin Coddington2016-07-221-1/+4
* | sunrpc: Prevent resvport min/max inversion via sysfs and module parameterFrank Sorenson2016-07-191-1/+5
* | sunrpc: Prevent resvport min/max inversion via sysctlFrank Sorenson2016-07-191-2/+2
* | sunrpc: Fix reserved port range calculationFrank Sorenson2016-07-191-1/+1
* | sunrpc: Fix bit count when setting hashtable size to power-of-twoFrank Sorenson2016-07-191-3/+1
* | 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-199-16/+18
* | mount: use sec= that was specified on the command lineSteve Dickson2016-07-191-3/+11