summaryrefslogtreecommitdiffstats
path: root/fs/netfs/write_issue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfs: Cancel dirty folios that have no storage destinationDavid Howells2024-09-121-1/+5
* cachefiles, netfs: Fix write to partial block at EOFDavid Howells2024-09-121-3/+2
* netfs: Speed up buffered readingDavid Howells2024-09-121-10/+7
* netfs: Simplify the writeback codeDavid Howells2024-09-121-17/+19
* netfs: Provide an iterator-reset functionDavid Howells2024-09-121-3/+3
* netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells2024-09-121-15/+13
* netfs: Use bh-disabling spinlocks for rreq->lockDavid Howells2024-09-051-2/+2
* netfs: Set the request work function upon allocationDavid Howells2024-09-051-1/+0
* netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells2024-09-051-7/+7
* netfs: Record contention stats for writeback lockDavid Howells2024-09-051-3/+7
* netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flagsDavid Howells2024-08-121-1/+3
* netfs: Fix writeback that needs to go to both server and cacheDavid Howells2024-07-241-0/+1
* netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells2024-07-241-18/+18
* Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-111-18/+18
|\
| * Merge patch series "cachefiles: random bugfixes"Christian Brauner2024-07-051-18/+18
| |\
| | * netfs: Switch debug logging to pr_debug()Uwe Kleine-König2024-06-121-18/+18
* | | netfs: Fix early issue of write op on partial write to folio tailDavid Howells2024-06-261-1/+1
|/ /
* | netfs: Fix AIO error handling when doing write-throughDavid Howells2024-05-241-1/+6
* | netfs: Fix io_uring based write-throughDavid Howells2024-05-241-1/+1
|/
* netfs: Cut over to using new writeback codeDavid Howells2024-05-011-9/+9
* netfs: Add some write-side stats and clean up some stat namesDavid Howells2024-05-011-0/+1
* netfs: New writeback implementationDavid Howells2024-05-011-0/+683