14 Aug, 2015
1 commit
-
Update block/biovecs.txt so that it includes a note on what kind of
effects arbitrarily sized bios would bring to the block layer.
Also fix a trivial typo, bio_iter_iovec.Cc: Christoph Hellwig
Cc: Kent Overstreet
Cc: Jonathan Corbet
Cc: linux-doc@vger.kernel.org
Signed-off-by: Dongsu Park
Signed-off-by: Ming Lin
Signed-off-by: Jens Axboe
24 Nov, 2013
1 commit
-
This adds a mechanism by which we can advance a bio by an arbitrary
number of bytes without modifying the biovec: bio->bi_iter.bi_bvec_done
indicates the number of bytes completed in the current bvec.Various driver code still needs to be updated to not refer to the bvec
directly before we can use this for interesting things, like efficient
bio splitting.Signed-off-by: Kent Overstreet
Cc: Jens Axboe
Cc: Lars Ellenberg
Cc: Paul Clements
Cc: drbd-user@lists.linbit.com
Cc: nbd-general@lists.sourceforge.net