]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 9 Jun 1997 14:51:29 +0000 (14:51 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Jun 1997 14:51:29 +0000 (14:51 +0000)
commit1e1da29fbd4204a267ebd7c64d37e1f95a9dad08
tree33736a3b078756254de95cdb9e87583fe620fcc7
parent24b2c7a7a14cec8480a75af7d535cf267e6abe1f
Many files:
  bmove.c (ext2fs_move_blocks): New function which takes a bitmap of
   blocks which need to be moved, and moves those blocks to another
   location in the filesystem.
  rs_bitmap.c (ext2fs_resize_generic_bitmap): When expanding a bitmap,
   make sure all of the new parts of the bitmap are zero.
  bitmaps.c (ext2fs_copy_bitmap): Fix bug; the destination bitmap wasn't
   being returned to the caller.
  alloc_tables.c (ext2fs_allocate_group_table): Add new function
   ext2fs_allocate_group_table() which sets the group tables for a
   particular block group.  The relevant code was factored out of
   ext2fs_allocate_tables().
  dblist.c (make_dblist): Adjust the initial size of the directory block
   list to be a bit more realize (ten plus twice the number of
   directories in the filesystem).
  Check in interim work.
15 files changed:
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/alloc_tables.c
lib/ext2fs/bitmaps.c
lib/ext2fs/bmove.c [new file with mode: 0644]
lib/ext2fs/brel.h
lib/ext2fs/dblist.c
lib/ext2fs/ext2fs.h
lib/ext2fs/rs_bitmap.c
resize/Makefile.in
resize/NOTES [new file with mode: 0644]
resize/banalysis.c
resize/main.c
resize/resize2fs.c
resize/resize2fs.h