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