|
| 1 | +e2fsprogs (1.47.3~rc2-1) experimental; urgency=medium |
| 2 | + |
| 3 | + * Add a lockfile command-line option to fuse2fs which is useful for |
| 4 | + scripts that need to know when fuse2fs is done modifying the file system |
| 5 | + after it is unmounted. |
| 6 | + * Fix mke2fs -d when importing large directories (Closes: #1106854) |
| 7 | + * Fix indention problem in the man page for mke2fs |
| 8 | + * Fix a (hard to reproduce) extent tree corruption bug which could be |
| 9 | + triggered by resize2fs or fuse2fs if the extent tree was especially complex |
| 10 | + * Fix error path handling in fuse2fs when servicing an op_create request. |
| 11 | + * Fix spurious warnings from fuse2fs while servicing an op_fallocate request. |
| 12 | + * Fix fuse2fs to correctly translate system errors from libext2fs to the |
| 13 | + negative error codes expected by the FUSE kernel driver. |
| 14 | + * Update Czech, Chinese, Dutch, French, Portuguese, Polish, Romainian, |
| 15 | + Serbian, Spanish, Swedish, and Ukrainian translations. |
| 16 | + |
| 17 | + -- Theodore Y. Ts'o <tytso@mit.edu> Fri, 13 Jun 2025 14:24:46 -0400 |
| 18 | + |
1 | 19 | e2fsprogs (1.47.3~rc1-1) experimental; urgency=medium |
2 | 20 |
|
3 | 21 | * Mke2fs -d can now copy the fs-verity metadata and chattr flags |
@@ -62,6 +80,55 @@ e2fsprogs (1.47.3~rc1-1) experimental; urgency=medium |
62 | 80 |
|
63 | 81 | -- Theodore Y. Ts'o <tytso@mit.edu> Wed, 28 May 2025 08:50:19 -0400 |
64 | 82 |
|
| 83 | +e2fsprogs (1.47.2-3) unstable; urgency=medium |
| 84 | + |
| 85 | + * Fix a typo in fuse2fs.postrm which breaks /usr-move mitigation |
| 86 | + (Closes: #1107595) |
| 87 | + |
| 88 | + -- Theodore Y. Ts'o <tytso@mit.edu> Tue, 10 Jun 2025 14:59:29 -0400 |
| 89 | + |
| 90 | +e2fsprogs (1.47.2-2) unstable; urgency=medium |
| 91 | + |
| 92 | + * Fix integer overflow bug which resulted in fuse2fs failing to delete |
| 93 | + very large files (Closes: #1106241) |
| 94 | + * Fix an extent corruption bug which in very rare cases could result in |
| 95 | + data loss when resizing a file system or when fuse2fs is operating on |
| 96 | + that file system |
| 97 | + * Various man page cleanups |
| 98 | + * Add a Built-Using field to the e2fsck-static man page to honor a LGPL |
| 99 | + requirement documenting which version of glibc was used to build the |
| 100 | + e2fsck.static binary (Closes: #1106799) |
| 101 | + * Remove the physical address of the FSF from the debian/copyright |
| 102 | + file, addressing a Lintian warning. |
| 103 | + * Fix bug in debugfs when user passes invalid arguments to the |
| 104 | + e2freefrag command |
| 105 | + * Add range checks to "mke2fs -E <desc_size>" |
| 106 | + * Check to make the invalid value of 0 is not passed to "e2freefrag -c" |
| 107 | + * Fix "e2fsck -E unshare_blocks" to clear the shared_blocks flag when |
| 108 | + there are no shared blocks to clear |
| 109 | + * Fix mke2fs to disallow the verity feature without extents |
| 110 | + * Fix fuse2fs to reject renameat2 RENAME_EXCHANGE/RENAME_WHITEOUT |
| 111 | + instead of treating the request (wrongly) as a normal rename |
| 112 | + * Fix fuse2fs to set the timestamps for the new inode created by a mkdir |
| 113 | + or symlink request |
| 114 | + * Fix fuse2fs to clamp the timestamps written to the file system to fix |
| 115 | + a Y2038 bug as tested by fstests generic/402 |
| 116 | + * Fix fuse2fs to handle the encoding of POSIX acl's correctly |
| 117 | + * Fix fuse2fs to return EOPNOTSUPP when a fallocate(2) mode is not supported |
| 118 | + * Fix fuse2fs to refuse mounting a file system with file system features |
| 119 | + that it doesn't know how to handle |
| 120 | + * Fix debugfs's dump and rdump commands to avoid looping forever when |
| 121 | + it runs across an I/O error or corupt filesystem metadata. |
| 122 | + * Fix debugfs's dirsearch command on big-endian systems. |
| 123 | + * Optimize ext2fs_extent_set_bmap() to avoid fragmenting the extent |
| 124 | + tree. This fixes a problem where resize2fs is trying to relocate |
| 125 | + all of the blocks in a file leading to the extent tree doubling in |
| 126 | + size, and potentially leading to a corrupted extent tree. |
| 127 | + * Fix "e2fsck -n" to not abort when it trips across an EA inode which |
| 128 | + is not referenced by any inodes in the file system. |
| 129 | + |
| 130 | + -- Theodore Y. Ts'o <tytso@mit.edu> Mon, 09 Jun 2025 20:49:10 -0400 |
| 131 | + |
65 | 132 | e2fsprogs (1.47.2-1) unstable; urgency=medium |
66 | 133 |
|
67 | 134 | * New upstream version |
|
0 commit comments