summaryrefslogtreecommitdiff
path: root/fs/netfs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells1-0/+1
2024-01-05netfs: Count DIO writesDavid Howells1-0/+1
2024-01-05netfs: Mark netfs_unbuffered_write_iter_locked() staticDavid Howells1-6/+0
2023-12-28netfs: Implement a write-through caching optionDavid Howells1-0/+3
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-0/+6
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells1-0/+1
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells1-0/+2
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells1-0/+6
2023-12-28netfs: Prep to use folio->private for write grouping and streaming writeDavid Howells1-0/+28
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells1-0/+6
2023-12-28netfs: Provide tools to create a buffer in an xarrayDavid Howells1-0/+13
2023-12-24netfs: Add a procfile to list in-progress requestsDavid Howells1-0/+22
2023-12-24netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells1-1/+11
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells1-3/+189
2023-12-24netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells1-0/+5
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-1/+1
2022-03-18netfs: Split some core bits out into their own fileDavid Howells1-2/+5
2022-03-18netfs: Rename read_helper.c to io.cDavid Howells1-7/+7
2022-03-18netfs: Prepare to split read_helper.cDavid Howells1-0/+5
2022-03-18netfs: Add a function to consolidate beginning a readDavid Howells1-1/+1
2022-03-18netfs: Add a netfs inode contextDavid Howells1-2/+16
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells1-2/+5
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells1-2/+0
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells1-2/+9
2022-03-18netfs: Split netfs_io_* object handling outDavid Howells1-0/+18
2021-04-23netfs: Add write_begin helperDavid Howells1-0/+2
2021-04-23netfs: Gather statsDavid Howells1-0/+34
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells1-0/+61