]> www.infradead.org Git - mtd-utils.git/commit
ubi-utils: Implement a ubihealthd
authorRichard Weinberger <richard@nod.at>
Thu, 25 Jul 2019 20:34:42 +0000 (22:34 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Sun, 25 Aug 2019 11:50:22 +0000 (13:50 +0200)
commit7f0e2dc21fb291a9815fedb6e9e2c572db43c8c9
tree24246eeba8846654b28a85742028e1747efd0527
parenta739b59efe7996e3bdcbe8b17743dc05ac7c110a
ubi-utils: Implement a ubihealthd

ubihealthd is a simple daemon which scans every PEB
of an UBI device in random order.
It helps to deal with read disturb on systems which either
reboot seldom, use fastmap or read few data.

To use this daemon you need Linux >= v5.1.

Signed-off-by: Richard Weinberger <richard@nod.at>
ubi-utils/Makemodule.am
ubi-utils/ubihealthd.c [new file with mode: 0644]