index
:
pub/scm/linux/kernel/git/rcu/linux.git
master
paulmck's fork of linux.git
RCU Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
netfs
/
read_collect.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
netfs: Fix read progress reporting
David Howells
1
-12
/
+42
13 days
netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqs
David Howells
1
-26
/
+41
13 days
netfs: Fix readahead synchronisation issues by loading all folios upfront
David Howells
1
-0
/
+7
2026-05-12
netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
David Howells
1
-1
/
+1
2026-05-12
netfs: Fix missing barriers when accessing stream->subrequests locklessly
David Howells
1
-2
/
+4
2026-05-12
netfs: Fix cancellation of a DIO and single read subrequests
David Howells
1
-0
/
+11
2026-03-26
netfs: Fix the handling of stream->front by removing it
David Howells
1
-2
/
+2
2026-02-08
netfs: when subreq is marked for retry, do not check if it faced an error
Shyam Prasad N
1
-0
/
+10
2025-12-24
netfs: Fix early read unlock of page with EOF in middle
David Howells
1
-1
/
+1
2025-08-15
netfs: Fix unbuffered write error handling
David Howells
1
-1
/
+3
2025-07-01
netfs: Update tracepoints in a number of ways
David Howells
1
-3
/
+9
2025-07-01
netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
David Howells
1
-2
/
+2
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
1
-2
/
+5
2025-05-21
Merge patch series "netfs: Miscellaneous fixes"
Christian Brauner
1
-154
/
+24
2025-05-21
netfs: Fix wait/wake to be consistent about the waitqueue used
David Howells
1
-134
/
+5
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
1
-17
/
+27
2025-05-21
netfs: Fix setting of transferred bytes with short DIO reads
Paulo Alcantara
1
-16
/
+5
2025-05-21
fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS
Max Kellermann
1
-8
/
+6
2025-03-19
netfs: Fix collection of results during pause when collection offloaded
David Howells
1
-8
/
+10
2025-02-13
netfs: Fix a number of read-retry hangs
David Howells
1
-2
/
+4
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
1
-288
/
+410
2024-12-20
netfs: Add support for caching single monolithic objects such as AFS dirs
David Howells
1
-2
/
+43
2024-12-20
netfs: Don't use bh spinlock
David Howells
1
-10
/
+10
2024-12-20
netfs: Drop the was_async arg from netfs_read_subreq_terminated()
David Howells
1
-41
/
+12
2024-12-20
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
1
-17
/
+30
2024-12-20
netfs: Add a tracepoint to log the lifespan of folio_queue structs
David Howells
1
-2
/
+6
2024-12-20
netfs: Fix ceph copy to cache on write-begin
David Howells
1
-2
/
+4
2024-12-20
netfs: Work around recursion by abandoning retry if nothing read
David Howells
1
-6
/
+9
2024-12-20
netfs: Fix missing barriers by using clear_and_wake_up_bit()
David Howells
1
-2
/
+1
2024-12-20
netfs: Fix non-contiguous donation between completed reads
David Howells
1
-4
/
+5
2024-10-07
netfs: In readahead, put the folio refs as soon extracted
David Howells
1
-0
/
+2
2024-09-12
netfs: Speed up buffered reading
David Howells
1
-0
/
+544