summaryrefslogtreecommitdiff
path: root/fs/netfs/write_collect.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells1-1/+3
2025-07-01netfs: Merge i_size update functionsDavid Howells1-2/+4
2025-07-01netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wanglingDavid Howells1-2/+2
2025-05-21Merge patch series "netfs: Miscellaneous fixes"Christian Brauner1-54/+27
2025-05-21netfs: Fix wait/wake to be consistent about the waitqueue usedDavid Howells1-29/+7
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-33/+28
2025-05-21fs/netfs: remove unused source NETFS_INVALID_WRITEMax Kellermann1-2/+0
2025-03-19netfs: Call `invalidate_cache` only if implementedMax Kellermann1-1/+2
2024-12-21netfs: Report on NULL folioq in netfs_writeback_unlock_folios()David Howells1-0/+34
2024-12-21netfs: Change the read result collector to only use one work itemDavid Howells1-1/+3
2024-12-21netfs: Add support for caching single monolithic objects such as AFS dirsDavid Howells1-3/+3
2024-12-21netfs: Don't use bh spinlockDavid Howells1-2/+2
2024-12-21netfs: Split retry code out of fs/netfs/write_collect.cDavid Howells1-214/+0
2024-12-21netfs: Abstract out a rolling folio buffer implementationDavid Howells1-8/+11
2024-12-21netfs: Work around recursion by abandoning retry if nothing readDavid Howells1-3/+2
2024-12-21netfs: Fix missing barriers by using clear_and_wake_up_bit()David Howells1-6/+3
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