summaryrefslogtreecommitdiff
path: root/fs/netfs/read_collect.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-26netfs: Fix the handling of stream->front by removing itDavid Howells1-2/+2
2026-02-09netfs: when subreq is marked for retry, do not check if it faced an errorShyam Prasad N1-0/+10
2025-12-24netfs: Fix early read unlock of page with EOF in middleDavid Howells1-1/+1
2025-08-15netfs: Fix unbuffered write error handlingDavid Howells1-1/+3
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells1-3/+9
2025-07-01netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wanglingDavid Howells1-2/+2
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells1-2/+5
2025-05-21Merge patch series "netfs: Miscellaneous fixes"Christian Brauner1-154/+24
2025-05-21netfs: Fix wait/wake to be consistent about the waitqueue usedDavid Howells1-134/+5
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-17/+27
2025-05-21netfs: Fix setting of transferred bytes with short DIO readsPaulo Alcantara1-16/+5
2025-05-21fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOSMax Kellermann1-8/+6
2025-03-19netfs: Fix collection of results during pause when collection offloadedDavid Howells1-8/+10
2025-02-13netfs: Fix a number of read-retry hangsDavid Howells1-2/+4
2024-12-21netfs: Change the read result collector to only use one work itemDavid Howells1-297/+419
2024-12-21netfs: Add support for caching single monolithic objects such as AFS dirsDavid Howells1-2/+43
2024-12-21netfs: Don't use bh spinlockDavid Howells1-10/+10
2024-12-21netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells1-41/+12
2024-12-21netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells1-17/+30
2024-12-21netfs: Add a tracepoint to log the lifespan of folio_queue structsDavid Howells1-2/+6
2024-12-21netfs: Fix ceph copy to cache on write-beginDavid Howells1-2/+4
2024-12-21netfs: Work around recursion by abandoning retry if nothing readDavid Howells1-6/+9
2024-12-21netfs: Fix missing barriers by using clear_and_wake_up_bit()David Howells1-2/+1
2024-12-21netfs: Fix non-contiguous donation between completed readsDavid Howells1-4/+5
2024-10-07netfs: In readahead, put the folio refs as soon extractedDavid Howells1-0/+2
2024-09-12netfs: Speed up buffered readingDavid Howells1-0/+544