summaryrefslogtreecommitdiff
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-3/+2
|\
| * fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-3/+4
* | Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-02-221-186/+194
|\ \
| * | NFS: Improve tracing of nfs_wb_folio()Trond Myklebust2023-02-141-2/+2
| * | NFS: Remove unused function nfs_wb_page()Trond Myklebust2023-02-141-5/+0
| * | NFS: Convert buffered writes to use foliosTrond Myklebust2023-02-141-173/+177
| * | NFS: Convert the function nfs_wb_page() to use foliosTrond Myklebust2023-02-141-19/+16
| * | NFS: Add a helper nfs_wb_folio()Trond Myklebust2023-02-141-0/+13
| * | NFS: Add a helper to convert a struct nfs_page into an inodeTrond Myklebust2023-02-141-4/+3
| |/
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* nfs: use locks_inode_context helperJeff Layton2022-11-301-2/+2
* Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-09-121-25/+0
|\
| * NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEAnna Schumaker2022-09-081-25/+0
* | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-221-2/+4
|\ \ | |/
| * NFS: Fix another fsync() issue after a server rebootTrond Myklebust2022-08-131-2/+4
* | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-101-23/+35
|\ \ | |/
| * NFS: Improve write error tracingTrond Myklebust2022-08-091-3/+5
| * NFS: nfs_async_write_reschedule_io must not recurse into the writeback codeTrond Myklebust2022-08-021-2/+0
| * nfs: only issue commit in DIO codepath if we have uncommitted dataJeff Layton2022-07-231-18/+30
* | mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-08-021-1/+1
* | nfs: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-021-8/+8
|/
* NFSv4.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia2022-05-311-0/+4
* NFS: Further fixes to the writeback error handlingTrond Myklebust2022-05-171-21/+18
* NFS: Don't report errors from nfs_pageio_complete() more than onceTrond Myklebust2022-05-171-8/+1
* NFS: Do not report EINTR/ERESTARTSYS as mapping errorsTrond Myklebust2022-05-171-1/+1
* Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-291-19/+24
|\
| * NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust2022-03-221-2/+8
| * NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust2022-03-221-15/+9
| * SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown2022-03-131-0/+2
| * NFS: Use of mapping_set_error() results in spurious errorsTrond Myklebust2022-02-251-1/+4
| * NFS: Replace last uses of NFS_INO_REVAL_PAGECACHETrond Myklebust2022-02-251-1/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-4/+4
|\ \
| * | nfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-4/+4
| |/
* | nfs: remove reliance on bdi congestionNeilBrown2022-03-221-3/+11
|/
* nfs: Implement cache I/O by accessing the cache directlyDavid Howells2022-01-101-2/+5
* nfs: Convert to new fscache volume/cookie APIDave Wysochanski2022-01-101-0/+1
* NFS: Remove redundant call to __set_page_dirty_nobuffersTrond Myklebust2021-10-211-2/+0
* SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-201-3/+0
* NFS: Fix up commit deadlocksTrond Myklebust2021-10-201-3/+6
* NFS: Fix deadlocks in nfs_scan_commit_list()Trond Myklebust2021-10-101-15/+2
* NFS: Instrument i_size_write()Chuck Lever2021-10-101-0/+1
* NFS: Fix up nfs_ctx_key_to_expire()Trond Myklebust2021-10-031-13/+28
* NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia2021-07-081-1/+5
* NFSv4: Don't modify the change attribute cached in the inodeTrond Myklebust2021-04-131-3/+0
* NFS: Separate tracking of file mode cache validity from the uid/gidTrond Myklebust2021-04-131-1/+1
* NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validityTrond Myklebust2021-04-121-1/+1
* NFS: Fix open coded versions of nfs_set_cache_invalid()Trond Myklebust2021-03-081-4/+4
* NFS: Add support for eager writesTrond Myklebust2021-02-161-5/+12
* NFS: Optimise sparse writes past the end of fileTrond Myklebust2021-02-081-8/+12
* mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-021-2/+2