summaryrefslogtreecommitdiffstats
path: root/fs/netfs/read_helper.c
Commit message (Expand)AuthorAgeFilesLines
* netfs: Rename read_helper.c to io.cDavid Howells2022-03-181-1085/+0
* netfs: Prepare to split read_helper.cDavid Howells2022-03-181-2/+2
* netfs: Add a function to consolidate beginning a readDavid Howells2022-03-181-72/+72
* netfs: Add a netfs inode contextDavid Howells2022-03-181-55/+45
* netfs: Change ->init_request() to return an error codeDavid Howells2022-03-181-8/+12
* netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-181-12/+11
* netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-181-9/+11
* netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-181-7/+7
* netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells2022-03-181-1/+1
* netfs: Split netfs_io_* object handling outDavid Howells2022-03-181-117/+1
* netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-181-41/+42
* netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-181-97/+97
* netfs: Make ops->init_rreq() optionalJeffle Xu2022-01-211-1/+2
* netfs: Pass more information on how to deal with a hole in the cacheDavid Howells2022-01-071-4/+4
* netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells2022-01-071-1/+1
* netfs: fix parameter of cleanup()Jeffle Xu2021-12-071-3/+3
* netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells2021-12-071-10/+5
* netfs: Adjust docs after foliationDavid Howells2021-11-291-2/+2
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-82/+83
* netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()David Howells2021-10-051-1/+1
* netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton2021-06-211-13/+36
* netfs: Pass flags through to grab_cache_page_write_begin()David Howells2021-05-251-1/+1
* netfs: Miscellaneous fixesDavid Howells2021-04-261-3/+3
* netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells2021-04-231-2/+12
* netfs: Define an interface to talk to a cacheDavid Howells2021-04-231-1/+238
* netfs: Add write_begin helperDavid Howells2021-04-231-0/+164
* netfs: Gather statsDavid Howells2021-04-231-0/+23
* netfs: Add tracepointsDavid Howells2021-04-231-0/+26
* netfs: Provide readahead and readpage netfs helpersDavid Howells2021-04-231-0/+725