summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2001-05-11libext2fs.texinfo:Theodore Ts'o1-0/+4
Update for 1.20 version release. TODO: Update TODO list.
2000-10-24ChangeLog, Makefile.in, ext2_err.et.in, ext2fs.h, jfs_dat.h, mkjournal.c:Theodore Ts'o1-0/+6
Makefile.in, ext2fs.h, jfs_dat.h, mkjournal.c: Add functions for creating an ext3 journal on a filesystem. ext2_err.et.in (EXT2_JOURNAL_NOT_BLOCK): Add new error code. .del-ext2_fs.h~7a460879, ChangeLog: ext2_fs.h (EXT2_JOURNAL_INO): Add definition for EXT2_JOURNAL_INO; reserve inode #7 for EXT2_RESIZE_INO. TODO: Commit TOOD suggestion.
2000-07-13configure.in:Theodore Ts'o1-0/+5
Commit this file for future use; contains a configure.in script for when libuuid gets separtead out into its own package. libext2fs.texinfo: Update version numbers for 1.19 release. TODO: Commit TODO list for 1.19 release. README: Update file for 1.19 release. ChangeLog, e2fsprogs.spec: e2fsprogs.spec: Merge in a few changes from the Red Hat 6.2 spec file, now that we're using a modern rpm to build e2fsprogs. Also updated version number to 1.19. version.h: Update version number for 1.19 release. ChangeLog: Check in changes for 1.19 release.
2000-04-06ChangeLog:Theodore Ts'o1-0/+77
Makefile.in (source_tar_file): Remove the resize directory from the list of excluded files. version.h: Update version header for an WIP release. e2fsprogs.spec, ChangeLog: e2fsprogs.spec: Updated for 1.19 release; added resize2fs. ChangeLog, expect.1: f_filetype: Updated expect script to match with new text for immutable/append-only files. TODO: Update TODO file.
2000-02-11Many files:Theodore Ts'o1-0/+17
unix.c (main): If compression is enabled on the filesystem, print a warning message (for now). message.c: Add new compression shortcut: @c == compress problem.c, problem.h (PR_1_COMPR_SET): Add new error code. pass1.c (check_blocks): If the inode has EXT2_COMPRBLK_FL flag set, check to see if the filesystem supports compression. If it does pass this information down to process_block() so it can treat the compressed block flag words correctly. If not, offer to clear the flag, since it shouldn't be set. (process_block): If an inode has the compressed inode flag set, allow EXT2FS_COMPRESSED_BLKADDR. pass1b.c (process_pass1b_block, delete_file_block, clone_file_block): pass2.c (deallocate_inode_block): Use HOLE_BLKADDR to check to see if the block can be skipped. ChangeLog, Makefile.in: Makefile.in: Exclude the internationalization files from being distributed. ChangeLog, configure, configure.in: configure.in: Add support for --enable-compression. This is experimental code only for now, which is why it's under --enable test. Once it's stable, it will always be compiled in. TODO: Commit additional TODO items.
2000-02-08TODO:Theodore Ts'o1-9/+51
Update todo list. version.h: Update version file.
1999-11-10README, RELEASE-NOTES, TODO, e2fsprogs.spec, version.h:Theodore Ts'o1-0/+8
Update for 1.18 release.
1999-10-23README, RELEASE-NOTES, TODO, e2fsprogs.lsm, e2fsprogs.spec, version.h:Theodore Ts'o1-0/+10
Update for 1.16 release.
1999-07-19ChangeLog, depfix.sed:Theodore Ts'o1-12/+1
depfix.sed: Remove all line continuations from the dependencies; the word wrapping is now done by wordwrap.pl. README, RELEASE-NOTES, TODO, e2fsprogs.spec: Update for 1.15 release.
1999-06-18fpopen.c:Theodore Ts'o1-1/+49
Add support for the '&' flag, which redirects stderr to the FILE *. TODO: New set of TODO items....
1999-01-12TODO:Theodore Ts'o1-0/+7
Added todo file for private use.