summaryrefslogtreecommitdiffstats
path: root/fs/netfs/direct_write.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells2024-07-241-4/+4
* Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-111-4/+4
|\
| * Merge patch series "cachefiles: random bugfixes"Christian Brauner2024-07-051-4/+4
| |\
| | * netfs: Switch debug logging to pr_debug()Uwe Kleine-König2024-06-121-4/+4
* | | netfs: Fix io_uring based write-throughDavid Howells2024-06-261-1/+2
|/ /
* | Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-271-1/+1
|\ \ | |/ |/|
| * netfs: Fix io_uring based write-throughDavid Howells2024-05-241-1/+1
* | smb3: reenable swapfiles over SMB3 mountsSteve French2024-05-211-1/+2
|/
* netfs: Cut over to using new writeback codeDavid Howells2024-05-011-12/+14
* netfs: Add some write-side stats and clean up some stat namesDavid Howells2024-05-011-1/+1
* mm: Provide a means of invalidation without using launder_folioDavid Howells2024-05-011-4/+24
* netfs: Fix missing zero-length check in unbuffered writeDavid Howells2024-01-291-1/+4
* netfs: Count DIO writesDavid Howells2024-01-051-0/+1
* netfs: Mark netfs_unbuffered_write_iter_locked() staticDavid Howells2024-01-051-2/+2
* netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-0/+4
* netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-0/+166