summaryrefslogtreecommitdiffstats
path: root/fs/netfs
Commit message (Expand)AuthorAgeFilesLines
* netfs: Split some core bits out into their own fileDavid Howells2022-03-184-12/+26
* netfs: Split fs/netfs/read_helper.cDavid Howells2022-03-183-418/+429
* netfs: Rename read_helper.c to io.cDavid Howells2022-03-183-9/+9
* netfs: Prepare to split read_helper.cDavid Howells2022-03-182-2/+7
* netfs: Add a function to consolidate beginning a readDavid Howells2022-03-183-74/+73
* netfs: Add a netfs inode contextDavid Howells2022-03-184-64/+67
* netfs: Change ->init_request() to return an error codeDavid Howells2022-03-182-25/+36
* netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-183-17/+26
* netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-183-20/+34
* netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-183-16/+33
* netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells2022-03-181-1/+1
* netfs: Split netfs_io_* object handling outDavid Howells2022-03-184-118/+147
* 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: Make CONFIG_NETFS_SUPPORT auto-selected rather than manualDavid Howells2021-05-251-1/+1
* 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-233-3/+174
* netfs: Gather statsDavid Howells2021-04-235-2/+127
* netfs: Add tracepointsDavid Howells2021-04-231-0/+26
* netfs: Provide readahead and readpage netfs helpersDavid Howells2021-04-233-0/+792
* netfs: Make a netfs helper moduleDavid Howells2021-04-231-0/+8