Files
rk35xx-android14/external/e2fsprogs/doc/RelNotes/v1.17.txt
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

33 lines
1.0 KiB
Plaintext

E2fsprogs 1.17 (October 26, 1999)
=================================
Fixed nasty typo in fsck which caused parallelized fsck's to go into an
infinite loop.
Fixed a bug in fsck where it used strncmp to compare a binary UUID,
thus potentially causing problems if a binary UUID contained a NULL
character.
E2fsck now uses stricter checks for directory entries in pass 2:
zero-length filenames are not allowed; neither are 8 byte long
directory entries.
The debugfs "dirty" command now clears the filesystem valid bit.
(Previously this just set the dirty-as-in-needs-writing-out-to-disk
bit in the in-core superblock image. The new functionality is more
what the user expects, and is more useful.)
Added a debugging hook to test parallel fsck; if the environment
variable FSCK_FORCE_ALL_PARALLEL, then filesystems on the same drive
will be checked in parallel when they normally would not be.
Programmer's notes:
-------------------
Fixed some #ifdef's for compilation under the Hurd OS.
Fixed minor W2K compatibility problems.
Fixed some miscellaneous GCC warnings.