aboutsummaryrefslogtreecommitdiffstats
path: root/fs/netfs/read_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton1-13/+36
2021-05-25netfs: Pass flags through to grab_cache_page_write_begin()David Howells1-1/+1
2021-04-26netfs: Miscellaneous fixesDavid Howells1-3/+3
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells1-2/+12
2021-04-23netfs: Define an interface to talk to a cacheDavid Howells1-1/+238
2021-04-23netfs: Add write_begin helperDavid Howells1-0/+164
2021-04-23netfs: Gather statsDavid Howells1-0/+23
2021-04-23netfs: Add tracepointsDavid Howells1-0/+26
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells1-0/+725