Series |
netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
|
expand
-
[v3,00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
-
[v3,01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/
-
[v3,02/59] netfs, fscache: Combine fscache with netfs
-
[v3,03/59] netfs, fscache: Remove ->begin_cache_operation
-
[v3,04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
-
[v3,05/59] netfs: Move pinning-for-writeback from fscache to netfs
-
[v3,06/59] netfs: Add a procfile to list in-progress requests
-
[v3,07/59] netfs: Allow the netfs to make the io (sub)request alloc larger
-
[v3,08/59] netfs: Add a ->free_subrequest() op
-
[v3,09/59] afs: Don't use folio->private to record partial modification
-
[v3,10/59] netfs: Provide invalidate_folio and release_folio calls
-
[v3,11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking
-
[v3,12/59] netfs: Add iov_iters to (sub)requests to describe various buffers
-
[v3,13/59] netfs: Add support for DIO buffering
-
[v3,14/59] netfs: Provide tools to create a buffer in an xarray
-
[v3,15/59] netfs: Add bounce buffering support
-
[v3,16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator
-
[v3,17/59] netfs: Limit subrequest by size or number of segments
-
[v3,18/59] netfs: Export netfs_put_subrequest() and some tracepoints
-
[v3,19/59] netfs: Extend the netfs_io_*request structs to handle writes
-
[v3,20/59] netfs: Add a hook to allow tell the netfs to update its i_size
-
[v3,21/59] netfs: Make netfs_put_request() handle a NULL pointer
-
[v3,22/59] netfs: Make the refcounting of netfs_begin_read() easier to use
-
[v3,23/59] netfs: Prep to use folio->private for write grouping and streaming write
-
[v3,24/59] netfs: Dispatch write requests to process a writeback slice
-
[v3,25/59] netfs: Provide func to copy data to pagecache for buffered write
-
[v3,26/59] netfs: Make netfs_read_folio() handle streaming-write pages
-
[v3,27/59] netfs: Allocate multipage folios in the writepath
-
[v3,28/59] netfs: Implement support for unbuffered/DIO read
-
[v3,29/59] netfs: Implement unbuffered/DIO write support
-
[v3,30/59] netfs: Implement buffered write API
-
[v3,31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
-
[v3,32/59] netfs: Provide netfs_file_read_iter()
-
[v3,33/59] netfs, cachefiles: Pass upper bound length to allow expansion
-
[v3,34/59] netfs: Provide a writepages implementation
-
[v3,35/59] netfs: Provide minimum blocksize parameter
-
[v3,36/59] netfs: Make netfs_skip_folio_read() take account of blocksize
-
[v3,37/59] netfs: Perform content encryption
-
[v3,38/59] netfs: Decrypt encrypted content
-
[v3,39/59] netfs: Support decryption on ubuffered/DIO read
-
[v3,40/59] netfs: Support encryption on Unbuffered/DIO write
-
[v3,41/59] netfs: Provide a launder_folio implementation
-
[v3,42/59] netfs: Implement a write-through caching option
-
[v3,43/59] netfs: Rearrange netfs_io_subrequest to put request pointer first
-
[v3,44/59] netfs: Optimise away reads above the point at which there can be no data
-
[v3,45/59] afs: Use the netfs write helpers
-
[v3,46/59] 9p: Use netfslib read/write_iter
-
[v3,47/59] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
-
[v3,48/59] cifs: Share server EOF pos with netfslib
-
[v3,49/59] cifs: Set zero_point in the copy_file_range() and remap_file_range()
-
[v3,50/59] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
-
[v3,51/59] cifs: Use more fields from netfs_io_subrequest
-
[v3,52/59] cifs: Make wait_mtu_credits take size_t args
-
[v3,53/59] cifs: Implement netfslib hooks
-
[v3,54/59] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
-
[v3,55/59] cifs: Cut over to using netfslib
-
[v3,56/59] cifs: Remove some code that's no longer used, part 1
-
[v3,57/59] cifs: Remove some code that's no longer used, part 2
-
[v3,58/59] cifs: Remove some code that's no longer used, part 3
-
[v3,59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty
|