rufus/src/ext2fs
Pete Batard 2ff6da49f0
[extfs] add standalone ext2/ext3 formatting
* Only enabled when Advanced format options are shown
* Also enable reading of extfs volume label
* Also improve GRUB lookup fallback
* Also fix possible truncation when sanitizing labels
* Also write a zeroed MBR when non-bootable is selected
2019-05-03 23:51:05 +01:00
..
.editorconfig [ext2fs] improve error reporting 2019-05-02 15:41:42 +01:00
LICENSE.txt [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
Makefile.am [extfs] add standalone ext2/ext3 formatting 2019-05-03 23:51:05 +01:00
Makefile.in [extfs] add standalone ext2/ext3 formatting 2019-05-03 23:51:05 +01:00
alloc.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
alloc_sb.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
alloc_stats.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
alloc_tables.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
badblocks.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
bb_inode.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
bitmaps.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
bitops.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
bitops.h [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
blkmap64_ba.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
blkmap64_rb.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
blknum.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
block.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
bmap.c [ext2fs] fix Coverity warnings 2019-04-13 17:17:23 +01:00
bmap64.h [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
closefs.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
com_err.h [ext2fs] integrate ext3 formatting into UI operations 2019-04-16 20:44:13 +01:00
config.h [ext2fs] add journal support for ext3 formatting 2019-04-15 17:04:39 +01:00
crc16.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
crc16.h [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
crc32c.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
crc32c_defs.h [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
crc32c_table.h [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
csum.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
dir_iterate.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
dirblock.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
e2image.h [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
ext2_err.h [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
ext2_ext_attr.h [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
ext2_fs.h [ext2fs] add journal support for ext3 formatting 2019-04-15 17:04:39 +01:00
ext2_io.h [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
ext2_types.h [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
ext2fs.h [ext2fs] add registry setting to specify which ext fs version we should use 2019-04-17 20:34:39 +01:00
ext2fsP.h [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
ext3_extents.h [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
ext4_acl.h [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
ext_attr.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
extent.c [ext2fs] integrate ext3 formatting into UI operations 2019-04-16 20:44:13 +01:00
fallocate.c [ext2fs] integrate ext3 formatting into UI operations 2019-04-16 20:44:13 +01:00
fileio.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
freefs.c [ext2fs] fix Coverity warnings 2019-04-13 17:17:23 +01:00
gen_bitmap.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
gen_bitmap64.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
get_num_dirs.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
hashmap.c [ext2fs] integrate ext3 formatting into UI operations 2019-04-16 20:44:13 +01:00
hashmap.h [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
i_block.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
ind_block.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
initialize.c [ext2fs] fix Coverity warnings 2019-04-13 17:17:23 +01:00
inline.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
inline_data.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
inode.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
io_manager.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
jfs_compat.h [ext2fs] add journal support for ext3 formatting 2019-04-15 17:04:39 +01:00
kernel-jbd.h [ext2fs] add journal support for ext3 formatting 2019-04-15 17:04:39 +01:00
kernel-list.h [ext2fs] add journal support for ext3 formatting 2019-04-15 17:04:39 +01:00
link.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
lookup.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
mkdir.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
mkjournal.c [ext2fs] integrate ext3 formatting into UI operations 2019-04-16 20:44:13 +01:00
mmp.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
newdir.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
nt_io.c [ext2fs] improve error reporting 2019-05-02 15:41:42 +01:00
openfs.c [extfs] add standalone ext2/ext3 formatting 2019-05-03 23:51:05 +01:00
punch.c [ext2fs] fix Coverity warnings 2019-04-13 17:17:23 +01:00
rbtree.c [ext2fs] fix Coverity warnings 2019-04-13 17:17:23 +01:00
rbtree.h [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
read_bb.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
rw_bitmaps.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
sha512.c [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
symlink.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
valid_blk.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00