summaryrefslogtreecommitdiffstats
path: root/fs/netfs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-1/+1
* netfs: Split some core bits out into their own fileDavid Howells2022-03-181-2/+5
* netfs: Rename read_helper.c to io.cDavid Howells2022-03-181-7/+7
* netfs: Prepare to split read_helper.cDavid Howells2022-03-181-0/+5
* netfs: Add a function to consolidate beginning a readDavid Howells2022-03-181-1/+1
* netfs: Add a netfs inode contextDavid Howells2022-03-181-2/+16
* netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-181-2/+5
* netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-181-2/+0
* netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-181-2/+9
* netfs: Split netfs_io_* object handling outDavid Howells2022-03-181-0/+18
* netfs: Add write_begin helperDavid Howells2021-04-231-0/+2
* netfs: Gather statsDavid Howells2021-04-231-0/+34
* netfs: Provide readahead and readpage netfs helpersDavid Howells2021-04-231-0/+61