summaryrefslogtreecommitdiff
path: root/misc/ChangeLog
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2005-06-30 20:00:41 -0400
committerTheodore Ts'o <tytso@mit.edu>2005-06-30 20:00:41 -0400
commit675b79c47f7fb437d48ceff82db33c6cc780a508 (patch)
treebf91c22e8a88fb61cba668e803bc60d3642ca9f5 /misc/ChangeLog
parent80af12e180bdea9ed391a0aee58e31cee7641709 (diff)
downloade2fsprogs-675b79c47f7fb437d48ceff82db33c6cc780a508.tar.gz
Change mke2fs to refuse to create filesystems greater than 2*31-1 blocks,
at least unless forced.
Diffstat (limited to 'misc/ChangeLog')
-rw-r--r--misc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog
index 3ad0f538..6a2bd51b 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-30 Theodore Ts'o <tytso@mit.edu>
+
+ * mke2fs.c (PRS): Do not support filesystems with more 2**31-1
+ blocks, since there may be kernel bugs with such
+ filesystems.
+
2005-06-26 Theodore Ts'o <tytso@mit.edu>
* tune2fs.8.in: Fix minor typos pointed out by Benno Schulenberg.