summaryrefslogtreecommitdiffstats
path: root/fs/netfs/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-09-161-3/+4
|\
| * netfs: Speed up buffered readingDavid Howells2024-09-121-1/+3
| * netfs: Remove NETFS_COPY_TO_CACHEDavid Howells2024-09-051-2/+1
* | netfs: Delete subtree of 'fs/netfs' when netfs module exitsBaokun Li2024-08-301-2/+2
|/
* netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells2024-07-241-0/+4
* netfs: Switch debug logging to pr_debug()Uwe Kleine-König2024-06-121-4/+0
* netfs: Switch to using unsigned long long rather than loff_tDavid Howells2024-05-011-1/+1
* netfs: Use mempools for allocating requests and subrequestsDavid Howells2024-05-011-6/+45
* netfs: Remove ->launder_folio() supportDavid Howells2024-05-011-1/+0
* netfs: Replace PG_fscache by setting folio->private and marking dirtyDavid Howells2024-04-291-0/+1
* netfs: Export the netfs_sreq tracepointDavid Howells2023-12-281-0/+2
* netfs: Implement a write-through caching optionDavid Howells2023-12-281-0/+1
* netfs: Provide a launder_folio implementationDavid Howells2023-12-281-0/+1
* netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-5/+7
* netfs: Implement unbuffered/DIO read supportDavid Howells2023-12-281-0/+1
* netfs: Extend the netfs_io_*request structs to handle writesDavid Howells2023-12-281-1/+2
* netfs: Add a procfile to list in-progress requestsDavid Howells2023-12-241-1/+68
* netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlinkDavid Howells2023-12-241-0/+33
* netfs, fscache: Combine fscache with netfsDavid Howells2023-12-241-2/+2
* netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells2023-12-241-2/+3
* netfs: Split some core bits out into their own fileDavid Howells2022-03-181-0/+20