summaryrefslogtreecommitdiffstats
path: root/fs/netfs/iterator.c
Commit message (Expand)AuthorAgeFilesLines
* Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells2023-06-081-267/+0
* Wrap lines at 80David Howells2023-06-081-1/+2
* Fix a couple of spelling mistakesDavid Howells2023-06-081-2/+2
* Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells2023-06-081-33/+33
* 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