summaryrefslogtreecommitdiff
path: root/fs/netfs/read_retry.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-13netfs: Add retry stat countersDavid Howells1-0/+3
2025-02-13netfs: Fix a number of read-retry hangsDavid Howells1-10/+30
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-89/+120
2025-01-09netfs: Fix read-retry for fs with no ->prepare_read()David Howells1-1/+2
2024-12-21netfs: Change the read result collector to only use one work itemDavid Howells1-88/+119
2024-12-21netfs: Don't use bh spinlockDavid Howells1-4/+4
2024-12-21netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells1-1/+1
2024-12-21netfs: Abstract out a rolling folio buffer implementationDavid Howells1-1/+1
2024-12-21netfs: Fix is-caching check in read-retryDavid Howells1-1/+1
2024-12-21netfs: Work around recursion by abandoning retry if nothing readDavid Howells1-2/+4
2024-09-12netfs: Speed up buffered readingDavid Howells1-0/+256