linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] miscellaneous bug fixes for e2fsprogs
@ 2014-07-26 13:48 Theodore Ts'o
  2014-07-26 13:48 ` [PATCH 1/6] tests: use e2fsck -f instead of -p for resize tests Theodore Ts'o
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Theodore Ts'o @ 2014-07-26 13:48 UTC (permalink / raw)
  To: Ext4 Developers List; +Cc: Theodore Ts'o

The following patches fix a number of problems I found while messing
around with resizing large (>16TB) partitions.  Some of these are
serious enough that I will probably end up releasing a 1.42.12
release.

Theodore Ts'o (6):
  tests: use e2fsck -f instead of -p for resize tests
  libext2fs: fix rb_resize_bmap to handle the padding bits
  resize2fs: radically reduce memory utilization by using rbtree bitmaps
  libext2fs: use C99 initializers for the io_manager structure
  Fix 32/64-bit overflow when multiplying by blocks/clusters per group
  libext2fs: fix free block accounting for 64-bit file systems

 e2fsck/pass5.c                |  2 +-
 e2fsck/super.c                |  2 +-
 lib/ext2fs/alloc_stats.c      |  4 ++--
 lib/ext2fs/blkmap64_rb.c      | 14 +++++------
 lib/ext2fs/blknum.c           |  2 +-
 lib/ext2fs/dosio.c            | 17 ++++++-------
 lib/ext2fs/ext2_fs.h          |  5 ++++
 lib/ext2fs/imager.c           | 14 +++++------
 lib/ext2fs/inode_io.c         | 24 +++++++++----------
 lib/ext2fs/nt_io.c            | 18 +++++++-------
 lib/ext2fs/rw_bitmaps.c       |  4 ++--
 lib/ext2fs/test_io.c          | 28 +++++++++++-----------
 lib/ext2fs/undo_io.c          | 26 ++++++++++----------
 lib/ext2fs/unix_io.c          | 28 +++++++++++-----------
 misc/tune2fs.c                |  2 +-
 resize/main.c                 |  1 +
 resize/resize2fs.c            | 11 ++++-----
 tests/m_64bit_flexbg/expect.1 | 55 +++++++++++++++++++++++++++++++++++++++++++
 tests/m_64bit_flexbg/script   |  4 ++++
 tests/scripts/resize_test     | 16 ++++++-------
 util/gcc-wall-cleanup         |  1 -
 21 files changed, 168 insertions(+), 110 deletions(-)
 create mode 100644 tests/m_64bit_flexbg/expect.1
 create mode 100644 tests/m_64bit_flexbg/script

-- 
2.0.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-26 13:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-26 13:48 [PATCH 0/6] miscellaneous bug fixes for e2fsprogs Theodore Ts'o
2014-07-26 13:48 ` [PATCH 1/6] tests: use e2fsck -f instead of -p for resize tests Theodore Ts'o
2014-07-26 13:48 ` [PATCH 2/6] libext2fs: fix rb_resize_bmap to handle the padding bits Theodore Ts'o
2014-07-26 13:48 ` [PATCH 3/6] resize2fs: radically reduce memory utilization by using rbtree bitmaps Theodore Ts'o
2014-07-26 13:48 ` [PATCH 4/6] libext2fs: use C99 initializers for the io_manager structure Theodore Ts'o
2014-07-26 13:48 ` [PATCH 5/6] Fix 32/64-bit overflow when multiplying by blocks/clusters per group Theodore Ts'o
2014-07-26 13:48 ` [PATCH 6/6] libext2fs: fix free block accounting for 64-bit file systems Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).