Update release notes and debian changelog

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian
Theodore Ts'o 2016-03-14 12:50:45 -04:00
parent 69df84967f
commit cffde0375c
4 changed files with 176 additions and 78 deletions

View File

@ -1,17 +1,27 @@
E2fsprogs 1.43-WIP (May 18, 2015) -- cd27af3ecb83
E2fsprogs 1.43-WIP (March 6, 2016) -- 69df84967f1
=================================================
Add support for the ext4 metadata checksum, inline data, encryption,
and read-only features.
Mke2fs will now create file systems with the metadata_csum and 64bit
features enabled by default.
Add support for the ext4 metadata checksum, checksum seed, inline
data, encryption, project quota, and read-only features.
Support for the very old, experimental, and never-added-to-mainline
compression feature has been removed.
Mke2fs will now create file systems with the metadata_csum and 64bit
features enabled by default.
The tune2fs program will ask the user for confirmation before starting
dangerous operations if the terminal is available, and it will replay
the journal if necessary.
Add an ext2/3/4 FUSE server
Debugfs can now modify extended attributes and journal transactions.
Debugfs now can properly display and set extended timestamps.
Fix miscellaneous MMP bugs in debugfs.
The resize2fs command can now convert file systems between 64-bit and
32-bit mode.
@ -24,6 +34,23 @@ The mke2fs command can now set the error behavior when initializing
the file system (so the administrator doesn't have to issue a separate
tune2fs -e command).
Teach mke2fs to parse a human-readable argument for -i option.
Teach mke2fs to automatically handle creating file systems > 500T by
automatically enable the meta_bg feature.
Mke2fs will now prompt for user verification before rewriting a file
system's superblock using the -S option.
Mke2fs no longer complains if the user tries to create a file system
using the entire block device (e.g., without using a partition). The
minor number convention is not used by all block devices, and it's
quite normal in some circumstances to create a file system on /dev/sdc
instead of /dev/sdc1.
Fix an "mke2fs -d" bug which could create inodes with invalid
extended attribute blocks
E2fsck is now much more paranoid about not freeing or corrupting
critical metadata blocks, such as inode table blocks, even if
corrupted indirect blocks or extent trees point at these blocks.
@ -55,6 +82,12 @@ badblocks inode is bad. (We must go deeper...)
E2fsck can now correctly fix directory with holes on bigalloc file
systems.
E2fsck will now check for extent mapped inodes with no extent header
and clear them if found.
E2fsck now checks to make sure the extended attribute header doesn't
result in the xattr extending beyond the bounds of the inode
Fixed a bug in e2fsck to avoid overrunning a buffer containing jbd2
revoke records if the journal is corrupted.
@ -68,6 +101,12 @@ in the file system.
E2fsck will no longer try to force rewrite blocks located beyond the
file system.
The e2fsck program will no longer update the quota inodes when it is
interrupted.
Fix a bug which in rare cases would cause e2fsck -fD to corrupt an
extent-mapped directory.
Fixed a bug in resize2fs which could lead to resize2fs crashing or a
corrupted file system if the file system is almost completely full
when trying grow a file system and we need to allocate blocks to grow
@ -76,6 +115,9 @@ the block group descriptors.
Fixed a bug in resize2fs which could cause it to get fooled trying to
determinthe the RAID array's stride when flex_bg is enabled.
Fix resize2fs bug that could leave block allocation bitmaps
uninitialized.
The dumpe2fs output has been improved so it is cleaner and always fits
within 80 columns. Also added a more easily machine-parsable output
of dumpe2fs.
@ -103,12 +145,18 @@ block.
Fixed a bug so "filefrag -B -e -v" does not return a separate entry
for each block.
The filefrag program now accounts for holes in sparse files created by
the file punch operation as an expected/optimal mapping.
The file I/O functions now correctly handle inodes containing
uninitialized blocks.
Fix a bug in tune2fs so that removing uninit_bg feature on a bigalloc
file system won't result in corrupted block bitmaps.
Updated/fixed various man pages. (Addresses Debian Bug: #798425)
Programmer's Notes
------------------
@ -124,6 +172,8 @@ needed by boot loadsers such as yaboot.
Developers can now overide the debugging and optimization flags by
redefining the CFLAGS makefile macro.
The libext2fs library now has support for fallocate.
The mke2fs command will now ask the user for confirmation if block
device or image file contains an existing file system image, and
stdout and stdin are connected to a tty.

44
debian/changelog vendored
View File

@ -1,4 +1,46 @@
e2fsprogs (1.43~WIP-2015-05-18-1) unstable; urgency=low
e2fsprogs (1.43~WIP.2016.03-06-1) unstable; urgency=low
* New upstream release
* Fix resize2fs bug that could leave block allocation bitmaps
uninitialized
* The tune2fs program will ask the user for confirmation before
starting dangerous operations if the terminal is available, and it
will replay the journal if necessary
* Fix a bug which in rare cases would cause e2fsck -fD to corrupt an
extent-mapped directory.
* E2fsck will now check for extent mapped inodes with no extent header
and clear them if found
* E2fsck now checks to make sure the extended attribute header doesn't
result in the xattr extending beyond the bounds of the inode
* Teach mke2fs to parse a human-readable argument for -i option
* Teach mke2fs to automatically handle creating file systems > 500T by
automatically enable the meta_bg feature
* Mke2fs will now prompt for user verification before rewriting a file
system's superblock using the -S option
* Mke2fs no longer complains if the user tries to create a file system
using the entire block device (e.g., without using a partition).
The minor number convention is not used by all block devices, and
it's quite normal in some circumstances to create a file system
on /dev/sdc instead of /dev/sdc1
* Debugfs now can properly display and set extended timestamps
* Add an ext2/3/4 FUSE server
* Fix an "mke2fs -d" bug which could create inodes with invalid
extended attribute blocks
* Fix miscellaneous file encryption bugs
* Fix miscellaneous MMP bugs in debugfs
* The e2fsck program will no longer update the quota inodes when it is
interrupted
* The filefrag program now accounts for holes in sparse files created
by the file punch operation as an expected/optimal mapping
* Clean up gcc/clang warnings
* Add support for the checksum seed feature
* Add support for the project quota feature
* Add fallocate support to libext2fs and to debugfs
* Clean up various man pages (Closes: #798425)
-- Theodore Y. Ts'o <tytso@mit.edu> Sun, 6 Mar 2016 22:55:19 -0500
e2fsprogs (1.43~WIP.2015.05.18-1) unstable; urgency=low
* Merge in updates from the maint branch (changes from 1.42.13)
* Add support for file encryption feature

View File

@ -2,7 +2,7 @@ libe2p.so.2 e2fslibs #MINVER#
e2p_edit_feature2@Base 1.40.7
e2p_edit_feature@Base 1.37
e2p_edit_mntopts@Base 1.37
e2p_encmode2string@Base 1.43~WIP-2015-05-18
e2p_encmode2string@Base 1.43~WIP.2015.05.18
e2p_feature2string@Base 1.37
e2p_hash2string@Base 1.37
e2p_is_null_uuid@Base 1.37
@ -11,7 +11,7 @@ libe2p.so.2 e2fslibs #MINVER#
e2p_mntopt2string@Base 1.37
e2p_os2string@Base 1.37
e2p_percent@Base 1.40
e2p_string2encmode@Base 1.43~WIP-2015-05-18
e2p_string2encmode@Base 1.43~WIP.2015.05.18
e2p_string2feature@Base 1.37
e2p_string2hash@Base 1.37
e2p_string2mntopt@Base 1.37
@ -19,8 +19,10 @@ libe2p.so.2 e2fslibs #MINVER#
e2p_uuid2str@Base 1.37
e2p_uuid_to_str@Base 1.37
fgetflags@Base 1.37
fgetproject@Base 1.43~WIP.2016.03-06
fgetversion@Base 1.37
fsetflags@Base 1.37
fsetproject@Base 1.43~WIP.2016.03-06
fsetversion@Base 1.37
getflags@Base 1.37
getversion@Base 1.37
@ -45,17 +47,17 @@ libext2fs.so.2 e2fslibs #MINVER#
et_ext2_error_table@Base 1.37
ext2fs_add_dir_block2@Base 1.42
ext2fs_add_dir_block@Base 1.37
ext2fs_add_exit_fn@Base 1.43~WIP-2015-05-18
ext2fs_add_exit_fn@Base 1.43~WIP.2015.05.18
ext2fs_add_journal_device@Base 1.37
ext2fs_add_journal_inode2@Base 1.42.9-3~
ext2fs_add_journal_inode@Base 1.37
ext2fs_adjust_ea_refcount2@Base 1.42
ext2fs_adjust_ea_refcount3@Base 1.43~WIP-2012-08-01
ext2fs_adjust_ea_refcount3@Base 1.43~WIP.2015.05.18
ext2fs_adjust_ea_refcount@Base 1.37
ext2fs_alloc_block2@Base 1.42
ext2fs_alloc_block@Base 1.37
ext2fs_alloc_generic_bmap@Base 1.42
ext2fs_alloc_range@Base 1.43~WIP-2015-05-18
ext2fs_alloc_range@Base 1.43~WIP.2015.05.18
ext2fs_allocate_block_bitmap@Base 1.37
ext2fs_allocate_generic_bitmap@Base 1.37
ext2fs_allocate_group_table@Base 1.37
@ -94,9 +96,9 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_block_alloc_stats2@Base 1.42
ext2fs_block_alloc_stats@Base 1.37
ext2fs_block_alloc_stats_range@Base 1.42.9-3~
ext2fs_block_bitmap_checksum@Base 1.43~WIP-2012-08-01
ext2fs_block_bitmap_csum_set@Base 1.43~WIP-2012-08-01
ext2fs_block_bitmap_csum_verify@Base 1.43~WIP-2012-08-01
ext2fs_block_bitmap_checksum@Base 1.43~WIP.2015.05.18
ext2fs_block_bitmap_csum_set@Base 1.43~WIP.2015.05.18
ext2fs_block_bitmap_csum_verify@Base 1.43~WIP.2015.05.18
ext2fs_block_bitmap_loc@Base 1.42
ext2fs_block_bitmap_loc_set@Base 1.42
ext2fs_block_iterate2@Base 1.37
@ -114,6 +116,7 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_clear_bit64@Base 1.42
ext2fs_clear_bit@Base 1.37
ext2fs_clear_block_bitmap@Base 1.37
ext2fs_clear_block_uninit@Base 1.43~WIP.2016.03-06
ext2fs_clear_generic_bitmap@Base 1.41.0
ext2fs_clear_generic_bmap@Base 1.42
ext2fs_clear_inode_bitmap@Base 1.37
@ -131,12 +134,12 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_copy_generic_bitmap@Base 1.41.0
ext2fs_copy_generic_bmap@Base 1.42
ext2fs_crc16@Base 1.41.1
ext2fs_crc32_be@Base 1.43~WIP-2012-08-01
ext2fs_crc32_be@Base 1.43~WIP.2015.05.18
ext2fs_crc32c_le@Base 1.42
ext2fs_create_icount2@Base 1.37
ext2fs_create_icount@Base 1.37
ext2fs_create_icount_tdb@Base 1.40
ext2fs_create_inode_cache@Base 1.43~WIP-2015-05-18
ext2fs_create_inode_cache@Base 1.43~WIP.2015.05.18
ext2fs_create_journal_superblock@Base 1.37
ext2fs_create_resize_inode@Base 1.37
ext2fs_dblist_count2@Base 1.42
@ -146,33 +149,33 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_dblist_get_last2@Base 1.42
ext2fs_dblist_get_last@Base 1.40.8
ext2fs_dblist_iterate2@Base 1.42
ext2fs_dblist_iterate3@Base 1.43~WIP-2015-05-18
ext2fs_dblist_iterate3@Base 1.43~WIP.2015.05.18
ext2fs_dblist_iterate@Base 1.37
ext2fs_dblist_sort2@Base 1.42
ext2fs_dblist_sort@Base 1.37
ext2fs_default_journal_size@Base 1.40
ext2fs_descriptor_block_loc2@Base 1.42
ext2fs_descriptor_block_loc@Base 1.37
ext2fs_dir_block_csum_set@Base 1.43~WIP-2012-08-01
ext2fs_dir_block_csum_verify@Base 1.43~WIP-2012-08-01
ext2fs_dir_block_csum_set@Base 1.43~WIP.2015.05.18
ext2fs_dir_block_csum_verify@Base 1.43~WIP.2015.05.18
ext2fs_dir_iterate2@Base 1.37
ext2fs_dir_iterate@Base 1.37
ext2fs_dirent_csum_verify@Base 1.43~WIP-2012-08-01
ext2fs_dirent_file_type@Base 1.43~WIP-2015-05-18
ext2fs_dirent_has_tail@Base 1.43~WIP-2012-08-01
ext2fs_dirent_name_len@Base 1.43~WIP-2015-05-18
ext2fs_dirent_set_file_type@Base 1.43~WIP-2015-05-18
ext2fs_dirent_set_name_len@Base 1.43~WIP-2015-05-18
ext2fs_dirent_csum_verify@Base 1.43~WIP.2015.05.18
ext2fs_dirent_file_type@Base 1.43~WIP.2015.05.18
ext2fs_dirent_has_tail@Base 1.43~WIP.2015.05.18
ext2fs_dirent_name_len@Base 1.43~WIP.2015.05.18
ext2fs_dirent_set_file_type@Base 1.43~WIP.2015.05.18
ext2fs_dirent_set_name_len@Base 1.43~WIP.2015.05.18
ext2fs_dirhash@Base 1.37
ext2fs_div64_ceil@Base 1.42
ext2fs_div_ceil@Base 1.40
ext2fs_dup_handle@Base 1.37
ext2fs_expand_dir@Base 1.37
ext2fs_ext_attr_block_csum_set@Base 1.43~WIP-2012-08-01
ext2fs_ext_attr_block_csum_verify@Base 1.43~WIP-2012-08-01
ext2fs_ext_attr_block_csum_set@Base 1.43~WIP.2015.05.18
ext2fs_ext_attr_block_csum_verify@Base 1.43~WIP.2015.05.18
ext2fs_ext_attr_hash_entry@Base 1.41.0
ext2fs_extent_block_csum_set@Base 1.43~WIP-2012-08-01
ext2fs_extent_block_csum_verify@Base 1.43~WIP-2012-08-01
ext2fs_extent_block_csum_set@Base 1.43~WIP.2015.05.18
ext2fs_extent_block_csum_verify@Base 1.43~WIP.2015.05.18
ext2fs_extent_delete@Base 1.41.0
ext2fs_extent_fix_parents@Base 1.42.7
ext2fs_extent_free@Base 1.41.0
@ -187,6 +190,7 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_extent_open@Base 1.41.0
ext2fs_extent_replace@Base 1.41.0
ext2fs_extent_set_bmap@Base 1.41.0
ext2fs_fallocate@Base 1.43~WIP.2016.03-06
ext2fs_fast_clear_bit64@Base 1.42
ext2fs_fast_clear_bit@Base 1.39
ext2fs_fast_mark_block_bitmap2@Base 1.42
@ -236,7 +240,7 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_find_first_zero_generic_bitmap@Base 1.42.3
ext2fs_find_first_zero_generic_bmap@Base 1.42.2
ext2fs_find_first_zero_inode_bitmap2@Base 1.42.2
ext2fs_find_inode_goal@Base 1.43~WIP-2015-05-18
ext2fs_find_inode_goal@Base 1.43~WIP.2015.05.18
ext2fs_flush2@Base 1.42
ext2fs_flush@Base 1.37
ext2fs_flush_icache@Base 1.37
@ -247,12 +251,12 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_free_blocks_count_add@Base 1.42
ext2fs_free_blocks_count_set@Base 1.42
ext2fs_free_dblist@Base 1.37
ext2fs_free_ext_attr@Base 1.43~WIP-2015-05-18
ext2fs_free_ext_attr@Base 1.43~WIP.2015.05.18
ext2fs_free_generic_bitmap@Base 1.37
ext2fs_free_generic_bmap@Base 1.42
ext2fs_free_icount@Base 1.37
ext2fs_free_inode_bitmap@Base 1.37
ext2fs_free_inode_cache@Base 1.43~WIP-2015-05-18
ext2fs_free_inode_cache@Base 1.43~WIP.2015.05.18
ext2fs_free_mem@Base 1.37
ext2fs_fstat@Base 1.42
ext2fs_fudge_block_bitmap_end2@Base 1.42
@ -276,7 +280,7 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_get_device_size2@Base 1.41.4
ext2fs_get_device_size@Base 1.37
ext2fs_get_dio_alignment@Base 1.42.3
ext2fs_get_dx_countlimit@Base 1.43~WIP-2012-08-01
ext2fs_get_dx_countlimit@Base 1.43~WIP.2015.05.18
ext2fs_get_free_blocks2@Base 1.42
ext2fs_get_free_blocks@Base 1.37
ext2fs_get_generic_bitmap_end@Base 1.41.0
@ -327,26 +331,26 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_image_inode_write@Base 1.37
ext2fs_image_super_read@Base 1.37
ext2fs_image_super_write@Base 1.37
ext2fs_init_csum_seed@Base 1.43~WIP-2012-08-01
ext2fs_init_csum_seed@Base 1.43~WIP.2015.05.18
ext2fs_init_dblist@Base 1.37
ext2fs_initialize@Base 1.37
ext2fs_initialize_dirent_tail@Base 1.43~WIP-2012-08-01
ext2fs_inline_data_dir_iterate@Base 1.43~WIP-2015-05-18
ext2fs_inline_data_ea_remove@Base 1.43~WIP-2015-05-18
ext2fs_inline_data_expand@Base 1.43~WIP-2015-05-18
ext2fs_inline_data_get@Base 1.43~WIP-2015-05-18
ext2fs_inline_data_init@Base 1.43~WIP-2015-05-18
ext2fs_inline_data_set@Base 1.43~WIP-2015-05-18
ext2fs_inline_data_size@Base 1.43~WIP-2015-05-18
ext2fs_initialize_dirent_tail@Base 1.43~WIP.2015.05.18
ext2fs_inline_data_dir_iterate@Base 1.43~WIP.2015.05.18
ext2fs_inline_data_ea_remove@Base 1.43~WIP.2015.05.18
ext2fs_inline_data_expand@Base 1.43~WIP.2015.05.18
ext2fs_inline_data_get@Base 1.43~WIP.2015.05.18
ext2fs_inline_data_init@Base 1.43~WIP.2015.05.18
ext2fs_inline_data_set@Base 1.43~WIP.2015.05.18
ext2fs_inline_data_size@Base 1.43~WIP.2015.05.18
ext2fs_inode_alloc_stats2@Base 1.37
ext2fs_inode_alloc_stats@Base 1.37
ext2fs_inode_bitmap_checksum@Base 1.43~WIP-2012-08-01
ext2fs_inode_bitmap_csum_set@Base 1.43~WIP-2012-08-01
ext2fs_inode_bitmap_csum_verify@Base 1.43~WIP-2012-08-01
ext2fs_inode_bitmap_checksum@Base 1.43~WIP.2015.05.18
ext2fs_inode_bitmap_csum_set@Base 1.43~WIP.2015.05.18
ext2fs_inode_bitmap_csum_verify@Base 1.43~WIP.2015.05.18
ext2fs_inode_bitmap_loc@Base 1.42
ext2fs_inode_bitmap_loc_set@Base 1.42
ext2fs_inode_csum_set@Base 1.43~WIP-2012-08-01
ext2fs_inode_csum_verify@Base 1.43~WIP-2012-08-01
ext2fs_inode_csum_set@Base 1.43~WIP.2015.05.18
ext2fs_inode_csum_verify@Base 1.43~WIP.2015.05.18
ext2fs_inode_data_blocks2@Base 1.42
ext2fs_inode_data_blocks@Base 1.37
ext2fs_inode_has_valid_blocks2@Base 1.42
@ -378,18 +382,18 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_mark_inode_bitmap@Base 1.37
ext2fs_mark_super_dirty@Base 1.37
ext2fs_mark_valid@Base 1.37
ext2fs_max_extent_depth@Base 1.43~WIP-2015-05-18
ext2fs_max_extent_depth@Base 1.43~WIP.2015.05.18
ext2fs_mem_is_zero@Base 1.42
ext2fs_mkdir@Base 1.37
ext2fs_mmp_clear@Base 1.42
ext2fs_mmp_csum_set@Base 1.43~WIP-2012-08-01
ext2fs_mmp_csum_verify@Base 1.43~WIP-2012-08-01
ext2fs_mmp_csum_set@Base 1.43~WIP.2015.05.18
ext2fs_mmp_csum_verify@Base 1.43~WIP.2015.05.18
ext2fs_mmp_init@Base 1.42
ext2fs_mmp_new_seq@Base 1.42
ext2fs_mmp_read@Base 1.42
ext2fs_mmp_start@Base 1.42
ext2fs_mmp_stop@Base 1.42
ext2fs_mmp_update2@Base 1.43~WIP-2012-08-01
ext2fs_mmp_update2@Base 1.43~WIP.2015.05.18
ext2fs_mmp_update@Base 1.42
ext2fs_mmp_write@Base 1.42
ext2fs_namei@Base 1.37
@ -398,12 +402,12 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_new_block2@Base 1.42
ext2fs_new_block@Base 1.37
ext2fs_new_dir_block@Base 1.37
ext2fs_new_dir_inline_data@Base 1.43~WIP-2015-05-18
ext2fs_new_dir_inline_data@Base 1.43~WIP.2015.05.18
ext2fs_new_inode@Base 1.37
ext2fs_new_range@Base 1.43~WIP-2015-05-18
ext2fs_new_range@Base 1.43~WIP.2015.05.18
ext2fs_numeric_progress_close@Base 1.42
ext2fs_numeric_progress_init@Base 1.42
ext2fs_numeric_progress_ops@Base 1.43~WIP-2012-08-01
ext2fs_numeric_progress_ops@Base 1.43~WIP.2015.05.18
ext2fs_numeric_progress_update@Base 1.42
ext2fs_open2@Base 1.37
ext2fs_open@Base 1.37
@ -432,16 +436,16 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_read_block_bitmap@Base 1.37
ext2fs_read_dir_block2@Base 1.37
ext2fs_read_dir_block3@Base 1.42
ext2fs_read_dir_block4@Base 1.43~WIP-2012-08-01
ext2fs_read_dir_block4@Base 1.43~WIP.2015.05.18
ext2fs_read_dir_block@Base 1.37
ext2fs_read_ext_attr2@Base 1.42
ext2fs_read_ext_attr3@Base 1.43~WIP-2012-08-01
ext2fs_read_ext_attr3@Base 1.43~WIP.2015.05.18
ext2fs_read_ext_attr@Base 1.37
ext2fs_read_ind_block@Base 1.37
ext2fs_read_inode@Base 1.37
ext2fs_read_inode_bitmap@Base 1.37
ext2fs_read_inode_full@Base 1.37
ext2fs_remove_exit_fn@Base 1.43~WIP-2015-05-18
ext2fs_remove_exit_fn@Base 1.43~WIP.2015.05.18
ext2fs_reserve_super_and_bgd@Base 1.37
ext2fs_resize_block_bitmap2@Base 1.42
ext2fs_resize_block_bitmap@Base 1.37
@ -456,6 +460,7 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_set_bit@Base 1.37
ext2fs_set_bitmap_padding@Base 1.37
ext2fs_set_block_alloc_stats_callback@Base 1.41.0
ext2fs_set_block_alloc_stats_range_callback@Base 1.43~WIP.2016.03-06
ext2fs_set_block_bitmap_range2@Base 1.42
ext2fs_set_block_bitmap_range@Base 1.41.0
ext2fs_set_data_io@Base 1.37
@ -469,13 +474,14 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_set_inode_bitmap_range2@Base 1.42
ext2fs_set_inode_bitmap_range@Base 1.41.0
ext2fs_set_inode_callback@Base 1.37
ext2fs_set_new_range_callback@Base 1.43~WIP.2016.03-06
ext2fs_set_rec_len@Base 1.41.7
ext2fs_sha512@Base 1.43~WIP-2015-05-18
ext2fs_sha512@Base 1.43~WIP.2015.05.18
ext2fs_stat@Base 1.42
ext2fs_super_and_bgd_loc2@Base 1.42
ext2fs_super_and_bgd_loc@Base 1.37
ext2fs_superblock_csum_set@Base 1.43~WIP-2012-08-01
ext2fs_superblock_csum_verify@Base 1.43~WIP-2012-08-01
ext2fs_superblock_csum_set@Base 1.43~WIP.2015.05.18
ext2fs_superblock_csum_verify@Base 1.43~WIP.2015.05.18
ext2fs_swab16@Base 1.37
ext2fs_swab32@Base 1.37
ext2fs_swab64@Base 1.40
@ -499,7 +505,7 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_tdb_fd@Base 1.40
ext2fs_tdb_fetch@Base 1.40
ext2fs_tdb_firstkey@Base 1.40
ext2fs_tdb_flush@Base 1.43~WIP-2015-05-18
ext2fs_tdb_flush@Base 1.43~WIP.2015.05.18
ext2fs_tdb_get_flags@Base 1.40
ext2fs_tdb_get_logging_private@Base 1.40
ext2fs_tdb_get_seqnum@Base 1.40
@ -573,7 +579,7 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_unmark_valid@Base 1.37
ext2fs_update_bb_inode@Base 1.37
ext2fs_update_dynamic_rev@Base 1.37
ext2fs_verify_csum_type@Base 1.43~WIP-2012-08-01
ext2fs_verify_csum_type@Base 1.43~WIP.2015.05.18
ext2fs_warn_bitmap2@Base 1.37
ext2fs_warn_bitmap32@Base 1.42
ext2fs_warn_bitmap@Base 1.37
@ -582,39 +588,39 @@ libext2fs.so.2 e2fslibs #MINVER#
ext2fs_write_block_bitmap@Base 1.37
ext2fs_write_dir_block2@Base 1.37
ext2fs_write_dir_block3@Base 1.42
ext2fs_write_dir_block4@Base 1.43~WIP-2012-08-01
ext2fs_write_dir_block4@Base 1.43~WIP.2015.05.18
ext2fs_write_dir_block@Base 1.37
ext2fs_write_ext_attr2@Base 1.42
ext2fs_write_ext_attr3@Base 1.43~WIP-2012-08-01
ext2fs_write_ext_attr3@Base 1.43~WIP.2015.05.18
ext2fs_write_ext_attr@Base 1.37
ext2fs_write_ind_block@Base 1.37
ext2fs_write_inode@Base 1.37
ext2fs_write_inode_bitmap@Base 1.37
ext2fs_write_inode_full@Base 1.37
ext2fs_write_new_inode@Base 1.37
ext2fs_xattr_get@Base 1.43~WIP-2015-05-18
ext2fs_xattr_inode_max_size@Base 1.43~WIP-2015-05-18
ext2fs_xattr_remove@Base 1.43~WIP-2015-05-18
ext2fs_xattr_set@Base 1.43~WIP-2015-05-18
ext2fs_xattrs_close@Base 1.43~WIP-2015-05-18
ext2fs_xattrs_count@Base 1.43~WIP-2015-05-18
ext2fs_xattrs_iterate@Base 1.43~WIP-2015-05-18
ext2fs_xattrs_open@Base 1.43~WIP-2015-05-18
ext2fs_xattrs_read@Base 1.43~WIP-2015-05-18
ext2fs_xattrs_write@Base 1.43~WIP-2015-05-18
ext2fs_xattr_get@Base 1.43~WIP.2015.05.18
ext2fs_xattr_inode_max_size@Base 1.43~WIP.2015.05.18
ext2fs_xattr_remove@Base 1.43~WIP.2015.05.18
ext2fs_xattr_set@Base 1.43~WIP.2015.05.18
ext2fs_xattrs_close@Base 1.43~WIP.2015.05.18
ext2fs_xattrs_count@Base 1.43~WIP.2015.05.18
ext2fs_xattrs_iterate@Base 1.43~WIP.2015.05.18
ext2fs_xattrs_open@Base 1.43~WIP.2015.05.18
ext2fs_xattrs_read@Base 1.43~WIP.2015.05.18
ext2fs_xattrs_write@Base 1.43~WIP.2015.05.18
ext2fs_zero_blocks2@Base 1.42
ext2fs_zero_blocks@Base 1.41.0
initialize_ext2_error_table@Base 1.37
initialize_ext2_error_table_r@Base 1.37
inode_io_manager@Base 1.37
io_channel_alloc_buf@Base 1.42.3
io_channel_cache_readahead@Base 1.43~WIP-2015-05-18
io_channel_cache_readahead@Base 1.43~WIP.2015.05.18
io_channel_discard@Base 1.42
io_channel_read_blk64@Base 1.41.1
io_channel_set_options@Base 1.37
io_channel_write_blk64@Base 1.41.1
io_channel_write_byte@Base 1.37
io_channel_zeroout@Base 1.43~WIP-2015-05-18
io_channel_zeroout@Base 1.43~WIP.2015.05.18
qcow2_read_header@Base 1.42
qcow2_write_raw_image@Base 1.42
set_undo_io_backing_manager@Base 1.41.0

View File

@ -8,4 +8,4 @@
*/
#define E2FSPROGS_VERSION "1.43-WIP"
#define E2FSPROGS_DATE "18-May-2015"
#define E2FSPROGS_DATE "6-Mar-2016"