summaryrefslogtreecommitdiff
path: root/fs/netfs/direct_write.c
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge 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