index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
netfs
/
read_collect.c
Age
Commit message (
Expand
)
Author
2025-07-01
netfs: Update tracepoints in a number of ways
David Howells
2025-07-01
netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
David Howells
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
2025-05-21
Merge patch series "netfs: Miscellaneous fixes"
Christian Brauner
2025-05-21
netfs: Fix wait/wake to be consistent about the waitqueue used
David Howells
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
2025-05-21
netfs: Fix setting of transferred bytes with short DIO reads
Paulo Alcantara
2025-05-21
fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS
Max Kellermann
2025-03-19
netfs: Fix collection of results during pause when collection offloaded
David Howells
2025-02-13
netfs: Fix a number of read-retry hangs
David Howells
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
2024-12-20
netfs: Add support for caching single monolithic objects such as AFS dirs
David Howells
2024-12-20
netfs: Don't use bh spinlock
David Howells
2024-12-20
netfs: Drop the was_async arg from netfs_read_subreq_terminated()
David Howells
2024-12-20
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
2024-12-20
netfs: Add a tracepoint to log the lifespan of folio_queue structs
David Howells
2024-12-20
netfs: Fix ceph copy to cache on write-begin
David Howells
2024-12-20
netfs: Work around recursion by abandoning retry if nothing read
David Howells
2024-12-20
netfs: Fix missing barriers by using clear_and_wake_up_bit()
David Howells
2024-12-20
netfs: Fix non-contiguous donation between completed reads
David Howells
2024-10-07
netfs: In readahead, put the folio refs as soon extracted
David Howells
2024-09-12
netfs: Speed up buffered reading
David Howells