summaryrefslogtreecommitdiff
path: root/fs/netfs/read_helper.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18netfs: Rename read_helper.c to io.cDavid Howells1-1085/+0
2022-03-18netfs: Prepare to split read_helper.cDavid Howells1-2/+2
2022-03-18netfs: Add a function to consolidate beginning a readDavid Howells1-72/+72
2022-03-18netfs: Add a netfs inode contextDavid Howells1-55/+45
2022-03-18netfs: Change ->init_request() to return an error codeDavid Howells1-8/+12
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells1-12/+11
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells1-9/+11
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells1-7/+7
2022-03-18netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells1-1/+1
2022-03-18netfs: Split netfs_io_* object handling outDavid Howells1-117/+1
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-41/+42
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-97/+97
2022-01-22netfs: Make ops->init_rreq() optionalJeffle Xu1-1/+2
2022-01-07netfs: Pass more information on how to deal with a hole in the cacheDavid Howells1-4/+4
2022-01-07netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd spaceDavid Howells1-1/+1
2021-12-07netfs: fix parameter of cleanup()Jeffle Xu1-3/+3
2021-12-07netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lockDavid Howells1-10/+5
2021-11-29netfs: Adjust docs after foliationDavid Howells1-2/+2
2021-11-11netfs, 9p, afs, ceph: Use foliosDavid Howells1-82/+83
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