aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs/do_journal.c
Commit message (Expand)AuthorAgeFilesLines
* Add checks for fs->blocksize == 0 which could cause some crashesTheodore Ts'o2021-02-231-2/+0
* debugfs: fix memory allocation failures when parsing journal_write argumentsTheodore Ts'o2021-02-121-2/+6
* Merge branch 'maint' into nextTheodore Ts'o2020-03-071-2/+2
|\
| * debugfs: print inode numbers as unsignedAndreas Dilger2020-02-291-2/+2
* | Sync kernel's unification of jbd2 revoke and tag block checksum handlingTheodore Ts'o2019-11-091-2/+2
* | Rename functions, types, constants to reflect jbd2 usageTheodore Ts'o2019-11-091-56/+59
* | Convert kernel compat functions to use new ll_rw_block() function signatureTheodore Ts'o2019-11-091-8/+8
|/
* Fix function declarations for ss commands to fix LTO warningsTheodore Ts'o2018-08-081-4/+10
* Add missing information to debugfs man pages and usage textsTyson Nottingham2017-12-151-1/+1
* Fix Android build warningsTheodore Ts'o2016-05-291-1/+2
* debugfs: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-58/+33
* debugfs: cleanup gcc -Wall warningsTheodore Ts'o2015-07-131-12/+2
* Eliminate unused parameter warnings from Android buildTheodore Ts'o2015-07-131-3/+5
* e2fsck: fix buffer overrun in revoke block scanningDarrick J. Wong2015-05-161-8/+11
* debugfs: document new commandsDarrick J. Wong2015-01-271-1/+2
* debugfs: manage needs_recover feature when messing with the journalDarrick J. Wong2014-09-191-0/+7
* debugfs: add the ability to write transactions to the journalDarrick J. Wong2014-09-111-0/+982