aboutsummaryrefslogtreecommitdiff
path: root/fs/sdfat/dfr.c
Commit message (Collapse)AuthorAgeFilesLines
* fs: sdfat: Fix compilation on Linux >= 4.16KNnut2019-05-021-2/+2
| | | | Change-Id: If510b954c3f92fdcad2a27e5f65a1dcea11f57f3
* fs: sdfat: Fix frag_ratio formulaNoctis Ackerman2019-05-021-1/+1
| | | | | | | | | | | | When there is no full au in AMAP, if we use the number of non-clean au divides fsi->used_clusters * CLUS_PER_AU(sb), the frag_ratio is always smaller than (or equal with) 100%, which is not right. Actually, frag_ratio should be the the ratio that non-clean aus divides the number of aus if all used_clusters are contiguous. Change-Id: I7c26422f5145c3bd97b9dbfcde133972ce51f1d4 Signed-off-by: Noctis Ackerman <noctis.akm@gmail.com>
* fs: sdfat: Update to driver version 2.0.6Bruno Martins2018-12-021-15/+10
| | | | | | * From Samsung package version: G960USQU1ARBG Change-Id: Ia4ba42dbd088701c23c09fbb4ba97a5654e19011
* fs: Import sdFAT driverBruno Martins2018-12-021-0/+1377
* Samsung driver version 1.4.16 * From Samsung package version: G950FXXU1CRAP Change-Id: I0a0f7365d432f0e006ecc6ca0d305008cc44444c