Show patches with: Submitter = David Howells       |    State = Action Required       |   1817 patches
« 1 2 ... 3 4 518 19 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,26/51] netfs: Implement unbuffered/DIO write support netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,25/51] netfs: Implement support for unbuffered/DIO read netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,24/51] netfs: Allocate multipage folios in the writepath netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,23/51] netfs: Make netfs_read_folio() handle streaming-write pages netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,22/51] netfs: Provide func to copy data to pagecache for buffered write netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,21/51] netfs: Dispatch write requests to process a writeback slice netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,20/51] netfs: Prep to use folio->private for write grouping and streaming write netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,19/51] netfs: Make the refcounting of netfs_begin_read() easier to use netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,18/51] fscache: Add a function to begin an cache op from a netfslib request netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,17/51] netfs: Make netfs_put_request() handle a NULL pointer netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,16/51] netfs: Add a hook to allow tell the netfs to update its i_size netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,15/51] netfs: Extend the netfs_io_*request structs to handle writes netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,14/51] netfs: Export netfs_put_subrequest() and some tracepoints netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,13/51] netfs: Limit subrequest by size or number of segments netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,12/51] netfs: Add func to calculate pagecount/size-limited span of an iterator netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,11/51] netfs: Add bounce buffering support netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,10/51] netfs: Provide tools to create a buffer in an xarray netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,09/51] netfs: Add support for DIO buffering netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,08/51] netfs: Add iov_iters to (sub)requests to describe various buffers netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,07/51] netfs: Implement unbuffered/DIO vs buffered I/O locking netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,06/51] netfs: Provide invalidate_folio and release_folio calls netfs, afs, cifs: Delegate high-level I/O to netfslib - 1 - --- 2023-11-17 David Howells New
[v2,05/51] afs: Don't use folio->private to record partial modification netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,04/51] netfs: Add a ->free_subrequest() op netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,03/51] netfs: Allow the netfs to make the io (sub)request alloc larger netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,02/51] netfs: Track the fpos above which the server has no data netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,01/51] netfs: Add a procfile to list in-progress requests netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
cifs: Fix encryption of cleared, but unset rq_iter data buffers cifs: Fix encryption of cleared, but unset rq_iter data buffers - 1 - --- 2023-11-06 David Howells New
[RFC,53/53] cifs: Remove some code that's no longer used, part 3 netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,52/53] cifs: Remove some code that's no longer used, part 2 netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,51/53] cifs: Remove some code that's no longer used, part 1 netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,50/53] cifs: Cut over to using netfslib netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,49/53] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,48/53] cifs: Implement netfslib hooks netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,47/53] cifs: Make wait_mtu_credits take size_t args netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,46/53] cifs: Use more fields from netfs_io_subrequest netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,45/53] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,44/53] cifs: Share server EOF pos with netfslib netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,43/53] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,42/53] afs: Use the netfs write helpers netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,41/53] netfs: Rearrange netfs_io_subrequest to put request pointer first netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,40/53] netfs: Implement a write-through caching option netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,39/53] netfs: Provide a launder_folio implementation netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,38/53] netfs: Support encryption on Unbuffered/DIO write netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,37/53] netfs: Support decryption on ubuffered/DIO read netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,36/53] netfs: Decrypt encrypted content netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,35/53] netfs: Perform content encryption netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,34/53] netfs: Make netfs_skip_folio_read() take account of blocksize netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,33/53] netfs: Provide minimum blocksize parameter netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,32/53] netfs: Provide a writepages implementation netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,31/53] netfs: Provide netfs_file_read_iter() netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,30/53] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite() netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,29/53] netfs: Implement buffered write API netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,28/53] netfs: Implement unbuffered/DIO write support netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,27/53] netfs: Implement support for unbuffered/DIO read netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,26/53] netfs: Allocate multipage folios in the writepath netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,25/53] netfs: Make netfs_read_folio() handle streaming-write pages netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,24/53] netfs: Provide func to copy data to pagecache for buffered write netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,23/53] netfs: Dispatch write requests to process a writeback slice netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,22/53] netfs: Prep to use folio->private for write grouping and streaming write netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,21/53] netfs: Make the refcounting of netfs_begin_read() easier to use netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,20/53] fscache: Add a function to begin an cache op from a netfslib request netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,19/53] netfs: Make netfs_put_request() handle a NULL pointer netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,18/53] netfs: Add a hook to allow tell the netfs to update its i_size netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,17/53] netfs: Extend the netfs_io_*request structs to handle writes netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,16/53] netfs: Export netfs_put_subrequest() and some tracepoints netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,15/53] netfs: Limit subrequest by size or number of segments netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,14/53] netfs: Add func to calculate pagecount/size-limited span of an iterator netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,13/53] netfs: Add bounce buffering support netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,12/53] netfs: Provide tools to create a buffer in an xarray netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,11/53] netfs: Add support for DIO buffering netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,10/53] netfs: Add iov_iters to (sub)requests to describe various buffers netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,08/53] netfs: Add rsize to netfs_io_request netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,07/53] netfs: Provide invalidate_folio and release_folio calls netfs, afs, cifs: Delegate high-level I/O to netfslib - 1 - --- 2023-10-13 David Howells New
[RFC,06/53] afs: Don't use folio->private to record partial modification netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,05/53] netfs: Add a ->free_subrequest() op netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,04/53] netfs: Allow the netfs to make the io (sub)request alloc larger netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,03/53] netfs: Note nonblockingness in the netfs_io_request struct netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,02/53] netfs: Track the fpos above which the server has no data netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,01/53] netfs: Add a procfile to list in-progress requests netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,05/53] netfs: Add a ->free_subrequest() op netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,04/53] netfs: Allow the netfs to make the io (sub)request alloc larger netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,03/53] netfs: Note nonblockingness in the netfs_io_request struct netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,02/53] netfs: Track the fpos above which the server has no data netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
[RFC,01/53] netfs: Add a procfile to list in-progress requests netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-10-13 David Howells New
crypto, cifs: Fix error handling in extract_iter_to_sg() crypto, cifs: Fix error handling in extract_iter_to_sg() - 1 - --- 2023-07-26 David Howells New
[RFC,07/11] cifs: Drop the check using iov_iter_rw() Untitled series #761596 - - - --- 2023-06-30 David Howells New
[v7,2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache mm, netfs, fscache: Stop read optimisation when folio removed from pagecache - - 1 --- 2023-06-28 David Howells New
[v7,1/2] mm: Merge folio_has_private()/filemap_release_folio() call pairs mm, netfs, fscache: Stop read optimisation when folio removed from pagecache - - - --- 2023-06-28 David Howells New
[net-next,v3,04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c [net-next,v3,01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg() - - - --- 2023-06-06 David Howells New
[net-next,v3,03/10] Wrap lines at 80 [net-next,v3,01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg() - - - --- 2023-06-06 David Howells New
[net-next,v3,02/10] Fix a couple of spelling mistakes [net-next,v3,01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg() - 1 - --- 2023-06-06 David Howells New
[net-next,v3,01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg() [net-next,v3,01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg() - - - --- 2023-06-06 David Howells New
[net-next,v2,04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c [net-next,v2,01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg() - - - --- 2023-05-30 David Howells New
[net-next,v2,03/10] Wrap lines at 80 [net-next,v2,01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg() - - - --- 2023-05-30 David Howells New
[net-next,v2,02/10] Fix a couple of spelling mistakes [net-next,v2,01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg() - 1 - --- 2023-05-30 David Howells New
[net-next,v2,01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg() [net-next,v2,01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg() - - - --- 2023-05-30 David Howells New
[net-next,2/8] Drop the netfs_ prefix from netfs_extract_iter_to_sg() [net-next,1/8] Move netfs_extract_iter_to_sg() to lib/scatterlist.c - - - --- 2023-05-26 David Howells New
[net-next,1/8] Move netfs_extract_iter_to_sg() to lib/scatterlist.c [net-next,1/8] Move netfs_extract_iter_to_sg() to lib/scatterlist.c - - - --- 2023-05-26 David Howells New
[v2] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size [v2] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size - - - --- 2023-05-23 David Howells New
« 1 2 ... 3 4 518 19 »