summaryrefslogtreecommitdiffstats
path: root/fs/netfs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells2024-01-051-0/+1
* netfs: Count DIO writesDavid Howells2024-01-051-0/+1
* netfs: Mark netfs_unbuffered_write_iter_locked() staticDavid Howells2024-01-051-6/+0
* netfs: Implement a write-through caching optionDavid Howells2023-12-281-0/+3
* netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-0/+6
* netfs: Implement unbuffered/DIO read supportDavid Howells2023-12-281-0/+1
* netfs: Provide func to copy data to pagecache for buffered writeDavid Howells2023-12-281-0/+2
* netfs: Dispatch write requests to process a writeback sliceDavid Howells2023-12-281-0/+6
* netfs: Prep to use folio->private for write grouping and streaming writeDavid Howells2023-12-281-0/+28
* netfs: Extend the netfs_io_*request structs to handle writesDavid Howells2023-12-281-0/+6
* netfs: Provide tools to create a buffer in an xarrayDavid Howells2023-12-281-0/+13
* netfs: Add a procfile to list in-progress requestsDavid Howells2023-12-241-0/+22
* netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells2023-12-241-1/+11
* netfs, fscache: Combine fscache with netfsDavid Howells2023-12-241-3/+189
* netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells2023-12-241-0/+5
* 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