Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-11-13 | Fix thinko in iov_iter_single_seg_count | Paul Mackerras | 1 | -2/+2 |
2014-10-09 | Add copy_to_iter(), copy_from_iter() and iov_iter_zero() | Matthew Wilcox | 1 | -14/+226 |
2014-09-26 | fuse: honour max_read and max_write in direct_io mode | Miklos Szeredi | 1 | -5/+9 |
2014-08-07 | switch iov_iter_get_pages() to passing maximal number of pages | Al Viro | 1 | -9/+8 |
2014-05-06 | bio_vec-backed iov_iter | Al Viro | 1 | -32/+358 |
2014-05-06 | optimize copy_page_{to,from}_iter() | Al Viro | 1 | -0/+8 |
2014-05-06 | new helper: copy_page_from_iter() | Al Viro | 1 | -0/+78 |
2014-05-06 | new helper: iov_iter_get_pages_alloc() | Al Viro | 1 | -0/+40 |
2014-05-06 | new helper: iov_iter_npages() | Al Viro | 1 | -0/+27 |
2014-05-06 | new helper: iov_iter_get_pages() | Al Viro | 1 | -0/+27 |
2014-05-06 | start adding the tag to iov_iter | Al Viro | 1 | -0/+15 |
2014-05-06 | new primitive: iov_iter_alignment() | Al Viro | 1 | -0/+25 |
2014-05-06 | kill iov_iter_copy_from_user() | Al Viro | 1 | -27/+0 |
2014-04-01 | take iov_iter stuff to mm/iov_iter.c | Al Viro | 1 | -0/+224 |