summaryrefslogtreecommitdiff
path: root/fs/netfs/iterator.c
AgeCommit message (Expand)Author
2024-09-12netfs: Speed up buffered readingDavid Howells
2023-12-28netfs: Add func to calculate pagecount/size-limited span of an iteratorDavid Howells
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells
2023-06-08Wrap lines at 80David Howells
2023-06-08Fix a couple of spelling mistakesDavid Howells
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells
2023-04-12netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVECDavid Howells
2023-03-01iov: Fix netfs_extract_user_to_sg()David Howells
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-02-20netfs: Add a function to extract an iterator into a scatterlistDavid Howells
2023-02-20netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells