commit | 4793e7c5e1c88382ead18db5ca072bac54467318 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | Tue Sep 02 16:29:46 2008 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Sep 30 11:12:56 2008 +0300 |
tree | 07e5e99d988b28fed07d5a01141169362c5a007d | |
parent | a70948b564e9f6cb81115c606d46f5b74a77b7c2 [diff] |
UBIFS: add bulk-read facility Some flash media are capable of reading sequentially at faster rates. UBIFS bulk-read facility is designed to take advantage of that, by reading in one go consecutive data nodes that are also located consecutively in the same LEB. Read speed on Arm platform with OneNAND goes from 17 MiB/s to 19 MiB/s. Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>