summaryrefslogtreecommitdiff
path: root/fs/netfs/read_collect.c
AgeCommit message (Expand)Author
2025-03-19netfs: Fix collection of results during pause when collection offloadedDavid Howells
2025-02-13netfs: Fix a number of read-retry hangsDavid 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: Drop the was_async arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells
2024-12-20netfs: Fix ceph copy to cache on write-beginDavid 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-12-20netfs: Fix non-contiguous donation between completed readsDavid Howells
2024-10-07netfs: In readahead, put the folio refs as soon extractedDavid Howells
2024-09-12netfs: Speed up buffered readingDavid Howells