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