Show patches with: Series = iov_iter: Improve page extraction (ref, pin or just list)       |    State = Action Required       |   33 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v6,34/34] net: [RFC][WIP] Make __zerocopy_sg_from_iter() correctly pin or leave pages unref'd iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,33/34] net: [RFC][WIP] Mark each skb_frags as to how they should be cleaned up iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,32/34] cifs: DIO to/from KVEC-type iterators should now work iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,31/34] cifs: Fix problem with encrypted RDMA data read iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,30/34] cifs: Remove unused code iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,29/34] cifs: Build the RDMA SGE list directly from an iterator iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,27/34] cifs: Add a function to read into an iter from a socket iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,26/34] cifs: Add some helper functions iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,25/34] cifs: Add a function to Hash the contents of an iterator iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,24/34] cifs: Add a function to build an RDMA SGE list from an iterator iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,23/34] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,22/34] nfs: Pin pages rather than ref'ing if appropriate iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,21/34] 9p: Pin pages rather than ref'ing if appropriate iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,20/34] vfs: Make splice use iov_iter_extract_pages() iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,19/34] fuse: Pin pages rather than ref'ing if appropriate iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,18/34] dio: Pin pages rather than ref'ing if appropriate iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,17/34] scsi: [RFC] Use netfs_extract_iter_to_sg() iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,16/34] af_alg: [RFC] Use netfs_extract_iter_to_sg() to create scatterlists iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,15/34] af_alg: Pin pages rather than ref'ing if appropriate iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,14/34] netfs: Add a function to extract an iterator into a scatterlist iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,13/34] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,12/34] bio: Fix bio_flagged() so that gcc can better optimise it iov_iter: Improve page extraction (ref, pin or just list) - 1 - --- 2023-01-16 David Howells New
[v6,11/34] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,10/34] mm, block: Make BIO_PAGE_REFFED/PINNED the same as FOLL_GET/PIN numerically iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,09/34] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning iov_iter: Improve page extraction (ref, pin or just list) - 1 - --- 2023-01-16 David Howells New
[v6,08/34] mm: Provide a helper to drop a pin/ref on a page iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,07/34] iov_iter: Add a function to extract a page list from an iterator iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,06/34] iov_iter: Use the direction in the iterator functions iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,05/34] iov_iter: Change the direction macros into an enum iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,04/34] iov_iter: Remove iov_iter_get_pages2/pages_alloc2() iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,03/34] iov_iter: Pass I/O direction into iov_iter_get_pages*() iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,02/34] iov_iter: Use IOCB/IOMAP_WRITE/op_is_write rather than iterator direction iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New
[v6,01/34] vfs: Unconditionally set IOCB_WRITE in call_write_iter() iov_iter: Improve page extraction (ref, pin or just list) - - - --- 2023-01-16 David Howells New