summaryrefslogtreecommitdiff
path: root/fs/netfs/write_collect.c
AgeCommit message (Expand)Author
2025-07-17netfs: Fix ref leak on inserted extra subreq in write retryDavid Howells
2025-07-10netfs: Fix oops in write-retry from mis-resetting the subreq iteratorDavid Howells
2025-03-28netfs: Call `invalidate_cache` only if implementedMax Kellermann
2025-01-17netfs: 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