Whamcloud - gitweb
ChangeLog, Makefile.in, e2image.h, ext2_err.et.in, ext2fs.h, imager.c:
authorTheodore Ts'o <tytso@mit.edu>
Sun, 12 Nov 2000 19:32:20 +0000 (19:32 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 12 Nov 2000 19:32:20 +0000 (19:32 +0000)
commit72ed12648368b3f3ea14e8102e20bf5d3a3be6d3
tree8cfc855fc826c968d5a43efcbc12b4406ee21346
parent6a7f455bb129e867407fe1961328931ff704b3d2
ChangeLog, Makefile.in, e2image.h, ext2_err.et.in, ext2fs.h, imager.c:
  imager.c (ext2fs_image_{inode,super,bitmap}_{read,write}, ext2_fs.h,
   Makefile.in: New file that has routines that save ext2fs metadata to a
   file.
  ext2_err.et.in (EXT2_ET_MAGIC_E2IMAGE): New error code assigned.
  e2image.h: New file which defines the file format for the ext2 image
   file.  (Saved copy of ext2 metadata to a file as a saving throw
   against worst-case damage.)
ChangeLog, Makefile.in, e2image.c:
  e2image.c, Makefile.in: New program which saves ext2 metadata to a
   file for people who need a last-ditch saving throw.
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/e2image.h [new file with mode: 0644]
lib/ext2fs/ext2_err.et.in
lib/ext2fs/ext2fs.h
lib/ext2fs/imager.c [new file with mode: 0644]
misc/ChangeLog
misc/Makefile.in
misc/e2image.c [new file with mode: 0644]