summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-101-400/+188
|\
| * nfs: page group support in nfs_mark_uptodateWeston Andros Adamson2014-05-291-7/+67
| * nfs: page group syncing in write pathWeston Andros Adamson2014-05-291-12/+20
| * nfs: add support for multiple nfs reqs per pageWeston Andros Adamson2014-05-291-1/+12
| * nfs: remove unused arg from nfs_create_requestWeston Andros Adamson2014-05-291-1/+1
| * NFS: Create a common nfs_pageio_ops structAnna Schumaker2014-05-291-7/+2
| * NFS: Create a common generic_pg_pgios()Anna Schumaker2014-05-291-25/+1
| * NFS: Create a common multiple_pgios() functionAnna Schumaker2014-05-291-30/+1
| * NFS: Create a common initiate_pgio() functionAnna Schumaker2014-05-291-48/+7
| * NFS: Create a generic_pgio functionAnna Schumaker2014-05-281-96/+1
| * NFS: Create a common pgio_error functionAnna Schumaker2014-05-281-21/+4
| * NFS: Create a common rpcsetup function for reads and writesAnna Schumaker2014-05-281-42/+4
| * NFS: Create a common rpc_call_ops structAnna Schumaker2014-05-281-9/+2
| * NFS: Create a common nfs_pgio_result_common functionAnna Schumaker2014-05-281-31/+20
| * NFS: Create a common pgio_rpc_prepare functionAnna Schumaker2014-05-281-14/+5
| * NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker2014-05-281-16/+12
| * NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker2014-05-281-50/+4
| * NFS: Move the write verifier into the nfs_pgio_headerAnna Schumaker2014-05-281-4/+3
| * NFS: Create a common read and write header structAnna Schumaker2014-05-281-7/+7
| * NFS: Create a common read and write data structAnna Schumaker2014-05-281-18/+18
| * NFS: Create a common results structure for reads and writesAnna Schumaker2014-05-281-1/+1
| * NFS: Create a common argument structure for reads and writesAnna Schumaker2014-05-281-1/+1
| * nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig2014-05-281-8/+13
| * NFS: Don't ignore suid/sgid bit changes after a successful writeTrond Myklebust2014-04-151-2/+33
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
|/
* nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton2014-01-281-0/+1
* NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton2014-01-271-1/+5
* nfs: always make sure page is up-to-date before extending a write to cover th...Scott Mayhew2014-01-171-5/+6
* NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos2014-01-051-4/+4
* nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro2013-10-241-4/+2
* NFS: Don't check lock owner compatibility in writes unless file is lockedTrond Myklebust2013-09-051-1/+1
* nfs4.1: Add SP4_MACH_CRED write and commit supportWeston Andros Adamson2013-09-051-0/+6
* NFSv4: Don't try to recover NFSv4 locks when they are lost.NeilBrown2013-09-041-3/+4
* NFS avoid expired credential keys for buffered writesAndy Adamson2013-09-031-0/+27
* NFS: Add event tracing for generic NFS eventsTrond Myklebust2013-08-221-2/+13
* NFS: Allow nfs_updatepage to extend a write under additional circumstancesScott Mayhew2013-07-091-8/+23
* NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust2013-03-251-0/+2
* NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust2013-01-041-3/+7
* NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells2012-12-201-1/+2
* NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust2012-12-151-1/+0
* Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust2012-12-111-2/+2
|\
| * nfs: don't extend writes to cover entire page if pagecache is invalidJeff Layton2012-12-111-1/+1
| * nfs: Fix wrong slab cache in nfs_commit_mempoolYanchuan Nian2012-11-251-1/+1
* | NFS: Remove BUG_ON() calls from the generic writeback codeTrond Myklebust2012-11-041-16/+10
|/
* NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust2012-09-281-0/+1
* NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust2012-09-281-3/+7
* nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton2012-08-021-3/+12
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-34/+55
|\
| * nfs: prevent page allocator recursions with swap over NFS.Mel Gorman2012-07-311-2/+2
| * nfs: disable data cache revalidation for swapfilesMel Gorman2012-07-311-14/+35
OpenPOWER on IntegriCloud