Whamcloud - gitweb
tst_libext2fs: Avoid multiple definition of global variables
[tools/e2fsprogs.git] / debugfs / debugfs.c
2012-12-24 Theodore Ts'oMerge branch 'maint' into next
2012-12-24 Theodore Ts'odebugfs: add the ability to manipulate the extent tree...
2012-08-03 Darrick J. Wonglibext2fs: add checksum to MMP block
2012-08-03 Darrick J. Wonglibext2fs: block group checksum should use metadata_csu...
2012-07-30 Darrick J. Wongdebugfs: dump inode checksum when appropriate
2012-07-30 Darrick J. Wongdebugfs: optionally ignore bad checksums
2012-07-30 Tony BreedsMake Multi Mount Protection (MMP) optional at configure...
2012-04-24 Zheng Liudebugfs: cleanup in do_show_debugfs_params
2012-04-05 Theodore Ts'oFix gcc -Wall nitpicks
2012-03-26 Theodore Ts'odebugfs: teach seti and freei to free a block of inodes
2012-03-15 Theodore Ts'oUse rbtree bitmaps for dumpe2fs, debugfs, and tune2fs
2012-01-17 Theodore Ts'odebugfs: add ncheck -c option
2011-11-19 Theodore Ts'odebugfs: fix gcc -Wall complaints
2011-11-19 Theodore Ts'odebugfs: build read-only variant of debugfs
2011-11-12 Eric Sandeendebugfs: tidy up mmp handling
2011-10-17 Theodore Ts'olibext2fs: ext2fs_[set_]file_acl_block needs to check...
2011-09-25 Andreas Dilgerext2fs: add multi-mount protection (INCOMPAT_MMP)
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Theodore Ts'odumpe2fs: display "free blocks" as "free clusters"...
2011-07-09 Theodore Ts'odebugfs: add a new debugfs command 'blocks'
2011-07-09 Andreas Dilgermisc: use EXT2_I_SIZE() consistently to get size
2011-06-11 Andreas Dilgermisc: clean up compiler warnings
2010-09-25 Theodore Ts'oMerge branch 'maint' into next
2010-09-25 Theodore Ts'odebugfs: Make the extents listing in the stat command...
2010-09-24 Theodore Ts'odebugfs: Add the -D option to request Direct I/O
2010-09-20 Theodore Ts'odebugfs: Display the extent tree blocks in the stat...
2010-07-22 Theodore Ts'odebugfs: Add new debugfs command punch (aka truncate)
2009-10-26 Theodore Ts'olibext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_f...
2009-10-26 Eric Sandeendebugfs: open file systems using EXT2_FLAG_64BITS
2009-10-05 Theodore Ts'oMerge branch 'maint' into next
2009-10-04 Peng Taodebugfs: add matching fclose
2009-09-08 Valerie Aurora Hensondebugfs: Convert to support 64-bit filesystems
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-09-08 Theodore Ts'oUse accessor functions fields for bg_flags in the block...
2009-08-23 Valerie Aurora Hensondebugfs: Move everything to new bitmap interface
2009-07-27 Theodore Ts'odebugfs: Add the new command dump_extents and extent...
2009-07-12 Theodore Ts'odebugfs: Fix miscellaneous gcc -Wall warnings
2009-06-15 Theodore Ts'odebugfs: Fix miscellaneous memory leaks
2009-05-29 Theodore Ts'odebugfs: Add -a option to close_filesys command
2009-04-18 Theodore Ts'odebugfs: Print 64-bit file acl
2009-03-08 Eric Sandeendebugfs: fix segfault on "stat" command with no open fs
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-08-27 Theodore Ts'odebugfs: Use extents when writing a file if the filesys...
2008-08-25 Andreas Dilgeradd debugfs command to print known features
2008-08-24 Manish Katiyardebugfs: Print the progname instead of argv[0] in error...
2008-08-24 Manish Katiyardebugfs: Close the file handle and return in case of...
2008-07-13 Theodore Ts'oFlush stdio buffers before calling setbuf()
2008-05-16 Theodore Ts'odebugfs: Print the nanosecond field and i_version field...
2008-03-20 Jose R. SantosMake debugfs uninit block group aware
2008-03-18 Theodore Ts'oFix miscellaneous gcc -Wall warnings
2008-02-27 Theodore Ts'oMerge branch 'maint'
2008-02-27 Theodore Ts'odebugfs: Fix find_free_block to avoid reporting the...
2008-02-19 Theodore Ts'oMerge branch 'maint' into next
2008-02-19 Eric Sandeenprint "mostly-printable" xattr strings in debugfs
2008-02-19 Theodore Ts'oUse BLOCK_FLAG_READ_ONLY flag in debugfs, e2image,...
2008-02-18 Theodore Ts'oAllow debugfs to be extended for use by test programs
2008-01-01 Theodore Ts'oMerge branch 'maint' into next
2008-01-01 Theodore Ts'odebugfs: allow the undel command reallocate without...
2007-11-01 Theodore Ts'oMerge branch 'cl/remove-masix' into next
2007-11-01 Coly Lidebugfs: remove masix support
2007-10-29 Dmitry V. LevinCheck fgets(3) return value
2007-08-03 Theodore Ts'oFix gcc -Wall warnings
2007-05-25 Andreas DilgerFix gcc -Wall warnings, especially on 64-bit systems
2007-05-08 Eric SandeenFix mke2fs and debugfs to support large (> 16 bit)...
2007-04-10 Eric SandeenHandle large setb/testb/freeb commands in debugfs
2007-03-29 Brian Behlendorf[COVERITY] Handle potential case in debugfs if ext2fs_g...
2007-03-07 Theodore Ts'oAllow the debugfs lcd command to work w/o a filesystem...
2006-12-26 Theodore Ts'oUse the newer add/remove_error_table com_err interfaces
2006-11-13 Theodore Ts'oAllow debugfs and dumpe2fs to support fs features under...
2006-11-11 Theodore Ts'oOn-disk format definition for huge files
2006-06-21 Andreas Dilgerdebugfs "stat" should print unsigned values for xattrs
2006-05-09 Theodore Ts'oAdd support for EXT2_FEATURE_COMPAT_LAZY_BG
2006-03-19 Takashi SatoFix format statements to make e2fsprogs programs 32...
2006-03-19 Theodore Ts'oAdd an option to debugfs to open filesystems in exclusi...
2005-12-11 Theodore Ts'oFix various gcc -Wall complaints.
2005-09-25 Theodore Ts'oNew debugfs command: set_current_time
2005-05-06 Theodore Ts'oFix compile warning in do_stat() from previous fix.
2005-05-05 Theodore Ts'odebugfs.c (do_stat): Check to make sure a filesystem...
2005-03-21 Theodore Ts'oMake debugfs's stat command print the size of the extra...
2005-03-21 Theodore Ts'oFix e2fsck, debugfs, and the ext2fs_mkdir function...
2005-03-20 Theodore Ts'oEnhance debugfs's stat command so it can dump extended...
2004-11-29 Theodore Ts'odebugfs.c (do_open_filesys): Fix obvious uninitialized...
2004-11-19 Theodore Ts'odebugfs.c (kill_file_by_inode): Only iterate over the...
2004-07-29 Theodore Ts'oAdd ability for debugfs to use a separate source of...
2004-03-20 Theodore Ts'odebugfs.c (make_link): Set the filetype information...
2004-02-24 Theodore Ts'odebugfs.c (internal_dump_inode): Display the major...
2004-02-22 Theodore Ts'oFix libext2fs and debugfs to correctly deal with symlin...
2003-12-11 Theodore Ts'odebugfs.c (do_write, do_mkdir): If the directory is...
2003-12-07 Theodore Ts'odebugfs.c (do_write): Mask off the file type bits,...
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-07-06 Theodore Ts'oFixx gcc -Wall nitpicks.
2003-05-14 Theodore Ts'outil.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h...
2003-05-05 Theodore Ts'odebugfs.c (do_imap), debugfs.h, debug_cmds.ct, debugfs...
2003-03-16 Theodore Ts'oAdd to the ss (subsystem) library the ability to dynami...
2003-03-06 Theodore Ts'oFix up lots of portability problems that caused e2fspro...
2002-10-31 Theodore Ts'odebugfs.c (do_write): Check to see if the filename...
2002-07-15 Theodore Ts'odebugfs.c (do_show_super_stats): Calculate and print...
2002-07-09 Theodore Ts'odebugfs.c (do_rmdir), debugfs.8.in: Implement the rmdir...
2002-05-12 Theodore Ts'oAdd a new command "bmap" to debugfs which calculates...
2002-03-05 Theodore Ts'oTwo bug fixes to debugfs, courtesy of Jaroslav Drzik...
next