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