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
/
direct_read.c
Age
Commit message (
Expand
)
Author
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
fs/netfs: remove unused flag NETFS_RREQ_BLOCKED
Max Kellermann
2025-03-19
netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
David Howells
2024-12-20
netfs: Change the read result collector to only use one work item
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: Abstract out a rolling folio buffer implementation
David Howells
2024-09-12
netfs: Speed up buffered reading
David Howells
2024-07-24
netfs: Revert "netfs: Switch debug logging to pr_debug()"
David Howells
2024-06-12
netfs: Switch debug logging to pr_debug()
Uwe Kleine-König
2024-05-13
cifs: Fix locking in cifs_strict_readv()
Steve French
2023-12-28
netfs: Implement unbuffered/DIO read support
David Howells