]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
authorTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:10 +0000 (21:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:10 +0000 (21:30 -0400)
commite397b5f54225a698bbbf63e645e4b512c2377477
treef0d1902b7ff4294114614cc706855c3d6b131f73
parent07e686f8d7f59eea8b75f803cb1f73fb84740b14
ext4: use bio layer instead of buffer layer in mpage_da_submit_io

Call the block I/O layer directly instad of going through the buffer
layer.  This should give us much better performance and scalability,
as well as lowering our CPU utilization when doing buffered writeback.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/Makefile
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/inode.c
fs/ext4/page-io.c [new file with mode: 0644]
fs/ext4/super.c