u-boot-brain/drivers/block
Marek Vasut 2e89bbefdc blk: Increase cache element size
Cache up to 4 kiB entries. 4 kiB is the default block size on ext4, yet
the underlying block layer devices usually report support for 512B . In
most cases, the 512B support is emulated (ie. SD cards, SSDs, USB sticks
etc.) and the real block size of those devices is much bigger.

To avoid performance degradation with such devices and FS setup, bump
the maximum cache entry size to 4 kiB.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
2019-01-15 15:28:53 -05:00
..
blk_legacy.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
blk-uclass.c blk: Rework guard around part_init call 2018-12-12 12:14:22 -05:00
blkcache.c blk: Increase cache element size 2019-01-15 15:28:53 -05:00
ide.c blk: Call part_init() in the post_probe() method 2018-11-14 09:16:27 -08:00
Kconfig blk: Support block drivers in TPL 2018-10-09 04:40:27 -06:00
Makefile blk: Rework guard around part_init call 2018-12-12 12:14:22 -05:00
sandbox.c blk: Call part_init() in the post_probe() method 2018-11-14 09:16:27 -08:00