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