e2fsprogs/lib/ext2fs
Theodore Ts'o cc90bdfd08 dirhash.c (ext2fs_dirhash): Fix bug which caused MD4
calculations for names > 32 characters to be completely
	bogus.  Changed MD4 calculation to match what is currently
	being used in the CVS gkernel tree.
2002-07-23 13:11:53 -04:00
..
dll ChangeLog, MCONFIG.in, configure, configure.in: 2001-01-11 15:48:50 +00:00
.cvsignore .cvsignore: 2000-05-25 23:19:08 +00:00
ChangeLog dirhash.c (ext2fs_dirhash): Fix bug which caused MD4 2002-07-23 13:11:53 -04:00
Makefile.in Add new function to the libext2fs library, ext2fs_dirhash, which 2002-03-11 15:04:45 -05:00
Makefile.pq Many files: 1997-11-14 05:23:04 +00:00
alloc.c dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): 2002-01-03 03:29:19 -05:00
alloc_stats.c Fix bug where ext2fs_mkdir wasn't correctly bumping the number of 2002-02-03 01:28:52 -05:00
alloc_tables.c Many files: 2001-05-14 11:35:52 +00:00
badblocks.c Add support to e2fsck to reindex directories to use hash trees. 2002-07-20 00:28:07 -04:00
bb_compat.c Many files: 2001-05-14 11:35:52 +00:00
bb_inode.c dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): 2002-01-03 03:29:19 -05:00
bitmaps.c Many files: 2001-05-14 11:35:52 +00:00
bitops.c Many files: 2001-05-14 11:35:52 +00:00
bitops.h bitops.h: Add #define's for ext2fs_{l,b}e{32,16}_to_cpu and 2002-06-28 08:10:29 -04:00
block.c ChangeLog, Makefile.in, swapfs.c, unix.c: 2001-06-11 07:00:04 +00:00
bmap.c Add a new command "bmap" to debugfs which calculates the logical->physical block 2002-05-11 22:13:20 -04:00
bmove.c Many files: 2001-05-14 11:35:52 +00:00
brel.h Many files: 2001-01-11 04:54:39 +00:00
brel_ma.c Many files: 2001-05-14 11:35:52 +00:00
check_desc.c Many files: 2001-05-14 11:35:52 +00:00
closefs.c Speed up journal recovery in userspace by avoiding a pointless 2001-07-10 14:27:58 -04:00
cmp_bitmaps.c Many files: 2001-05-14 11:35:52 +00:00
dblist.c Many files: 2001-05-14 11:35:52 +00:00
dblist_dir.c dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): 2002-01-03 03:29:19 -05:00
dir_iterate.c dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): 2002-01-03 03:29:19 -05:00
dirblock.c dirblock.c (ext2fs_read_dir_block2, ext2fs_write_dir_block): New 2002-03-12 01:05:06 -05:00
dirhash.c dirhash.c (ext2fs_dirhash): Fix bug which caused MD4 2002-07-23 13:11:53 -04:00
dosio.c ChangeLog, wordwrap.pl: 2001-06-01 23:49:46 +00:00
dosio.h Many files: 1997-08-11 20:29:22 +00:00
dupfs.c Many files: 2001-05-14 11:35:52 +00:00
e2image.h Many files: 2001-05-03 04:02:29 +00:00
expanddir.c dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): 2002-01-03 03:29:19 -05:00
ext2_err.et.in Add new function to the libext2fs library, ext2fs_dirhash, which 2002-03-11 15:04:45 -05:00
ext2_ext_attr.h Update to support the V2 Bestbits EA format. 2002-05-22 00:22:38 -04:00
ext2_fs.h Add support to e2fsck to reindex directories to use hash trees. 2002-07-20 00:28:07 -04:00
ext2_io.h Many files: 2000-10-26 20:24:43 +00:00
ext2_types.h.in ChangeLog, ext2_types.h.in: 2001-06-14 00:24:42 +00:00
ext2fs.h Add support to e2fsck to reindex directories to use hash trees. 2002-07-20 00:28:07 -04:00
ext2fsP.h Add support to e2fsck to reindex directories to use hash trees. 2002-07-20 00:28:07 -04:00
ext_attr.c Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus 2001-12-16 23:23:37 -05:00
fileio.c Fix various gcc -Wall complaints. 2002-03-07 23:52:56 -05:00
finddev.c finddev.c (scan_dir): Fix memory leak; we weren't calling 2001-07-29 12:01:09 -04:00
flushb.c e2fsck/flushb.c and lib/ext2fs/flushb.c: Use platform independent 2001-06-22 21:01:17 -04:00
freefs.c Add support to e2fsck to reindex directories to use hash trees. 2002-07-20 00:28:07 -04:00
gen_bitmap.c ChangeLog, Makefile.in, bitops.h, gen_bitmap.c: 2001-06-11 15:17:45 +00:00
get_pathname.c Many files: 2001-05-14 11:35:52 +00:00
getsize.c getsize.c (ext2fs_get_device_size): Back out BLKGETSIZE64 2001-08-30 17:24:02 -04:00
icount.c ChangeLog, icount.c: 2001-06-08 09:43:40 +00:00
imager.c Many files: 2001-05-14 11:35:52 +00:00
initialize.c Do sanity checking of the number of blocks and inodes in a group for 2002-06-10 11:05:56 -06:00
inline.c Many files: 2001-05-14 11:35:52 +00:00
inode.c ChangeLog, dumpe2fs.c, mke2fs.c: 2001-06-13 00:12:04 +00:00
inode_io.c Fix various gcc -Wall complaints. 2002-03-07 23:52:56 -05:00
irel.h Many files: 2001-01-11 04:54:39 +00:00
irel_ma.c Many files: 2001-05-14 11:35:52 +00:00
ismounted.c ismounted.c (check_mntent): In AIX 4.3, MOUNTED isn't defined. 2002-06-27 21:19:45 -04:00
jfs_compat.h Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the 2001-12-23 19:33:51 -05:00
jfs_dat.h ChangeLog, Makefile.in, ext2_err.et.in, ext2fs.h, jfs_dat.h, mkjournal.c: 2000-10-24 18:33:16 +00:00
jfs_user.h Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the 2001-12-23 19:33:51 -05:00
kernel-jbd.h Lots of small random portability fixes to make e2fsprogs build 2002-02-12 02:34:44 -05:00
kernel-list.h Lots of small random portability fixes to make e2fsprogs build 2002-02-12 02:34:44 -05:00
link.c Many files: 2001-05-14 11:35:52 +00:00
llseek.c ChangeLog, llseek.c: 2000-10-25 02:06:09 +00:00
lookup.c Many files: 2001-05-14 11:35:52 +00:00
mkdir.c Fix bug where ext2fs_mkdir wasn't correctly bumping the number of 2002-02-03 01:28:52 -05:00
mkjournal.c dir_iterate.c (ext2fs_dir_iterate2, ext2fs_process_dir_block): 2002-01-03 03:29:19 -05:00
namei.c Many files: 2001-05-14 11:35:52 +00:00
native.c ChangeLog, Makefile.in, swapfs.c, unix.c: 2001-06-11 07:00:04 +00:00
newdir.c Many files: 2001-05-14 11:35:52 +00:00
nt_io.c Many files: 2001-05-14 11:35:52 +00:00
openfs.c Do sanity checking of the number of blocks and inodes in a group for 2002-06-10 11:05:56 -06:00
read_bb.c Many files: 2001-05-14 11:35:52 +00:00
read_bb_file.c ext2fs.h, read_bb_file.c: Change private to priv_data, to avoid 2002-07-14 16:00:50 -04:00
rs_bitmap.c Many files: 2001-05-14 11:35:52 +00:00
rw_bitmaps.c ChangeLog, Makefile.in, swapfs.c, unix.c: 2001-06-11 07:00:04 +00:00
swapfs.c ChangeLog, Makefile.in, swapfs.c, unix.c: 2001-06-11 07:00:04 +00:00
test_io.c Add new inode I/O abstraction interface which exports an inode as 2002-02-20 01:06:25 -05:00
tst_badblocks.c Fix various gcc -Wall complaints. 2002-03-07 23:52:56 -05:00
tst_bitops.c Add new functions to bitops.h to find quickly search for set bits in 2001-07-04 14:04:58 -04:00
tst_byteswap.c Fix various gcc -Wall complaints. 2002-03-07 23:52:56 -05:00
tst_getsize.c Many files: 2001-05-14 11:35:52 +00:00
tst_iscan.c ChangeLog, dumpe2fs.c, mke2fs.c: 2001-06-13 00:12:04 +00:00
unix_io.c unix_io.c (unix_open): Only attempt the setrlimit workaround if 2002-07-14 08:33:32 -04:00
unlink.c Many files: 2001-05-14 11:35:52 +00:00
valid_blk.c ChangeLog, valid_blk.c: 2001-06-02 04:13:16 +00:00
version.c Many files: 2001-05-14 11:35:52 +00:00
write_bb_file.c Many files: 2001-05-14 11:35:52 +00:00