summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
AgeCommit message (Expand)Author
2017-08-15NFS: Don't check request offset and size without holding a lockTrond Myklebust
2017-08-15NFS: Fix an ABBA issue in nfs_lock_and_join_requests()Trond Myklebust
2017-08-15NFS: Fix a reference and lock leak in nfs_lock_and_join_requests()Trond Myklebust
2017-08-15NFS: Reduce lock contention in nfs_try_to_update_request()Trond Myklebust
2017-08-15NFS: Reduce lock contention in nfs_page_find_head_request()Trond Myklebust
2017-08-15NFS: Simplify page writebackTrond Myklebust
2017-07-13NFS: Fix commit policy for non-blocking calls to nfs_write_inode()Trond Myklebust
2017-07-13NFS: Ensure we commit after writeback is completeTrond Myklebust
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-05-08NFS append COMMIT after synchronous COPYOlga Kornievskaia
2017-04-26NFSv4: Don't special case "launder"Trond Myklebust
2017-04-25NFS: Don't write back further requests if there is a pending write errorTrond Myklebust
2017-04-20nfs: Convert to separately allocated bdiJan Kara
2017-04-20NFS: move rw_mode to nfs_pageio_headerBenjamin Coddington
2017-04-20NFS: Fix use after free in write error pathFred Isaman
2017-04-20NFS: fix usage of mempools.NeilBrown
2017-03-17NFS: fix the fault nrequests decreasing for nfs_inode COPYKinglong Mee
2017-02-08nfs: no PG_private waiters remain, remove wakerNicholas Piggin
2017-01-30sunrpc & nfs: Add and use dprintk_cont macrosJoe Perches
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-01NFS: discard nfs_lockowner structure.NeilBrown
2016-12-01NFS: remove l_pid field from nfs_lockownerNeilBrown
2016-10-07mm: remove page_file_indexHuang Ying
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-24Merge branch 'writeback'Trond Myklebust
2016-07-22nfs: don't create zero-length requestsBenjamin Coddington
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew
2016-07-05NFSv4.2: Fix writeback races in nfs4_copy_file_rangeTrond Myklebust
2016-07-05NFS: Fix O_DIRECT verifier problemsTrond Myklebust
2016-06-22NFS: writepage of a single page should not be synchronousTrond Myklebust
2016-06-22NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust
2016-05-25nfs: avoid race that crashes nfs_init_commitWeston Andros Adamson
2016-05-25NFS: checking for NULL instead of IS_ERR() in nfs_commit_file()Dan Carpenter
2016-05-17NFS: Reclaim writes via writepage are opportunisticTrond Myklebust
2016-05-17NFS: Add nfs_commit_file()Anna Schumaker
2016-05-09NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockDave Wysochanski
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-21NFS: Simplify nfs_request_add_commit_list() argumentsAnna Schumaker
2016-01-07Merge branch 'bugfixes'Trond Myklebust
2016-01-07NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington
2016-01-04Merge branch 'pnfs_generic'Trond Myklebust
2015-12-31NFS: Relax requirements in nfs_flush_incompatibleTrond Myklebust
2015-12-31NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidTrond Myklebust
2015-12-31NFS: Allow multiple commit requests in flight per fileTrond Myklebust
2015-12-31NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsTrond Myklebust
2015-12-28nfs: only remove page from mapping if launder_page failsPeng Tao
2015-12-28nfs: handle request add failure properlyPeng Tao
2015-12-28NFS: Flush reclaim writes using FLUSH_COND_STABLETrond Myklebust
2015-12-28NFS: Background flush should not be low priorityTrond Myklebust