summaryrefslogtreecommitdiff
path: root/fs/netfs/write_collect.c
AgeCommit message (Expand)Author
2025-03-19netfs: Call `invalidate_cache` only if implementedMax Kellermann
2024-12-20netfs: Report on NULL folioq in netfs_writeback_unlock_folios()David Howells
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells
2024-12-20netfs: Add support for caching single monolithic objects such as AFS dirsDavid Howells
2024-12-20netfs: Don't use bh spinlockDavid Howells
2024-12-20netfs: Split retry code out of fs/netfs/write_collect.cDavid Howells
2024-12-20netfs: Abstract out a rolling folio buffer implementationDavid Howells
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells
2024-12-20netfs: Fix missing barriers by using clear_and_wake_up_bit()David Howells
2024-09-12netfs: Speed up buffered readingDavid Howells
2024-09-12netfs: Simplify the writeback codeDavid Howells
2024-09-12netfs: Provide an iterator-reset functionDavid Howells
2024-09-12netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells
2024-09-05netfs: Use bh-disabling spinlocks for rreq->lockDavid Howells
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells
2024-08-24netfs: Fix interaction of streaming writes with zero-point trackerDavid Howells
2024-07-24netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner
2024-06-12netfs: Switch debug logging to pr_debug()Uwe Kleine-König
2024-05-24netfs: Fix io_uring based write-throughDavid Howells
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells
2024-05-01netfs: Cut over to using new writeback codeDavid Howells
2024-05-01netfs: New writeback implementationDavid Howells