summaryrefslogtreecommitdiff
path: root/fs/netfs/iterator.c
Commit message (Expand)AuthorAgeFilesLines
* netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVECDavid Howells2023-04-121-1/+1
* iov: Fix netfs_extract_user_to_sg()David Howells2023-03-011-1/+1
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-221-3/+1
* netfs: Add a function to extract an iterator into a scatterlistDavid Howells2023-02-201-0/+268
* netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells2023-02-201-0/+103