Age | Commit message (Expand) | Author | Files | Lines |
2002-11-08 | Update files for 1.31 release. | Theodore Ts'o | 29 | -8/+141 |
2002-11-08 | chattr.1.in: Update man page | Theodore Ts'o | 2 | -6/+20 |
2002-11-08 | pf.c: Print the indexed directory flag if present. Don't display | Theodore Ts'o | 2 | -0/+9 |
2002-11-08 | configure.in, configure: Change --enable-jfs-debug to | Theodore Ts'o | 3 | -7/+10 |
2002-11-08 | unix.c (main): Fix a bug where e2fsck could erroneously mark a | Theodore Ts'o | 2 | -12/+18 |
2002-11-08 | unix.c (PRS), journal.c: Set the default level of journal | Theodore Ts'o | 3 | -1/+13 |
2002-11-08 | Missed a EVMS 1.2 ABI fixup. | Theodore Ts'o | 1 | -0/+4 |
2002-11-08 | Skip byteswap tests on --disable-swapfs | Theodore Ts'o | 7 | -170/+200 |
2002-11-08 | Update "make depend". | Theodore Ts'o | 2 | -3/+8 |
2002-11-08 | fs_ext2.c (fs_expand, fs_shrink), | Theodore Ts'o | 3 | -3/+28 |
2002-11-08 | fsimext2.c (set_mkfs_options): If the hard sector size is 1024, | Theodore Ts'o | 2 | -4/+3 |
2002-11-08 | Default the EVMS_ABI_CODE if it is not defined to 1.2.0. | Theodore Ts'o | 1 | -0/+5 |
2002-11-08 | Update EVMS plugin to support EVMS ABI 1.2 | Theodore Ts'o | 11 | -377/+472 |
2002-11-08 | fsimext2.c (set_mkfs_options): Synchronize with EVMS CVS rev | Theodore Ts'o | 2 | -0/+29 |
2002-11-08 | Synchronize with EVMS CVS. Add better error handling | Theodore Ts'o | 3 | -1/+17 |
2002-11-08 | fs_ext2.c (fs_expand): Synchronize with EVMS CVS rev 1.12 | Theodore Ts'o | 2 | -1/+4 |
2002-11-08 | fs_ext2.c (fs_expand, fs_shrink): Synchronize with EVMS CVS rev | Theodore Ts'o | 2 | -0/+7 |
2002-11-08 | fsimext2.h: Synchronize with EVMS CVS rev 1.8 (2002/8/29). | Theodore Ts'o | 2 | -43/+48 |
2002-11-08 | Change e2fsck to force out changes to the backup copies of the | Theodore Ts'o | 4 | -0/+14 |
2002-11-08 | closefs.c (write_bgdesc, ext2fs_flush): Fix bug in meta_bg | Theodore Ts'o | 2 | -10/+18 |
2002-11-07 | e2fsck.h, unix.c (main, check_mount): Fix e2fsck so that it | Theodore Ts'o | 3 | -9/+15 |
2002-11-01 | ADD TAG: E2FSPROGS-1_30 | Theodore Ts'o | 1 | -0/+1 |
2002-11-01 | Update files for 1.30 release. | Theodore Ts'o | 27 | -8/+182 |
2002-11-01 | ext2_fs.h: Add support for a new inode flag, which is to be used | Theodore Ts'o | 3 | -0/+16 |
2002-11-01 | Add support for a new inode flag, which is to be used | Theodore Ts'o | 4 | -3/+11 |
2002-10-31 | resize2fs.c (inode_scan_and_fix, check_and_change_inodes): When | Theodore Ts'o | 2 | -1/+19 |
2002-10-31 | unix.c (usage), e2fsck.8.in: Add the -D option to the usage and | Theodore Ts'o | 1 | -1/+1 |
2002-10-31 | unix.c (usage), e2fsck.8.in: Add the -D option to the usage and | Theodore Ts'o | 2 | -1/+4 |
2002-10-31 | pass1.c (e2fsck_pass1): Check the superblock write time to see | Theodore Ts'o | 2 | -1/+11 |
2002-10-31 | get_device_by_label.c (read_partitions): Pay attention to | Theodore Ts'o | 2 | -1/+8 |
2002-10-31 | gen_uuid.c (get_random_bytes): Don't spin forever if read() | Theodore Ts'o | 2 | -4/+7 |
2002-10-31 | ismounted.c (check_mntent, check_mntent_file): Add better | Theodore Ts'o | 2 | -13/+33 |
2002-10-31 | flushb.c (ext2fs_sync_device): If the BLKFLSBUF ioctl succeeds, | Theodore Ts'o | 2 | -2/+8 |
2002-10-31 | debugfs.c (do_write): Check to see if the filename exists before | Theodore Ts'o | 2 | -0/+13 |
2002-10-31 | openfs.c (ext2fs_open): Fix bug which caused us to pass the | Theodore Ts'o | 2 | -3/+26 |
2002-10-31 | Remove uneeded debian files. | Theodore Ts'o | 5 | -29/+0 |
2002-10-31 | Update Debian packaging information as of 1.29+130-WIP-0930-2. | Theodore Ts'o | 5 | -12/+85 |
2002-10-31 | Makefile.in (install): Search all compression extensions when | Theodore Ts'o | 10 | -4/+32 |
2002-10-30 | Add Olaf Klemke's german translation. | Theodore Ts'o | 2 | -0/+7780 |
2002-10-30 | Add support for the meta_bg feature flag to the resize2fs program. | Theodore Ts'o | 12 | -98/+213 |
2002-10-28 | fsck.c (main): Fix bug reported by Gregory Mutt. Multiple | Theodore Ts'o | 2 | -1/+12 |
2002-10-25 | Add a new superblock field, s_mkfs_time, which indicates when | Theodore Ts'o | 5 | -4/+24 |
2002-10-25 | dumpe2fs.c (list_desc, main): Make dumpe2fs more robust so that | Theodore Ts'o | 2 | -16/+33 |
2002-10-25 | Update man page to document the journal_* default mount options. | Theodore Ts'o | 1 | -0/+16 |
2002-10-20 | Add support for new default mount options for the journal data mode. | Theodore Ts'o | 6 | -4/+27 |
2002-10-20 | Add support for the meta_blockgroup filesystem format. (Missing changelog) | Theodore Ts'o | 1 | -0/+5 |
2002-10-20 | Add support for the meta_blockgroup filesystem format. | Theodore Ts'o | 15 | -51/+213 |
2002-10-15 | Add support for new feature in ext2/3 filesystems; a default mount options field | Theodore Ts'o | 10 | -11/+270 |
2002-10-13 | Fix gcc -Wall nits. | Theodore Ts'o | 20 | -41/+91 |
2002-10-11 | Fix bug in e2fsck and mklost+found; the lost+found directory should | Theodore Ts'o | 4 | -2/+12 |