summaryrefslogtreecommitdiff
path: root/fs/netfs/iterator.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-12netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVECDavid Howells1-1/+1
2023-03-02iov: Fix netfs_extract_user_to_sg()David Howells1-1/+1
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+369
2023-02-21netfs: Add a function to extract an iterator into a scatterlistDavid Howells1-0/+268
2023-02-21netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells1-0/+103