summaryrefslogtreecommitdiff
path: root/fs/netfs/read_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-29netfs: fix parameter of cleanup()Jeffle Xu1-3/+3
2021-12-17netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells1-10/+5
2021-10-05netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()David Howells1-1/+1
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-27netfs: 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