History log of /external/e2fsprogs/misc/mke2fs.8.in
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0ed7404719a9ddd2ba427a80db5365c8bad18c0 20-Mar-2014 JP Abgrall <jpa@google.com> Switch back to 1.42.9 now that there is a fix

Revert "Revert changes that moved from 1.41.14 to 1.42.9"

This reverts commit 65f0aab98b20b5994a726ab90d355248bcddfffd.
/external/e2fsprogs/misc/mke2fs.8.in
65f0aab98b20b5994a726ab90d355248bcddfffd 06-Mar-2014 JP Abgrall <jpa@google.com> Revert changes that moved from 1.41.14 to 1.42.9

Revert "e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_H"
commit e80e74c41d85ff93f3d212ba6512340f48054a93.

Revert "Merge remote-tracking branch 'linaro/linaro-1.42.9' into aosp_master"
This reverts commit e97b2b6fc82f840e84dfc631b87f21be44ff2421, reversing
changes made to 7e2fb9d09c245eba70ee008b78007315e9c0f1df.

Revert "Prepare for upstream 1.42.9"
This reverts commit 7e2fb9d09c245eba70ee008b78007315e9c0f1df.

Bug: 13340735
Change-Id: If48b153a95ef5f69f7cdccb00e23524abff3c5a8
Signed-off-by: JP Abgrall <jpa@google.com>
/external/e2fsprogs/misc/mke2fs.8.in
9518b297277799e3893db1650c891310243596b1 28-Dec-2013 Theodore Ts'o <tytso@mit.edu> mke2fs: clarify documentation about bigalloc in the man page

Addresses-Debian-Bug: #669730

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
886056bd393ed6a7cc81bd752933c91637738da7 28-Dec-2013 Theodore Ts'o <tytso@mit.edu> mke2fs: clarify the description of the -I option in the man page

Addresses-Debian-Bug: #698076

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
3c22bf7e70c5ed2e525220ef4453d029a403fa33 24-Dec-2013 Theodore Ts'o <tytso@mit.edu> Add ext4 man page and update and clean up the other man pages

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
b769aaec1aa7c03dd7413c5248eaa48b2aae8e7f 23-Dec-2013 Andreas Dilger <adilger@dilger.ca> mke2fs: further updates for mke2fs(8) man page

The mke2fs(8) man page was updated in 4727c67dc2, but needs some
more clear descriptions for extra_isize and metadta_csum features.
The uninit_bg feature is supported by all ext4-capable kernels,
and does have a slow e2fsck pass for newly-formatted filesystems,
so remove the caveat.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
4727c67dc20f0c15cc8502b9bc3ee9f73d7e2c3a 16-Dec-2013 Uri Corin <uri.corin@gmail.com> e2fsprogs: mke2fs manpage updates

I've added documentation for all available filesystem features
settable by mke2fs.
* Features now include the kernel constant attached to the function.
* Some pre-existing feature explanations have been expanded based on
ext4.wiki.kernel.org.

[ Edited by tytso for stylistic and correctness. ]

Addresses-Debian-Bug: #586218

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
e2883e2792023e32033d35697d9676fbf1fb1394 16-Oct-2013 Phillip Susi <psusi@ubuntu.com> mke2fs: clarify inode ratio in man page

The man page still said it was not possible to change the number of
inodes on a filesystem after creating it. You actually can by
resizing the fs, so clarify this language a bit.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
f5589f4c189a2d6b34fcd10570c496ca568e0aee 14-Oct-2013 Eric Sandeen <sandeen@redhat.com> mke2fs: remove quota docs if not configured in

If quota isn't turned on with --enable-quota, then comment
quota documentation out of the mke2fs manpage.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
dc9cc7006a61d0ef82ee4e1dee133998c6040765 16-Jun-2013 Andreas Dilger <adilger@dilger.ca> mke2fs: don't set root dir UID/GID automatically

Don't change the root directory's UID/GID automatically just because
mke2fs was run as a non-root user. This can be confusing for users,
and is not flexible for non-root installation tools that need to
create a filesystem with different ownership from the current user.

Add the "-E root_owner[=uid:gid]" option to mke2fs so that the user
and group can be explicitly specified for the root directory. If
the "=uid:gid" argument is not specified, the current UID and GID
are extracted from the running process, as was done in the past.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
626a2e7468d44ad61aae2c36533e8c90778f93d8 16-Jun-2013 Theodore Ts'o <tytso@mit.edu> mke2fs: clarify mke2fs and mke2fs.conf man pages

Addresses-Debian-Bug: #712429
Addresses-Debian-Bug: #712430

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
0f680ee8f2b6de9e4d07e1b1964899ef87c76f15 13-Jan-2013 Zheng Liu <wenqing.lz@taobao.com> mke2fs: document bigalloc and cluster-size

Bigalloc feature has been used for a long time, but the documentation
in mke2fs is still missing. So add it.

Addresses-Debian-Bug: #669730

Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
802f46783cc272d21bb2a1652f26371dca3a1085 21-Sep-2012 Theodore Ts'o <tytso@mit.edu> mke2fs.8: use extents vs extent in the man page

We print "extents" for the feature, so we should document "extents" in
the mke2fs's man page, even though we accept both "extent" and
"extents".

Addresses-Sourceforge-Bug: #3559210

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
37c8db7b2078d0310e5676404e21cc143d8e4d56 22-Mar-2012 Theodore Ts'o <tytso@mit.edu> mke2fs: add option to use direct I/O (mke2fs -D)

This can be useful when using mke2fs on loaded servers, since
otherwise mke2fs can dirty a huge amount of memory very quickly,
leading to other applications not being happy at all.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
d678fef0d78fb3c5546cd9398698ddc0106618f6 14-Nov-2011 Aditya Kali <adityakali@google.com> mke2fs: Add extended option to select quota type

mke2fs was creating both user and group quota inodes on enabling
the quota feature. This patch adds the extended option 'quotatype'
that can be used to exclusively specify the quota type that the
user wants to initialize.

# Ex: Default behavior without extended option creates both
# user and group quota inodes:
$ mke2fs -t ext4 -O quota /dev/ram1

# To enable only user quotas:
$ mke2fs -t ext4 -O quota -E quotatype=usr /dev/ram1
# To enable only group quotas:
$ mke2fs -t ext4 -O quota -E quotatype=grp /dev/ram1

Signed-off-by: Aditya Kali <adityakali@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
0f5eba7501f467f757792ee449d16c9259b994fd 24-Sep-2011 Andreas Dilger <adilger@whamcloud.com> ext2fs: add multi-mount protection (INCOMPAT_MMP)

Multi-mount protection is feature that allows mke2fs, e2fsck, and
others to detect if the filesystem is mounted on a remote node (on
SAN disks) and avoid corrupting the filesystem. For e2fsprogs this
means that it checks the MMP block to see if the filesystem is in use,
and marks the filesystem busy while e2fsck is running on the system.

This is useful on SAN disks that are shared between high-availability
servers, or accessible by multiple nodes that aren't in HA pairs. MMP
isn't intended to serve as a primary HA exclusion mechanism, but as a
failsafe to protect against user, software, or hardware errors.

There is no requirement that e2fsck updates the MMP block at regular
intervals, but e2fsck does this occasionally to provide useful
information to the sysadmin in case of a detected conflict.

For the kernel (since Linux 3.0) MMP adds a "heartbeat" mechanism to
periodically write to disk (every few seconds by default) to notify
other nodes that the filesystem is still in use and unsafe to modify.

Originally-by: Kalpak Shah <kalpak@clusterfs.com>

Signed-off-by: Johann Lombardi <johann@whamcloud.com>
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
75405ffde6f87f88c7172bfb431ec085c542ec1a 16-Sep-2011 Theodore Ts'o <tytso@mit.edu> Merge branch 'maint' into next
57cb271642d24d93ba2435f12a64fe35f67dfced 31-Aug-2011 Surbhi Palande <csurbhi@gmail.com> mke2fs.8: Fix the documentation of maximum journal size

Fix the max journal size in mke2fs man page.

Signed-off-by: Surbhi Palande <csurbhi@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
b71508075780cfb31258c006a2c6bf08b061d421 15-Sep-2011 Theodore Ts'o <tytso@mit.edu> mke2fs: use "extent" consistently as a feature name in the man page

Addresses-Debian-Bug: #639411

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
1f5d7a890e8b2ad03ee91fd891b0b5b4327da030 20-Jul-2011 Aditya Kali <adityakali@google.com> mke2fs: support creation of filesystem with quota feature

mke2fs also creates quota inodes (userquota: inode# 3 and
groupquota: inode #4) inodes while creating a filesystem when 'quota'
feature is set.
# To set quota feature and initialize quota inodes during mke2fs:
$mke2fs -t ext4 -O quota /dev/ram1

Signed-off-by: Aditya Kali <adityakali@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
d4c0d8e5b858cdf3d3000f2b3fca532787f34a02 18-Jul-2011 Andreas Dilger <adilger@whamcloud.com> mke2fs: document stripe_width, not stripe-width

For consistency with other multi-word options, document the extended
option stripe_width instead of stripe-width. This also avoids the
complexity of parsing options that have an embedded '-'.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
6c54689fadc3fe0b0bcae2cc93946cb7a28b9f15 11-Jun-2011 Andreas Dilger <adilger@whamcloud.com> mke2fs: skip zeroing journal blocks

Add the ability to skip zeroing journal blocks on disk. This can
significantly speed up mke2fs with large journals. At worst the
uninitialized journal is only a very short-term risk (if at all),
because the journal will be overwritten on any new filesystem as
soon as any significant amount of data is written to disk, and
the new journal TID would need to match the offset/TID of an old
commit block still left on disk.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
214580a339a18b0539b5998d3b47934956a30a1c 21-Feb-2011 Theodore Ts'o <tytso@mit.edu> Merge branch 'maint' into next

Conflicts:
misc/mke2fs.conf.5.in
855a77a19704ef7e0acd542cce19a6e8ee07582d 01-Feb-2011 Lukas Czerner <lczerner@redhat.com> mke2fs: Simple man page nodiscard option correction

It is not true that 'nodiscard' is set as default, so remove this
sentence. The default is 'discard' and it is properly documented in man
page.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
5182ad4c2165fa807fa0a3034aaab589d6c1d577 29-Nov-2010 Namhyung Kim <namhyung@gmail.com> mke2fs.8.in: add ENVIRONMENT section

Add ENVIRONMENT section and describe behavior of MKE2FS_SYNC,
MKE2FS_CONFIG, MKE2FS_FIRST_META_BG, MKE2FS_DEVICE_SECTSIZE
and MKE2FS_SKIP_CHECK_MSG.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
9a2767ffed4e3eca1834c4134885a1f51d1a2ca5 29-Nov-2010 Namhyung Kim <namhyung@gmail.com> mke2fs.8.in: add missing "big" and "huge" usage-type description

The commit 493024ea1d74e4cb48aac3a24111f5c8da343e9f ("mke2fs: Fix up the
fs type and feature selection for 64-bit blocks") added 'big' and 'huge'
usage-type but was missing description in man page. Add it.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
0bc85dfb384b470e6170268c8436fcbe58317cbe 18-Nov-2010 Lukas Czerner <lczerner@redhat.com> mke2fs: Deprecate -K option, introduce discard/nodiscard

It would be nice to have consistent "discard" options in every system
tool (mount, fsck, mkfs) taking advantage of discards. Also "discard"
and "nodiscard" is more descriptive instead of just "-K" and can be
easily defaulted and it is something we can not do with "-K".

With this commit you need to specify extended option like this:

./mke2fs -T <fstype> -E nodiscard <device>

in order make a filesystem without discarding the device first. And

./mke2fs -T <fstype> -E discard <device>

respectively.

-K option is with this commit deprecated and should not be used anymore.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
eddf36bac0af31008d8babfa53072203582aecae 29-Jul-2010 Eric Sandeen <sandeen@redhat.com> mke2fs.8.in: clarify the sign of a block-size constraint.

This bit of the mke2fs manpage is slightly confusing:

-b block-size
Specify the size of blocks in bytes. <snip>
If block-size is negative, then mke2fs will use heuristics
to determine the appropriate block size, with the constraint
that the block size will be at least block-size bytes.

because it sounds like the block size will be at least a negative
number. Clarify just what the negative sign means.

Reported-by: Chris Frost <chris@frostnet.net>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
c7cd908be59f48c66b4f3ac9a631ffe3dde4f1ab 07-Oct-2009 Eric Sandeen <sandeen@redhat.com> mke2fs support for BLKDISCARD

Try calling the BLKDISCARD ioctl at mkfs time to pre-discard all blocks
on an ssd, or a thinly-provisioned storage device.

No real error checking; if it fails, it fails, and that's ok - it's
just an optimization. Also, it cannot work in conjunction with
the undo io manager, for obvious reasons.

Optionally disabled with a "-K" (mnemonic: Keep) option.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
7a9f055f0e7aae18daddc4e5fe9c29babab53b90 07-Sep-2009 Theodore Ts'o <tytso@mit.edu> mke2fs.8.in: Clarify flex_bg feature description

Add a more explicit description of how specifying the flex_bg file
system feature changes the layout of the per-block group metadata.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
4f858546e1c3c452f400a34198b10cb7a1ed2760 30-May-2009 Theodore Ts'o <tytso@mit.edu> Update man pages to include ext4 in the synposis, instead of just "ext2/ext3"

The e2fsprogs programs have historically just said that they operate
on ext2 and ext3 file system in their man pages. Update them to say
that they also operate on ext4 file systems.

Addresses-Launchpad-bug: #381854

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
93aa0246993dfb0e593c66f7947a2b78e24c9f21 30-May-2009 Theodore Ts'o <tytso@mit.edu> mke2fs.8: Fix man page to use hyphens instead of minus signs for options

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
de7a86e23c6113f386dc3500304cd8a37b91bfa8 23-Apr-2009 Theodore Ts'o <tytso@mit.edu> mke2fs.8: Clarify in the man page that fs defaults come from mke2fs.conf

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
b0afdda1bc044026336009576fbe6b72884140cb 20-Jan-2009 Theodore Ts'o <tytso@mit.edu> mke2fs: Add -U option to specify the UUID for the new filesystem

Patch integrated from Mandriva

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
08c8b1ab342f624b48e5fe517be5a140ca8b92de 02-Oct-2008 Theodore Ts'o <tytso@mit.edu> mke2fs.8: Add an explanation of how the -t and -O options interact

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
711d3846a03d97a340b261f7524b83ec09c7cbe3 07-Sep-2008 Theodore Ts'o <tytso@mit.edu> Fix various spelling mistakes in various man pages

Thanks to A. Costa for pointing these out.

Addresses-Debian-Bug: #498100
Addresses-Debian-Bug: #498101
Addresses-Debian-Bug: #498102
Addresses-Debian-Bug: #498103

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
3b4a66cfb688af9fa18e6f73ad9349a3d0a972d9 03-Sep-2008 Theodore Ts'o <tytso@mit.edu> Fix bold font specifer in mke2fs.8 man page

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
a26ba650a8abc3ae7bfe5e0df09c5abb37fd2ff6 24-Aug-2008 Theodore Ts'o <tytso@mit.edu> Fix mke2fs man page to escape all minus signs

Option specifiers must be escaped so the are printed as minus signs
(U+002D) instead of hyphens (U+2010). Hence "mke2fs -t ext4" must be
expressed as "mke2fs \-t ext4" instead.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
98794d0e0a90abc773b9a4c01d540051a5933bc1 31-Jul-2008 Benno Schulenberg <bensberg@justemail.net> mke2fs: Fix several typos in the man page.

Also add the missing argument of the -M option, replace the mistaken
[libdefaults] section header with [defaults], and slightly rephrase
two or three sentences.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
2ac7f06611ea3f7b1fbbc3a778e9bcdab1649a0e 10-Jul-2008 Theodore Ts'o <tytso@mit.edu> Fix incorrect definition of stripe-width in mke2fs man page

Also clarified the definition of the stride-size extended option as
well.

Addresses-Debian-Bug: #487849

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
faa08e4c92eedef72b1e477cea6bda08ecf99311 28-Apr-2008 Theodore Ts'o <tytso@mit.edu> Merge branch 'next' into tt/flex-bg
43781b9459f1b511e4cf94358593e097d8fdb795 28-Apr-2008 Theodore Ts'o <tytso@mit.edu> mke2fs: Make argument to the extended option lazy_itable_init optional

Also remove some debugging printf's left over from a previous patch.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
9ba400027fb00ce43d14673346bbfb6f5719985a 22-Apr-2008 Theodore Ts'o <tytso@mit.edu> mke2fs: New bitmap and inode table allocation for FLEX_BG

Change the way we allocate bitmaps and inode tables if the FLEX_BG
feature is used at mke2fs time. It places calculates a new offset for
bitmaps and inode table base on the number of groups that the user
wishes to pack together using the new "-G" option. Creating a
filesystem with 64 block groups in a flex group can be done by:

mke2fs -j -I 256 -O flex_bg -G 32 /dev/sdX

Signed-off-by: Jose R. Santos <jrs@us.ibm.com>
Signed-off-by: Valerie Clement <valerie.clement@bull.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
a4396e9d5d1351c53212bf7ff10f97edeb576438 18-Apr-2008 Theodore Ts'o <tytso@mit.edu> mke2fs: Disentangle lazy_bg from uninit_bg's lazy inode table initialization

Instead of using -O lazy_bg,uninit_bg as the way of requesting that
the inode table be lazy unitialized, use the parameter
lazy_itable_init, which can either be set via mke2fs's -E option, or
via /etc/mke2fs.conf.

Also fix some random problems in mke2fs's man page, including
documenting the extent feature, which had been missing.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
2930dad2b20fe4b04ee3e9f5c7a76d8bf63342b0 18-Apr-2008 Theodore Ts'o <tytso@mit.edu> Rename the feature uninit_groups to uninit_bg

Allow the old name of uninit_groups when converting feature names for
backwards compatibility for scripts running mke2fs and tune2fs.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
3d43836fda5321dd2f286eef77d238d1da792ce2 19-Feb-2008 Theodore Ts'o <tytso@mit.edu> New mke2fs filesystem and usage types support

Provide mke2fs with a much more sophisticated system for controlling
configuration parameters of a newly created filesystem based on a
split filesystem and usage type system. The -t option to mke2fs was a
deprecated alias to -c; it now specifies a filesystem type (ext2,
ext3, ext4, etc.), while the -T option can now be a comma separated
usage list.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
4237c73bf5f3b594f6df55ce8da3c321e808d457 30-Mar-2008 Andreas Dilger <adilger@dilger.ca> Improve ext4 feature descriptions in mke2fs and tune2fs man pages

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
a70f10dbc493c4eae488cadd8512e873220037d9 30-Mar-2008 Theodore Ts'o <tytso@mit.edu> Merge branch 'maint'
e28a1bca9edbbd6c9880d16ea7b9199d0b6cb976 30-Mar-2008 Andreas Dilger <adilger@dilger.ca> Use -E instead of the deprecated -R option in the mke2fs man page

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
d2d22a29df4632d548149b123f197102eb39d3b0 22-Oct-2007 Jose R. Santos <jrs@us.ibm.com> Add support for creating filesystems using uninit block group

Signed-off-by: Jose R. Santos <jrs@us.ibm.com>
Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
e67670c32cbec23b35de2725a5b6ad8d3d3568f0 09-Mar-2008 Theodore Ts'o <tytso@mit.edu> Fix mke2fs man page regarding 128-byte default inode size

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
558df54458075856b3a76051648323643a56dadc 27-Feb-2008 Theodore Ts'o <tytso@mit.edu> Add support for manipulating large_file feature in mke2fs and tune2fs

Previously we just let the kernel and e2fsck do this automatically,
but e2fsck will no longer automatically clear the large_file feature.
It still isn't really necessary to worry about this feature flag
explicitly, but some users seem to care.

Addresses-Red-Hat-Bugzilla: #258381

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
0c17cb25f24730dca138a976a390f105d2191736 19-Feb-2008 Theodore Ts'o <tytso@mit.edu> Add support for setting RAID stride and strip-width via mke2fs and tune2fs

This is useful for mballoc to align block allocation on the RAID
stripe boundaries.

Signed-off-by: Rupesh Thakare <rupesh@clusterfs.com>
Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
6cb27404f51f97e2665fa0e0c4c0f7bc47e698ec 27-Jan-2008 Theodore Ts'o <tytso@mit.edu> Add support for the test_fs flag

The test_fs flag is an "ok to be used with test kernel code" flag. It
makes it easier for us to determine whether a filesystem should be
mounted using ext4 or not.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
c16e610c5100cd5829d969272af3035fac8e1a31 06-Aug-2006 Andreas Dilger <adilger@clusterfs.com> Require mke2fs -F -F for really dangerous operations

Disambiguate the use of "-F" (force) flag for mke2fs to avoid dangerous
situations. The use of -F is needed for regular backing files and
for filesystems on whole block devices. It should NOT be confused
with mke2fs on an apparently-mounted or in-use filesystem.

Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
067911ae734bb5fef7c5780a639533847b5b578c 16-Jul-2006 Andreas Dilger <adilger@clusterfs.com> Allow default inode_size to be specified in mke2fs.conf and document mke2fs -I

This patch allows "inode_size" to be specified in the mke2fs.conf file,
and always compiles in the "-I" option. In addition, it disallows
specifying the inode size on rev 0 filesystems, though I don't think
this was much of a danger anyways.

Clean up dead lines in ext2fs.h.

Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
364f94107aa8f59fda0fbca1fafe7586d4737552 29-May-2006 Theodore Ts'o <tytso@mit.edu> Clarify -T option of mke2fs in its man page

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
3024d887df20838d62d25f74433aa914a80ac85b 27-Mar-2006 Theodore Ts'o <tytso@mit.edu> Explain in mke2fs and tune2fs man pages that shared journals are not supported

Addresses Debian Bug: #316040

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
9dc6ad1ecb0ba3caf14e05279f1cc3cea52095a2 24-Mar-2006 Theodore Ts'o <tytso@mit.edu> Change mke2fs to use /etc/mke2fs.conf as a configuration file

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
59571a51d792b00a6f9feb8d064ca890fb47d6fb 18-Mar-2006 Theodore Ts'o <tytso@mit.edu> Document the resize_inode filesystem option in mke2fs man page

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
fb733f8efd04477f0be5b2108156265b333baaca 10-Dec-2005 Theodore Ts'o <tytso@mit.edu> Add more description in mke2fs's man page of the -T option

Addresses Debian Bug #316811

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
6a7075df301f36587fd99d900d1799710e82262f 25-Sep-2005 Theodore Ts'o <tytso@mit.edu> Fix mke2fs man page's description of the -L option

Fix mke2fs man page to properly document the fact that mke2fs -L takes
an argument. (Addresses Debian Bug #322188)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/misc/mke2fs.8.in
bcf5aea294a39cb3590568b9afe6d48b7fc718bb 09-Apr-2005 Theodore Ts'o <tytso@mit.edu> Fix minor spelling typo in the mke2fs man page.
/external/e2fsprogs/misc/mke2fs.8.in
c6a44136b9b82625e7b36a574ddb3a08b6727e97 05-Jan-2005 Theodore Ts'o <tytso@mit.edu> mke2fs.c (parse_extended_opts): Rename the -R option to -E. Fix
the resize= raid/extended option so it actually works.
(The patch from Fedora e2fsprogs-1.35-11.2 claimed it
worked, but it was a placebo, despite the claim that it
worked in the usage message.)
/external/e2fsprogs/misc/mke2fs.8.in
3a03c2ca5e0aa9fabe1ae7e635d1f91a3a9eaec2 19-Nov-2004 Theodore Ts'o <tytso@mit.edu> mke2fs.8.in: Removed the word "destructive" when describing the
read-write test, since it can confuse people.
/external/e2fsprogs/misc/mke2fs.8.in
029de632771fec8e06a29a310a46e8f10670f1a4 08-Oct-2004 Theodore Ts'o <tytso@mit.edu> mke2fs.8.in: Add an explanation about why reserved blocks in a
filesystem is a good thing.
/external/e2fsprogs/misc/mke2fs.8.in
e02bb6d6abb7d3fadbf16f65cc35ebe78eb20d8a 13-Apr-2004 Theodore Ts'o <tytso@mit.edu> Fix obvious spelling mistake in mke2fs man page.
/external/e2fsprogs/misc/mke2fs.8.in
481d1396c2ef426169f3c1f7a939a9245743462b 11-Apr-2004 Theodore Ts'o <tytso@mit.edu> mke2fs.8.in: Clarify man page's description of the '-O' option.
(Addresses Debian Bug #241940)
/external/e2fsprogs/misc/mke2fs.8.in
6750877cb0546484bf01abdbb58f8f20652aa649 20-Mar-2004 Theodore Ts'o <tytso@mit.edu> mke2fs.8.in: Fix spelling typos (Addresses Debian Bug #238741)
/external/e2fsprogs/misc/mke2fs.8.in
a7ac1df34fbed4c852d3227344e3dd0a69583013 24-Aug-2003 Theodore Ts'o <tytso@mit.edu> Adjust description line so that apropos "ext2" or "ext3" will
find all of the e2fsprogs man pages. (Addresses Debian Bug #206845)
/external/e2fsprogs/misc/mke2fs.8.in
c5290fae3937cc83de8a551db9686d1e1964e378 12-Apr-2003 Theodore Ts'o <tytso@mit.edu> Mke2fs can be given a minimum block size by passing in a negative
number to the -b option.
/external/e2fsprogs/misc/mke2fs.8.in
5e05541ad0df4506eec324d98262c25d2e4e0d8d 11-Apr-2003 Theodore Ts'o <tytso@mit.edu> mke2fs.8.in: Document the -g option. (Addresses Debian bug #188318)
/external/e2fsprogs/misc/mke2fs.8.in
ccbed85afe9138cac486caf8adcdae80212b8c42 11-Apr-2003 Theodore Ts'o <tytso@mit.edu> tune2fs.8.in, mke2fs.8.in: Document the dir_index filesystem
feature which can be used with the -O option.
/external/e2fsprogs/misc/mke2fs.8.in
82b39c9f54da4c5f9f507a3e8138030a3a7f62a3 30-Sep-2002 Theodore Ts'o <tytso@mit.edu> mke2fs.8.in, tune2fs.8.in: Clarify manual pages about using the
caret ('^') character to negate feature sets when using
the -O option. Define the has_journal feature to avoid
confusion about what ^has_journal means.
/external/e2fsprogs/misc/mke2fs.8.in
1f22ce34fc771077397c67962a8ce146311f84e9 18-Aug-2002 Theodore Ts'o <tytso@mit.edu> mke2fs.8.in: Add a common usage of the -n option. (Addresses
Debian Bug #146437)
/external/e2fsprogs/misc/mke2fs.8.in
f0865ce4d6b53cc963d9eac1ba57152fca0ca06b 02-Jul-2002 Theodore Ts'o <tytso@mit.edu> mke2fs.8.in: Cleaned up man page, and made it a bit more
OS-agnostic. Addresses Debian bug #144621. Hope this
makes the Hurd whiners happy. :-)
/external/e2fsprogs/misc/mke2fs.8.in
0072f8de528310d82700b1a6a381895b4ca93c10 26-Feb-2002 Andreas Dilger <adilger@clusterfs.com> Add check for mkfs.ext3 and create a journal in this case.
/external/e2fsprogs/misc/mke2fs.8.in
3ed57c27df0ba0942a19c71bc065c8eec3036567 24-Dec-2001 Theodore Ts'o <tytso@mit.edu> In mke2fs and e2fsck, specifying the -c option twice will now do
a read/write test on the disk. Update the man pages to encourage
using the -c option, and to discouraging running badblocks separately,
since users tend to forget to set the blocksize when running
badblocks.
/external/e2fsprogs/misc/mke2fs.8.in
2d15576dfe8ffd8521a6f4211cef3d2a663dc379 17-Aug-2001 Andreas Dilger <adilger@clusterfs.com> get_device_by_label.[ch], fsck.c, util.c: New interpret_spec()
function in get_device_by_label.c to allow the use of
UUID= or LABEL= when creating filesystems which use external
journal dev (e.g. mke2fs -J device=LABEL=<journal_label>).

tune2fs.c: Use superblock s_journal_uuid to locate an external
journal device instead of s_journal_dev when removing it.
Allow opening journal devices to set the label and UUID
in the ext2 superblock.

mke2fs.c, tune2fs.c: Free journal_device after use, as it is
malloc'd in interpret spec.
/external/e2fsprogs/misc/mke2fs.8.in
085b02cba93ddbce58354f8793ea8b5b2a7606ed 11-Aug-2001 Theodore Ts'o <tytso@mit.edu> mke2fs.8.in: Slim down text describing the -O flag to remove
text that erroneously implied that all features
(including compatible flags) aren't compatible with older kernels.
/external/e2fsprogs/misc/mke2fs.8.in
8d6417498c96c6877ed42da29991c82961e1bf15 14-May-2001 Theodore Ts'o <tytso@mit.edu> ChangeLog:
Clarify some of the Changelog entries.
ChangeLog, fsck.8.in, mke2fs.8.in, tune2fs.8.in:
fsck.8.in, mke2fs.8.in, tune2fs.8.in: Fix typo's and make other
clarifications suggested by Andreas Dilger.
ChangeLog, tune2fs.c:
tune2fs.c (update_feature_set): Clean up some printf messages.
/external/e2fsprogs/misc/mke2fs.8.in
12da49c9472d555234df732738b19bed520c8550 12-May-2001 Theodore Ts'o <tytso@mit.edu> Many files:
badblocks.8.in, dumpe2fs.8.in, e2label.8.in, mke2fs.8.in,
mklost+found.8.in, tune2fs.8.in: Fix typo; removed excess "anonymous"
in the AVAILABILITY section.
/external/e2fsprogs/misc/mke2fs.8.in
348e43dccbbc0511be3b151b319ff95830753dec 03-May-2001 Theodore Ts'o <tytso@mit.edu> ChangeLog, dumpe2fs.8.in, dumpe2fs.c:
dumpe2fs.c (main): Add new flag, -i, which will allow dumpe2fs to dump
out the filesystem statistics from an ext2 image file.
Many files:
e2image.8.in: New manual page
badblocks.8.in, e2label.8.in, mke2fs.8.in mklost+found.8.in,
tune2fs.8.in: Update location of e2fsprogs to be
http://e2fsprogs.sourceforge.net.
/external/e2fsprogs/misc/mke2fs.8.in
48015ced4e02419d1eb4aec928764a9b1ae8a6a6 22-Apr-2001 Theodore Ts'o <tytso@mit.edu> ChangeLog, mke2fs.8.in:
mke2fs.8.in: Manual page cleanups. Temporarily comment out the
documentation for the extern journal device support.
/external/e2fsprogs/misc/mke2fs.8.in
2537b6d0c1aa9710a05cdfafc281b4884c67bdb2 26-Mar-2001 Theodore Ts'o <tytso@mit.edu> ChangeLog, mke2fs.8.in, mke2fs.c, tune2fs.8.in, tune2fs.c, util.c, util.h:
ke2fs.8.in, tune2fs.8.in: Change man paegs to document that the
journal must be bewteen 1024 and 10,240 file system blocks.
mke2fs.c, tune2fs.c: Change to use figure_journal_size()
util.c, util.h (figure_journal_size): Change journal_default_size into
routine which also converts the requested journal size into filesystem
blocks and does bounds checking to make sure the journal is sized
reasonably. Renamed function to journal_default_size.
parse_journal_opts): Remove bounds check for the journal size, since
this is now done in figure_journal_size, and based on the number of
filesystem blocks, as opposed to using the absolute size of the
journal.
/external/e2fsprogs/misc/mke2fs.8.in
dc2ec525f5619bf478d2aae1b406fca2ff4b0d21 18-Jan-2001 Theodore Ts'o <tytso@mit.edu> ChangeLog, mke2fs.8.in, mke2fs.c, tune2fs.8.in, tune2fs.c:
tune2fs.c, mke2fs.c, tune2fs.8.in, mke2fs.8.in: Change user interface
so that -J is used to specify journal options, and -j is used to
request creation of a journal using default values. (This is a UI
change, but we haven't done a formal release, and it makes things much
more consistent with the rest of the options out there.)
tune2fs.c: Add support for removing a filesystem from an external
journal; we correctly remove the filesystem UUID from the external
journal's filesystem list.
/external/e2fsprogs/misc/mke2fs.8.in
44c09c0454925e6e7756e4dc51aac6acbf5020ae 14-Jan-2001 Theodore Ts'o <tytso@mit.edu> ChangeLog, mke2fs.8.in, mke2fs.c:
mke2fs.c: Add new filesystem types, largefile and largefile4, for
those filesystems whose average inode size is 1MB and 4MB,
respectively. Allow the inode ratio specified to be has high as 4MB.
Make the s_max_mount_count vary between 20 and 40, to avoid needing to
check all of the filesystems at the same time. Add some random jitter
to the s_max_mount_count value so that we avoid checking all of the
filesystems at the same time when we reboot.
/external/e2fsprogs/misc/mke2fs.8.in
16ad33346dd4666edd9d46d417245432c87057ef 31-Dec-2000 Theodore Ts'o <tytso@mit.edu> ChangeLog, mke2fs.c:
mke2fs.c (usage): Document the -j option.
(main): Print the number blocks used in the journal.
ChangeLog, mke2fs.8.in:
Minor clarity edits.
/external/e2fsprogs/misc/mke2fs.8.in
8ddaa66bfef067f1a6ba02698a61a0fd3a26e618 17-Nov-2000 Theodore Ts'o <tytso@mit.edu> ChangeLog, mke2fs.8.in, mke2fs.c:
mke2fs.c(main): Expand the -j option so that it parses option=argument
style options, and add support for creating filesystems with external
journals.
mke2fs.8.in: Document new syntax for the -j option.
/external/e2fsprogs/misc/mke2fs.8.in
85ef4ae87a8d27d8e3a734f8b3964d6b8f39867b 24-Oct-2000 Theodore Ts'o <tytso@mit.edu> ChangeLog, mke2fs.8.in, mke2fs.c:
mke2fs.c (PRS, main), mke2fs.8.in: Add support for the -j option,
which builds an ext2/3 filesystem with an ext3 journal.
/external/e2fsprogs/misc/mke2fs.8.in
6fdc7a325c8bff67fc3a0489d0858bc7c48dc1a3 10-Nov-1999 Theodore Ts'o <tytso@mit.edu> ChangeLog, e2fsck.h, pass1.c, pass2.c, pass3.c, problem.c, problem.h, util.c:
pass1.c (e2fsck_pass1): If the filesystem does not support imagic
inodes, if an inode has the imagic flag set, offer to clear the imagic
flag. If a valid device/fifo/socket has the immutable flag set, call
the new helper function check_immutable() to offerto clear the
immutable flag.
pass2.c (check_filetype): Use the new ext2_file_type() helper function
instead of calculating the file_type information manually.
pass3.c (e2fsck_reconnect_file): When adding a link to lost+found,
calculate the filetype information so that ext2fs_link() can use the
information if applicable. (get_lost_and_found): Create the
/lost+found directory with the correct filetype information if
applicable.
util.c (ext2_file_type), e2fsck.h: New function which returns the
directory entry file type information given the inode's mode bits.
problem.c, problem.h: Added new problem codes PR_1_SET_IMAGIC and
PR_1_SET_IMMUTABLE.
ChangeLog, mke2fs.8.in:
mke2fs.8.in: Update manual page so that the sparse_option filesystem
option is properly named.
/external/e2fsprogs/misc/mke2fs.8.in
06968e7e27aaac0f28fc6448fef58fcda314b5a2 23-Oct-1999 Theodore Ts'o <tytso@mit.edu> debugfs.c:
Update to pass new required parameter to e2p_edit_features
mke2fs.8.in:
Update man page to add explanatory note about how the default block
size is determined.
/external/e2fsprogs/misc/mke2fs.8.in
896938d57e7091e7a032674dfeeb91f2a17fd78b 23-Oct-1999 Theodore Ts'o <tytso@mit.edu> ChangeLog, Makefile.in, mke2fs.8.in, mke2fs.c, tune2fs.8.in, tune2fs.c:
tune2fs.c (main): Add a new option -O which allows the user to set and
clear certain "safe" filsystem feature flags. Currently, the only
ones which are supported for modification are sparse_superblock and
filetype.
mke2fs.c (PRS): Add new option -O which allows the user to request
filesystems with specific filesystem options. By default on 2.2 and
later systems, create filesystems that have both file type information
and sparse superblocks.
/external/e2fsprogs/misc/mke2fs.8.in
caf8ce4cc497b22cca26e1063183e58391c1b3a0 21-Oct-1999 Theodore Ts'o <tytso@mit.edu> Many files:
badblocks.8.in, chattr.1.in, dumpe2fs.8.in, e2label.8.in,
fsck.8.in, lsattr.1.in, mke2fs.8.in, mklost+found.8.in,
tune2fs.8.in, uuidgen.1.in: Update man page to use a more standard
format (bold option flags and italicized variables), as suggested by
Andreas Dilger (adilger@enel.ucalgary.ca)
ChangeLog, e2fsck.8.in:
e2fsck.8.in: Update man page to use a more standard format (bold
option flags and italicized variables), as suggested by Andreas Dilger
(adilger@enel.ucalgary.ca)
ChangeLog, uuid_generate.3.in:
uuid_generate.8.in: Update man page to use a more standard format
(bold option flags and italicized variables), as suggested by Andreas
Dilger (adilger@enel.ucalgary.ca)
/external/e2fsprogs/misc/mke2fs.8.in
2740156bd12747389eaf745529653b26a3a9d73d 14-Sep-1999 Theodore Ts'o <tytso@mit.edu> ChangeLog, dumpe2fs.8.in, dumpe2fs.c, mke2fs.8.in, mke2fs.c, partinfo.c:
partinfo.c: Fix minor compilation bugs pointed out by Yann Dirson.
mke2fs.c: Don't turn on sparse superblocks by default on pre-2.2 kernels.
mke2fs.8.in: Add the possible valid block sizes for mke2fs. Document
the -n flag, and the new defaults for the -s flag.
dumpe2fs.c, dumpe2fs.8.in: Add new options -f (force) and -h (header-only).
mke2fs.c (PRS): Fix logic for turning on/off the sparse superblock option.
Many files:
Updated copyright statements to reflect the GPL with permission of the
original authors.
/external/e2fsprogs/misc/mke2fs.8.in
50787ea22edd8b4662203daf3569411d9dcf4287 19-Jul-1999 Theodore Ts'o <tytso@mit.edu> ChangeLog, fsck.8.in, fsck.c, fsck.h, mke2fs.8.in, mke2fs.c:
* mke2fs.c (PRS, set_fs_defaults): Add new option -T which allows the
user to specify the how the filesystem is to be used. Mke2fs now
chooses the filesystem parameters automatically based on the size of
the filesystem and the intended use of the filesystem. Add new option
-n which simply goes through the calculations to determine the
parameters of the filesystem the system would make.
* fsck.c, fsck.h: Add support for new option -C. This option will
automatically manage e2fsck processes so that they will print
completion/progress bars. If multiple filesystems are being checked,
arrange to make sure that only one e2fsck process is displaying a
progress bar at a time.
/external/e2fsprogs/misc/mke2fs.8.in
ca3c32851031bf51bacf59e5d7ac581b1c8347fe 29-Jun-1999 Theodore Ts'o <tytso@mit.edu> mke2fs.c, ChangeLog, mke2fs.8.in:
mke2fs.c (check_mount): Allow a filesystem to be made even if it
appears mounted if the force option is given.
/external/e2fsprogs/misc/mke2fs.8.in
e72a9ba39471364ad2f9397f645ca547090e3485 25-Jun-1999 Theodore Ts'o <tytso@mit.edu> ChangeLog, e2fsck.h, pass1.c, pass2.c, pass4.c, swapfs.c:
e2fsck.h:
pass1.c (pass1_get_blocks, pass1_read_inode, pass1_write_inode,
pass1_check_directory, e2fsck_use_inode_shortcuts): Make pass1_* be
private static functions, and create new function
e2fsck_use_inode_shortcuts which sets and clears the inode shortcut
functions in the fs structure.
e2fsck.h:
pass2.c (e2fsck_process_bad_inode): Make process_bad_inode() an
exported function.
pass4.c (e2fsck_pass4): Call e2fsck_process_bad_inode to check if a
disconnected inode has any problems before connecting it to
/lost+found. Bug and suggested fix by Pavel Machek <pavel@bug.ucw.cz>
ChangeLog, swapfs.c:
swapfs.c (ext2fs_swap_inode): Add compatibility for Linux 2.3 kernels
that use i_generation instead of i_version. Patch supplied by Jon
Bright <sircus@sircus.demon.co.uk>.
ChangeLog, mke2fs.8.in:
mke2fs.8.in: Fix typo in man page which caused the badblocks command
to not show up in the "SEE ALSO" section.
ChangeLog, expect.1, expect.2, image.gz, name:
f_recnect_bad: New test which checks the case where a disconnect inode
also bad inode fields; we need to make sure e2fsck offers to fix the
inode (or clear the inode, as necessary).
/external/e2fsprogs/misc/mke2fs.8.in
5515e6b47de9ff941164a546dd9a74e9c6da3367 05-Jan-1999 Theodore Ts'o <tytso@mit.edu> ChangeLog, mke2fs.8.in, mke2fs.c:
mke2fs.c (PRS): Allow the user to specify exactly how many inodes
he/she wishes.
/external/e2fsprogs/misc/mke2fs.8.in
cb62017475565967c7308552a06f7fc1a77d76bb 08-Dec-1998 Theodore Ts'o <tytso@mit.edu> ChangeLog, mke2fs.8.in:
Fixed stupid typo ("Raid options are _comma_ separated", instead of
common seperated)
/external/e2fsprogs/misc/mke2fs.8.in
818180cdfcff84b9048ecdc5dc86323f0fefba24 27-Jun-1998 Theodore Ts'o <tytso@mit.edu> ChangeLog, debugfs.8.in, debugfs.c:
Add a -V option which displays the current version.
ChangeLog, unix.c:
unix.c (e2fsck_update_progress): Remove unused variables.
ChangeLog, inode.c:
inode.c (get_next_blockgroup): Fix bug where if get_next_blockgroup()
is called early because of a missing inode table in a block group, the
current_inode counter wasn't incremented correctly.
ChangeLog, tst_uuid.c:
tst_uuid.c (main): Fixed bogus declaration of the main's argv parameter.
ChangeLog, test_icount.c:
test_icount.c (main): Fix main() declaration so that it returns int,
not void.
Many files:
fsck.c (ignore): Remove unused variable cp.
chattr.c (fatal_error):
tune2fs.c (usage):
lsattr.c (usage):
dumpe2fs.c (usage):
badblocks.c (usage): Remove volatile from declaration.
fsck.c: Change use of strdup to be string_copy, since we don't trust
what glibc is doing with strdup. (Whatever it is, it isn't pretty.)
/external/e2fsprogs/misc/mke2fs.8.in
a789d8406070224503c9ab78040acc7ea80c65ae 30-Mar-1998 Theodore Ts'o <tytso@mit.edu> Many files:
e2label.c: Fix -Wall warning by making functions static.
chattr.1.in: Document that the append-only attribute may only be set
or cleared by the superuser.
Update all manual pages to that the availability section is
up-to-date.
e2label.8.in, tune2fs.8.in: Update manual page to state that labels
must be no longer than 16 characters, or they will be truncated.
e2label.c (change_label), tune2fs.c (main): If the label is longer
than 16 characters, print a warning message stating that the label
will be truncated.
mke2fs.c (PRS): If the user specifies a filesystem size, and it's
larger than the apparent size of the device, print a warning message
and ask if the user wants to proceed.
/external/e2fsprogs/misc/mke2fs.8.in
583ccdc32d9f2feaf1a157cc6aad1f39152b8680 09-May-1997 Theodore Ts'o <tytso@mit.edu> Many files:
Fix minor typos and grammer oops found by Bill Hawes (whawes@star.net).
/external/e2fsprogs/misc/mke2fs.8.in
a29f4d30f24d68f1f1c75548e020689ede532c05 29-Apr-1997 Theodore Ts'o <tytso@mit.edu> Many files:
Checkin of e2fsprogs 1.10
/external/e2fsprogs/misc/mke2fs.8.in
521e36857227b21e7ab47b0a97f788d2af9f9717 29-Apr-1997 Theodore Ts'o <tytso@mit.edu> Many files:
Checked in e2fsprogs 1.08.
/external/e2fsprogs/misc/mke2fs.8.in
1e3472c5f37ca3686dd69b079d4d02a302f5798d 29-Apr-1997 Theodore Ts'o <tytso@mit.edu> Many files:
Checked in e2fsprogs 1.05
/external/e2fsprogs/misc/mke2fs.8.in
7f88b04341d88c5df0360d930832c38040303b61 26-Apr-1997 Theodore Ts'o <tytso@mit.edu> Many files:
Checkin of e2fsprogs 1.03.
/external/e2fsprogs/misc/mke2fs.8.in
74becf3c0a065f8d64e07ce4d31f9fe53be91d62 26-Apr-1997 Theodore Ts'o <tytso@mit.edu> Many files:
Checkin of e2fsprogs 1.02.
/external/e2fsprogs/misc/mke2fs.8.in