Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_e2fsprogs
Commits
11e52922
Commit
11e52922
authored
12 years ago
by
Theodore Ts'o
Browse files
Options
Download
Email Patches
Plain Diff
Update Release Notes, Changelogs, version.h, etc. for 1.42.6 release
parent
bbcd91bb
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
270 additions
and
188 deletions
+270
-188
README
README
+1
-1
RELEASE-NOTES
RELEASE-NOTES
+59
-0
debian/changelog
debian/changelog
+19
-0
e2fsprogs.lsm
e2fsprogs.lsm
+5
-5
po/e2fsprogs.pot
po/e2fsprogs.pot
+184
-180
version.h
version.h
+2
-2
No files found.
README
View file @
11e52922
This is the new version (1.42.
5
) of the second extended file
This is the new version (1.42.
6
) of the second extended file
system management programs.
From time to time, I release new versions of e2fsprogs, to fix
...
...
This diff is collapsed.
Click to expand it.
RELEASE-NOTES
View file @
11e52922
E2fsprogs 1.42.6 (September 21, 2012)
=====================================
When mke2fs creates file systems with lazy itable initialization, the
progress updates for writing the inode table happens so quickly that
on a serial console, the time to write the progress updates can be the
bottleneck. So mke2fs will now only update its progress indicators
once a second.
Resize2fs will skip initializing the inode tables if the kernel
supports lazy_itable_init, which speeds up growing off-line growth of
uninit_bg file systems significantly. Resize2fs will now also
correctly set the itable_unused field in the block group descriptor to
speed up the first e2fsck after the file system is grown.
Resize2fs has been fixed so that on-line resizing of meta_bg file
systems work correctly. This is needed to grow file system which are
larger than 16T.
Resize2fs will now correctly handle resizing file systems to 16TB on
32-bit file systems when "16TB" is specified on the command line.
Fix mke2fs so that it will be careful to set the reserved blocks ratio
larger than 50%; this can happen when creating small file systems and
when the last block group is dropped because there are not enough
blocks to support the metadata blocks in the last block group.
Fixed spelling mistake in debugfs's help message.
Fixed a potential seg fault in e2fsck when there is an I/O error while
reading the superblock.
Fixed various Debian Packaging Issues (Addresses Debian Bug #677497)
Updated/fixed various man pages. (Addresses Sourceforge Bug:
#3559210)
Programmer's Notes
------------------
The configure option --enable-relative-symlink was broken so that it
needed to be --enable-symlink-relative-symlinks. We will support both
for at least two years, but then the worng configure option will be
removed.
Fixed a regression introduced in 1.42.5 so the link order for
e2fsprogs' libraries will be correct for both static and shared
linking. (Addresses Sourceforge Bug: #3554345)
Add support for e2fsprogs to be compiled using clang/LLVM.
Fix portability problems on non-Linux systems: avoid compile failures
on systems that don't have malloc.h
Fix f_mmp regression test suite so that debugfs gets killed if the
test is interrupted.
E2fsprogs 1.42.5 (July 29, 2012)
================================
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
View file @
11e52922
e2fsprogs
(
1.42.6
-
1
)
unstable
;
urgency
=
low
*
New
upstream
version
*
Fix
build
dependencies
to
avoid
requiring
dc
,
and
to
allow
cross
-
building
to
work
(
Closes
:
#
677497
)
*
Updated
/
fixed
various
man
pages
*
Mke2fs
will
now
update
its
progress
indicators
at
most
once
a
second
to
avoid
overwhelming
serial
consoles
.
*
Resize2fs
will
support
lazy_itable_init
,
speeding
up
off
-
line
growth
of
uninit_bg
file
systems
.
*
Resize2fs
now
supports
on
-
line
resizing
64
-
bit
file
systems
beyond
16
TB
.
A
number
of
bugs
in
resize2fs
which
prevented
this
have
been
fixed
.
*
Resize2fs
now
correctly
handles
resizing
32
-
bit
file
systems
to
16
TB
.
*
Fixed
a
potential
segfault
in
e2fsck
when
there
is
an
I
/
O
error
while
reading
the
superblock
.
--
Theodore
Y
.
Ts
'o <tytso@mit.edu> Fri, 21 Sep 2012 12:14:41 -0400
e2fsprogs (1.42.5-1) unstable; urgency=low
* New upstream version
...
...
This diff is collapsed.
Click to expand it.
e2fsprogs.lsm
View file @
11e52922
Begin3
Title: EXT2 Filesystem utilities
Version: 1.42.
5
Entered-date: 2
9July
2012
Version: 1.42.
6
Entered-date: 2
1Sep
2012
Description: The filesystem utilities for the EXT2, EXT3, and EXT4
filesystems, including e2fsck, mke2fs, dumpe2fs, and others.
Keywords: utilities, filesystem, Ext2fs, ext3, ext4
Author: tytso@mit.edu (Theodore Tso)
Maintained-by: tytso@mit.edu (Theodore Tso)
Primary-site: download.sourceforge.net /pub/sourceforge/e2fsprogs
5784kB e2fsprogs-1.42.
5
.tar.gz
504kB e2fsprogs-libs-1.42.
5
.tar.gz
1kB e2fsprogs-1.42.
5
.lsm
5784kB e2fsprogs-1.42.
6
.tar.gz
504kB e2fsprogs-libs-1.42.
6
.tar.gz
1kB e2fsprogs-1.42.
6
.lsm
Alternate-site:
Platforms: linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x/3.x
Copying-policy: GPL-2/LGPL-2
...
...
This diff is collapsed.
Click to expand it.
po/e2fsprogs.pot
View file @
11e52922
This diff is collapsed.
Click to expand it.
version.h
View file @
11e52922
...
...
@@ -7,5 +7,5 @@
* file may be redistributed under the GNU Public License v2.
*/
#define E2FSPROGS_VERSION "1.42.
5
"
#define E2FSPROGS_DATE "2
9-Jul
-2012"
#define E2FSPROGS_VERSION "1.42.
6
"
#define E2FSPROGS_DATE "2
1-Sep
-2012"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment