Age | Commit message (Expand) | Author | Files | Lines |
2002-02-26 | Update Changelog messages to use tytso@mit.edu for all addresses | Theodore Ts'o | 4 | -14/+14 |
2002-02-25 | Add initial support in debugfs for examining directory indexing | Theodore Ts'o | 2 | -0/+36 |
2002-02-24 | Update makefiles to install mkfs.ext3, and to install man pages for | Theodore Ts'o | 2 | -0/+12 |
2002-02-23 | Update with the Debian package e2fsprogs-1.26-1. | Theodore Ts'o | 2 | -4/+15 |
2002-02-23 | unix_io.c (unix_open): Fix 2.4 resource limit workaround so that | Theodore Ts'o | 2 | -2/+18 |
2002-02-21 | ismounted.c (is_swap_device): Fix file descriptor/memory leak; | Theodore Ts'o | 2 | -9/+20 |
2002-02-20 | Add new inode I/O abstraction interface which exports an inode as | Theodore Ts'o | 8 | -26/+313 |
2002-02-12 | Lots of small random portability fixes to make e2fsprogs build | Theodore Ts'o | 6 | -3/+32 |
2002-02-03 | Fix bug where ext2fs_mkdir wasn't correctly bumping the number of | Theodore Ts'o | 4 | -2/+22 |
2002-02-03 | Update files for 1.26 release. | Theodore Ts'o | 7 | -11/+39 |
2002-01-03 | Fix gcc -Wall nits. | Theodore Ts'o | 1 | -1/+1 |
2002-01-03 | dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): | Theodore Ts'o | 12 | -94/+200 |
2001-12-24 | ismounted.c (is_swap_device): New function used by | Theodore Ts'o | 3 | -1/+55 |
2001-12-24 | Fix broken Makefile dependencies. | Theodore Ts'o | 1 | -8/+12 |
2001-12-24 | Mke2fs now creates the lost+found directory with 0700 permissions, | Theodore Ts'o | 5 | -2/+13 |
2001-12-24 | ismounted.c (check_mntent_file): Stat all of the entries in | Theodore Ts'o | 2 | -12/+34 |
2001-12-23 | Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the | Theodore Ts'o | 6 | -15/+1093 |
2001-12-16 | Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus | Theodore Ts'o | 6 | -12/+16 |
2001-12-16 | Fix e2fsck's handling of external journals,and update journal | Theodore Ts'o | 3 | -2/+7 |
2001-12-03 | unix_io.c (unix_open): Make sure the ulimit workaround works | Theodore Ts'o | 2 | -3/+9 |
2001-12-02 | Fixes necessary for e2fsprogs to work using the diet libc. | Theodore Ts'o | 3 | -4/+11 |
2001-11-26 | unix_io.c (unix_open): Work around a bug in 2.4.10+ kernels by | Theodore Ts'o | 2 | -0/+28 |
2001-11-09 | mkjournal.c (ext2fs_add_journal_inode): When creating a .journal | Theodore Ts'o | 2 | -1/+24 |
2001-11-05 | Define a new ext2 file attribute, EXT2_NOTAIL_FL, | Theodore Ts'o | 4 | -2/+15 |
2001-10-01 | Add libuuid man pages to the RPM spec file. | Andreas Dilger | 1 | -1/+22 |
2001-09-20 | Update changelogs for 1.25 release. | Theodore Ts'o | 6 | -0/+24 |
2001-09-14 | ismounted.c (check_mntent_file): We now validate the entry in | Theodore Ts'o | 2 | -10/+57 |
2001-09-17 | ext2_ext_attr.h: Remove unneeded #include of <linux/config.h> | Theodore Ts'o | 2 | -2/+6 |
2001-09-16 | Make compile_et and mk_cmds safe from directory pathnames that | Theodore Ts'o | 4 | -21/+31 |
2001-09-11 | com_err.texinfo: Add appropriate @node and @menu lines so that | Theodore Ts'o | 2 | -32/+59 |
2001-09-10 | compare.c (uuid_compare), copy.c (uuid_copy), | Theodore Ts'o | 11 | -29/+49 |
2001-09-04 | Update for 1.24a release | Theodore Ts'o | 6 | -0/+24 |
2001-08-31 | Update for 1.24 release. | Theodore Ts'o | 6 | -0/+24 |
2001-08-30 | getsize.c (ext2fs_get_device_size): Back out BLKGETSIZE64 | Theodore Ts'o | 2 | -17/+6 |
2001-08-27 | Add missing log entry showing when we released e2fsprogs 1.23 | Theodore Ts'o | 6 | -0/+24 |
2001-08-05 | Performance enhancements to speed up creating a journal and | Theodore Ts'o | 3 | -2/+16 |
2001-08-04 | Cleanup changes to Andreas' symlink patch. Remove use of EXT2_LINK_DIR | Theodore Ts'o | 1 | -2/+0 |
2001-08-04 | Add extra checks for bad symlinks, including zero length symlinks, | Andreas Dilger | 1 | -0/+2 |
2001-07-29 | finddev.c (scan_dir): Fix memory leak; we weren't calling | Theodore Ts'o | 2 | -2/+10 |
2001-07-27 | mkjournal.c (ext2fs_create_journal_superblock): Set the first block | Theodore Ts'o | 2 | -1/+11 |
2001-07-27 | getsize.c (ext2fs_get_device_size): Add support for the | Theodore Ts'o | 2 | -0/+22 |
2001-07-27 | mkjournal.c (ext2fs_add_journal_device): Use the correct block | Theodore Ts'o | 2 | -1/+7 |
2001-07-26 | mkjournal.c (ext2fs_add_journal_device): Use the correct block | Theodore Ts'o | 2 | -2/+10 |
2001-07-23 | Add support for use of an external journal (so long as the external | Theodore Ts'o | 2 | -0/+7 |
2001-07-20 | ext_attr.c (ext2fs_write_ext_attr): When writing the extended | Theodore Ts'o | 2 | -0/+5 |
2001-07-20 | Comment out ext2_find_first_bit_set and ext2fs_find_next_bit_set | Theodore Ts'o | 2 | -0/+7 |
2001-07-10 | Speed up journal recovery in userspace by avoiding a pointless | Theodore Ts'o | 2 | -0/+12 |
2001-07-07 | bitops.h (ext2fs_find_first_bit_set): Use %esi instead of %ebx to | Theodore Ts'o | 2 | -4/+7 |
2001-07-04 | Add new functions to bitops.h to find quickly search for set bits in | Theodore Ts'o | 4 | -3/+188 |
2001-07-02 | Add initial support for extended attribute blocks | Theodore Ts'o | 7 | -2/+176 |