Files
linux-apfs/Documentation/filesystems
Theodore Ts'o 240799cdf2 ext4: Use readahead when reading an inode from the inode table
With modern hard drives, reading 64k takes roughly the same time as
reading a 4k block.  So request readahead for adjacent inode table
blocks to reduce the time it takes when iterating over directories
(especially when doing this in htree sort order) in a cold cache case.
With this patch, the time it takes to run "git status" on a kernel
tree after flushing the caches via "echo 3 > /proc/sys/vm/drop_caches"
is reduced by 21%.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-10-09 23:53:47 -04:00
..
2007-10-23 13:47:31 -05:00
2007-10-22 08:13:21 -07:00
2007-10-20 02:38:36 +02:00
2008-06-27 09:39:53 +01:00
2007-07-31 15:39:38 -07:00
2008-02-08 09:22:38 -08:00
2008-09-02 19:21:37 -07:00
2008-07-26 12:00:05 -07:00
2008-04-25 11:56:37 -06:00
2008-08-13 11:14:54 +03:00