summaryrefslogtreecommitdiff
path: root/debugfs/htree.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-09-16e2fsprogs: Remove impossible name_len tests.Eric Sandeen1-2/+1
2011-05-14debugfs: remove unused htree_dump "-l" argumentEric Sandeen1-24/+1
2009-09-07debugfs: Convert to support 64-bit filesystemsValerie Aurora Henson1-23/+23
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson1-4/+4
2009-07-11debugfs: Fix miscellaneous gcc -Wall warningsTheodore Ts'o1-3/+5
2009-06-21Fix encoding for rec_len in directories for >= 64k blocksize file systemsTheodore Ts'o1-6/+17
2009-04-22debugfs: Fix format string warnings in htree_dump_leaf_node()Theodore Ts'o1-2/+4
2009-03-08remove useless if-before-free testsJim Meyering1-2/+1
2008-09-10debugfs: Add the ability to specify the hash seed to the "hash" commandTheodore Ts'o1-3/+13
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-14/+14
2008-08-25Add support for with empty directory blocks in 64k blocksize filesystemsTheodore Ts'o1-9/+13
2008-08-08debugfs: Fix htree command so it works with extent-based directoriesTheodore Ts'o1-6/+15
2008-02-18Use BLOCK_FLAG_READ_ONLY flag in debugfs, e2image, and tune2fsTheodore Ts'o1-1/+2
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger1-1/+1
2007-03-29[COVERITY] Fix coverity warning in debugfsTheodore Ts'o1-1/+1
2007-03-21[COVERITY] Fix (error case) memory leak in debugfsBrian Behlendorf1-2/+3
2007-03-21[COVERITY] Avoid static buffer overruns in debugfsBrian Behlendorf1-1/+1
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o1-1/+6
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen1-1/+1
2006-04-27Add handling for invalid option characters in debugfs subcommandsTheodore Ts'o1-0/+6
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato1-9/+9
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o1-5/+8
2003-05-13util.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h, debugfs.c, ChangeLog:Theodore Ts'o1-11/+3
2003-03-06Fix up lots of portability problems that caused e2fsprogs not to build succes...Theodore Ts'o1-2/+2
2002-10-13Fix gcc -Wall nits.Theodore Ts'o1-26/+21
2002-10-02Fix endian problems in the htree code for e2fsck and debugfs.Theodore Ts'o1-1/+1
2002-09-22Flag continuation hashes in debugfs's htree command to make themTheodore Ts'o1-4/+6
2002-07-21htree.c (do_htree_dump): Fix a bug where we were not cleanlyTheodore Ts'o1-6/+6
2002-07-18htree.c (htree_dump_int_node): Add byte swapping code sot thatTheodore Ts'o1-11/+18
2002-06-26Add support for the half-MD4 HTREE hash.Theodore Ts'o1-9/+33
2002-03-11Add new function to the libext2fs library, ext2fs_dirhash, whichTheodore Ts'o1-18/+15
2002-02-25Add initial support in debugfs for examining directory indexingTheodore Ts'o1-0/+364