summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-05-101-65/+56Star
|\
| * NFS append COMMIT after synchronous COPYOlga Kornievskaia2017-05-091-30/+0Star
| * NFSv4: Don't special case "launder"Trond Myklebust2017-04-261-16/+11Star
| * NFS: Don't write back further requests if there is a pending write errorTrond Myklebust2017-04-251-4/+21
| * NFS: move rw_mode to nfs_pageio_headerBenjamin Coddington2017-04-201-3/+5
| * NFS: Fix use after free in write error pathFred Isaman2017-04-201-1/+1
| * NFS: fix usage of mempools.NeilBrown2017-04-201-14/+21
* | nfs: Convert to separately allocated bdiJan Kara2017-04-201-7/+6Star
|/
* NFS: fix the fault nrequests decreasing for nfs_inode COPYKinglong Mee2017-03-171-2/+4
* nfs: no PG_private waiters remain, remove wakerNicholas Piggin2017-02-081-2/+0Star
* sunrpc & nfs: Add and use dprintk_cont macrosJoe Perches2017-01-301-3/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* NFS: discard nfs_lockowner structure.NeilBrown2016-12-011-1/+1
* NFS: remove l_pid field from nfs_lockownerNeilBrown2016-12-011-2/+1Star
* mm: remove page_file_indexHuang Ying2016-10-081-2/+2
* Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-311-16/+28
|\
| * Merge branch 'writeback'Trond Myklebust2016-07-241-13/+20
| |\
| | * NFSv4.2: Fix writeback races in nfs4_copy_file_rangeTrond Myklebust2016-07-061-0/+18
| | * NFS: Fix O_DIRECT verifier problemsTrond Myklebust2016-07-061-1/+1
| | * 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-221-11/+0Star
| * | nfs: don't create zero-length requestsBenjamin Coddington2016-07-221-1/+4
| * | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-191-2/+4
| |/
* / mm: move most file-based accounting to the nodeMel Gorman2016-07-291-1/+1
|/
* nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson2016-05-251-0/+4
* NFS: checking for NULL instead of IS_ERR() in nfs_commit_file()Dan Carpenter2016-05-251-2/+2
* NFS: Reclaim writes via writepage are opportunisticTrond Myklebust2016-05-171-2/+1Star
* NFS: Add nfs_commit_file()Anna Schumaker2016-05-171-4/+37
* NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockDave Wysochanski2016-05-091-8/+8
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* NFS: Simplify nfs_request_add_commit_list() argumentsAnna Schumaker2016-01-211-4/+3Star
* Merge branch 'bugfixes'Trond Myklebust2016-01-081-3/+1Star
|\
| * NFS: Flush reclaim writes using FLUSH_COND_STABLETrond Myklebust2015-12-281-1/+1
| * NFS: Background flush should not be low priorityTrond Myklebust2015-12-281-2/+0Star
* | NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington2016-01-081-8/+0Star
* | Merge branch 'pnfs_generic'Trond Myklebust2016-01-041-38/+50
|\ \
| * | NFS: Relax requirements in nfs_flush_incompatibleTrond Myklebust2015-12-311-1/+2
| * | NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidTrond Myklebust2015-12-311-0/+9
| * | NFS: Allow multiple commit requests in flight per fileTrond Myklebust2015-12-311-37/+33Star
| * | NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsTrond Myklebust2015-12-311-0/+6
| |/
* | nfs: only remove page from mapping if launder_page failsPeng Tao2015-12-281-16/+23
* | nfs: handle request add failure properlyPeng Tao2015-12-281-1/+21
|/
* NFSv4.1/pnfs: Retry through MDS when getting bad length of dataKinglong Mee2015-10-211-0/+7
* NFS: Fix a write performance regressionTrond Myklebust2015-10-021-1/+1
* NFS: Fix up page writeback accountingTrond Myklebust2015-10-021-6/+6
* NFS: Do cleanup before resetting pageio read/write to mdsKinglong Mee2015-09-201-0/+3
* NFS: Rename nfs_commit_unstable_pages() to nfs_write_inode()Anna Schumaker2015-08-171-6/+1Star
* NFSv4.1/pnfs: Fix atomicity of commit list updatesTrond Myklebust2015-08-111-5/+24
* Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-281-6/+9
|\
| * NFSv4/pnfs: Ensure we don't miss a file extensionTrond Myklebust2015-07-221-6/+9