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