921 Commits

Author SHA1 Message Date
c2c1999f33 [NTFS] Guard against too big non-resident data sizes. 2026-03-30 12:55:44 +01:00
382cb59a68 [BeFS] Handle volumes residing in misaligned partitions in optical media. 2026-03-29 14:23:36 +01:00
f08d1304b5 [ADFS] Replace '/' for '.'. 2026-03-29 13:08:49 +01:00
24e78635ff [ADFS] Fix big directory parsing. 2026-03-29 13:08:24 +01:00
1bc3f6ea09 [ADFS] Fix superblock layout and alignment. 2026-03-29 12:09:21 +01:00
2bfbd229bd [HFS+] Add HFS+ Private Data directory constant and exclude from directory listing. Fixes #917 2026-03-26 16:16:41 +00:00
26ca325071 [ISO9660] Fix multiple extent reading. Fixes #881 2026-03-26 01:44:19 +00:00
b02fcb13e6 [HFS] Completely rewrite Catalog and Extents trees. Fixes #912 2026-03-25 22:53:28 +00:00
e0dae9e002 [HFS+] Refactor HFSPlusAttrRecord structure to not use explicit layout, it was breaking. Fixes #915 2026-03-25 20:39:03 +00:00
6498e62726 Add support for Nintendo Wii U to Nintendo filesystem. 2026-03-17 19:19:16 +00:00
6d152f2260 [UDF] Fix reading UDF 2.50. 2026-03-12 12:49:27 +00:00
c34099b8b2 [UFS] Fix not setting metadata. 2026-03-10 22:13:34 +00:00
f9c7fff532 [UFS] Implement xattr operations. 2026-03-10 21:48:03 +00:00
89fbd6112c [UFS] Implement readlink. 2026-03-10 21:05:12 +00:00
7921129bf8 [UFS] Implement file operations. 2026-03-10 20:49:36 +00:00
9f24c53224 [UFS] Implement stat. 2026-03-10 20:32:06 +00:00
8906644c59 [UFS] Implement directory operations. 2026-03-10 20:18:45 +00:00
68f27eadd2 [UFS] Add inode operations. 2026-03-10 20:02:33 +00:00
f21ff443e5 [UFS] Implement mount. 2026-03-10 19:44:44 +00:00
18cb0ff0b2 [UFS] Add virtual common superblock 2026-03-10 19:34:30 +00:00
cbc0d6c30a [UFS] Added old DirectoryEntry. 2026-03-10 19:23:11 +00:00
8aeed31fb1 [UFS] Added UFS2 inode. 2026-03-10 19:16:04 +00:00
cb6ffe3f7a [UFS] Promote to IReadOnlyFilesystem. 2026-03-10 18:43:14 +00:00
ff7fdea803 [UFS] Add more on-disk structures 2026-03-10 18:28:34 +00:00
e9b787228a [UFS] Changed heuristics for detection and information. 2026-03-10 15:29:56 +00:00
c4ee002b11 [UFS] Add new magic detections. 2026-03-10 12:49:56 +00:00
e9a9d022e0 [UFS] Added HPUX superblock. 2026-03-10 12:03:30 +00:00
51e1bc9444 [UFS] Added OSF/1 superblock. 2026-03-10 11:53:03 +00:00
f497524349 [UFS] Added Sun superblock. 2026-03-10 10:38:59 +00:00
fc6cbe8bfe [UFS] Added RISC/os superblock. 2026-03-10 02:39:20 +00:00
9f2878676f [UFS] Add 386BSD superblock. 2026-03-10 02:32:22 +00:00
9d8023a62c [UFS] Add UNIX System V Release 4 superblock. 2026-03-10 02:21:01 +00:00
b8286f0da3 [UFS] Add superblock for Ultrix. 2026-03-10 02:13:05 +00:00
cc14bdaa6e [UFS] Add 4.4BSD superblock. 2026-03-10 01:59:11 +00:00
5998c0e1f5 [UFS] Add old BSD superblock. 2026-03-10 01:39:09 +00:00
9c87082cf1 [UFS] Added A/UX superblock. 2026-03-10 01:21:24 +00:00
1ce529ebd2 [UFS] Added constants. 2026-03-10 00:47:13 +00:00
98ac04e495 Rename FFS to UFS. 2026-03-10 00:06:26 +00:00
6fc7dfe572 Rename FFS to UFS (folder first). 2026-03-10 00:00:54 +00:00
50252e22d3 [AODOS] Implement file operations. 2026-03-08 21:25:05 +00:00
83135d62a3 [AODOS] Implement statfs. 2026-03-08 21:17:53 +00:00
b45b5f0515 [AODOS] Implement stat. 2026-03-08 21:14:43 +00:00
575f95d390 [AODOS] Implement directory operations. 2026-03-08 21:08:50 +00:00
5e865988b9 [AODOS] Implement mount. 2026-03-08 20:56:57 +00:00
9e4509c600 [AODOS] Promote to IReadOnlyFilesystem. 2026-03-08 20:39:52 +00:00
57734826f3 [AODOS] Add missing on-disk structures. 2026-03-08 20:34:35 +00:00
e10ce8b832 [hpofs] Mark readlink as unsupported. 2026-03-02 20:43:58 +00:00
607ee78337 [hpofs] Implement file operations. 2026-03-02 20:39:11 +00:00
09490cb1e9 [hpofs] Correctly implement stat. 2026-03-02 19:59:27 +00:00
de087419cf [hpofs] Implement full B-Tree traversal.
Or so I think, but it gets all files now.
2026-03-02 19:02:15 +00:00