commit | 69dbebd1f70a983bede22ffb8be36fbf7eaa7d61 | [log] [tgz] |
---|---|---|
author | Petr Borsodi <petr.borsodi@i.cz> | Thu May 07 12:25:56 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 15 14:47:35 2020 -0400 |
tree | 9eec551a0a355761407690299329fba4c625dead | |
parent | 25ec2282ebbcd09af0f8f714abbc9bab89659e9a [diff] |
JFFS2: Add useful fields into lists The inode list uses version and ino, the dirent list uses version and pino. This information is collected during scanning, reducing accesses to flash and significantly speeding up ls and read. Signed-off-by: Petr Borsodi <petr.borsodi@i.cz>