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-03 15:52:35 -08:00
2008-12-18 17:21:07 +00:00
2008-12-22 07:15:03 -08:00
2008-12-16 01:19:41 -08:00
2008-12-17 10:49:14 -08:00
2008-12-03 22:12:38 -08:00
2008-12-03 22:12:38 -08:00
2008-12-25 11:40:09 +11:00
2008-12-29 08:29:50 +01:00
2008-12-29 08:28:45 +01:00
2008-12-29 08:28:44 +01:00
2008-11-30 11:00:15 -08:00
2008-12-25 11:01:43 +11:00
2008-12-25 11:01:33 +11:00
2008-12-21 20:10:29 -08:00
2008-12-08 01:19:06 -08:00
2008-12-15 23:44:31 -08:00
2008-12-22 18:44:05 +09:00
2008-12-25 11:40:09 +11:00
2008-12-16 15:29:15 -08:00
2008-12-21 09:46:45 +01:00
2008-12-08 01:14:16 -08:00
2008-11-27 23:39:48 +00:00
2008-12-02 20:40:03 +01:00
2008-12-01 19:55:25 -08:00
2008-12-12 13:48:20 -05:00
2008-12-17 15:47:48 -08:00
2008-12-25 11:40:29 +01:00
2008-12-16 02:06:23 -08:00
2008-12-01 13:49:27 -05:00
2008-11-27 12:37:54 +01:00
2008-11-28 16:47:41 +01:00
2008-11-30 10:03:38 -08:00
2008-12-16 02:00:48 -08:00
2008-12-28 12:21:10 -08:00
2008-12-10 16:30:15 -08:00
2008-12-22 20:43:12 -08:00
2008-12-15 23:38:52 -08:00
2008-12-19 15:22:54 -05:00
2008-12-21 14:21:14 +11:00
2008-11-30 10:03:35 -08:00
Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core
2008-12-23 16:27:23 +01:00
2008-12-10 08:01:52 -08:00
2008-11-28 16:24:56 -08:00
2008-12-04 09:09:37 +01:00
2008-12-20 09:15:46 +01:00
2008-12-12 14:45:25 -05:00
2008-12-08 13:54:05 +01:00
2008-12-16 15:53:41 +11:00
2008-12-28 12:27:58 -08:00
2008-12-20 09:02:39 +11:00
2008-12-15 23:42:33 -08:00
2008-12-15 16:28:57 -08:00
2008-12-10 15:12:45 -08:00
2008-12-12 13:47:21 +01:00
2008-12-28 12:21:10 -08:00