Series |
netfs, afs, 9p: Delegate high-level I/O to netfslib
|
expand
-
[v5,00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
-
[v5,01/40] afs: Remove whitespace before most ')' from the trace header
-
[v5,02/40] afs: Automatically generate trace tag enums
-
[v5,03/40] netfs, fscache: Move fs/fscache/* into fs/netfs/
-
[v5,04/40] netfs, fscache: Combine fscache with netfs
-
[v5,05/40] netfs, fscache: Remove ->begin_cache_operation
-
[v5,06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
-
[v5,07/40] netfs: Move pinning-for-writeback from fscache to netfs
-
[v5,08/40] netfs: Add a procfile to list in-progress requests
-
[v5,09/40] netfs: Allow the netfs to make the io (sub)request alloc larger
-
[v5,10/40] netfs: Add a ->free_subrequest() op
-
[v5,11/40] afs: Don't use folio->private to record partial modification
-
[v5,12/40] netfs: Provide invalidate_folio and release_folio calls
-
[v5,13/40] netfs: Implement unbuffered/DIO vs buffered I/O locking
-
[v5,14/40] netfs: Add iov_iters to (sub)requests to describe various buffers
-
[v5,15/40] netfs: Add support for DIO buffering
-
[v5,16/40] netfs: Provide tools to create a buffer in an xarray
-
[v5,17/40] netfs: Add func to calculate pagecount/size-limited span of an iterator
-
[v5,18/40] netfs: Limit subrequest by size or number of segments
-
[v5,19/40] netfs: Extend the netfs_io_*request structs to handle writes
-
[v5,20/40] netfs: Add a hook to allow tell the netfs to update its i_size
-
[v5,21/40] netfs: Make netfs_put_request() handle a NULL pointer
-
[v5,22/40] netfs: Make the refcounting of netfs_begin_read() easier to use
-
[v5,23/40] netfs: Prep to use folio->private for write grouping and streaming write
-
[v5,24/40] netfs: Dispatch write requests to process a writeback slice
-
[v5,25/40] netfs: Provide func to copy data to pagecache for buffered write
-
[v5,26/40] netfs: Make netfs_read_folio() handle streaming-write pages
-
[v5,27/40] netfs: Allocate multipage folios in the writepath
-
[v5,28/40] netfs: Implement unbuffered/DIO read support
-
[v5,29/40] netfs: Implement unbuffered/DIO write support
-
[v5,30/40] netfs: Implement buffered write API
-
[v5,31/40] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
-
[v5,32/40] netfs: Provide netfs_file_read_iter()
-
[v5,33/40] netfs, cachefiles: Pass upper bound length to allow expansion
-
[v5,34/40] netfs: Provide a writepages implementation
-
[v5,35/40] netfs: Provide a launder_folio implementation
-
[v5,36/40] netfs: Implement a write-through caching option
-
[v5,37/40] netfs: Optimise away reads above the point at which there can be no data
-
[v5,38/40] netfs: Export the netfs_sreq tracepoint
-
[v5,39/40] afs: Use the netfs write helpers
-
[v5,40/40] 9p: Use netfslib read/write_iter
|