]> code.delx.au - refind/commit
Initial commit of new driver for Ext4. Updated the on disk layout structures
authorStefan Agner <stefan@agner.ch>
Fri, 14 Dec 2012 21:27:00 +0000 (22:27 +0100)
committerStefan Agner <stefan@agner.ch>
Fri, 14 Dec 2012 21:27:00 +0000 (22:27 +0100)
commit00c077b81056e036eae28f462f055be7bbb53199
treea5ad864fc3712c012cbcf65bf439660b7ac85ab5
parenteeec27e4335698f7f0260de3b7b64adaf11e1282
Initial commit of new driver for Ext4. Updated the on disk layout structures
with those from the current Ext4 linux driver. Still no new features are
supported.
filesystems/fsw_ext4.c [new file with mode: 0644]
filesystems/fsw_ext4.h [new file with mode: 0644]
filesystems/fsw_ext4_disk.h [new file with mode: 0644]
filesystems/test/Makefile
filesystems/test/fsw_posix.c