rufus/src/ext2fs
Pete Batard 8719412667
[iso] leave bootmgr and bootmgr.efi uncompressed on compressed NTFS
* When using compressed NTFS, having a compressed bootmgr prevents BIOS boot, so we
  now call `compress -u` where needed to leave the relevant bootmgr files uncompressed.
* Closes #1381
* Also fix a minor warning in ext2fs
2019-10-22 17:17:07 +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 [ext2fs] automated persistence set up for Debian Live & Ubuntu 2019-08-02 17:57:10 +01:00
Makefile.in [ext2fs] automated persistence set up for Debian Live & Ubuntu 2019-08-02 17:57:10 +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 [iso] leave bootmgr and bootmgr.efi uncompressed on compressed NTFS 2019-10-22 17:17:07 +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 [core] add an exception for JMicron flash drives 2019-08-05 20:18:34 +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
namei.c [ext2fs] automated persistence set up for Debian Live & Ubuntu 2019-08-02 17:57:10 +01:00
newdir.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
nt_io.c [ext2fs] fix creation of persistent partitions for pre-1703 platforms 2019-09-14 23:33:46 +01:00
openfs.c [ext2fs] fix creation of persistent partitions for pre-1703 platforms 2019-09-14 23:33:46 +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