Jens Axboe 392ddc3298 bio: add support for inlining a number of bio_vecs inside the bio
When we go and allocate a bio for IO, we actually do two allocations.
One for the bio itself, and one for the bi_io_vec that holds the
actual pages we are interested in.

This feature inlines a definable amount of io vecs inside the bio
itself, so we eliminate the bio_vec array allocation for IO's up
to a certain size. It defaults to 4 vecs, which is typically 16k
of IO.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-12-29 08:29:50 +01:00
..
2008-12-25 11:40:09 +11:00
2008-10-31 00:56:28 -07:00
2008-11-14 11:29:12 +11:00
2008-11-20 08:11:52 +11:00
2008-08-20 15:40:32 -07:00
2008-10-13 09:47:43 +11:00
2008-11-25 16:51:45 -08:00
2008-12-04 17:16:36 +11:00
2008-11-14 11:29:12 +11:00
2008-12-25 11:40:09 +11:00
2008-11-14 11:29:12 +11:00
2008-04-29 08:06:00 -07:00
2008-11-14 10:39:25 +11:00
2008-10-31 00:56:28 -07:00
2008-10-17 02:38:36 +11:00
2008-12-01 19:55:25 -08:00
2008-11-18 15:08:56 +01:00
2008-12-04 17:16:36 +11:00
2008-12-04 17:16:36 +11:00
2008-12-25 11:40:09 +11:00
2008-07-26 20:53:40 -04:00
2008-12-04 04:22:57 -05:00
2008-10-23 05:12:59 -04:00
2008-05-01 13:08:16 -04:00
2008-12-25 11:40:09 +11:00
2008-12-25 11:40:09 +11:00
2008-11-14 10:39:25 +11:00
2008-10-30 11:38:45 -07:00
2008-12-04 17:16:36 +11:00
2008-11-14 11:29:12 +11:00
2008-11-20 08:11:55 +11:00
2008-11-14 10:39:23 +11:00
2008-10-30 11:38:45 -07:00