summaryrefslogtreecommitdiff
path: root/misc/dumpe2fs.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential NULL dereference when argv[0]Theodore Ts'o2022-08-111-1/+2
* dumpe2fs, resize2fs: avoid memory leak on error pathzhanchengbin2022-05-111-0/+1
* Fix clang warnings on architectures with a 64-bit longTheodore Ts'o2021-02-111-8/+10
* Make userspace tools number of fast commits blocks awareHarshad Shirwadkar2021-01-211-2/+8
* Enable threaded support for e2fsprogs' applications.Theodore Ts'o2021-01-211-1/+1
* Merge branch 'maint' into nextTheodore Ts'o2020-03-071-1/+1
|\
| * e2fsck: use proper types for variablesAndreas Dilger2020-02-291-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2020-01-251-4/+8
|\ \ | |/
| * mmp: abstract out repeated 'sizeof(buf), buf' usageAndreas Dilger2020-01-241-6/+4
| * mmp: don't assume NUL termination for MMP stringsAndreas Dilger2020-01-241-4/+10
* | Rename functions, types, constants to reflect jbd2 usageTheodore Ts'o2019-11-091-3/+3
* | Teach ext2fs_open2() to honor the EXT2_FLAG_SUPER_ONLY flagTheodore Ts'o2019-10-221-0/+2
|/
* misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara2018-06-221-40/+162
* misc: fix all the compiler warningsDarrick J. Wong2017-03-031-15/+0
* Refactor code to print journal superblock informationTheodore Ts'o2017-02-161-83/+2
* misc: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-16/+9
* Move the check_plausibility() function from misc to lib/supportTheodore Ts'o2015-07-121-2/+2
* libext2fs, libe2p, misc: git rid of jfs_user.hTheodore Ts'o2015-05-251-1/+1
* dumpe2fs: output cleanupDarrick J. Wong2014-12-131-5/+3
* dumpe2fs: reduce dumpe2fs output to 80 columns or lessDarrick J. Wong2014-12-131-1/+5
* Merge branch 'maint' into nextTheodore Ts'o2014-12-021-1/+1
|\
| * dumpe2fs: don't crash when the user provides no block device argumentDarrick J. Wong2014-11-071-1/+1
* | misc: add plausibility checks to debugfs/tune2fs/dumpe2fs/e2fsckDarrick J. Wong2014-09-191-0/+3
* | dumpe2fs: provide a machine-readable group-only modeDarrick J. Wong2014-09-191-5/+35
* | dumpe2fs: display external journal feature flagsDarrick J. Wong2014-09-111-1/+13
* | e2fsck/debugfs: fix descriptor block size handling errors with journal_csumDarrick J. Wong2014-09-111-4/+8
* | Merge branch 'maint' into nextTheodore Ts'o2014-08-251-1/+3
|\ \ | |/
| * dumpe2fs: complain if extra arguments are given on the command lineTheodore Ts'o2014-08-241-1/+3
* | dumpe2fs: complain when checksum verification failsDarrick J. Wong2014-08-021-1/+16
* | Merge branch 'maint' into nextTheodore Ts'o2014-07-061-3/+3
|\ \ | |/
| * e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner2014-07-051-3/+3
* | misc: fix compile warnings on master branchAndreas Dilger2014-05-271-2/+2
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-261-4/+6
|\ \ | |/
| * dumpe2fs: don't try to print the journal info when using image filesTheodore Ts'o2013-12-261-0/+2
| * Clean up sparse warningsTheodore Ts'o2013-12-161-4/+4
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-161-15/+17
|\ \ | |/
| * build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-15/+17
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-121-8/+18
|\ \ | |/
| * dumpe2fs: check return valuesDarrick J. Wong2013-12-121-8/+18
* | Merge branch 'maint' into nextTheodore Ts'o2013-12-031-1/+1
|\ \ | |/
| * dumpe2fs: fix printing of block offsets for 64-bit file systemsTheodore Ts'o2013-12-021-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2013-10-121-1/+1
|\ \ | |/
| * e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-071-1/+1
* | misc: fix gcc -Wall nitsTheodore Ts'o2013-05-201-1/+1
* | libext2fs: dump feature flags for jbd2 v2 checksumsDarrick J. Wong2012-08-021-0/+29
* | libext2fs: block group checksum should use metadata_csum algorithmDarrick J. Wong2012-08-021-2/+2
* | dumpe2fs: display block bitmap checksumDarrick J. Wong2012-07-301-0/+4
* | dumpe2fs: display inode bitmap checksumDarrick J. Wong2012-07-301-0/+4
|/
* dumpe2fs: print journal's s_errno field if it is non-zeroTheodore Ts'o2012-05-311-0/+3
* dumpe2fs: fix 64-bit block numbers on 32-bit systemsTheodore Ts'o2012-05-141-8/+17