partition table and it is creating a file system at a non-zero offset
(so the partition table wouldn't be overwritten in any case).
(Closes: #989612)
- * Fix e2image -Q to prevent a multiplcation overflow could corrupt
+ * Fix e2image -Q to prevent a multiplication overflow could corrupt
the generated QCOW2 output file for very large file systems.
* When e2fsck repairs '.' and '..' entries in corrupted directories, set
the file type in the directory entry to be EXT2_FT_DIR and do not
v1.45.5.)
* Fix lsattr and chattr to avoid opening or calling EXT2_IOC_[GS]ETFLAGS
on devices, since this can cause some devices to react badly as a
- result. (Thix fixes a regression introduced in v1.46.2.)
+ result. (This fixes a regression introduced in v1.46.2.)
(Closes: #986332)
* Fix potential memory leaks and seg faults when memory allocations fail.
* Fix various compiler and valgrind warnings
file which is stored using inline_data and contains an ACL or extended
attribute. (Closes: #971014)
* Add build profiles noudeb and pkg.e2fsprogs.no-static (Closes: #966686)
- * Update the Czech, French, Malay, Polish, Portuguese, Sweedish, and
- Ukranian translations from the translation project.
+ * Update the Czech, French, Malay, Polish, Portuguese, Swedish, and
+ Ukrainian translations from the translation project.
-- Theodore Y. Ts'o <tytso@mit.edu> Tue, 09 Feb 2021 17:36:02 -0500
requested operation.
* Fix mke2fs so it can import the contents of a directory using the -d
option when it has inode numbers that are greater than 2**32. Also
- fix an ommission were the extended attributes on the top-level directory
+ fix an omission where the extended attributes on the top-level directory
was not getting copied to the root directory.
* Fix e4crypt so that the add_key operation uses the explicitly provided
salt if it is provided.
e2fsprogs (1.46~WIP.2019.10.09-1) experimental; urgency=medium
- * Add (minimal) support to enable the fast commit feaure. This is just
+ * Add (minimal) support to enable the fast commit feature. This is just
enough to enable kernel development work; e2fsck replay of journals
with the fast commit feature is *not* available.
* E2fsck will now check encryption policies for consistency
directories at the same time.
* Fixed a bug in e2scrub_all so it correctly handles an LUKS volume
stacked on top of an LV. (Closes: #931387)
- * Fixed a bug in e2scrub_all so it correctl specifies the volumes to
+ * Fixed a bug in e2scrub_all so it correctly specifies the volumes to
clean up when using "e2scrub_all -r". (Closes: #931679)
* Fixed improper use of positional markers in the Czech, Dutch,
German, and Vietnamese translations. (Closes: #892173)
translation prompting the use of the English 'y' character.
(Closes: #907034)
* Fix spurious complaint of blocks beyond i_size for verity files.
- * Update the Czech, Malay, Polish, Spanish, Swedish, and Ukarainian
+ * Update the Czech, Malay, Polish, Spanish, Swedish, and Ukrainian
translations. Add the new Portuguese translation. (Closes: #912185)
-- Theodore Y. Ts'o <tytso@mit.edu> Mon, 27 May 2019 21:46:31 -0400
* Teach e2scrub to issue more useful error messages
* Update support for the case-folding file system feature to match what
finally will be landing in the kernel.
- * Teach e2scrub_all to skip scrubing a file system if there is not
+ * Teach e2scrub_all to skip scrubbing a file system if there is not
enough free space to create a snapshot. (Closes: #924301)
* Fixed debugfs so it correctly prints ea_in_inode xattr values.
* Debugfs now prints non-printing characters using C-style hex escape
them showing up in GUI's. (Closes: #926112)
* Mark the e2scrub systemd service files to indicate that it requires
CAP_SYS_ADMIN and CAP_SYS_RAWIO so e2scrub will get skipped when run
- in cointainers that don't give root these capabilities. (Closes: #926138)
+ in containers that don't give root these capabilities. (Closes: #926138)
* E2fsck can now save a problem code log for debugging or monitoring
purposes.
* Fix the libext2fs library to be more robust against
invalid/maliciously corrupted block group descriptors.
* Fix mke2fs and debugfs so they can correctly copy in files > 2 GiB.
- * Fix debugfs so its stat command can correct supportly display directory
+ * Fix debugfs so its stat command can correctly display directory
sizes > 2 GiB.
* Fix memory leaks in debugfs, mke2fs, and e2freefrag.
* Avoid unnecessarily linking badblocks with the libblkid shared library.
and meta_bg features enabled.
* Fix orphan list handling of inodes on bigalloc file systems (and other
situations where inodes need to be deleted or truncated) in e2fsck.
- * Update Sweedish translation.
+ * Update Swedish translation.
* Add Vcs-* headers in Debian packaging (Closes: #887512)
* Speed up reading bitmap blocks in debugfs when opening large file
systems.
* New upstream version
* Fix a bug where updated bitmap checks might not be written to disk.
(Closes: #883869)
- * Add missing byte swaps for newly added fields in the superbloc
+ * Add missing byte swaps for newly added fields in the superblock
* Fix a potential use after free bug in e2fsck when fixing a corrupted
root node in directory hash tree.
* Fix a bug in e2fsck where a badly/maliciously corrupted superblock
* Fix how backup superblocks are written in big endian systems so they
are all correctly byte swapped.
* Fixed tune2fs's support for enabling and disabling project quota.
- * The badblock program now properly handles languages which have
+ * The badblocks program now properly handles languages which have
multi-column wide character such as Chinese. (Closes: #860926)
* The mke2fs -U option now accepts "null", "clear", "random", or "time"
just as tune2fs's -U option.
information from an e2image-created image file.
* Debugfs's "write" command can now create a sparse files
* Debugfs can now support a command line which is up to 8k long
- * E2image will refuse to create a raw or qcomw image using a mounted
+ * E2image will refuse to create a raw or qcow2 image using a mounted
file system unless the -f option is given.
* E2image has been made more useful for efficiently copying file
systems using the -ra options. New options to help with this use
cause them to use much less memory for large file systems.
* E2fsck will now check for zero-length extents, since older kernels will
OOPS if they comes across one
- * Fix e2fsck's discard behaviour so it does not discard too many
+ * Fix e2fsck's discard behavior so it does not discard too many
blocks, and it will not use discard if the device advertises
that discard does not persistently zero data. Also, if e2fsck is
run in read-only mode, do not try to discard data.