summaryrefslogtreecommitdiff
path: root/fs/nfs/write.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2024-07-18Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-187/+177
2024-07-17nfs: pass explicit offset/count to trace eventsChristoph Hellwig1-5/+5
2024-07-12nfs: do not extend writes to the entire folioChristoph Hellwig1-2/+6
2024-07-08nfs: don't reuse partially completed requests in nfs_lock_and_join_requestsChristoph Hellwig1-29/+20
2024-07-08nfs: move nfs_wait_on_request to write.cChristoph Hellwig1-0/+17
2024-07-08nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requestsChristoph Hellwig1-3/+64
2024-07-08nfs: fold nfs_folio_find_and_lock_request into nfs_lock_and_join_requestsChristoph Hellwig1-41/+27
2024-07-08nfs: simplify nfs_folio_find_and_lock_requestChristoph Hellwig1-17/+21
2024-07-08nfs: remove nfs_folio_private_requestChristoph Hellwig1-7/+2
2024-07-08nfs: remove dead code for the old swap over NFS implementationChristoph Hellwig1-104/+24
2024-07-08nfs: Block on write congestionJan Kara1-4/+11
2024-07-08nfs: Drop pointless check from nfs_commit_release_pages()Jan Kara1-4/+0
2024-07-08NFSv4: Add support for delegated atime and mtime attributesTrond Myklebust1-0/+9
2024-07-08NFSv4: Add a flags argument to the 'have_delegation' callbackTrond Myklebust1-1/+1
2024-07-03nfs: drop usage of folio_file_posKairui Song1-3/+3
2024-05-31nfs: Remove calls to folio_set_errorMatthew Wilcox (Oracle)1-1/+0
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-2/+2
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+1
2024-03-09nfs: fix UAF in direct writesJosef Bacik1-1/+1
2024-03-09NFS: remove sync_mode test from nfs_writepage_locked()NeilBrown1-4/+0
2024-02-05nfs: adapt to breakup of struct file_lockJeff Layton1-3/+2
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-02-05nfs: convert to using new filelock helpersJeff Layton1-2/+2
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-11/+0
2024-01-04nfs: Remove writepageMatthew Wilcox (Oracle)1-11/+0
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-6/+6
2023-10-22NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsTrond Myklebust1-0/+2
2023-10-11NFS: Fix potential oops in nfs_inode_remove_request()Scott Mayhew1-1/+3
2023-09-28nfs: decrement nrequests counter before releasing the reqJeff Layton1-1/+1
2023-09-13NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust1-11/+12
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2023-02-22Merge 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-02fs: 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-12Merge 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-10Merge 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