Whamcloud - gitweb
e2fsck: fix e2fsck -D for encrypted directories
[tools/e2fsprogs.git] / debugfs /
2014-05-22 Andreas Dilgerdebugfs: fix filehandle leak in copy_file()
2014-05-22 Andreas Dilgerdebugfs: fix string_to_time for MacOS strptime()
2014-05-13 Theodore Ts'oMerge branch 'maint' into next
2014-05-13 Theodore Ts'odebugfs: add commands to query the quota information
2014-05-12 Darrick J. Wongdebugfs: force logdump to display (old) journal contents
2014-05-12 Darrick J. Wongdebugfs: teach logdump to deal with 64bit revoke tables
2014-05-11 Darrick J. Wongmisc: coverity fixes
2014-05-11 Darrick J. Wongmisc: create better-packaged static analysis reports
2014-03-14 Darrick J. Wongmisc: fix header complaints and resource leaks in e2fsprogs
2014-03-14 Darrick J. Wongmisc: cppcheck cleanups
2014-03-14 Darrick J. Wongall: Introduce cppcheck static checking for make C=1
2014-03-12 Darrick J. Wongdebugfs: create commands to edit extended attributes
2014-03-12 Darrick J. Wongdebugfs, libext2fs: minor fixups to xattr support
2014-03-12 Darrick J. Wongcreate_inode: move debugfs internal state back to debugfs
2014-03-06 Theodore Ts'oUpdate Makefile dependencies
2014-03-06 Theodore Ts'oMerge branch 'ry/mke2fs-populate' into next
2014-03-06 Robert Yangdebugfs: use the functions in misc/create_inode.c
2014-03-04 Zheng Liulibext2fs: handle inline data in read/write function
2014-03-04 Zheng Liudebugfs: make lsdel command support inline data
2014-03-04 Zheng Liudebugfs: make stat command support inline data
2014-03-04 Zheng Liulibext2fs: handle inline_data in block iterator function
2014-02-24 Darrick J. Wongdebugfs: dump all extended attributes
2014-02-24 Theodore Ts'oMerge branch 'maint' into next
2014-02-23 Theodore Ts'oAdd coverage testing using gcov
2014-01-31 Theodore Ts'oMerge branch 'maint' into next
2014-01-30 Theodore Ts'oAdd support for new compat feature "sparse_super2"
2014-01-10 Theodore Ts'oMerge branch 'maint' into next
2014-01-09 Theodore Ts'odebugfs: fix typo in commit 5a1d25a7b
2014-01-09 Theodore Ts'oMerge branch 'maint' into next
2014-01-09 Theodore Ts'oFix up workarounds for dietlibc breakage
2014-01-09 Theodore Ts'odebugfs: remove dead code
2014-01-06 Theodore Ts'oMerge branch 'maint' into next
2014-01-06 Theodore Ts'oconfigure: fix --with-diet-libc
2014-01-05 Theodore Ts'odebugfs: clean up read_journal_block() to avoid Coverit...
2013-12-30 Eric Whitneydebugfs: restore and tweak original error messaging
2013-12-29 Theodore Ts'oMerge branch 'maint' into next
2013-12-29 Theodore Ts'odebugfs: document the lsdel command in the man page
2013-12-26 Theodore Ts'oMerge branch 'maint' into next
2013-12-25 Theodore Ts'odebugfs: fix extent header in do_write for big-endian...
2013-12-25 Theodore Ts'oAdd ext4 man page and update and clean up the other...
2013-12-25 Eric Whitneydebugfs: silence build warning and remove incorrect...
2013-12-25 Andreas Dilgerdebugfs, e2fsck: fix s_desc_size handling
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-16 Theodore Ts'oMerge branch 'maint' into next
2013-12-16 Andreas Dilgerdebugfs: clean up debugfs man page and help text
2013-12-12 Theodore Ts'oMerge branch 'maint' into next
2013-12-12 Darrick J. Wongdebugfs: don't leak mmp_s memory (on error path)
2013-12-12 Darrick J. Wongdebugfs: don't leak fd when calling dump_file
2013-12-12 Darrick J. Wongdebugfs: handle 64bit block numbers
2013-12-12 Darrick J. Wongdebugfs: fix various minor bogosity
2013-12-12 Darrick J. Wongdebugfs: fix init_filesys help text
2013-12-09 Theodore Ts'oMerge branch 'maint' into next
2013-12-09 Zheng Liudebugfs: update usage message for open and filefrag
2013-12-05 Lev Solomonovdebugfs: fix range mode of freei
2013-12-04 Theodore Ts'oMerge branch 'maint' into next
2013-12-04 Andreas Dilgermmp: fix 64-bit handling of s_mmp_block
2013-10-14 Theodore Ts'oMerge branch 'maint' into next
2013-10-14 Robert Yangdebugfs.c: do sparse copy when src is a sparse file
2013-10-14 Robert Yangdebugfs.c: the max length of debugfs argument is too...
2013-10-13 Theodore Ts'oMerge branch 'maint' into next
2013-10-12 Darrick J. Wonge2fsprogs: add (optional) sparse checking to the build
2013-10-07 Darrick J. Wonge2fsprogs: fix blk_t <- blk64_t assignment mismatches
2013-09-10 Theodore Ts'oMerge branch 'maint' into next
2013-07-29 Eric Sandeendebugfs: properly set up extent header in do_write
2013-06-08 Jan Karalibext2fs: provide functions to safely access name_len...
2013-03-13 Theodore Ts'oMerge branch 'maint' into next
2013-03-13 Theodore Ts'odebugfs: fix command failures for extent_inode commands...
2013-01-28 Theodore Ts'odebugfs: add sanity check to make sure we never shift...
2013-01-16 Theodore Ts'oMerge branch 'maint' into next
2013-01-16 Theodore Ts'odebugfs: fix mknod command so that it updates the block...
2013-01-16 Darren Hartdebugfs: add symlink command
2013-01-14 Theodore Ts'odebugfs: fix gcc-wall complaints
2013-01-13 Eric Sandeendebugfs: document zap_block & block_dump
2013-01-01 Theodore Ts'oMerge branch 'maint' into next
2013-01-01 Zheng Liudebugfs: fixup the hard-coded buffer length in dump_file
2013-01-01 Theodore Ts'oFix gcc -Wall nits
2012-12-24 Theodore Ts'oMerge branch 'maint' into next
2012-12-24 Theodore Ts'odebugfs: add the commands "zap_block" and "block_dump"
2012-12-24 Theodore Ts'odebugfs: add a makefile rule to build debugfs.static
2012-12-24 Theodore Ts'odebugfs: add the ability to manipulate the extent tree...
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-19 Theodore Ts'oMerge branch 'maint' into next
2012-08-19 Bryce Harringtone2fsprogs: fix spelling of 'filesystme' in debugfs...
2012-08-03 Darrick J. Wonglibext2fs: change on-disk journal layout to support...
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-08-03 Darrick J. Wonglibext2fs: record the checksum algorithm in use in...
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
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-06-12 Theodore Ts'odebugfs: interpret date strings of the form @dddd
2012-05-28 Eric Sandeendebugfs: fix strtoblk for 64bit block numbers
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
next