aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-06NFS: Fix the marking of the folio as up to dateTrond Myklebust1-47/+5
2025-09-06NFS: nfs_invalidate_folio() must observe the offset and size argumentsTrond Myklebust1-0/+1
2025-08-19NFS: Fix a race when updating an existing writeTrond Myklebust1-19/+10
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+6
2025-07-14NFS: Allow folio migration for the case of mode == MIGRATE_SYNCTrond Myklebust1-2/+6
2025-07-09mm: remove the for_reclaim field from struct writeback_controlChristoph Hellwig1-1/+1
2025-05-28nfs: use writeback_iter directlyChristoph Hellwig1-12/+6
2025-05-28nfs: refactor nfs_do_writepageChristoph Hellwig1-10/+9
2025-05-28nfs: don't return AOP_WRITEPAGE_ACTIVATE from nfs_do_writepageChristoph Hellwig1-4/+1
2025-05-28nfs: fold nfs_page_async_flush into nfs_do_writepageChristoph Hellwig1-10/+4
2025-04-02nfs: Add missing release on error in nfs_lock_and_join_requests()Dan Carpenter1-1/+3
2025-01-14nfs: cache all open LOCALIO nfsd_file(s) in clientMike Snitzer1-1/+2
2024-11-18Revert "nfs: don't reuse partially completed requests in nfs_lock_and_join_requests"Trond Myklebust1-20/+29
2024-11-09Revert "fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private"Trond Myklebust1-2/+4
2024-09-23nfs: enable localio for non-pNFS IOTrond Myklebust1-1/+5
2024-09-23nfs: add LOCALIO supportWeston Andros Adamson1-0/+3
2024-09-23nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commitMike Snitzer1-2/+3
2024-09-23nfs: add 'noalignwrite' option for lock-less 'lost writes' preventionDan Aloni1-0/+3
2024-09-23fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_privateZhaoyang Huang1-4/+2
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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