aboutsummaryrefslogtreecommitdiffstats
path: root/fs/netfs/direct_write.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-26netfs: fix reference leakMax Kellermann1-1/+5
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells1-1/+0
2025-07-01netfs: Merge i_size update functionsDavid Howells1-19/+0
2025-07-01netfs: Fix i_size updatingDavid Howells1-2/+6
2025-05-21netfs: Fix wait/wake to be consistent about the waitqueue usedDavid Howells1-6/+4
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-1/+1
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+4
2025-01-09netfs: Fix kernel async DIODavid Howells1-1/+6
2024-12-20netfs: Abstract out a rolling folio buffer implementationDavid Howells1-6/+4
2024-12-20netfs: Remove redundant use of smp_rmb()Zilin Guan1-1/+0
2024-07-24netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells1-4/+4
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner1-4/+4
2024-06-26netfs: Fix io_uring based write-throughDavid Howells1-1/+2
2024-06-12netfs: Switch debug logging to pr_debug()Uwe Kleine-König1-4/+4
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-05-24netfs: Fix io_uring based write-throughDavid Howells1-1/+1
2024-05-21smb3: reenable swapfiles over SMB3 mountsSteve French1-1/+2
2024-05-01netfs: Cut over to using new writeback codeDavid Howells1-12/+14
2024-05-01netfs: Add some write-side stats and clean up some stat namesDavid Howells1-1/+1
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells1-4/+24
2024-01-29netfs: Fix missing zero-length check in unbuffered writeDavid Howells1-1/+4
2024-01-05netfs: Count DIO writesDavid Howells1-0/+1
2024-01-05netfs: Mark netfs_unbuffered_write_iter_locked() staticDavid Howells1-2/+2
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells1-0/+4
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-0/+166