Commit Graph

424 Commits

Author SHA1 Message Date
2f5f779996 Remove FAT mounting limit of a minimum 512 bps. 2019-04-28 18:17:02 +01:00
2d660035a9 Add support for Human68k 18.3 filenames in FAT. 2019-04-28 18:12:44 +01:00
baf6f46eb2 Fix cluster start calculation for FAT32. 2019-04-28 17:44:47 +01:00
7b3d5d3f11 Fix cluster start calculation for FAT12 and FAT16. 2019-04-28 17:21:48 +01:00
a15577076f Add hash for Human68k 2.00 FAT12's boot code. 2019-04-28 15:48:21 +01:00
0de7296edd Fix Human68k FAT12 detection. 2019-04-28 15:44:34 +01:00
c37b3953cd Fix Human68k BPB calculation. 2019-04-28 15:44:20 +01:00
067393ca21 Optimize reading FAT directories with several thousand files 2019-04-28 14:56:36 +01:00
fa2ec74015 Implement support for EAs in FAT32. 2019-04-28 11:57:54 +01:00
b2c008eb02 Implement OS/2 and eCS namespaces using .LONGNAME EA in FAT12 and FAT16. 2019-04-27 22:21:13 +01:00
fe4bcd63f2 Extract EAs from FAT12 and FAT16. 2019-04-27 20:37:57 +01:00
27d1f83d61 Decode and list EAs in FAT12 and FAT16. 2019-04-27 20:19:18 +01:00
3d8f0f2380 Check FAT's EA file has correct magic. 2019-04-27 16:44:43 +01:00
574e80cd6e Fix cluster numbering calculations in FAT12 and FAT16. 2019-04-27 16:44:18 +01:00
2a969452c9 Cache FAT's EA directory entry. 2019-04-27 16:04:07 +01:00
957326d7a3 Fix reading FAT32 files starting beyond cluster 65536. 2019-04-27 13:24:49 +01:00
c12b0d91db Implement LFN namespace in FAT. 2019-04-27 13:04:59 +01:00
7a8e997948 Implement DOS and NT namespaces in FAT. 2019-04-27 02:46:29 +01:00
5b86a572bd Cache FAT16. 2019-04-27 02:38:48 +01:00
ffa5a4ceb7 Implement FAT12 reading. 2019-04-27 02:26:31 +01:00
bdd18cef45 Fix FATX maximum cluster number. 2019-04-27 02:26:12 +01:00
d4aed38d46 Return NotSupported in xattr methods in FAT. 2019-04-27 00:58:05 +01:00
3b29d25f24 Implement Read() in FAT. 2019-04-27 00:56:49 +01:00
dfb96d13a5 Implement MapBlock() in FAT. 2019-04-27 00:53:43 +01:00
ad37e2ad55 Implement GetAttributes() in FAT. 2019-04-27 00:53:09 +01:00
b620e3b6af Implement Stat() in FAT. 2019-04-27 00:52:40 +01:00
4399f8c3c0 Add GetFileEntry() to FAT plugin. 2019-04-27 00:45:36 +01:00
47fe9adf34 Implement reading DOS namespace directories in FAT. 2019-04-27 00:40:58 +01:00
ec29606414 Use second FAT. 2019-04-26 23:15:33 +01:00
f3155525a9 Get statfs in FAT. 2019-04-26 23:06:05 +01:00
956be54b1b Use shallow copy to return FATX statfs. 2019-04-26 22:52:43 +01:00
79d7441db4 Read FAT32 root directory. 2019-04-26 19:57:19 +01:00
35de82ec9f Retrieve clusters in FAT16 and FAT32. 2019-04-26 19:56:58 +01:00
4d28330dcb Cache root directory for FAT12 and FAT16. 2019-04-26 01:29:29 +01:00
8bb291246b Implement mounting FAT. 2019-04-26 00:54:51 +01:00
1be5373796 Move FAT's BPB detection to a separate method. 2019-04-25 22:05:33 +01:00
b7cf7148a5 Make FAT filesystem plugin implement IReadOnlyFilesystem. 2019-04-25 01:25:13 +01:00
f79b809322 Update more dependencies. 2019-04-24 08:04:18 +01:00
ffd1cd6564 Update CICMMetadata version. 2019-04-23 01:38:33 +01:00
421ce1574b Make some values in FileEntryInfo nullable to indicate the underlying filesystem cannot represent them. 2019-04-22 23:06:47 +01:00
1cf6549036 Add filesystem namespaces. 2019-04-17 00:11:28 +01:00
17f6d87bd0 Fix Xbox FAT size calculation. 2019-04-16 01:12:39 +01:00
a144b7f9c3 Fix Xbox 360 FAT date conversion. 2019-04-15 22:00:54 +01:00
ec4d8d4e4f On Xbox FAT, MapBlock should return error if used on a directory not on debug mode. 2019-04-15 01:01:38 +01:00
2fbc979f14 Fix calculation of FAT size in Xbox 360 FAT filesystem. 2019-04-14 16:37:07 +01:00
fb5c6e964f Do not read Xbox FAT directories unless debug is enabled. 2019-04-14 11:57:05 +01:00
1438756252 Set mounted flag in Xbox FAT plugin. 2019-04-14 11:38:29 +01:00
0121cdb6d8 Implement MapBlock() in Xbox FAT. 2019-04-14 11:38:20 +01:00
55892f057a Fix clusters calculation in Xbox FAT's stat. 2019-04-14 11:31:48 +01:00
41f066dc7d Implement Read() in Xbox FAT plugin. 2019-04-14 11:30:16 +01:00