summaryrefslogtreecommitdiff
path: root/fs/netfs/write_collect.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-12netfs: Speed up buffered readingDavid Howells1-1/+8
2024-09-12netfs: Simplify the writeback codeDavid Howells1-122/+24
2024-09-12netfs: Provide an iterator-reset functionDavid Howells1-2/+1
2024-09-12netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells1-40/+44
2024-09-05netfs: Use bh-disabling spinlocks for rreq->lockDavid Howells1-2/+2
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells1-5/+5
2024-08-24netfs: Fix interaction of streaming writes with zero-point trackerDavid Howells1-0/+7
2024-07-24netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells1-8/+8
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner1-8/+8
2024-06-12netfs: Switch debug logging to pr_debug()Uwe Kleine-König1-8/+8
2024-05-24netfs: Fix io_uring based write-throughDavid Howells1-3/+4
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells1-2/+7
2024-05-01netfs: Cut over to using new writeback codeDavid Howells1-4/+4
2024-05-01netfs: New writeback implementationDavid Howells1-0/+803