Whamcloud - gitweb
Fix compile error and warnings for old gcc versions
[tools/e2fsprogs.git] / debugfs / htree.c
2017-10-16 Theodore Ts'oMerge branch 'maint' into next
2017-10-16 Sebastian RasmussenFix typos in error messages and documentation
2017-04-13 Artem Blagodarenkoe2fsck: 3 level hash tree directory optimization
2015-10-24 Darrick J. Wongdebugfs: clean up feature test macros with predicate...
2015-07-13 Theodore Ts'odebugfs: cleanup gcc -Wall warnings
2014-11-04 Eric Sandeendebugfs: don't swap htree nodes in-place
2013-06-08 Jan Karalibext2fs: provide functions to safely access name_len...
2013-01-01 Theodore Ts'oMerge branch 'maint' into next
2013-01-01 Theodore Ts'oFix gcc -Wall nits
2012-10-14 Theodore Ts'odebugfs: teach the htree and ls commands to show direct...
2012-10-14 Theodore Ts'oMerge branch 'maint' into next
2012-10-14 Theodore Ts'odebugfs: fix htree command so that all printf's go...
2012-08-02 Darrick J. Wonglibext2fs: add checksums to the end of directory leaf...
2012-07-30 Darrick J. Wongdebugfs: print htree internal node checksums
2011-11-20 Darrick J. Wongdebugfs: fix sprintf stack overflow
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Eric Sandeene2fsprogs: Remove impossible name_len tests.
2011-05-15 Eric Sandeendebugfs: remove unused htree_dump "-l" argument
2009-09-08 Valerie Aurora Hensondebugfs: Convert to support 64-bit filesystems
2009-09-08 Valerie Aurora HensonConvert to use io_channel_read_blk64() and io_channel_w...
2009-07-12 Theodore Ts'odebugfs: Fix miscellaneous gcc -Wall warnings
2009-06-22 Theodore Ts'oFix encoding for rec_len in directories for >= 64k...
2009-04-22 Theodore Ts'odebugfs: Fix format string warnings in htree_dump_leaf_...
2009-03-09 Jim Meyeringremove useless if-before-free tests
2008-09-10 Theodore Ts'odebugfs: Add the ability to specify the hash seed to...
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-26 Theodore Ts'oAdd support for with empty directory blocks in 64k...
2008-08-08 Theodore Ts'odebugfs: Fix htree command so it works with extent...
2008-02-19 Theodore Ts'oUse BLOCK_FLAG_READ_ONLY flag in debugfs, e2image,...
2007-05-25 Andreas DilgerFix gcc -Wall warnings, especially on 64-bit systems
2007-03-29 Theodore Ts'o[COVERITY] Fix coverity warning in debugfs
2007-03-21 Brian Behlendorf[COVERITY] Fix (error case) memory leak in debugfs
2007-03-21 Brian Behlendorf[COVERITY] Avoid static buffer overruns in debugfs
2006-11-12 Theodore Ts'oAdd directory hashed signed/unsigned hint to superblock
2006-09-12 Eric SandeenFix signed vs unsigned printf format strings for block...
2006-04-28 Theodore Ts'oAdd handling for invalid option characters in debugfs...
2006-03-19 Takashi SatoFix format statements to make e2fsprogs programs 32...
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-05-14 Theodore Ts'outil.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h...
2003-03-06 Theodore Ts'oFix up lots of portability problems that caused e2fspro...
2002-10-14 Theodore Ts'oFix gcc -Wall nits.
2002-10-03 Theodore Ts'oFix endian problems in the htree code for e2fsck and...
2002-09-22 Theodore Ts'oFlag continuation hashes in debugfs's htree command...
2002-07-21 Theodore Ts'ohtree.c (do_htree_dump): Fix a bug where we were not...
2002-07-19 Theodore Ts'ohtree.c (htree_dump_int_node): Add byte swapping code...
2002-06-26 Theodore Ts'oAdd support for the half-MD4 HTREE hash.
2002-03-11 Theodore Ts'oAdd new function to the libext2fs library, ext2fs_dirha...
2002-02-25 Theodore Ts'oAdd initial support in debugfs for examining directory...