summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-281-53/+282
|\
| * NFS: Remove 2 unused variablesTrond Myklebust2014-07-121-2/+0
| * nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson2014-07-121-20/+21
| * nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson2014-07-121-22/+233
| * nfs: change find_request to find_head_requestWeston Andros Adamson2014-07-121-9/+24
| * nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson2014-07-121-2/+6
* | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-2/+2
|/
* nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew2014-06-241-1/+3
* 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
OpenPOWER on IntegriCloud