Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru e2fsprogs-1.47.0/debian/changelog e2fsprogs-1.47.0/debian/changelog
--- e2fsprogs-1.47.0/debian/changelog   2023-03-05 03:16:08.000000000 +0000
+++ e2fsprogs-1.47.0/debian/changelog   2024-02-28 23:35:48.000000000 +0000
@@ -1,3 +1,10 @@
+e2fsprogs (1.47.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1064796
+
+ -- Michael Hudson-Doyle <mwhud...@debian.org>  Wed, 28 Feb 2024 23:35:48 +0000
+
 e2fsprogs (1.47.0-2) unstable; urgency=medium
 
   * Don't enable metadata_csum_seed and orhpan_file by default (Closes:
diff -Nru e2fsprogs-1.47.0/debian/control e2fsprogs-1.47.0/debian/control
--- e2fsprogs-1.47.0/debian/control     2023-03-05 03:16:08.000000000 +0000
+++ e2fsprogs-1.47.0/debian/control     2024-02-28 23:35:48.000000000 +0000
@@ -64,13 +64,13 @@
  This package provides translations for messages for programs found in
  the 'e2fsprogs' package.
 
-Package: libcom-err2
+Package: libcom-err2t64
 Section: libs
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libcomerr2 (<< 1.43.9-1~)
-Breaks: libcomerr2 (<< 1.43.9-1~)
-Provides: libcomerr2 (= ${binary:Version})
+Replaces: libcom-err2, libcomerr2 (<< 1.43.9-1~)
+Breaks: libcom-err2 (<< ${source:Version}), libcomerr2 (<< 1.43.9-1~)
+Provides: ${t64:Provides}, libcomerr2 (= ${binary:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -82,7 +82,7 @@
 Package: comerr-dev
 Section: libdevel
 Priority: optional
-Depends: libc6-dev | libc-dev, libcom-err2 (= ${mainBinary}), ${misc:Depends}
+Depends: libc6-dev | libc-dev, libcom-err2t64 (= ${mainBinary}), 
${misc:Depends}
 Suggests: doc-base
 Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3)
 Architecture: any
@@ -94,11 +94,13 @@
  .
  This package contains the development environment for the com_err library.
 
-Package: libss2
+Package: libss2t64
+Provides: ${t64:Provides}
+Breaks: libss2 (<< ${source:Version})
 Section: libs
 Priority: optional
-Depends: libcom-err2, ${shlibs:Depends}, ${misc:Depends}
-Replaces: e2fsprogs (<< 1.34-1)
+Depends: libcom-err2t64, ${shlibs:Depends}, ${misc:Depends}
+Replaces: libss2, e2fsprogs (<< 1.34-1)
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -112,7 +114,7 @@
 Package: ss-dev
 Section: libdevel
 Priority: optional
-Depends: libc6-dev | libc-dev, libss2 (= ${mainBinary}), comerr-dev, 
${misc:Depends}
+Depends: libc6-dev | libc-dev, libss2t64 (= ${mainBinary}), comerr-dev, 
${misc:Depends}
 Architecture: any
 Multi-Arch: same
 Description: command-line interface parsing library - headers and static 
libraries
@@ -138,13 +140,13 @@
  Don't attempt to install this package, it has no support for a couple of
  features you surely want.  Anyway it should refuse to install.
 
-Package: libext2fs2
+Package: libext2fs2t64
 Section: libs
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: e2fslibs (<< 1.43.9-1~)
-Breaks: e2fslibs (<< 1.43.9-1~)
-Provides: e2fslibs (= ${binary:Version})
+Replaces: libext2fs2, e2fslibs (<< 1.43.9-1~)
+Breaks: libext2fs2 (<< ${source:Version}), e2fslibs (<< 1.43.9-1~)
+Provides: ${t64:Provides}, e2fslibs (= ${binary:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -161,7 +163,7 @@
 Package: libext2fs-dev
 Section: libdevel
 Priority: optional
-Depends: libc6-dev | libc-dev, comerr-dev, libext2fs2 (= ${binary:Version}), 
${misc:Depends}
+Depends: libc6-dev | libc-dev, comerr-dev, libext2fs2t64 (= 
${binary:Version}), ${misc:Depends}
 Replaces: e2fslibs-dev (<< 1.43.9-1~)
 Breaks: e2fslibs-dev (<< 1.43.9-1~)
 Provides: e2fslibs-dev (= ${binary:Version})
diff -Nru e2fsprogs-1.47.0/debian/.gitignore e2fsprogs-1.47.0/debian/.gitignore
--- e2fsprogs-1.47.0/debian/.gitignore  2023-03-05 03:16:08.000000000 +0000
+++ e2fsprogs-1.47.0/debian/.gitignore  1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-!patches
diff -Nru e2fsprogs-1.47.0/debian/libcom-err2.install 
e2fsprogs-1.47.0/debian/libcom-err2.install
--- e2fsprogs-1.47.0/debian/libcom-err2.install 2023-03-05 03:16:08.000000000 
+0000
+++ e2fsprogs-1.47.0/debian/libcom-err2.install 1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-lib/*/libcom_err*.so.*
diff -Nru e2fsprogs-1.47.0/debian/libcom-err2.symbols 
e2fsprogs-1.47.0/debian/libcom-err2.symbols
--- e2fsprogs-1.47.0/debian/libcom-err2.symbols 2023-03-05 03:16:08.000000000 
+0000
+++ e2fsprogs-1.47.0/debian/libcom-err2.symbols 1970-01-01 00:00:00.000000000 
+0000
@@ -1,22 +0,0 @@
-libcom_err.so.2 libcom-err2 #MINVER#
-* Build-Depends-Package: comerr-dev
- _et_dynamic_list@Base 1.43.9
- _et_list@Base 1.43.9
- add_error_table@Base 1.43.9
- add_to_error_table@Base 1.43.9
- com_err@Base 1.43.9
- com_err_hook@Base 1.43.9
- com_err_va@Base 1.43.9
- com_right@Base 1.43.9
- com_right_r@Base 1.43.9
- error_message@Base 1.43.9
- error_table_name@Base 1.43.9
- et_list_lock@Base 1.43.9
- et_list_unlock@Base 1.43.9
- free_error_table@Base 1.43.9
- init_error_table@Base 1.43.9
- initialize_error_table_r@Base 1.43.9
- remove_error_table@Base 1.43.9
- reset_com_err_hook@Base 1.43.9
- set_com_err_gettext@Base 1.43.9
- set_com_err_hook@Base 1.43.9
diff -Nru e2fsprogs-1.47.0/debian/libcom-err2t64.install 
e2fsprogs-1.47.0/debian/libcom-err2t64.install
--- e2fsprogs-1.47.0/debian/libcom-err2t64.install      1970-01-01 
00:00:00.000000000 +0000
+++ e2fsprogs-1.47.0/debian/libcom-err2t64.install      2023-03-05 
03:16:08.000000000 +0000
@@ -0,0 +1 @@
+lib/*/libcom_err*.so.*
diff -Nru e2fsprogs-1.47.0/debian/libcom-err2t64.lintian-overrides 
e2fsprogs-1.47.0/debian/libcom-err2t64.lintian-overrides
--- e2fsprogs-1.47.0/debian/libcom-err2t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ e2fsprogs-1.47.0/debian/libcom-err2t64.lintian-overrides    2024-02-28 
23:35:48.000000000 +0000
@@ -0,0 +1 @@
+libcom-err2t64: package-name-doesnt-match-sonames libcom-err2
diff -Nru e2fsprogs-1.47.0/debian/libcom-err2t64.symbols 
e2fsprogs-1.47.0/debian/libcom-err2t64.symbols
--- e2fsprogs-1.47.0/debian/libcom-err2t64.symbols      1970-01-01 
00:00:00.000000000 +0000
+++ e2fsprogs-1.47.0/debian/libcom-err2t64.symbols      2024-02-28 
23:35:48.000000000 +0000
@@ -0,0 +1,22 @@
+libcom_err.so.2 libcom-err2t64 #MINVER#
+* Build-Depends-Package: comerr-dev
+ _et_dynamic_list@Base 1.43.9
+ _et_list@Base 1.43.9
+ add_error_table@Base 1.43.9
+ add_to_error_table@Base 1.43.9
+ com_err@Base 1.43.9
+ com_err_hook@Base 1.43.9
+ com_err_va@Base 1.43.9
+ com_right@Base 1.43.9
+ com_right_r@Base 1.43.9
+ error_message@Base 1.43.9
+ error_table_name@Base 1.43.9
+ et_list_lock@Base 1.43.9
+ et_list_unlock@Base 1.43.9
+ free_error_table@Base 1.43.9
+ init_error_table@Base 1.43.9
+ initialize_error_table_r@Base 1.43.9
+ remove_error_table@Base 1.43.9
+ reset_com_err_hook@Base 1.43.9
+ set_com_err_gettext@Base 1.43.9
+ set_com_err_hook@Base 1.43.9
diff -Nru e2fsprogs-1.47.0/debian/libext2fs2.install 
e2fsprogs-1.47.0/debian/libext2fs2.install
--- e2fsprogs-1.47.0/debian/libext2fs2.install  2023-03-05 03:16:08.000000000 
+0000
+++ e2fsprogs-1.47.0/debian/libext2fs2.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-lib/*/libext2fs*.so.*
-lib/*/libe2p*.so.*
diff -Nru e2fsprogs-1.47.0/debian/libext2fs2.symbols 
e2fsprogs-1.47.0/debian/libext2fs2.symbols
--- e2fsprogs-1.47.0/debian/libext2fs2.symbols  2023-03-05 03:16:08.000000000 
+0000
+++ e2fsprogs-1.47.0/debian/libext2fs2.symbols  1970-01-01 00:00:00.000000000 
+0000
@@ -1,707 +0,0 @@
-libe2p.so.2 libext2fs2 #MINVER#
-* Build-Depends-Package: libext2fs-dev
- e2p_edit_feature2@Base 1.40.7
- e2p_edit_feature@Base 1.37
- e2p_edit_mntopts@Base 1.37
- e2p_encmode2string@Base 1.43
- e2p_encoding2str@Base 1.45.1
- e2p_errcode2str@Base 1.46.0
- e2p_feature2string@Base 1.37
- e2p_feature_to_string@Base 1.45.6
- e2p_get_encoding_flags@Base 1.45
- e2p_hash2string@Base 1.37
- e2p_is_null_uuid@Base 1.37
- e2p_jrnl_feature2string@Base 1.41.1
- e2p_jrnl_string2feature@Base 1.41.1
- e2p_list_journal_super@Base 1.43.5
- e2p_mntopt2string@Base 1.37
- e2p_os2string@Base 1.37
- e2p_percent@Base 1.40
- e2p_str2encoding@Base 1.45
- e2p_str2encoding_flags@Base 1.45
- e2p_string2encmode@Base 1.43
- e2p_string2feature@Base 1.37
- e2p_string2hash@Base 1.37
- e2p_string2mntopt@Base 1.37
- e2p_string2os@Base 1.37
- e2p_uuid2str@Base 1.37
- e2p_uuid_to_str@Base 1.37
- fgetflags@Base 1.37
- fgetproject@Base 1.43
- fgetversion@Base 1.37
- fsetflags@Base 1.37
- fsetproject@Base 1.43
- fsetversion@Base 1.37
- getflags@Base 1.37
- getversion@Base 1.37
- iterate_on_dir@Base 1.37
- list_super2@Base 1.37
- list_super@Base 1.37
- parse_num_blocks2@Base 1.42
- parse_num_blocks@Base 1.37
- print_flags@Base 1.37
- print_fs_errors@Base 1.37
- print_fs_state@Base 1.37
- setflags@Base 1.37
- setversion@Base 1.37
-libext2fs.so.2 libext2fs2 #MINVER#
-* Build-Depends-Package: libext2fs-dev
- badblocks_list_add@Base 1.37
- badblocks_list_create@Base 1.37
- badblocks_list_free@Base 1.37
- badblocks_list_iterate@Base 1.37
- badblocks_list_iterate_begin@Base 1.37
- badblocks_list_iterate_end@Base 1.37
- badblocks_list_test@Base 1.37
- 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
- ext2fs_add_journal_device@Base 1.37
- ext2fs_add_journal_inode2@Base 1.42.9-3~
- ext2fs_add_journal_inode3@Base 1.46.0
- ext2fs_add_journal_inode@Base 1.37
- ext2fs_adjust_ea_refcount2@Base 1.42
- ext2fs_adjust_ea_refcount3@Base 1.43
- ext2fs_adjust_ea_refcount@Base 1.37
- ext2fs_alloc_block2@Base 1.42
- ext2fs_alloc_block3@Base 1.44.0~rc1
- ext2fs_alloc_block@Base 1.37
- ext2fs_alloc_generic_bmap@Base 1.42
- ext2fs_alloc_range@Base 1.43
- ext2fs_allocate_block_bitmap@Base 1.37
- ext2fs_allocate_generic_bitmap@Base 1.37
- ext2fs_allocate_group_table@Base 1.37
- ext2fs_allocate_inode_bitmap@Base 1.37
- ext2fs_allocate_subcluster_bitmap@Base 1.42
- ext2fs_allocate_tables@Base 1.37
- ext2fs_badblocks_copy@Base 1.37
- ext2fs_badblocks_equal@Base 1.37
- ext2fs_badblocks_list_add@Base 1.37
- ext2fs_badblocks_list_create@Base 1.37
- ext2fs_badblocks_list_del@Base 1.37
- ext2fs_badblocks_list_free@Base 1.37
- ext2fs_badblocks_list_iterate@Base 1.37
- ext2fs_badblocks_list_iterate_begin@Base 1.37
- ext2fs_badblocks_list_iterate_end@Base 1.37
- ext2fs_badblocks_list_test@Base 1.37
- ext2fs_bg_checksum@Base 1.42
- ext2fs_bg_checksum_set@Base 1.42
- ext2fs_bg_flags@Base 1.42
- ext2fs_bg_flags_clear@Base 1.42
- ext2fs_bg_flags_set@Base 1.42
- ext2fs_bg_flags_test@Base 1.42
- ext2fs_bg_flags_zap@Base 1.42
- ext2fs_bg_free_blocks_count@Base 1.42
- ext2fs_bg_free_blocks_count_set@Base 1.42
- ext2fs_bg_free_inodes_count@Base 1.42
- ext2fs_bg_free_inodes_count_set@Base 1.42
- ext2fs_bg_has_super@Base 1.37
- ext2fs_bg_itable_unused@Base 1.42
- ext2fs_bg_itable_unused_set@Base 1.42
- ext2fs_bg_used_dirs_count@Base 1.42
- ext2fs_bg_used_dirs_count_set@Base 1.42
- ext2fs_bitcount@Base 1.42.7
- ext2fs_blkmap64_bitarray@Base 1.42
- ext2fs_blkmap64_rbtree@Base 1.42.1
- 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
- ext2fs_block_bitmap_csum_set@Base 1.43
- ext2fs_block_bitmap_csum_verify@Base 1.43
- ext2fs_block_bitmap_loc@Base 1.42
- ext2fs_block_bitmap_loc_set@Base 1.42
- ext2fs_block_iterate2@Base 1.37
- ext2fs_block_iterate3@Base 1.42
- ext2fs_block_iterate@Base 1.37
- ext2fs_blocks_count@Base 1.42
- ext2fs_blocks_count_add@Base 1.42
- ext2fs_blocks_count_set@Base 1.42
- ext2fs_bmap2@Base 1.41.0
- ext2fs_bmap@Base 1.37
- ext2fs_calculate_summary_stats@Base 1.46.0
- ext2fs_casefold_cmp@Base 1.46.0
- ext2fs_check_desc@Base 1.37
- ext2fs_check_directory@Base 1.37
- ext2fs_check_encoded_name@Base 1.46.0
- ext2fs_check_if_mounted@Base 1.37
- ext2fs_check_mount_point@Base 1.37
- 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
- ext2fs_clear_generic_bitmap@Base 1.41.0
- ext2fs_clear_generic_bmap@Base 1.42
- ext2fs_clear_inode_bitmap@Base 1.37
- ext2fs_close2@Base 1.42
- ext2fs_close@Base 1.37
- ext2fs_close_free@Base 1.42.11
- ext2fs_close_inode_scan@Base 1.37
- ext2fs_compare_block_bitmap@Base 1.37
- ext2fs_compare_generic_bitmap@Base 1.41.0
- ext2fs_compare_generic_bmap@Base 1.42
- ext2fs_compare_inode_bitmap@Base 1.37
- ext2fs_const_inode@Base 1.43
- ext2fs_convert_subcluster_bitmap@Base 1.42
- ext2fs_copy_bitmap@Base 1.37
- ext2fs_copy_dblist@Base 1.37
- ext2fs_copy_generic_bitmap@Base 1.41.0
- ext2fs_copy_generic_bmap@Base 1.42
- ext2fs_count_blocks@Base 1.46.0
- ext2fs_count_used_clusters@Base 1.46.0
- ext2fs_crc16@Base 1.41.1
- ext2fs_crc32_be@Base 1.43
- 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
- ext2fs_create_journal_superblock2@Base 1.46.0
- ext2fs_create_journal_superblock@Base 1.37
- ext2fs_create_orphan_file@Base 1.47.0
- ext2fs_create_resize_inode@Base 1.37
- ext2fs_dblist_count2@Base 1.42
- ext2fs_dblist_count@Base 1.37
- ext2fs_dblist_dir_iterate@Base 1.37
- ext2fs_dblist_drop_last@Base 1.40.8
- 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
- ext2fs_dblist_iterate@Base 1.37
- ext2fs_dblist_sort2@Base 1.42
- ext2fs_dblist_sort@Base 1.37
- ext2fs_decode_extent@Base 1.46.0
- ext2fs_default_journal_size@Base 1.40
- ext2fs_default_orphan_file_blocks@Base 1.47.0
- ext2fs_descriptor_block_loc2@Base 1.42
- ext2fs_descriptor_block_loc@Base 1.37
- ext2fs_dir_block_csum_set@Base 1.43
- ext2fs_dir_block_csum_verify@Base 1.43
- ext2fs_dir_iterate2@Base 1.37
- ext2fs_dir_iterate@Base 1.37
- ext2fs_dirent_csum_verify@Base 1.43
- ext2fs_dirent_file_type@Base 1.43
- ext2fs_dirent_has_tail@Base 1.43
- ext2fs_dirent_name_len@Base 1.43
- ext2fs_dirent_set_file_type@Base 1.43
- ext2fs_dirent_set_name_len@Base 1.43
- ext2fs_dirent_swab_in2@Base 1.43
- ext2fs_dirent_swab_in@Base 1.43
- ext2fs_dirent_swab_out2@Base 1.43
- ext2fs_dirent_swab_out@Base 1.43
- ext2fs_dirhash2@Base 1.45
- ext2fs_dirhash@Base 1.37
- ext2fs_div64_ceil@Base 1.42
- ext2fs_div_ceil@Base 1.40
- ext2fs_djb2_hash@Base 1.44.3~rc1
- ext2fs_do_orphan_file_block_csum@Base 1.47.0
- ext2fs_dup_handle@Base 1.37
- ext2fs_dx_csum@Base 1.46~WIP.2019.10.09
- ext2fs_expand_dir@Base 1.37
- ext2fs_ext_attr_block_csum_set@Base 1.43
- ext2fs_ext_attr_block_csum_verify@Base 1.43
- ext2fs_ext_attr_block_rehash@Base 1.44.0~rc1
- ext2fs_ext_attr_hash_entry2@Base 1.44.0~rc1
- ext2fs_ext_attr_hash_entry3@Base 1.46.6
- ext2fs_ext_attr_hash_entry@Base 1.41.0
- ext2fs_ext_attr_hash_entry_signed@Base 1.46.6
- ext2fs_extent_block_csum_set@Base 1.43
- ext2fs_extent_block_csum_verify@Base 1.43
- ext2fs_extent_delete@Base 1.41.0
- ext2fs_extent_fix_parents@Base 1.42.7
- ext2fs_extent_free@Base 1.41.0
- ext2fs_extent_get@Base 1.41.0
- ext2fs_extent_get_info@Base 1.41.0
- ext2fs_extent_goto2@Base 1.42.7
- ext2fs_extent_goto@Base 1.41.0
- ext2fs_extent_header_verify@Base 1.41.0
- ext2fs_extent_insert@Base 1.41.0
- ext2fs_extent_node_split@Base 1.42.7
- ext2fs_extent_open2@Base 1.41.6
- 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
- ext2fs_fast_clear_bit64@Base 1.42
- ext2fs_fast_clear_bit@Base 1.39
- ext2fs_fast_mark_block_bitmap2@Base 1.42
- ext2fs_fast_mark_block_bitmap@Base 1.37
- ext2fs_fast_mark_block_bitmap_range2@Base 1.42
- ext2fs_fast_mark_block_bitmap_range@Base 1.37
- ext2fs_fast_mark_inode_bitmap2@Base 1.42
- ext2fs_fast_mark_inode_bitmap@Base 1.37
- ext2fs_fast_set_bit64@Base 1.42
- ext2fs_fast_set_bit@Base 1.39
- ext2fs_fast_test_block_bitmap2@Base 1.42
- ext2fs_fast_test_block_bitmap@Base 1.37
- ext2fs_fast_test_block_bitmap_range2@Base 1.42
- ext2fs_fast_test_block_bitmap_range@Base 1.37
- ext2fs_fast_test_inode_bitmap2@Base 1.42
- ext2fs_fast_test_inode_bitmap@Base 1.37
- ext2fs_fast_unmark_block_bitmap2@Base 1.42
- ext2fs_fast_unmark_block_bitmap@Base 1.37
- ext2fs_fast_unmark_block_bitmap_range2@Base 1.42
- ext2fs_fast_unmark_block_bitmap_range@Base 1.37
- ext2fs_fast_unmark_inode_bitmap2@Base 1.42
- ext2fs_fast_unmark_inode_bitmap@Base 1.37
- ext2fs_file_acl_block@Base 1.42
- ext2fs_file_acl_block_set@Base 1.42
- ext2fs_file_block_offset_too_big@Base 1.42.9
- ext2fs_file_close@Base 1.37
- ext2fs_file_flush@Base 1.37
- ext2fs_file_get_fs@Base 1.37
- ext2fs_file_get_inode@Base 1.42
- ext2fs_file_get_inode_num@Base 1.42.1
- ext2fs_file_get_lsize@Base 1.37
- ext2fs_file_get_size@Base 1.37
- ext2fs_file_llseek@Base 1.37
- ext2fs_load_nls_table@Base 1.45.1
- ext2fs_file_lseek@Base 1.37
- ext2fs_file_open2@Base 1.37
- ext2fs_file_open@Base 1.37
- ext2fs_file_read@Base 1.37
- ext2fs_file_set_size2@Base 1.42
- ext2fs_file_set_size@Base 1.37
- ext2fs_file_write@Base 1.37
- ext2fs_find_block_device@Base 1.37
- ext2fs_find_first_set_block_bitmap2@Base 1.42.9-3~
- ext2fs_find_first_set_generic_bitmap@Base 1.42.9-3~
- ext2fs_find_first_set_generic_bmap@Base 1.42.9-3~
- ext2fs_find_first_set_inode_bitmap2@Base 1.42.9-3~
- ext2fs_find_first_zero_block_bitmap2@Base 1.42.2
- 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
- ext2fs_fix_extents_checksums@Base 1.45
- ext2fs_flush2@Base 1.42
- ext2fs_flush@Base 1.37
- ext2fs_flush_icache@Base 1.37
- ext2fs_follow_link@Base 1.37
- ext2fs_free@Base 1.37
- ext2fs_free_block_bitmap@Base 1.37
- ext2fs_free_blocks_count@Base 1.42
- 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
- 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
- ext2fs_free_mem@Base 1.37
- ext2fs_fstat@Base 1.42
- ext2fs_fudge_block_bitmap_end2@Base 1.42
- ext2fs_fudge_block_bitmap_end@Base 1.37
- ext2fs_fudge_generic_bitmap_end@Base 1.41.0
- ext2fs_fudge_generic_bmap_end@Base 1.42
- ext2fs_fudge_inode_bitmap_end@Base 1.37
- ext2fs_get_array@Base 1.40.3
- ext2fs_get_arrayzero@Base 1.42
- ext2fs_get_bitmap_granularity@Base 1.42
- ext2fs_get_block_bitmap_end2@Base 1.42
- ext2fs_get_block_bitmap_end@Base 1.37
- ext2fs_get_block_bitmap_range2@Base 1.42
- ext2fs_get_block_bitmap_range@Base 1.41.0
- ext2fs_get_block_bitmap_start2@Base 1.42
- ext2fs_get_block_bitmap_start@Base 1.37
- ext2fs_get_blocks@Base 1.37
- ext2fs_get_data_io@Base 1.37
- ext2fs_get_device_phys_sectsize@Base 1.41.12
- ext2fs_get_device_sectsize@Base 1.37
- 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
- ext2fs_get_ea_inode_hash@Base 1.44.0~rc1
- ext2fs_get_ea_inode_ref@Base 1.44.0~rc1
- ext2fs_get_free_blocks2@Base 1.42
- ext2fs_get_free_blocks@Base 1.37
- ext2fs_get_generic_bitmap_end@Base 1.41.0
- ext2fs_get_generic_bitmap_range@Base 1.41.0
- ext2fs_get_generic_bitmap_start@Base 1.41.0
- ext2fs_get_generic_bmap_end@Base 1.42
- ext2fs_get_generic_bmap_range@Base 1.42
- ext2fs_get_generic_bmap_start@Base 1.42
- ext2fs_get_icount_size@Base 1.37
- ext2fs_get_inode_bitmap_end2@Base 1.42
- ext2fs_get_inode_bitmap_end@Base 1.37
- ext2fs_get_inode_bitmap_range2@Base 1.42
- ext2fs_get_inode_bitmap_range@Base 1.41.0
- ext2fs_get_inode_bitmap_start2@Base 1.42
- ext2fs_get_inode_bitmap_start@Base 1.37
- ext2fs_get_journal_params@Base 1.46.0
- ext2fs_get_library_version@Base 1.37
- ext2fs_get_mem@Base 1.37
- ext2fs_get_memalign@Base 1.41.13
- ext2fs_get_memzero@Base 1.42
- ext2fs_get_next_inode@Base 1.37
- ext2fs_get_next_inode_full@Base 1.37
- ext2fs_get_num_dirs@Base 1.37
- ext2fs_get_pathname@Base 1.37
- ext2fs_get_rec_len@Base 1.41.7
- ext2fs_get_stat_i_blocks@Base 1.45.5
- ext2fs_group_blocks_count@Base 1.42
- ext2fs_group_desc@Base 1.42
- ext2fs_group_desc_csum@Base 1.42.2
- ext2fs_group_desc_csum_set@Base 1.41.0
- ext2fs_group_desc_csum_verify@Base 1.41.0
- ext2fs_group_first_block2@Base 1.42
- ext2fs_group_first_block@Base 1.40
- ext2fs_group_last_block2@Base 1.42
- ext2fs_group_last_block@Base 1.40
- ext2fs_group_of_blk2@Base 1.42
- ext2fs_group_of_blk@Base 1.37
- ext2fs_group_of_ino@Base 1.37
- ext2fs_hashmap_add@Base 1.44.3~rc1
- ext2fs_hashmap_create@Base 1.44.3~rc1
- ext2fs_hashmap_free@Base 1.44.3~rc1
- ext2fs_hashmap_iter_in_order@Base 1.44.3~rc1
- ext2fs_hashmap_lookup@Base 1.44.3~rc1
- ext2fs_htree_intnode_maxrecs@Base 1.44.0~rc1
- ext2fs_iblk_add_blocks@Base 1.41.0
- ext2fs_iblk_set@Base 1.41.0
- ext2fs_iblk_sub_blocks@Base 1.41.0
- ext2fs_icount_decrement@Base 1.37
- ext2fs_icount_fetch@Base 1.37
- ext2fs_icount_increment@Base 1.37
- ext2fs_icount_store@Base 1.37
- ext2fs_icount_validate@Base 1.37
- ext2fs_image_bitmap_read@Base 1.37
- ext2fs_image_bitmap_write@Base 1.37
- ext2fs_image_inode_read@Base 1.37
- 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
- ext2fs_init_dblist@Base 1.37
- ext2fs_initialize@Base 1.37
- ext2fs_initialize_dirent_tail@Base 1.43
- ext2fs_inline_data_dir_iterate@Base 1.43
- ext2fs_inline_data_ea_remove@Base 1.43
- ext2fs_inline_data_expand@Base 1.43
- ext2fs_inline_data_get@Base 1.43
- ext2fs_inline_data_init@Base 1.43
- ext2fs_inline_data_set@Base 1.43
- ext2fs_inline_data_size@Base 1.43
- ext2fs_inode@Base 1.43
- ext2fs_inode_alloc_stats2@Base 1.37
- ext2fs_inode_alloc_stats@Base 1.37
- ext2fs_inode_bitmap_checksum@Base 1.43
- ext2fs_inode_bitmap_csum_set@Base 1.43
- ext2fs_inode_bitmap_csum_verify@Base 1.43
- ext2fs_inode_bitmap_loc@Base 1.42
- ext2fs_inode_bitmap_loc_set@Base 1.42
- ext2fs_inode_csum_set@Base 1.43
- ext2fs_inode_csum_verify@Base 1.43
- ext2fs_inode_data_blocks2@Base 1.42
- ext2fs_inode_data_blocks@Base 1.37
- ext2fs_inode_has_valid_blocks2@Base 1.42
- ext2fs_inode_has_valid_blocks@Base 1.37
- ext2fs_inode_i_blocks@Base 1.42
- ext2fs_inode_io_intern2@Base 1.37
- ext2fs_inode_io_intern@Base 1.37
- ext2fs_inode_scan_flags@Base 1.37
- ext2fs_inode_scan_goto_blockgroup@Base 1.37
- ext2fs_inode_size_set@Base 1.42.12
- ext2fs_inode_table_loc@Base 1.42
- ext2fs_inode_table_loc_set@Base 1.42
- ext2fs_inodes_per_orphan_block@Base 1.47.0
- ext2fs_is_fast_symlink@Base 1.44.0~rc1
- ext2fs_journal_sb_start@Base 1.42.12
- ext2fs_link@Base 1.37
- ext2fs_llseek@Base 1.37
- ext2fs_lookup@Base 1.37
- ext2fs_make_generic_bitmap@Base 1.41.0
- ext2fs_map_cluster_block@Base 1.42.9
- ext2fs_mark_bb_dirty@Base 1.37
- ext2fs_mark_block_bitmap2@Base 1.42
- ext2fs_mark_block_bitmap@Base 1.37
- ext2fs_mark_block_bitmap_range2@Base 1.42
- ext2fs_mark_block_bitmap_range@Base 1.37
- ext2fs_mark_changed@Base 1.37
- ext2fs_mark_generic_bitmap@Base 1.37
- ext2fs_mark_generic_bmap@Base 1.42
- ext2fs_mark_ib_dirty@Base 1.37
- ext2fs_mark_inode_bitmap2@Base 1.42
- 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
- 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
- ext2fs_mmp_csum_verify@Base 1.43
- 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
- ext2fs_mmp_update@Base 1.42
- ext2fs_mmp_write@Base 1.42
- ext2fs_namei@Base 1.37
- ext2fs_namei_follow@Base 1.37
- ext2fs_native_flag@Base 1.37
- ext2fs_new_block2@Base 1.42
- ext2fs_new_block3@Base 1.44.0~rc1
- ext2fs_new_block@Base 1.37
- ext2fs_new_dir_block@Base 1.37
- ext2fs_new_dir_inline_data@Base 1.43
- ext2fs_new_inode@Base 1.37
- ext2fs_new_range@Base 1.43
- ext2fs_numeric_progress_close@Base 1.42
- ext2fs_numeric_progress_init@Base 1.42
- ext2fs_numeric_progress_ops@Base 1.43
- ext2fs_numeric_progress_update@Base 1.42
- ext2fs_open2@Base 1.37
- ext2fs_open@Base 1.37
- ext2fs_open_file@Base 1.42
- ext2fs_open_inode_scan@Base 1.37
- ext2fs_orphan_block_tail@Base 1.47.0
- ext2fs_orphan_file_block_csum_set@Base 1.47.0
- ext2fs_orphan_file_block_csum_verify@Base 1.47.0
- ext2fs_parse_version_string@Base 1.37
- ext2fs_process_dir_block@Base 1.37
- ext2fs_punch@Base 1.42
- ext2fs_r_blocks_count@Base 1.42
- ext2fs_r_blocks_count_add@Base 1.42
- ext2fs_r_blocks_count_set@Base 1.42
- ext2fs_rb_erase@Base 1.42.1
- ext2fs_rb_first@Base 1.42.1
- ext2fs_rb_insert_color@Base 1.42.1
- ext2fs_rb_last@Base 1.42.1
- ext2fs_rb_next@Base 1.42.1
- ext2fs_rb_prev@Base 1.42.1
- ext2fs_rb_replace_node@Base 1.42.1
- ext2fs_read_bb_FILE2@Base 1.37
- ext2fs_read_bb_FILE@Base 1.37
- ext2fs_read_bb_inode@Base 1.37
- ext2fs_read_bitmaps@Base 1.37
- 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
- ext2fs_read_dir_block@Base 1.37
- ext2fs_read_ext_attr2@Base 1.42
- ext2fs_read_ext_attr3@Base 1.43
- ext2fs_read_ext_attr@Base 1.37
- ext2fs_read_ind_block@Base 1.37
- ext2fs_read_inode2@Base 1.45
- 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
- ext2fs_reserve_super_and_bgd@Base 1.37
- ext2fs_resize_array@Base 1.45.6
- ext2fs_resize_block_bitmap2@Base 1.42
- ext2fs_resize_block_bitmap@Base 1.37
- ext2fs_resize_generic_bitmap@Base 1.37
- ext2fs_resize_generic_bmap@Base 1.42
- ext2fs_resize_inode_bitmap2@Base 1.42
- ext2fs_resize_inode_bitmap@Base 1.37
- ext2fs_resize_mem@Base 1.37
- ext2fs_rewrite_to_io@Base 1.37
- ext2fs_rw_bitmaps@Base 1.46.0
- ext2fs_set_alloc_block_callback@Base 1.41.0
- ext2fs_set_bit64@Base 1.42
- 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
- ext2fs_set_block_bitmap_range2@Base 1.42
- ext2fs_set_block_bitmap_range@Base 1.41.0
- ext2fs_set_data_io@Base 1.37
- ext2fs_set_dir_block2@Base 1.42
- ext2fs_set_dir_block@Base 1.37
- ext2fs_set_ea_inode_hash@Base 1.44.0~rc1
- ext2fs_set_ea_inode_ref@Base 1.44.0~rc1
- ext2fs_set_gdt_csum@Base 1.41.0
- ext2fs_set_generic_bitmap_padding@Base 1.41.0
- ext2fs_set_generic_bitmap_range@Base 1.41.0
- ext2fs_set_generic_bmap_padding@Base 1.42
- ext2fs_set_generic_bmap_range@Base 1.42
- 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
- ext2fs_set_rec_len@Base 1.41.7
- ext2fs_sha512@Base 1.43
- 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
- ext2fs_superblock_csum_verify@Base 1.43
- ext2fs_swab16@Base 1.37
- ext2fs_swab32@Base 1.37
- ext2fs_swab64@Base 1.40
- ext2fs_swap_ext_attr@Base 1.40
- ext2fs_swap_ext_attr_entry@Base 1.41
- ext2fs_swap_ext_attr_header@Base 1.41
- ext2fs_swap_group_desc2@Base 1.42
- ext2fs_swap_group_desc@Base 1.37
- ext2fs_swap_inode@Base 1.37
- ext2fs_swap_inode_full@Base 1.40
- ext2fs_swap_mmp@Base 1.42
- ext2fs_swap_super@Base 1.37
- ext2fs_symlink@Base 1.42.7
- ext2fs_sync_device@Base 1.37
- ext2fs_tdb_append@Base 1.40
- ext2fs_tdb_chainlock@Base 1.40
- ext2fs_tdb_chainlock_mark@Base 1.40.7
- ext2fs_tdb_chainlock_nonblock@Base 1.40.7
- ext2fs_tdb_chainlock_read@Base 1.40
- ext2fs_tdb_chainlock_unmark@Base 1.40.7
- ext2fs_tdb_chainunlock@Base 1.40
- ext2fs_tdb_chainunlock_read@Base 1.40
- ext2fs_tdb_close@Base 1.40
- ext2fs_tdb_delete@Base 1.40
- ext2fs_tdb_dump_all@Base 1.40
- ext2fs_tdb_enable_seqnum@Base 1.40.7
- ext2fs_tdb_error@Base 1.40
- ext2fs_tdb_errorstr@Base 1.40
- ext2fs_tdb_exists@Base 1.40
- ext2fs_tdb_fd@Base 1.40
- ext2fs_tdb_fetch@Base 1.40
- ext2fs_tdb_firstkey@Base 1.40
- ext2fs_tdb_flush@Base 1.43
- ext2fs_tdb_get_flags@Base 1.40
- ext2fs_tdb_get_logging_private@Base 1.40
- ext2fs_tdb_get_seqnum@Base 1.40
- ext2fs_tdb_hash_size@Base 1.40
- ext2fs_tdb_increment_seqnum_nonblock@Base 1.40.7
- ext2fs_tdb_lock_nonblock@Base 1.40.7
- ext2fs_tdb_lockall@Base 1.40
- ext2fs_tdb_lockall_mark@Base 1.40.7
- ext2fs_tdb_lockall_nonblock@Base 1.40.7
- ext2fs_tdb_lockall_read@Base 1.40
- ext2fs_tdb_lockall_read_nonblock@Base 1.40.7
- ext2fs_tdb_lockall_unmark@Base 1.40.7
- ext2fs_tdb_log_fn@Base 1.40
- ext2fs_tdb_map_size@Base 1.40
- ext2fs_tdb_name@Base 1.40
- ext2fs_tdb_nextkey@Base 1.40
- ext2fs_tdb_open@Base 1.40
- ext2fs_tdb_open_ex@Base 1.40
- ext2fs_tdb_parse_record@Base 1.40
- ext2fs_tdb_printfreelist@Base 1.40
- ext2fs_tdb_reopen@Base 1.40
- ext2fs_tdb_reopen_all@Base 1.40
- ext2fs_tdb_set_logging_function@Base 1.40
- ext2fs_tdb_set_max_dead@Base 1.40
- ext2fs_tdb_store@Base 1.40
- ext2fs_tdb_transaction_cancel@Base 1.40
- ext2fs_tdb_transaction_commit@Base 1.40
- ext2fs_tdb_transaction_recover@Base 1.40
- ext2fs_tdb_transaction_start@Base 1.40
- ext2fs_tdb_traverse@Base 1.40
- ext2fs_tdb_traverse_read@Base 1.40
- ext2fs_tdb_unlockall@Base 1.40
- ext2fs_tdb_unlockall_read@Base 1.40
- ext2fs_tdb_validate_freelist@Base 1.40
- ext2fs_test_bb_dirty@Base 1.37
- ext2fs_test_bit64@Base 1.42
- ext2fs_test_bit@Base 1.37
- ext2fs_test_block_bitmap2@Base 1.42
- ext2fs_test_block_bitmap@Base 1.37
- ext2fs_test_block_bitmap_range2@Base 1.42
- ext2fs_test_block_bitmap_range@Base 1.37
- ext2fs_test_changed@Base 1.37
- ext2fs_test_generic_bitmap@Base 1.37
- ext2fs_test_generic_bmap@Base 1.42
- ext2fs_test_ib_dirty@Base 1.37
- ext2fs_test_inode_bitmap2@Base 1.42
- ext2fs_test_inode_bitmap@Base 1.37
- ext2fs_test_inode_bitmap_range@Base 1.41.8
- ext2fs_test_valid@Base 1.37
- ext2fs_truncate_orphan_file@Base 1.47.0
- ext2fs_u32_copy@Base 1.37
- ext2fs_u32_list_add@Base 1.37
- ext2fs_u32_list_count@Base 1.37
- ext2fs_u32_list_create@Base 1.37
- ext2fs_u32_list_del@Base 1.37
- ext2fs_u32_list_equal@Base 1.37
- ext2fs_u32_list_find@Base 1.37
- ext2fs_u32_list_free@Base 1.37
- ext2fs_u32_list_iterate@Base 1.37
- ext2fs_u32_list_iterate_begin@Base 1.37
- ext2fs_u32_list_iterate_end@Base 1.37
- ext2fs_u32_list_test@Base 1.37
- ext2fs_unlink@Base 1.37
- ext2fs_unmark_block_bitmap2@Base 1.42
- ext2fs_unmark_block_bitmap@Base 1.37
- ext2fs_unmark_block_bitmap_range2@Base 1.42
- ext2fs_unmark_block_bitmap_range@Base 1.37
- ext2fs_unmark_generic_bitmap@Base 1.37
- ext2fs_unmark_generic_bmap@Base 1.42
- ext2fs_unmark_inode_bitmap2@Base 1.42
- ext2fs_unmark_inode_bitmap@Base 1.37
- 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
- ext2fs_warn_bitmap2@Base 1.37
- ext2fs_warn_bitmap32@Base 1.42
- ext2fs_warn_bitmap@Base 1.37
- ext2fs_write_bb_FILE@Base 1.37
- ext2fs_write_bitmaps@Base 1.37
- 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
- ext2fs_write_dir_block@Base 1.37
- ext2fs_write_ext_attr2@Base 1.42
- ext2fs_write_ext_attr3@Base 1.43
- ext2fs_write_ext_attr@Base 1.37
- ext2fs_write_ind_block@Base 1.37
- ext2fs_write_inode2@Base 1.45
- 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
- ext2fs_xattr_inode_max_size@Base 1.43
- ext2fs_xattr_remove@Base 1.43
- ext2fs_xattr_set@Base 1.43
- ext2fs_xattrs_close@Base 1.43
- ext2fs_xattrs_count@Base 1.43
- ext2fs_xattrs_flags@Base 1.43.4~WIP.2017.01.30
- ext2fs_xattrs_iterate@Base 1.43
- ext2fs_xattrs_open@Base 1.43
- ext2fs_xattrs_read@Base 1.43
- ext2fs_xattrs_read_inode@Base 1.47.0
- ext2fs_xattrs_write@Base 1.43
- 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
- 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
- qcow2_read_header@Base 1.42
- qcow2_write_raw_image@Base 1.42
- set_undo_io_backing_manager@Base 1.41.0
- set_undo_io_backup_file@Base 1.41.0
- sparse_io_manager@Base 1.44.0~rc1
- sparsefd_io_manager@Base 1.44.0~rc1
- test_io_backing_manager@Base 1.37
- test_io_cb_read_blk64@Base 1.41.0
- test_io_cb_read_blk@Base 1.37
- test_io_cb_set_blksize@Base 1.37
- test_io_cb_write_blk64@Base 1.41.0
- test_io_cb_write_blk@Base 1.37
- test_io_cb_write_byte@Base 1.37
- test_io_manager@Base 1.37
- undo_io_manager@Base 1.41.0
- unix_io_manager@Base 1.37
- unixfd_io_manager@Base 1.43.2
diff -Nru e2fsprogs-1.47.0/debian/libext2fs2t64.install 
e2fsprogs-1.47.0/debian/libext2fs2t64.install
--- e2fsprogs-1.47.0/debian/libext2fs2t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ e2fsprogs-1.47.0/debian/libext2fs2t64.install       2023-03-05 
03:16:08.000000000 +0000
@@ -0,0 +1,2 @@
+lib/*/libext2fs*.so.*
+lib/*/libe2p*.so.*
diff -Nru e2fsprogs-1.47.0/debian/libext2fs2t64.lintian-overrides 
e2fsprogs-1.47.0/debian/libext2fs2t64.lintian-overrides
--- e2fsprogs-1.47.0/debian/libext2fs2t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ e2fsprogs-1.47.0/debian/libext2fs2t64.lintian-overrides     2024-02-28 
23:35:48.000000000 +0000
@@ -0,0 +1 @@
+libext2fs2t64: package-name-doesnt-match-sonames libext2fs2
diff -Nru e2fsprogs-1.47.0/debian/libext2fs2t64.symbols 
e2fsprogs-1.47.0/debian/libext2fs2t64.symbols
--- e2fsprogs-1.47.0/debian/libext2fs2t64.symbols       1970-01-01 
00:00:00.000000000 +0000
+++ e2fsprogs-1.47.0/debian/libext2fs2t64.symbols       2024-02-28 
23:35:48.000000000 +0000
@@ -0,0 +1,707 @@
+libe2p.so.2 libext2fs2t64 #MINVER#
+* Build-Depends-Package: libext2fs-dev
+ e2p_edit_feature2@Base 1.40.7
+ e2p_edit_feature@Base 1.37
+ e2p_edit_mntopts@Base 1.37
+ e2p_encmode2string@Base 1.43
+ e2p_encoding2str@Base 1.45.1
+ e2p_errcode2str@Base 1.46.0
+ e2p_feature2string@Base 1.37
+ e2p_feature_to_string@Base 1.45.6
+ e2p_get_encoding_flags@Base 1.45
+ e2p_hash2string@Base 1.37
+ e2p_is_null_uuid@Base 1.37
+ e2p_jrnl_feature2string@Base 1.41.1
+ e2p_jrnl_string2feature@Base 1.41.1
+ e2p_list_journal_super@Base 1.43.5
+ e2p_mntopt2string@Base 1.37
+ e2p_os2string@Base 1.37
+ e2p_percent@Base 1.40
+ e2p_str2encoding@Base 1.45
+ e2p_str2encoding_flags@Base 1.45
+ e2p_string2encmode@Base 1.43
+ e2p_string2feature@Base 1.37
+ e2p_string2hash@Base 1.37
+ e2p_string2mntopt@Base 1.37
+ e2p_string2os@Base 1.37
+ e2p_uuid2str@Base 1.37
+ e2p_uuid_to_str@Base 1.37
+ fgetflags@Base 1.37
+ fgetproject@Base 1.43
+ fgetversion@Base 1.37
+ fsetflags@Base 1.37
+ fsetproject@Base 1.43
+ fsetversion@Base 1.37
+ getflags@Base 1.37
+ getversion@Base 1.37
+ iterate_on_dir@Base 1.37
+ list_super2@Base 1.37
+ list_super@Base 1.37
+ parse_num_blocks2@Base 1.42
+ parse_num_blocks@Base 1.37
+ print_flags@Base 1.37
+ print_fs_errors@Base 1.37
+ print_fs_state@Base 1.37
+ setflags@Base 1.37
+ setversion@Base 1.37
+libext2fs.so.2 libext2fs2t64 #MINVER#
+* Build-Depends-Package: libext2fs-dev
+ badblocks_list_add@Base 1.37
+ badblocks_list_create@Base 1.37
+ badblocks_list_free@Base 1.37
+ badblocks_list_iterate@Base 1.37
+ badblocks_list_iterate_begin@Base 1.37
+ badblocks_list_iterate_end@Base 1.37
+ badblocks_list_test@Base 1.37
+ 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
+ ext2fs_add_journal_device@Base 1.37
+ ext2fs_add_journal_inode2@Base 1.42.9-3~
+ ext2fs_add_journal_inode3@Base 1.46.0
+ ext2fs_add_journal_inode@Base 1.37
+ ext2fs_adjust_ea_refcount2@Base 1.42
+ ext2fs_adjust_ea_refcount3@Base 1.43
+ ext2fs_adjust_ea_refcount@Base 1.37
+ ext2fs_alloc_block2@Base 1.42
+ ext2fs_alloc_block3@Base 1.44.0~rc1
+ ext2fs_alloc_block@Base 1.37
+ ext2fs_alloc_generic_bmap@Base 1.42
+ ext2fs_alloc_range@Base 1.43
+ ext2fs_allocate_block_bitmap@Base 1.37
+ ext2fs_allocate_generic_bitmap@Base 1.37
+ ext2fs_allocate_group_table@Base 1.37
+ ext2fs_allocate_inode_bitmap@Base 1.37
+ ext2fs_allocate_subcluster_bitmap@Base 1.42
+ ext2fs_allocate_tables@Base 1.37
+ ext2fs_badblocks_copy@Base 1.37
+ ext2fs_badblocks_equal@Base 1.37
+ ext2fs_badblocks_list_add@Base 1.37
+ ext2fs_badblocks_list_create@Base 1.37
+ ext2fs_badblocks_list_del@Base 1.37
+ ext2fs_badblocks_list_free@Base 1.37
+ ext2fs_badblocks_list_iterate@Base 1.37
+ ext2fs_badblocks_list_iterate_begin@Base 1.37
+ ext2fs_badblocks_list_iterate_end@Base 1.37
+ ext2fs_badblocks_list_test@Base 1.37
+ ext2fs_bg_checksum@Base 1.42
+ ext2fs_bg_checksum_set@Base 1.42
+ ext2fs_bg_flags@Base 1.42
+ ext2fs_bg_flags_clear@Base 1.42
+ ext2fs_bg_flags_set@Base 1.42
+ ext2fs_bg_flags_test@Base 1.42
+ ext2fs_bg_flags_zap@Base 1.42
+ ext2fs_bg_free_blocks_count@Base 1.42
+ ext2fs_bg_free_blocks_count_set@Base 1.42
+ ext2fs_bg_free_inodes_count@Base 1.42
+ ext2fs_bg_free_inodes_count_set@Base 1.42
+ ext2fs_bg_has_super@Base 1.37
+ ext2fs_bg_itable_unused@Base 1.42
+ ext2fs_bg_itable_unused_set@Base 1.42
+ ext2fs_bg_used_dirs_count@Base 1.42
+ ext2fs_bg_used_dirs_count_set@Base 1.42
+ ext2fs_bitcount@Base 1.42.7
+ ext2fs_blkmap64_bitarray@Base 1.42
+ ext2fs_blkmap64_rbtree@Base 1.42.1
+ 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
+ ext2fs_block_bitmap_csum_set@Base 1.43
+ ext2fs_block_bitmap_csum_verify@Base 1.43
+ ext2fs_block_bitmap_loc@Base 1.42
+ ext2fs_block_bitmap_loc_set@Base 1.42
+ ext2fs_block_iterate2@Base 1.37
+ ext2fs_block_iterate3@Base 1.42
+ ext2fs_block_iterate@Base 1.37
+ ext2fs_blocks_count@Base 1.42
+ ext2fs_blocks_count_add@Base 1.42
+ ext2fs_blocks_count_set@Base 1.42
+ ext2fs_bmap2@Base 1.41.0
+ ext2fs_bmap@Base 1.37
+ ext2fs_calculate_summary_stats@Base 1.46.0
+ ext2fs_casefold_cmp@Base 1.46.0
+ ext2fs_check_desc@Base 1.37
+ ext2fs_check_directory@Base 1.37
+ ext2fs_check_encoded_name@Base 1.46.0
+ ext2fs_check_if_mounted@Base 1.37
+ ext2fs_check_mount_point@Base 1.37
+ 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
+ ext2fs_clear_generic_bitmap@Base 1.41.0
+ ext2fs_clear_generic_bmap@Base 1.42
+ ext2fs_clear_inode_bitmap@Base 1.37
+ ext2fs_close2@Base 1.42
+ ext2fs_close@Base 1.37
+ ext2fs_close_free@Base 1.42.11
+ ext2fs_close_inode_scan@Base 1.37
+ ext2fs_compare_block_bitmap@Base 1.37
+ ext2fs_compare_generic_bitmap@Base 1.41.0
+ ext2fs_compare_generic_bmap@Base 1.42
+ ext2fs_compare_inode_bitmap@Base 1.37
+ ext2fs_const_inode@Base 1.43
+ ext2fs_convert_subcluster_bitmap@Base 1.42
+ ext2fs_copy_bitmap@Base 1.37
+ ext2fs_copy_dblist@Base 1.37
+ ext2fs_copy_generic_bitmap@Base 1.41.0
+ ext2fs_copy_generic_bmap@Base 1.42
+ ext2fs_count_blocks@Base 1.46.0
+ ext2fs_count_used_clusters@Base 1.46.0
+ ext2fs_crc16@Base 1.41.1
+ ext2fs_crc32_be@Base 1.43
+ 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
+ ext2fs_create_journal_superblock2@Base 1.46.0
+ ext2fs_create_journal_superblock@Base 1.37
+ ext2fs_create_orphan_file@Base 1.47.0
+ ext2fs_create_resize_inode@Base 1.37
+ ext2fs_dblist_count2@Base 1.42
+ ext2fs_dblist_count@Base 1.37
+ ext2fs_dblist_dir_iterate@Base 1.37
+ ext2fs_dblist_drop_last@Base 1.40.8
+ 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
+ ext2fs_dblist_iterate@Base 1.37
+ ext2fs_dblist_sort2@Base 1.42
+ ext2fs_dblist_sort@Base 1.37
+ ext2fs_decode_extent@Base 1.46.0
+ ext2fs_default_journal_size@Base 1.40
+ ext2fs_default_orphan_file_blocks@Base 1.47.0
+ ext2fs_descriptor_block_loc2@Base 1.42
+ ext2fs_descriptor_block_loc@Base 1.37
+ ext2fs_dir_block_csum_set@Base 1.43
+ ext2fs_dir_block_csum_verify@Base 1.43
+ ext2fs_dir_iterate2@Base 1.37
+ ext2fs_dir_iterate@Base 1.37
+ ext2fs_dirent_csum_verify@Base 1.43
+ ext2fs_dirent_file_type@Base 1.43
+ ext2fs_dirent_has_tail@Base 1.43
+ ext2fs_dirent_name_len@Base 1.43
+ ext2fs_dirent_set_file_type@Base 1.43
+ ext2fs_dirent_set_name_len@Base 1.43
+ ext2fs_dirent_swab_in2@Base 1.43
+ ext2fs_dirent_swab_in@Base 1.43
+ ext2fs_dirent_swab_out2@Base 1.43
+ ext2fs_dirent_swab_out@Base 1.43
+ ext2fs_dirhash2@Base 1.45
+ ext2fs_dirhash@Base 1.37
+ ext2fs_div64_ceil@Base 1.42
+ ext2fs_div_ceil@Base 1.40
+ ext2fs_djb2_hash@Base 1.44.3~rc1
+ ext2fs_do_orphan_file_block_csum@Base 1.47.0
+ ext2fs_dup_handle@Base 1.37
+ ext2fs_dx_csum@Base 1.46~WIP.2019.10.09
+ ext2fs_expand_dir@Base 1.37
+ ext2fs_ext_attr_block_csum_set@Base 1.43
+ ext2fs_ext_attr_block_csum_verify@Base 1.43
+ ext2fs_ext_attr_block_rehash@Base 1.44.0~rc1
+ ext2fs_ext_attr_hash_entry2@Base 1.44.0~rc1
+ ext2fs_ext_attr_hash_entry3@Base 1.46.6
+ ext2fs_ext_attr_hash_entry@Base 1.41.0
+ ext2fs_ext_attr_hash_entry_signed@Base 1.46.6
+ ext2fs_extent_block_csum_set@Base 1.43
+ ext2fs_extent_block_csum_verify@Base 1.43
+ ext2fs_extent_delete@Base 1.41.0
+ ext2fs_extent_fix_parents@Base 1.42.7
+ ext2fs_extent_free@Base 1.41.0
+ ext2fs_extent_get@Base 1.41.0
+ ext2fs_extent_get_info@Base 1.41.0
+ ext2fs_extent_goto2@Base 1.42.7
+ ext2fs_extent_goto@Base 1.41.0
+ ext2fs_extent_header_verify@Base 1.41.0
+ ext2fs_extent_insert@Base 1.41.0
+ ext2fs_extent_node_split@Base 1.42.7
+ ext2fs_extent_open2@Base 1.41.6
+ 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
+ ext2fs_fast_clear_bit64@Base 1.42
+ ext2fs_fast_clear_bit@Base 1.39
+ ext2fs_fast_mark_block_bitmap2@Base 1.42
+ ext2fs_fast_mark_block_bitmap@Base 1.37
+ ext2fs_fast_mark_block_bitmap_range2@Base 1.42
+ ext2fs_fast_mark_block_bitmap_range@Base 1.37
+ ext2fs_fast_mark_inode_bitmap2@Base 1.42
+ ext2fs_fast_mark_inode_bitmap@Base 1.37
+ ext2fs_fast_set_bit64@Base 1.42
+ ext2fs_fast_set_bit@Base 1.39
+ ext2fs_fast_test_block_bitmap2@Base 1.42
+ ext2fs_fast_test_block_bitmap@Base 1.37
+ ext2fs_fast_test_block_bitmap_range2@Base 1.42
+ ext2fs_fast_test_block_bitmap_range@Base 1.37
+ ext2fs_fast_test_inode_bitmap2@Base 1.42
+ ext2fs_fast_test_inode_bitmap@Base 1.37
+ ext2fs_fast_unmark_block_bitmap2@Base 1.42
+ ext2fs_fast_unmark_block_bitmap@Base 1.37
+ ext2fs_fast_unmark_block_bitmap_range2@Base 1.42
+ ext2fs_fast_unmark_block_bitmap_range@Base 1.37
+ ext2fs_fast_unmark_inode_bitmap2@Base 1.42
+ ext2fs_fast_unmark_inode_bitmap@Base 1.37
+ ext2fs_file_acl_block@Base 1.42
+ ext2fs_file_acl_block_set@Base 1.42
+ ext2fs_file_block_offset_too_big@Base 1.42.9
+ ext2fs_file_close@Base 1.37
+ ext2fs_file_flush@Base 1.37
+ ext2fs_file_get_fs@Base 1.37
+ ext2fs_file_get_inode@Base 1.42
+ ext2fs_file_get_inode_num@Base 1.42.1
+ ext2fs_file_get_lsize@Base 1.37
+ ext2fs_file_get_size@Base 1.37
+ ext2fs_file_llseek@Base 1.37
+ ext2fs_load_nls_table@Base 1.45.1
+ ext2fs_file_lseek@Base 1.37
+ ext2fs_file_open2@Base 1.37
+ ext2fs_file_open@Base 1.37
+ ext2fs_file_read@Base 1.37
+ ext2fs_file_set_size2@Base 1.42
+ ext2fs_file_set_size@Base 1.37
+ ext2fs_file_write@Base 1.37
+ ext2fs_find_block_device@Base 1.37
+ ext2fs_find_first_set_block_bitmap2@Base 1.42.9-3~
+ ext2fs_find_first_set_generic_bitmap@Base 1.42.9-3~
+ ext2fs_find_first_set_generic_bmap@Base 1.42.9-3~
+ ext2fs_find_first_set_inode_bitmap2@Base 1.42.9-3~
+ ext2fs_find_first_zero_block_bitmap2@Base 1.42.2
+ 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
+ ext2fs_fix_extents_checksums@Base 1.45
+ ext2fs_flush2@Base 1.42
+ ext2fs_flush@Base 1.37
+ ext2fs_flush_icache@Base 1.37
+ ext2fs_follow_link@Base 1.37
+ ext2fs_free@Base 1.37
+ ext2fs_free_block_bitmap@Base 1.37
+ ext2fs_free_blocks_count@Base 1.42
+ 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
+ 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
+ ext2fs_free_mem@Base 1.37
+ ext2fs_fstat@Base 1.42
+ ext2fs_fudge_block_bitmap_end2@Base 1.42
+ ext2fs_fudge_block_bitmap_end@Base 1.37
+ ext2fs_fudge_generic_bitmap_end@Base 1.41.0
+ ext2fs_fudge_generic_bmap_end@Base 1.42
+ ext2fs_fudge_inode_bitmap_end@Base 1.37
+ ext2fs_get_array@Base 1.40.3
+ ext2fs_get_arrayzero@Base 1.42
+ ext2fs_get_bitmap_granularity@Base 1.42
+ ext2fs_get_block_bitmap_end2@Base 1.42
+ ext2fs_get_block_bitmap_end@Base 1.37
+ ext2fs_get_block_bitmap_range2@Base 1.42
+ ext2fs_get_block_bitmap_range@Base 1.41.0
+ ext2fs_get_block_bitmap_start2@Base 1.42
+ ext2fs_get_block_bitmap_start@Base 1.37
+ ext2fs_get_blocks@Base 1.37
+ ext2fs_get_data_io@Base 1.37
+ ext2fs_get_device_phys_sectsize@Base 1.41.12
+ ext2fs_get_device_sectsize@Base 1.37
+ 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
+ ext2fs_get_ea_inode_hash@Base 1.44.0~rc1
+ ext2fs_get_ea_inode_ref@Base 1.44.0~rc1
+ ext2fs_get_free_blocks2@Base 1.42
+ ext2fs_get_free_blocks@Base 1.37
+ ext2fs_get_generic_bitmap_end@Base 1.41.0
+ ext2fs_get_generic_bitmap_range@Base 1.41.0
+ ext2fs_get_generic_bitmap_start@Base 1.41.0
+ ext2fs_get_generic_bmap_end@Base 1.42
+ ext2fs_get_generic_bmap_range@Base 1.42
+ ext2fs_get_generic_bmap_start@Base 1.42
+ ext2fs_get_icount_size@Base 1.37
+ ext2fs_get_inode_bitmap_end2@Base 1.42
+ ext2fs_get_inode_bitmap_end@Base 1.37
+ ext2fs_get_inode_bitmap_range2@Base 1.42
+ ext2fs_get_inode_bitmap_range@Base 1.41.0
+ ext2fs_get_inode_bitmap_start2@Base 1.42
+ ext2fs_get_inode_bitmap_start@Base 1.37
+ ext2fs_get_journal_params@Base 1.46.0
+ ext2fs_get_library_version@Base 1.37
+ ext2fs_get_mem@Base 1.37
+ ext2fs_get_memalign@Base 1.41.13
+ ext2fs_get_memzero@Base 1.42
+ ext2fs_get_next_inode@Base 1.37
+ ext2fs_get_next_inode_full@Base 1.37
+ ext2fs_get_num_dirs@Base 1.37
+ ext2fs_get_pathname@Base 1.37
+ ext2fs_get_rec_len@Base 1.41.7
+ ext2fs_get_stat_i_blocks@Base 1.45.5
+ ext2fs_group_blocks_count@Base 1.42
+ ext2fs_group_desc@Base 1.42
+ ext2fs_group_desc_csum@Base 1.42.2
+ ext2fs_group_desc_csum_set@Base 1.41.0
+ ext2fs_group_desc_csum_verify@Base 1.41.0
+ ext2fs_group_first_block2@Base 1.42
+ ext2fs_group_first_block@Base 1.40
+ ext2fs_group_last_block2@Base 1.42
+ ext2fs_group_last_block@Base 1.40
+ ext2fs_group_of_blk2@Base 1.42
+ ext2fs_group_of_blk@Base 1.37
+ ext2fs_group_of_ino@Base 1.37
+ ext2fs_hashmap_add@Base 1.44.3~rc1
+ ext2fs_hashmap_create@Base 1.44.3~rc1
+ ext2fs_hashmap_free@Base 1.44.3~rc1
+ ext2fs_hashmap_iter_in_order@Base 1.44.3~rc1
+ ext2fs_hashmap_lookup@Base 1.44.3~rc1
+ ext2fs_htree_intnode_maxrecs@Base 1.44.0~rc1
+ ext2fs_iblk_add_blocks@Base 1.41.0
+ ext2fs_iblk_set@Base 1.41.0
+ ext2fs_iblk_sub_blocks@Base 1.41.0
+ ext2fs_icount_decrement@Base 1.37
+ ext2fs_icount_fetch@Base 1.37
+ ext2fs_icount_increment@Base 1.37
+ ext2fs_icount_store@Base 1.37
+ ext2fs_icount_validate@Base 1.37
+ ext2fs_image_bitmap_read@Base 1.37
+ ext2fs_image_bitmap_write@Base 1.37
+ ext2fs_image_inode_read@Base 1.37
+ 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
+ ext2fs_init_dblist@Base 1.37
+ ext2fs_initialize@Base 1.37
+ ext2fs_initialize_dirent_tail@Base 1.43
+ ext2fs_inline_data_dir_iterate@Base 1.43
+ ext2fs_inline_data_ea_remove@Base 1.43
+ ext2fs_inline_data_expand@Base 1.43
+ ext2fs_inline_data_get@Base 1.43
+ ext2fs_inline_data_init@Base 1.43
+ ext2fs_inline_data_set@Base 1.43
+ ext2fs_inline_data_size@Base 1.43
+ ext2fs_inode@Base 1.43
+ ext2fs_inode_alloc_stats2@Base 1.37
+ ext2fs_inode_alloc_stats@Base 1.37
+ ext2fs_inode_bitmap_checksum@Base 1.43
+ ext2fs_inode_bitmap_csum_set@Base 1.43
+ ext2fs_inode_bitmap_csum_verify@Base 1.43
+ ext2fs_inode_bitmap_loc@Base 1.42
+ ext2fs_inode_bitmap_loc_set@Base 1.42
+ ext2fs_inode_csum_set@Base 1.43
+ ext2fs_inode_csum_verify@Base 1.43
+ ext2fs_inode_data_blocks2@Base 1.42
+ ext2fs_inode_data_blocks@Base 1.37
+ ext2fs_inode_has_valid_blocks2@Base 1.42
+ ext2fs_inode_has_valid_blocks@Base 1.37
+ ext2fs_inode_i_blocks@Base 1.42
+ ext2fs_inode_io_intern2@Base 1.37
+ ext2fs_inode_io_intern@Base 1.37
+ ext2fs_inode_scan_flags@Base 1.37
+ ext2fs_inode_scan_goto_blockgroup@Base 1.37
+ ext2fs_inode_size_set@Base 1.42.12
+ ext2fs_inode_table_loc@Base 1.42
+ ext2fs_inode_table_loc_set@Base 1.42
+ ext2fs_inodes_per_orphan_block@Base 1.47.0
+ ext2fs_is_fast_symlink@Base 1.44.0~rc1
+ ext2fs_journal_sb_start@Base 1.42.12
+ ext2fs_link@Base 1.37
+ ext2fs_llseek@Base 1.37
+ ext2fs_lookup@Base 1.37
+ ext2fs_make_generic_bitmap@Base 1.41.0
+ ext2fs_map_cluster_block@Base 1.42.9
+ ext2fs_mark_bb_dirty@Base 1.37
+ ext2fs_mark_block_bitmap2@Base 1.42
+ ext2fs_mark_block_bitmap@Base 1.37
+ ext2fs_mark_block_bitmap_range2@Base 1.42
+ ext2fs_mark_block_bitmap_range@Base 1.37
+ ext2fs_mark_changed@Base 1.37
+ ext2fs_mark_generic_bitmap@Base 1.37
+ ext2fs_mark_generic_bmap@Base 1.42
+ ext2fs_mark_ib_dirty@Base 1.37
+ ext2fs_mark_inode_bitmap2@Base 1.42
+ 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
+ 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
+ ext2fs_mmp_csum_verify@Base 1.43
+ 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
+ ext2fs_mmp_update@Base 1.42
+ ext2fs_mmp_write@Base 1.42
+ ext2fs_namei@Base 1.37
+ ext2fs_namei_follow@Base 1.37
+ ext2fs_native_flag@Base 1.37
+ ext2fs_new_block2@Base 1.42
+ ext2fs_new_block3@Base 1.44.0~rc1
+ ext2fs_new_block@Base 1.37
+ ext2fs_new_dir_block@Base 1.37
+ ext2fs_new_dir_inline_data@Base 1.43
+ ext2fs_new_inode@Base 1.37
+ ext2fs_new_range@Base 1.43
+ ext2fs_numeric_progress_close@Base 1.42
+ ext2fs_numeric_progress_init@Base 1.42
+ ext2fs_numeric_progress_ops@Base 1.43
+ ext2fs_numeric_progress_update@Base 1.42
+ ext2fs_open2@Base 1.37
+ ext2fs_open@Base 1.37
+ ext2fs_open_file@Base 1.42
+ ext2fs_open_inode_scan@Base 1.37
+ ext2fs_orphan_block_tail@Base 1.47.0
+ ext2fs_orphan_file_block_csum_set@Base 1.47.0
+ ext2fs_orphan_file_block_csum_verify@Base 1.47.0
+ ext2fs_parse_version_string@Base 1.37
+ ext2fs_process_dir_block@Base 1.37
+ ext2fs_punch@Base 1.42
+ ext2fs_r_blocks_count@Base 1.42
+ ext2fs_r_blocks_count_add@Base 1.42
+ ext2fs_r_blocks_count_set@Base 1.42
+ ext2fs_rb_erase@Base 1.42.1
+ ext2fs_rb_first@Base 1.42.1
+ ext2fs_rb_insert_color@Base 1.42.1
+ ext2fs_rb_last@Base 1.42.1
+ ext2fs_rb_next@Base 1.42.1
+ ext2fs_rb_prev@Base 1.42.1
+ ext2fs_rb_replace_node@Base 1.42.1
+ ext2fs_read_bb_FILE2@Base 1.37
+ ext2fs_read_bb_FILE@Base 1.37
+ ext2fs_read_bb_inode@Base 1.37
+ ext2fs_read_bitmaps@Base 1.37
+ 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
+ ext2fs_read_dir_block@Base 1.37
+ ext2fs_read_ext_attr2@Base 1.42
+ ext2fs_read_ext_attr3@Base 1.43
+ ext2fs_read_ext_attr@Base 1.37
+ ext2fs_read_ind_block@Base 1.37
+ ext2fs_read_inode2@Base 1.45
+ 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
+ ext2fs_reserve_super_and_bgd@Base 1.37
+ ext2fs_resize_array@Base 1.45.6
+ ext2fs_resize_block_bitmap2@Base 1.42
+ ext2fs_resize_block_bitmap@Base 1.37
+ ext2fs_resize_generic_bitmap@Base 1.37
+ ext2fs_resize_generic_bmap@Base 1.42
+ ext2fs_resize_inode_bitmap2@Base 1.42
+ ext2fs_resize_inode_bitmap@Base 1.37
+ ext2fs_resize_mem@Base 1.37
+ ext2fs_rewrite_to_io@Base 1.37
+ ext2fs_rw_bitmaps@Base 1.46.0
+ ext2fs_set_alloc_block_callback@Base 1.41.0
+ ext2fs_set_bit64@Base 1.42
+ 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
+ ext2fs_set_block_bitmap_range2@Base 1.42
+ ext2fs_set_block_bitmap_range@Base 1.41.0
+ ext2fs_set_data_io@Base 1.37
+ ext2fs_set_dir_block2@Base 1.42
+ ext2fs_set_dir_block@Base 1.37
+ ext2fs_set_ea_inode_hash@Base 1.44.0~rc1
+ ext2fs_set_ea_inode_ref@Base 1.44.0~rc1
+ ext2fs_set_gdt_csum@Base 1.41.0
+ ext2fs_set_generic_bitmap_padding@Base 1.41.0
+ ext2fs_set_generic_bitmap_range@Base 1.41.0
+ ext2fs_set_generic_bmap_padding@Base 1.42
+ ext2fs_set_generic_bmap_range@Base 1.42
+ 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
+ ext2fs_set_rec_len@Base 1.41.7
+ ext2fs_sha512@Base 1.43
+ 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
+ ext2fs_superblock_csum_verify@Base 1.43
+ ext2fs_swab16@Base 1.37
+ ext2fs_swab32@Base 1.37
+ ext2fs_swab64@Base 1.40
+ ext2fs_swap_ext_attr@Base 1.40
+ ext2fs_swap_ext_attr_entry@Base 1.41
+ ext2fs_swap_ext_attr_header@Base 1.41
+ ext2fs_swap_group_desc2@Base 1.42
+ ext2fs_swap_group_desc@Base 1.37
+ ext2fs_swap_inode@Base 1.37
+ ext2fs_swap_inode_full@Base 1.40
+ ext2fs_swap_mmp@Base 1.42
+ ext2fs_swap_super@Base 1.37
+ ext2fs_symlink@Base 1.42.7
+ ext2fs_sync_device@Base 1.37
+ ext2fs_tdb_append@Base 1.40
+ ext2fs_tdb_chainlock@Base 1.40
+ ext2fs_tdb_chainlock_mark@Base 1.40.7
+ ext2fs_tdb_chainlock_nonblock@Base 1.40.7
+ ext2fs_tdb_chainlock_read@Base 1.40
+ ext2fs_tdb_chainlock_unmark@Base 1.40.7
+ ext2fs_tdb_chainunlock@Base 1.40
+ ext2fs_tdb_chainunlock_read@Base 1.40
+ ext2fs_tdb_close@Base 1.40
+ ext2fs_tdb_delete@Base 1.40
+ ext2fs_tdb_dump_all@Base 1.40
+ ext2fs_tdb_enable_seqnum@Base 1.40.7
+ ext2fs_tdb_error@Base 1.40
+ ext2fs_tdb_errorstr@Base 1.40
+ ext2fs_tdb_exists@Base 1.40
+ ext2fs_tdb_fd@Base 1.40
+ ext2fs_tdb_fetch@Base 1.40
+ ext2fs_tdb_firstkey@Base 1.40
+ ext2fs_tdb_flush@Base 1.43
+ ext2fs_tdb_get_flags@Base 1.40
+ ext2fs_tdb_get_logging_private@Base 1.40
+ ext2fs_tdb_get_seqnum@Base 1.40
+ ext2fs_tdb_hash_size@Base 1.40
+ ext2fs_tdb_increment_seqnum_nonblock@Base 1.40.7
+ ext2fs_tdb_lock_nonblock@Base 1.40.7
+ ext2fs_tdb_lockall@Base 1.40
+ ext2fs_tdb_lockall_mark@Base 1.40.7
+ ext2fs_tdb_lockall_nonblock@Base 1.40.7
+ ext2fs_tdb_lockall_read@Base 1.40
+ ext2fs_tdb_lockall_read_nonblock@Base 1.40.7
+ ext2fs_tdb_lockall_unmark@Base 1.40.7
+ ext2fs_tdb_log_fn@Base 1.40
+ ext2fs_tdb_map_size@Base 1.40
+ ext2fs_tdb_name@Base 1.40
+ ext2fs_tdb_nextkey@Base 1.40
+ ext2fs_tdb_open@Base 1.40
+ ext2fs_tdb_open_ex@Base 1.40
+ ext2fs_tdb_parse_record@Base 1.40
+ ext2fs_tdb_printfreelist@Base 1.40
+ ext2fs_tdb_reopen@Base 1.40
+ ext2fs_tdb_reopen_all@Base 1.40
+ ext2fs_tdb_set_logging_function@Base 1.40
+ ext2fs_tdb_set_max_dead@Base 1.40
+ ext2fs_tdb_store@Base 1.40
+ ext2fs_tdb_transaction_cancel@Base 1.40
+ ext2fs_tdb_transaction_commit@Base 1.40
+ ext2fs_tdb_transaction_recover@Base 1.40
+ ext2fs_tdb_transaction_start@Base 1.40
+ ext2fs_tdb_traverse@Base 1.40
+ ext2fs_tdb_traverse_read@Base 1.40
+ ext2fs_tdb_unlockall@Base 1.40
+ ext2fs_tdb_unlockall_read@Base 1.40
+ ext2fs_tdb_validate_freelist@Base 1.40
+ ext2fs_test_bb_dirty@Base 1.37
+ ext2fs_test_bit64@Base 1.42
+ ext2fs_test_bit@Base 1.37
+ ext2fs_test_block_bitmap2@Base 1.42
+ ext2fs_test_block_bitmap@Base 1.37
+ ext2fs_test_block_bitmap_range2@Base 1.42
+ ext2fs_test_block_bitmap_range@Base 1.37
+ ext2fs_test_changed@Base 1.37
+ ext2fs_test_generic_bitmap@Base 1.37
+ ext2fs_test_generic_bmap@Base 1.42
+ ext2fs_test_ib_dirty@Base 1.37
+ ext2fs_test_inode_bitmap2@Base 1.42
+ ext2fs_test_inode_bitmap@Base 1.37
+ ext2fs_test_inode_bitmap_range@Base 1.41.8
+ ext2fs_test_valid@Base 1.37
+ ext2fs_truncate_orphan_file@Base 1.47.0
+ ext2fs_u32_copy@Base 1.37
+ ext2fs_u32_list_add@Base 1.37
+ ext2fs_u32_list_count@Base 1.37
+ ext2fs_u32_list_create@Base 1.37
+ ext2fs_u32_list_del@Base 1.37
+ ext2fs_u32_list_equal@Base 1.37
+ ext2fs_u32_list_find@Base 1.37
+ ext2fs_u32_list_free@Base 1.37
+ ext2fs_u32_list_iterate@Base 1.37
+ ext2fs_u32_list_iterate_begin@Base 1.37
+ ext2fs_u32_list_iterate_end@Base 1.37
+ ext2fs_u32_list_test@Base 1.37
+ ext2fs_unlink@Base 1.37
+ ext2fs_unmark_block_bitmap2@Base 1.42
+ ext2fs_unmark_block_bitmap@Base 1.37
+ ext2fs_unmark_block_bitmap_range2@Base 1.42
+ ext2fs_unmark_block_bitmap_range@Base 1.37
+ ext2fs_unmark_generic_bitmap@Base 1.37
+ ext2fs_unmark_generic_bmap@Base 1.42
+ ext2fs_unmark_inode_bitmap2@Base 1.42
+ ext2fs_unmark_inode_bitmap@Base 1.37
+ 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
+ ext2fs_warn_bitmap2@Base 1.37
+ ext2fs_warn_bitmap32@Base 1.42
+ ext2fs_warn_bitmap@Base 1.37
+ ext2fs_write_bb_FILE@Base 1.37
+ ext2fs_write_bitmaps@Base 1.37
+ 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
+ ext2fs_write_dir_block@Base 1.37
+ ext2fs_write_ext_attr2@Base 1.42
+ ext2fs_write_ext_attr3@Base 1.43
+ ext2fs_write_ext_attr@Base 1.37
+ ext2fs_write_ind_block@Base 1.37
+ ext2fs_write_inode2@Base 1.45
+ 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
+ ext2fs_xattr_inode_max_size@Base 1.43
+ ext2fs_xattr_remove@Base 1.43
+ ext2fs_xattr_set@Base 1.43
+ ext2fs_xattrs_close@Base 1.43
+ ext2fs_xattrs_count@Base 1.43
+ ext2fs_xattrs_flags@Base 1.43.4~WIP.2017.01.30
+ ext2fs_xattrs_iterate@Base 1.43
+ ext2fs_xattrs_open@Base 1.43
+ ext2fs_xattrs_read@Base 1.43
+ ext2fs_xattrs_read_inode@Base 1.47.0
+ ext2fs_xattrs_write@Base 1.43
+ 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
+ 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
+ qcow2_read_header@Base 1.42
+ qcow2_write_raw_image@Base 1.42
+ set_undo_io_backing_manager@Base 1.41.0
+ set_undo_io_backup_file@Base 1.41.0
+ sparse_io_manager@Base 1.44.0~rc1
+ sparsefd_io_manager@Base 1.44.0~rc1
+ test_io_backing_manager@Base 1.37
+ test_io_cb_read_blk64@Base 1.41.0
+ test_io_cb_read_blk@Base 1.37
+ test_io_cb_set_blksize@Base 1.37
+ test_io_cb_write_blk64@Base 1.41.0
+ test_io_cb_write_blk@Base 1.37
+ test_io_cb_write_byte@Base 1.37
+ test_io_manager@Base 1.37
+ undo_io_manager@Base 1.41.0
+ unix_io_manager@Base 1.37
+ unixfd_io_manager@Base 1.43.2
diff -Nru e2fsprogs-1.47.0/debian/libss2.install 
e2fsprogs-1.47.0/debian/libss2.install
--- e2fsprogs-1.47.0/debian/libss2.install      2023-03-05 03:16:08.000000000 
+0000
+++ e2fsprogs-1.47.0/debian/libss2.install      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-lib/*/libss*.so.*
diff -Nru e2fsprogs-1.47.0/debian/libss2.symbols 
e2fsprogs-1.47.0/debian/libss2.symbols
--- e2fsprogs-1.47.0/debian/libss2.symbols      2023-03-05 03:16:08.000000000 
+0000
+++ e2fsprogs-1.47.0/debian/libss2.symbols      1970-01-01 00:00:00.000000000 
+0000
@@ -1,36 +0,0 @@
-libss.so.2 libss2 #MINVER#
-* Build-Depends-Package: ss-dev
- _ss_pager_name@Base 1.01
- _ss_table@Base 1.01
- et_ss_error_table@Base 1.35
- initialize_ss_error_table@Base 1.01
- initialize_ss_error_table_r@Base 1.34
- ss_abort_subsystem@Base 1.01
- ss_add_info_dir@Base 1.01
- ss_add_request_table@Base 1.01
- ss_create_invocation@Base 1.01
- ss_delete_info_dir@Base 1.01
- ss_delete_invocation@Base 1.01
- ss_delete_request_table@Base 1.01
- ss_error@Base 1.01
- ss_execute_command@Base 1.01
- ss_execute_line@Base 1.01
- ss_get_prompt@Base 1.01
- ss_get_readline@Base 1.34
- ss_help@Base 1.01
- ss_list_requests@Base 1.01
- ss_listen@Base 1.01
- ss_name@Base 1.01
- ss_page_stdin@Base 1.01
- ss_pager_create@Base 1.01
- ss_parse@Base 1.01
- ss_perror@Base 1.01
- ss_quit@Base 1.01
- ss_rl_completion@Base 1.34
- ss_safe_getenv@Base 1.38
- ss_self_identify@Base 1.01
- ss_set_prompt@Base 1.01
- ss_std_requests@Base 1.01
- ss_subsystem_name@Base 1.01
- ss_subsystem_version@Base 1.01
- ss_unimplemented@Base 1.01
diff -Nru e2fsprogs-1.47.0/debian/libss2t64.install 
e2fsprogs-1.47.0/debian/libss2t64.install
--- e2fsprogs-1.47.0/debian/libss2t64.install   1970-01-01 00:00:00.000000000 
+0000
+++ e2fsprogs-1.47.0/debian/libss2t64.install   2023-03-05 03:16:08.000000000 
+0000
@@ -0,0 +1 @@
+lib/*/libss*.so.*
diff -Nru e2fsprogs-1.47.0/debian/libss2t64.lintian-overrides 
e2fsprogs-1.47.0/debian/libss2t64.lintian-overrides
--- e2fsprogs-1.47.0/debian/libss2t64.lintian-overrides 1970-01-01 
00:00:00.000000000 +0000
+++ e2fsprogs-1.47.0/debian/libss2t64.lintian-overrides 2024-02-28 
23:35:48.000000000 +0000
@@ -0,0 +1 @@
+libss2t64: package-name-doesnt-match-sonames libss2
diff -Nru e2fsprogs-1.47.0/debian/libss2t64.symbols 
e2fsprogs-1.47.0/debian/libss2t64.symbols
--- e2fsprogs-1.47.0/debian/libss2t64.symbols   1970-01-01 00:00:00.000000000 
+0000
+++ e2fsprogs-1.47.0/debian/libss2t64.symbols   2024-02-28 23:35:48.000000000 
+0000
@@ -0,0 +1,36 @@
+libss.so.2 libss2t64 #MINVER#
+* Build-Depends-Package: ss-dev
+ _ss_pager_name@Base 1.01
+ _ss_table@Base 1.01
+ et_ss_error_table@Base 1.35
+ initialize_ss_error_table@Base 1.01
+ initialize_ss_error_table_r@Base 1.34
+ ss_abort_subsystem@Base 1.01
+ ss_add_info_dir@Base 1.01
+ ss_add_request_table@Base 1.01
+ ss_create_invocation@Base 1.01
+ ss_delete_info_dir@Base 1.01
+ ss_delete_invocation@Base 1.01
+ ss_delete_request_table@Base 1.01
+ ss_error@Base 1.01
+ ss_execute_command@Base 1.01
+ ss_execute_line@Base 1.01
+ ss_get_prompt@Base 1.01
+ ss_get_readline@Base 1.34
+ ss_help@Base 1.01
+ ss_list_requests@Base 1.01
+ ss_listen@Base 1.01
+ ss_name@Base 1.01
+ ss_page_stdin@Base 1.01
+ ss_pager_create@Base 1.01
+ ss_parse@Base 1.01
+ ss_perror@Base 1.01
+ ss_quit@Base 1.01
+ ss_rl_completion@Base 1.34
+ ss_safe_getenv@Base 1.38
+ ss_self_identify@Base 1.01
+ ss_set_prompt@Base 1.01
+ ss_std_requests@Base 1.01
+ ss_subsystem_name@Base 1.01
+ ss_subsystem_version@Base 1.01
+ ss_unimplemented@Base 1.01

Reply via email to