index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
netfs
/
iterator.c
Age
Commit message (
Expand
)
Author
2026-05-12
netfs: Fix overrun check in netfs_extract_user_iter()
David Howells
2026-05-12
netfs: fix error handling in netfs_extract_user_iter()
Paulo Alcantara
2026-05-12
netfs: Fix potential uninitialised var in netfs_extract_user_iter()
David Howells
2026-03-09
netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
Deepanshu Kartikey
2024-09-12
netfs: Speed up buffered reading
David Howells
2023-12-28
netfs: Add func to calculate pagecount/size-limited span of an iterator
David Howells
2023-06-08
Move netfs_extract_iter_to_sg() to lib/scatterlist.c
David Howells
2023-06-08
Wrap lines at 80
David Howells
2023-06-08
Fix a couple of spelling mistakes
David Howells
2023-06-08
Drop the netfs_ prefix from netfs_extract_iter_to_sg()
David Howells
2023-04-12
netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
David Howells
2023-03-01
iov: Fix netfs_extract_user_to_sg()
David Howells
2023-02-22
Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2023-02-20
netfs: Add a function to extract an iterator into a scatterlist
David Howells
2023-02-20
netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
David Howells