linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5 v2] e2fsprogs: allow meta_bg/64-bit file systems to be online resized
@ 2012-09-13 22:49 Theodore Ts'o
  2012-09-13 22:49 ` [PATCH 1/5] resize2fs: enforce the 16TB limit on 32-bit file systems correctly Theodore Ts'o
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Theodore Ts'o @ 2012-09-13 22:49 UTC (permalink / raw)
  To: Ext4 Developers List; +Cc: Theodore Ts'o

This patch series enhances resize2fs to allow it to support online
resizing of meta_bg and/or 64-bit file systems.   This was mainly be
fixing the sanity checks which previously wouldn't allow the online
resizing ioctl to be invoked since the userspace resize2fs program
thought the kernel would not support file system parameters.

In addition, the last patch in this series significantly speeds up
off-line resizing of ext4 file systems where the uninit_bg feature is
enabled, by skipping the write out of the inode table.

Theodore Ts'o (5):
  resize2fs: enforce the 16TB limit on 32-bit file systems correctly
  resize2fs: fix overhead calculation for meta_bg file systems
  resize2fs: allow meta_bg/64-bit file systems to be online resized
  resize2fs: enforce restrictions if the kernel doesn't do meta_bg
    resizing
  resize2fs: grow uninit_bg file systems more efficiently

 resize/main.c      | 67 ++++++++++++++++++++++---------------
 resize/online.c    | 41 +++++++++++++++--------
 resize/resize2fs.c | 96 ++++++++++++++++++++++++++++++++++--------------------
 resize/resize2fs.h |  5 +++
 4 files changed, 134 insertions(+), 75 deletions(-)

-- 
1.7.12.rc0.22.gcdd159b


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

end of thread, other threads:[~2012-09-13 23:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13 22:49 [PATCH 0/5 v2] e2fsprogs: allow meta_bg/64-bit file systems to be online resized Theodore Ts'o
2012-09-13 22:49 ` [PATCH 1/5] resize2fs: enforce the 16TB limit on 32-bit file systems correctly Theodore Ts'o
2012-09-13 22:49 ` [PATCH 2/5] resize2fs: fix overhead calculation for meta_bg file systems Theodore Ts'o
2012-09-13 22:49 ` [PATCH 3/5] resize2fs: allow meta_bg/64-bit file systems to be online resized Theodore Ts'o
2012-09-13 22:49 ` [PATCH 4/5] resize2fs: enforce restrictions if the kernel doesn't do meta_bg resizing Theodore Ts'o
2012-09-13 22:49 ` [PATCH 5/5] resize2fs: grow uninit_bg file systems more efficiently 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).