aboutsummaryrefslogtreecommitdiffstats
path: root/fs/netfs/direct_read.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-26netfs: fix reference leakMax Kellermann1-1/+6
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells1-1/+2
2025-05-21Merge patch series "netfs: Miscellaneous fixes"Christian Brauner1-5/+5
2025-05-21netfs: Fix wait/wake to be consistent about the waitqueue usedDavid Howells1-2/+2
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-3/+3
2025-05-21fs/netfs: remove unused flag NETFS_RREQ_BLOCKEDMax Kellermann1-3/+0
2025-03-19netfs: Fix netfs_unbuffered_read() to return ssize_t rather than intDavid Howells1-3/+3
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells1-26/+34
2024-12-20netfs: Don't use bh spinlockDavid Howells1-2/+2
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells1-1/+1
2024-12-20netfs: Abstract out a rolling folio buffer implementationDavid Howells1-7/+7
2024-09-12netfs: Speed up buffered readingDavid Howells1-6/+141
2024-07-24netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells1-1/+1
2024-06-12netfs: Switch debug logging to pr_debug()Uwe Kleine-König1-1/+1
2024-05-13cifs: Fix locking in cifs_strict_readv()Steve French1-1/+2
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells1-0/+125