aboutsummaryrefslogtreecommitdiff
path: root/fs/sdfat
Commit message (Collapse)AuthorAgeFilesLines
* fs: sdfat: remove unused counter when delayed metadata dirty is disabledNanda Okitavera2019-08-011-0/+4
| | | | Signed-off-by: Nanda Okitavera <codeharuka.yusa@gmail.com>
* fs: sdfat: Disable by defaultLuca Stefani2019-08-011-1/+0
|
* fs: sdfat: Fix compilation on Linux >= 4.16KNnut2019-05-025-53/+89
| | | | 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 version 2.1.8derfelot2019-05-0212-145/+277
| | | | | | Taken from SM-G965F_PP_Opensource kernel (G965FXXU2CRLI) Change-Id: Iab9cfefb0cce4001ef0de8c739f1d9c940513e78
* fs: sdfat: Add MODULE_ALIAS_FS for supported filesystemsPaul Keith2019-01-131-0/+3
| | | | | | | * This is the proper thing to do for filesystem drivers Change-Id: I109b201d85e324cc0a72c3fcd09df4a3e1703042 Signed-off-by: Paul Keith <javelinanddart@gmail.com>
* sdfat: merge v2.0.8Moyster2018-12-026-66/+101
|
* fs: sdfat: Add -lineage extraversion to SDFAT_VERSIONPaul Keith2018-12-021-1/+1
| | | | | | | * It has diverged enough to add this to differentiate it Change-Id: I5e43ee01c785acbc5292c6c115a4e083eeeb36a6 Signed-off-by: Paul Keith <javelinanddart@gmail.com>
* fs: sdfat: Add MODULE_ALIAS_FS for supported filesystemsPaul Keith2018-12-021-0/+3
| | | | | | | * This is the proper thing to do for filesystem drivers Change-Id: I109b201d85e324cc0a72c3fcd09df4a3e1703042 Signed-off-by: Paul Keith <javelinanddart@gmail.com>
* fs: sdfat: Add config option to register sdFAT for VFATPaul Keith2018-12-022-0/+52
| | | | | Change-Id: I72ba7a14b56175535884390e8601960b5d8ed1cf Signed-off-by: Paul Keith <javelinanddart@gmail.com>
* fs: sdfat: Add config option to register sdFAT for exFATPaul Keith2018-12-022-1/+32
| | | | | Change-Id: Id57abf0a4bd0b433fecc622eecb383cd4ea29d17 Signed-off-by: Paul Keith <javelinanddart@gmail.com>
* fs: sdfat: Fix compilation for 32-bit targetsPaul Keith2018-12-021-1/+4
| | | | Change-Id: I9a9f3e253001bfbb3a209bd16d2741c95c99f46b
* fs: sdfat: Update to driver version 2.0.6Bruno Martins2018-12-0219-519/+555
| | | | | | * From Samsung package version: G960USQU1ARBG Change-Id: Ia4ba42dbd088701c23c09fbb4ba97a5654e19011
* fs: sdfat: Fix compilation without debuggingPaul Keith2018-12-022-0/+6
| | | | | | | * And make WARNON debugging optional Change-Id: Id59e908c8a60ded1238d3fd010f3d96cdde95f40 Signed-off-by: Paul Keith <javelinanddart@gmail.com>
* fs: sdfat: Fix compilation on Linux 3.4Paul Keith2018-12-021-0/+4
| | | | | Change-Id: I3a500f03f399abc9af9586e80419d75aca5b4320 Signed-off-by: Paul Keith <javelinanddart@gmail.com>
* fs: Import sdFAT driverBruno Martins2018-12-0227-0/+21543
* Samsung driver version 1.4.16 * From Samsung package version: G950FXXU1CRAP Change-Id: I0a0f7365d432f0e006ecc6ca0d305008cc44444c