aboutsummaryrefslogtreecommitdiff
path: root/fs/netfs/iterator.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cGravatar David Howells 1-267/+0
2023-06-08Wrap lines at 80Gravatar David Howells 1-1/+2
2023-06-08Fix a couple of spelling mistakesGravatar David Howells 1-2/+2
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()Gravatar David Howells 1-33/+33
2023-04-12netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVECGravatar David Howells 1-1/+1
2023-03-01iov: Fix netfs_extract_user_to_sg()Gravatar David Howells 1-1/+1
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-0/+369
2023-02-20netfs: Add a function to extract an iterator into a scatterlistGravatar David Howells 1-0/+268
2023-02-20netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorGravatar David Howells 1-0/+103