summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Clean up writeback codeTrond Myklebust2019-07-061-5/+2Star
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* NFS: Add a helper to return a pointer to the open context of a struct nfs_pageTrond Myklebust2019-04-251-9/+11
* pNFS: Add tracking to limit the number of pNFS retriesTrond Myklebust2019-04-251-0/+5
* NFS: Remove unused argument from nfs_create_request()Trond Myklebust2019-04-251-1/+1
* NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust2019-04-251-18/+22
* NFS: Don't call generic_error_remove_page() while holding locksTrond Myklebust2019-04-251-2/+1Star
* NFS: Don't interrupt file writeout due to fatal errorsTrond Myklebust2019-04-251-1/+1
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-1/+0Star
* NFS: Ensure NFS writeback allocations don't recurse back into NFS.Trond Myklebust2019-02-201-1/+6
* NFS: Pass error information to the pgio error cleanup routineTrond Myklebust2019-02-201-2/+9
* NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington2019-02-121-5/+6
* NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust2019-01-291-4/+5
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-031-3/+21
|\
| * NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-1/+1
| * NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-191-3/+21
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
|/
* NFS: Ensure we immediately start writeback on rescheduled writesTrond Myklebust2018-07-261-0/+2
* NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()Anna Schumaker2018-05-311-4/+1Star
* NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()Anna Schumaker2018-05-311-4/+1Star
* Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-04-121-2/+6
|\
| * NFSv4: Declare the size up to date after it was set.Trond Myklebust2018-04-101-0/+1
| * NFS: More fine grained attribute trackingTrond Myklebust2018-04-101-2/+5
* | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-031-3/+3
|\ \
| * | sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-201-3/+3
| |/
* / NFS: Fix unstable write completionTrond Myklebust2018-03-081-40/+43
|/
* Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-01-311-0/+2
|\
| * NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust2018-01-151-0/+2
* | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-291-5/+3Star
|\ \ | |/ |/|
| * nfs: convert to new i_version APIJeff Layton2018-01-291-5/+3Star
* | nfs: don't wait on commit in nfs_commit_inode() if there were no commit requestsScott Mayhew2017-12-151-0/+2
|/
* nfs/write: Use common error handling code in nfs_lock_and_join_requests()Markus Elfring2017-11-171-8/+9
* NFS: various changes relating to reporting IO errors.NeilBrown2017-09-121-7/+0Star
* NFS: Add static NFS I/O tracepointsChuck Lever2017-09-121-0/+7
* NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests()Trond Myklebust2017-09-091-1/+5
* NFS: Don't hold the group lock when calling nfs_release_request()Trond Myklebust2017-09-091-1/+1
* NFS: Remove pnfs_generic_transfer_commit_list()Trond Myklebust2017-09-091-0/+2
* NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlockTrond Myklebust2017-09-091-4/+11
* NFS: don't expect errors from mempool_alloc().NeilBrown2017-09-061-4/+2Star
* Merge branch 'bugfixes'Trond Myklebust2017-08-201-1/+1
|\
| * NFS: Remove unused parameter gfp_flags from nfs_pageio_init()Trond Myklebust2017-08-201-1/+1
* | NFS: Wait for requests that are locked on the commit listTrond Myklebust2017-08-151-4/+13
* | NFS: Switch to using mapping->private_lock for page writeback lookups.Trond Myklebust2017-08-151-11/+16
* | NFS: Use an atomic_long_t to count the number of commitsTrond Myklebust2017-08-151-5/+7
* | NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust2017-08-151-13/+5Star
* | NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust2017-08-151-12/+12
* | NFS: Refactor nfs_page_find_head_request()Trond Myklebust2017-08-151-12/+30
* | NFSv4: Convert nfs_lock_and_join_requests() to use nfs_page_find_head_request()Trond Myklebust2017-08-151-15/+20
* | NFS: Fix up nfs_page_group_covers_page()Trond Myklebust2017-08-151-12/+6Star
* | NFS: Remove unused parameter from nfs_page_group_lock()Trond Myklebust2017-08-151-3/+3