summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: clear_request_commit while holding i_lockWeston Andros Adamson2014-08-031-11/+4
* pnfs: find swapped pages on pnfs commit lists tooWeston Andros Adamson2014-08-031-12/+37
* nfs: fix comment and add warn_on for PG_INODE_REFWeston Andros Adamson2014-08-031-0/+2
* nfs: check wait_on_bit_lock err in page_group_lockWeston Andros Adamson2014-08-031-2/+4
* Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-07-131-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
* | nfs: remove unused writeverf codeWeston Andros Adamson2014-06-241-22/+5
* | nfs: merge nfs_pgio_data into _headerWeston Andros Adamson2014-06-241-27/+29
* | nfs: rename members of nfs_pgio_dataWeston Andros Adamson2014-06-241-4/+5
* | nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson2014-06-241-5/+5
|/
* 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
OpenPOWER on IntegriCloud