- 20 Mar, 2014 1 commit
-
-
JP Abgrall authored
Revert "Revert changes that moved from 1.41.14 to 1.42.9" This reverts commit 65f0aab9.
-
- 06 Mar, 2014 2 commits
-
-
JP Abgrall authored
Revert "e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_H" commit e80e74c4. Revert "Merge remote-tracking branch 'linaro/linaro-1.42.9' into aosp_master" This reverts commit e97b2b6f, reversing changes made to 7e2fb9d0. Revert "Prepare for upstream 1.42.9" This reverts commit 7e2fb9d0 . Bug: 13340735 Change-Id: If48b153a95ef5f69f7cdccb00e23524abff3c5a8 Signed-off-by:
JP Abgrall <jpa@google.com>
-
JP Abgrall authored
Revert "e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_H" commit e80e74c4. Revert "Merge remote-tracking branch 'linaro/linaro-1.42.9' into aosp_master" This reverts commit e97b2b6f, reversing changes made to 7e2fb9d0. Revert "Prepare for upstream 1.42.9" This reverts commit 7e2fb9d0 . Bug: 13340735 Change-Id: If48b153a95ef5f69f7cdccb00e23524abff3c5a8 Signed-off-by:
JP Abgrall <jpa@google.com>
-
- 13 May, 2006 1 commit
-
-
Theodore Ts'o authored
-
- 14 Apr, 2005 1 commit
-
-
Theodore Ts'o authored
multiply claimed blocks.
-
- 01 Mar, 2005 1 commit
-
-
Theodore Ts'o authored
-
- 19 Jan, 2005 1 commit
-
-
Theodore Ts'o authored
and dumpe2fs. Eventually, we should fold this into a single function for converting numbers to creator os codes, and vice versa (in TODO file)
-
- 20 Mar, 2004 1 commit
-
-
Theodore Ts'o authored
a link.
-
- 02 Mar, 2004 1 commit
-
-
Theodore Ts'o authored
-
- 07 Dec, 2003 1 commit
-
-
Theodore Ts'o authored
-
- 25 Jul, 2003 1 commit
-
-
Theodore Ts'o authored
libss2, libcomerr2, libuuid1, and e2fslibs. Remove Yann's TODO and README.Debian files.
-
- 31 Aug, 2002 1 commit
-
-
Theodore Ts'o authored
-
- 24 Dec, 2001 2 commits
-
-
Theodore Ts'o authored
ext2fs_check_if_mounted and ext2fs_check_mount_point which determines whether or not the specified device is a swap device by using /proc/swaps. More bulletproofing for idiotic/careless system administrators!
-
Theodore Ts'o authored
the right thing if the filesystem superblock is unavailable; it will search for the superblock by iterating over possible blocksizes.
-
- 11 May, 2001 1 commit
-
-
Theodore Ts'o authored
Update for 1.20 version release. TODO: Update TODO list.
-
- 24 Oct, 2000 1 commit
-
-
Theodore Ts'o authored
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.
-
- 13 Jul, 2000 1 commit
-
-
Theodore Ts'o authored
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.
-
- 06 Apr, 2000 1 commit
-
-
Theodore Ts'o authored
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.
-
- 11 Feb, 2000 1 commit
-
-
Theodore Ts'o authored
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.
-
- 08 Feb, 2000 1 commit
-
-
Theodore Ts'o authored
Update todo list. version.h: Update version file.
-
- 10 Nov, 1999 1 commit
-
-
Theodore Ts'o authored
Update for 1.18 release.
-
- 23 Oct, 1999 1 commit
-
-
Theodore Ts'o authored
Update for 1.16 release.
-
- 19 Jul, 1999 1 commit
-
-
Theodore Ts'o authored
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.
-
- 18 Jun, 1999 1 commit
-
-
Theodore Ts'o authored
Add support for the '&' flag, which redirects stderr to the FILE *. TODO: New set of TODO items....
-
- 12 Jan, 1999 1 commit
-
-
Theodore Ts'o authored
Added todo file for private use.
-