summaryrefslogtreecommitdiffstats
path: root/fs/netfs/objects.c
Commit message (Expand)AuthorAgeFilesLines
* netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells2022-06-101-3/+3
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-1/+1
* netfs: Add a function to consolidate beginning a readDavid Howells2022-03-181-1/+0
* netfs: Add a netfs inode contextDavid Howells2022-03-181-6/+6
* netfs: Change ->init_request() to return an error codeDavid Howells2022-03-181-17/+24
* netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-181-3/+10
* netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-181-9/+23
* netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-181-7/+17
* netfs: Split netfs_io_* object handling outDavid Howells2022-03-181-0/+123