summaryrefslogtreecommitdiff
path: root/fs/netfs/internal.h
AgeCommit message (Expand)Author
2024-07-24netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-03netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li
2024-06-26netfs: Delete some xarray-wangling functions that aren't usedDavid Howells
2024-06-12netfs: Switch debug logging to pr_debug()Uwe Kleine-König
2024-05-01netfs: Cut over to using new writeback codeDavid Howells
2024-05-01netfs: Add some write-side stats and clean up some stat namesDavid Howells
2024-05-01netfs: New writeback implementationDavid Howells
2024-05-01netfs: Use mempools for allocating requests and subrequestsDavid Howells
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells
2024-01-05netfs: Count DIO writesDavid Howells
2024-01-05netfs: Mark netfs_unbuffered_write_iter_locked() staticDavid Howells
2023-12-28netfs: Implement a write-through caching optionDavid Howells
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells
2023-12-28netfs: Implement unbuffered/DIO read supportDavid Howells
2023-12-28netfs: Provide func to copy data to pagecache for buffered writeDavid Howells
2023-12-28netfs: Dispatch write requests to process a writeback sliceDavid Howells
2023-12-28netfs: Prep to use folio->private for write grouping and streaming writeDavid Howells
2023-12-28netfs: Extend the netfs_io_*request structs to handle writesDavid Howells
2023-12-28netfs: Provide tools to create a buffer in an xarrayDavid Howells
2023-12-24netfs: Add a procfile to list in-progress requestsDavid Howells
2023-12-24netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells
2023-12-24netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-03-18netfs: Split some core bits out into their own fileDavid Howells
2022-03-18netfs: Rename read_helper.c to io.cDavid Howells
2022-03-18netfs: Prepare to split read_helper.cDavid Howells
2022-03-18netfs: Add a function to consolidate beginning a readDavid Howells
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-03-18netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells
2022-03-18netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells
2022-03-18netfs: Trace refcounting on the netfs_io_request structDavid Howells
2022-03-18netfs: Split netfs_io_* object handling outDavid Howells
2021-04-23netfs: Add write_begin helperDavid Howells
2021-04-23netfs: Gather statsDavid Howells
2021-04-23netfs: Provide readahead and readpage netfs helpersDavid Howells