aboutsummaryrefslogtreecommitdiff
path: root/fs/netfs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-1/+1
2022-03-18netfs: Split some core bits out into their own fileGravatar David Howells 1-2/+5
2022-03-18netfs: Rename read_helper.c to io.cGravatar David Howells 1-7/+7
2022-03-18netfs: Prepare to split read_helper.cGravatar David Howells 1-0/+5
2022-03-18netfs: Add a function to consolidate beginning a readGravatar David Howells 1-1/+1
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-2/+16
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestGravatar David Howells 1-2/+5
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structGravatar David Howells 1-2/+0
2022-03-18netfs: Trace refcounting on the netfs_io_request structGravatar David Howells 1-2/+9
2022-03-18netfs: Split netfs_io_* object handling outGravatar David Howells 1-0/+18
2021-04-23netfs: Add write_begin helperGravatar David Howells 1-0/+2
2021-04-23netfs: Gather statsGravatar David Howells 1-0/+34
2021-04-23netfs: Provide readahead and readpage netfs helpersGravatar David Howells 1-0/+61