summaryrefslogtreecommitdiff
path: root/fs/nfs/write.c
AgeCommit message (Expand)Author
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-18Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-07-17nfs: pass explicit offset/count to trace eventsChristoph Hellwig
2024-07-12nfs: do not extend writes to the entire folioChristoph Hellwig
2024-07-08nfs: don't reuse partially completed requests in nfs_lock_and_join_requestsChristoph Hellwig
2024-07-08nfs: move nfs_wait_on_request to write.cChristoph Hellwig
2024-07-08nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requestsChristoph Hellwig
2024-07-08nfs: fold nfs_folio_find_and_lock_request into nfs_lock_and_join_requestsChristoph Hellwig
2024-07-08nfs: simplify nfs_folio_find_and_lock_requestChristoph Hellwig
2024-07-08nfs: remove nfs_folio_private_requestChristoph Hellwig
2024-07-08nfs: remove dead code for the old swap over NFS implementationChristoph Hellwig
2024-07-08nfs: Block on write congestionJan Kara
2024-07-08nfs: Drop pointless check from nfs_commit_release_pages()Jan Kara
2024-07-08NFSv4: Add support for delegated atime and mtime attributesTrond Myklebust
2024-07-08NFSv4: Add a flags argument to the 'have_delegation' callbackTrond Myklebust
2024-07-03nfs: drop usage of folio_file_posKairui Song
2024-05-31nfs: Remove calls to folio_set_errorMatthew Wilcox (Oracle)
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-03-09nfs: fix UAF in direct writesJosef Bacik
2024-03-09NFS: remove sync_mode test from nfs_writepage_locked()NeilBrown
2024-02-05nfs: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-05nfs: convert to using new filelock helpersJeff Layton
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-01-04nfs: Remove writepageMatthew Wilcox (Oracle)
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)
2023-10-22NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsTrond Myklebust
2023-10-11NFS: Fix potential oops in nfs_inode_remove_request()Scott Mayhew
2023-09-28nfs: decrement nrequests counter before releasing the reqJeff Layton
2023-09-13NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-02-14NFS: Improve tracing of nfs_wb_folio()Trond Myklebust
2023-02-14NFS: Remove unused function nfs_wb_page()Trond Myklebust
2023-02-14NFS: Convert buffered writes to use foliosTrond Myklebust
2023-02-14NFS: Convert the function nfs_wb_page() to use foliosTrond Myklebust
2023-02-14NFS: Add a helper nfs_wb_folio()Trond Myklebust
2023-02-14NFS: Add a helper to convert a struct nfs_page into an inodeTrond Myklebust
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-11-30nfs: use locks_inode_context helperJeff Layton
2022-09-12Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-09-08NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEAnna Schumaker
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-08-13NFS: Fix another fsync() issue after a server rebootTrond Myklebust
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-08-09NFS: Improve write error tracingTrond Myklebust
2022-08-02NFS: nfs_async_write_reschedule_io must not recurse into the writeback codeTrond Myklebust
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)