aboutsummaryrefslogtreecommitdiff
path: root/debugfs
AgeCommit message (Expand)Author
2016-04-15Fix support for configure --enable-jbd-debugTheodore Ts'o
2016-03-18Fix various clang and gcc -Wall warningsTheodore Ts'o
2016-03-15Android.mk: Replace _host suffix with more standard -host suffixAlex Deymo
2016-03-14debugfs: fix a bug in string_to_time() which misparsed @NNNNNNN inputsTheodore Ts'o
2016-03-06Merge branch 'maint' into nextTheodore Ts'o
2016-03-06libext2fs: store checksum seed in superblockDarrick J. Wong
2016-03-06debugfs: add support for the project id fieldTheodore Ts'o
2016-03-06debugfs: improve dump_mmp handlingAndreas Dilger
2016-03-06Add project quota supportLi Xi
2016-03-06Clean up codes for adding new quota typeLi Xi
2015-11-30debugfs: add support to properly set and display extended timestampsTheodore Ts'o
2015-10-24debugfs: clean up feature test macros with predicate functionsDarrick J. Wong
2015-07-23android: be able to build dumpe2fs, lsattr, and e2fsck staticallyTheodore Ts'o
2015-07-22Merge branch 'maint' into nextTheodore Ts'o
2015-07-22debugfs: handle out of memory conditionTobias Stoeckmann
2015-07-13debugfs: cleanup gcc -Wall warningsTheodore Ts'o
2015-07-13Eliminate unused parameter warnings from Android buildTheodore Ts'o
2015-07-12Move dict.c from e2fsck to lib/supportTheodore Ts'o
2015-07-12Move the check_plausibility() function from misc to lib/supportTheodore Ts'o
2015-07-12Suppress annoying missing field initializer warningsTheodore Ts'o
2015-07-12rename libquota.a to libsupport.aTheodore Ts'o
2015-06-21Revert "debugfs: add the hexdump_block command"Theodore Ts'o
2015-06-20debugfs: add the hexdump_block commandTheodore Ts'o
2015-06-19Merge branch 'maint' into nextTheodore Ts'o
2015-06-19debugfs: fix several errors and add assertions in the set_fields commandKonstantin Khlebnikov
2015-06-10debugfs: implement fallocateDarrick J. Wong
2015-05-25Allow debugfs to be built for use in AndroidTheodore Ts'o
2015-05-16e2fsck: fix buffer overrun in revoke block scanningDarrick J. Wong
2015-05-16misc: fix undo file setupDarrick J. Wong
2015-05-16misc: fix Coverity bugsDarrick J. Wong
2015-05-05debugfs: optionally create undo fileDarrick J. Wong
2015-04-12Reserve superblock fields s_lpf_ino and s_encryption_levelTheodore Ts'o
2015-03-28Add support for a password salt stored in the superblockTheodore Ts'o
2015-03-08debugfs: pretty print encrypted filenames in the ls commandTheodore Ts'o
2015-01-27debugfs: fix crash in ea_set argument handlingDarrick J. Wong
2015-01-27debugfs: document new commandsDarrick J. Wong
2015-01-26Reserve the codepoints for the new INCOMPAT feature ENCRYPTTheodore Ts'o
2014-12-02Merge branch 'maint' into nextTheodore Ts'o
2014-12-02debugfs: fix typo in messageBernhard M. Wiedemann
2014-11-04debugfs: don't swap htree nodes in-placeEric Sandeen
2014-10-13debugfs: add allocate and set functionality to the bmap commandTheodore Ts'o
2014-09-20misc: use libmagic when libblkid can't identify somethingDarrick J. Wong
2014-09-19misc: add plausibility checks to debugfs/tune2fs/dumpe2fs/e2fsckDarrick J. Wong
2014-09-19debugfs: manage needs_recover feature when messing with the journalDarrick J. Wong
2014-09-18misc: fix Coverity complaintsDarrick J. Wong
2014-09-11debugfs: add the ability to write transactions to the journalDarrick J. Wong
2014-09-11debugfs: create journal handling routinesDarrick J. Wong
2014-09-11e2fsck/debugfs: fix descriptor block size handling errors with journal_csumDarrick J. Wong
2014-08-29debugfs: add better error checking when printing extended attributesTheodore Ts'o
2014-08-25Merge branch 'maint' into nextTheodore Ts'o