Whamcloud - gitweb
LU-12403 build: add support for RHEL/CentOS 8
[tools/e2fsprogs.git] / debugfs /
2015-07-23 Theodore Ts'oandroid: be able to build dumpe2fs, lsattr, and e2fsck...
2015-07-22 Theodore Ts'oMerge branch 'maint' into next
2015-07-22 Tobias Stoeckmanndebugfs: handle out of memory condition
2015-07-13 Theodore Ts'odebugfs: cleanup gcc -Wall warnings
2015-07-13 Theodore Ts'oEliminate unused parameter warnings from Android build
2015-07-13 Theodore Ts'oMove dict.c from e2fsck to lib/support
2015-07-13 Theodore Ts'oMove the check_plausibility() function from misc to...
2015-07-13 Theodore Ts'oSuppress annoying missing field initializer warnings
2015-07-12 Theodore Ts'orename libquota.a to libsupport.a
2015-06-22 Theodore Ts'oRevert "debugfs: add the hexdump_block command"
2015-06-20 Theodore Ts'odebugfs: add the hexdump_block command
2015-06-20 Theodore Ts'oMerge branch 'maint' into next
2015-06-20 Konstantin Khlebnikovdebugfs: fix several errors and add assertions in the...
2015-06-11 Darrick J. Wongdebugfs: implement fallocate
2015-05-26 Theodore Ts'oAllow debugfs to be built for use in Android
2015-05-17 Darrick J. Wonge2fsck: fix buffer overrun in revoke block scanning
2015-05-17 Darrick J. Wongmisc: fix undo file setup
2015-05-16 Darrick J. Wongmisc: fix Coverity bugs
2015-05-05 Darrick J. Wongdebugfs: optionally create undo file
2015-04-12 Theodore Ts'oReserve superblock fields s_lpf_ino and s_encryption_level
2015-03-29 Theodore Ts'oAdd support for a password salt stored in the superblock
2015-03-08 Theodore Ts'odebugfs: pretty print encrypted filenames in the ls...
2015-01-27 Darrick J. Wongdebugfs: fix crash in ea_set argument handling
2015-01-27 Darrick J. Wongdebugfs: document new commands
2015-01-26 Theodore Ts'oReserve the codepoints for the new INCOMPAT feature...
2014-12-03 Theodore Ts'oMerge branch 'maint' into next
2014-12-02 Bernhard M. Wiedemanndebugfs: fix typo in message
2014-11-04 Eric Sandeendebugfs: don't swap htree nodes in-place
2014-10-13 Theodore Ts'odebugfs: add allocate and set functionality to the...
2014-09-21 Darrick J. Wongmisc: use libmagic when libblkid can't identify something
2014-09-20 Darrick J. Wongmisc: add plausibility checks to debugfs/tune2fs/dumpe2...
2014-09-19 Darrick J. Wongdebugfs: manage needs_recover feature when messing...
2014-09-19 Darrick J. Wongmisc: fix Coverity complaints
2014-09-11 Darrick J. Wongdebugfs: add the ability to write transactions to the...
2014-09-11 Darrick J. Wongdebugfs: create journal handling routines
2014-09-11 Darrick J. Wonge2fsck/debugfs: fix descriptor block size handling...
2014-08-29 Theodore Ts'odebugfs: add better error checking when printing extend...
2014-08-25 Theodore Ts'oMerge branch 'maint' into next
2014-08-24 Darrick J. Wongmisc: fix gcc warnings
2014-08-19 Theodore Ts'odebugfs: fix set_inode_field block[IND|DIND|TIND]
2014-08-08 Theodore Ts'oMerge branch 'maint' into next
2014-08-04 Aaron Cranedebugfs: teach rdump to take multiple source arguments
2014-08-04 Aaron Cranedebugfs: refactor do_rdump()
2014-08-04 Aaron Cranedebugfs: fix double-close bug in "rdump" and "dump -p"
2014-08-04 Aaron Cranedebugfs: be more specific in error messages
2014-08-03 Theodore Ts'oMerge branch 'maint' into next
2014-08-02 Andreas Dilgermisc: quiet signed/unsigned charactr compiler warnings
2014-07-26 Darrick J. Wonglibext2fs: provide a function to set inode size
2014-07-26 Theodore Ts'oMerge branch 'maint' into next
2014-07-26 Andreas Dilgerbuild: fix unused/uninitialized variable warnings
2014-07-22 Darrick J. Wongdebugfs: fix printing of inline data during symlink...
2014-07-22 Theodore Ts'oMerge branch 'maint' into next
2014-07-22 Darrick J. Wongdebugfs: allow bmap to allocate blocks
2014-07-22 Darrick J. Wongdebugfs: create inode_dump command to dump an inode...
2014-07-06 Theodore Ts'oMerge branch 'maint' into next
2014-07-06 Lukas Czernere2fsprogs: introduce ext2fs_close_free() helper
2014-07-04 Theodore Ts'odebugfs: add support setting the error_count and associ...
2014-06-02 Zheng Liudebugfs: do not display fast symlink with inline data
2014-05-27 Zheng Liudebugfs: fix two warning messages when compiling with...
2014-05-27 Darrick J. WongMisc coverity fixes
2014-05-27 Theodore Ts'oMerge branch 'maint' into next
2014-05-22 Andreas Dilgerdebugfs: fix debugfs/quota.c compile warnings
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
next