]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - resize/resize2fs.c
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 16 Feb 1998 22:16:20 +0000 (22:16 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 16 Feb 1998 22:16:20 +0000 (22:16 +0000)
commita8519a2dbec429846d89fee581a2ecb829904cd2
tree58f250fc072a90f521bf0a68c236b47d2106d7e1
parent9abd2ce914f9373fb676f0bb620ffba3a0e3c49e
Many files:
  Major reoganization of how resizing works.  Functions in
  ext2_block_move.c, and ext2_inode_move.c moved into resize2fs.c.
  Multiple passes in those two files also combined into a single inode
  scanning pass.  Made the inode table moving function better handling
  the case where it needs to abort mid-operation.  When moving blocks
  around, made the block allocation function preferentially avoid the
  old group descriptor blocks, to make resize2fs more robust.
resize/ChangeLog
resize/Makefile.in
resize/NOTES [deleted file]
resize/banalysis.c [deleted file]
resize/banalysis.h [deleted file]
resize/ext2_block_move.c [deleted file]
resize/ext2_inode_move.c [deleted file]
resize/main.c
resize/resize2fs.c
resize/resize2fs.h