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