aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dumpe2fs.c
Commit message (Expand)AuthorAgeFilesLines
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-78/+116
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-116/+78
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-051-1/+0
* 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
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-151-15/+17
* dumpe2fs: check return valuesDarrick J. Wong2013-12-121-8/+18
* dumpe2fs: fix printing of block offsets for 64-bit file systemsTheodore Ts'o2013-12-021-1/+1
* e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-071-1/+1
* 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
* Use rbtree bitmaps for dumpe2fs, debugfs, and tune2fsTheodore Ts'o2012-03-151-0/+1
* dumpe2fs: print the expected block group checksum if it is incorrectTheodore Ts'o2012-03-151-3/+9
* Pass the gettext() function to libcom_errTheodore Ts'o2011-10-051-0/+1
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+1
* dumpe2fs: display "free blocks" as "free clusters" for bigalloc file systemsTheodore Ts'o2011-09-161-2/+7
* Merge branch 'maint' into nextTheodore Ts'o2011-06-041-15/+17
|\
| * dumpe2fs: teach dumpe2fs to be cluster awareTheodore Ts'o2011-06-041-15/+17
* | Merge branch 'maint' into nextTheodore Ts'o2010-12-131-10/+21
|\|
| * dumpe2fs: fix output for flex_bg bitmap offsetsAndreas Dilger2010-12-051-10/+24
* | dumpe2fs: Fix up to be 64-bit block number safeTheodore Ts'o2010-06-131-11/+11
* | Convert ext2fs_group_{first,last}_block() to *block2()Theodore Ts'o2009-10-251-2/+2
* | Convert to use block group accessor functionsValerie Aurora Henson2009-10-251-16/+16
* | Merge branch 'maint' into nextTheodore Ts'o2009-10-241-2/+2
|\|
| * dumpe2fs: Fix usage message for -o superblock=<num> and -o blocksize=<num>Theodore Ts'o2009-10-241-2/+2
* | Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o2009-09-071-1/+1
* | Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson2009-09-071-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2009-09-071-1/+43
|\|
| * dumpe2fs: Print more information about the inline journalTheodore Ts'o2009-09-061-1/+43
* | Convert tune2fs, dumpe2fs, and e2image to the new bitmap interfaceValerie Aurora Henson2009-08-221-2/+2
|/
* dumpe2fs, tune2fs: fix miscellaneous memory leaksTheodore Ts'o2009-06-151-0/+5
* dumpe2fs: Only print inline journal information if the journal is internalTheodore Ts'o2008-11-151-2/+3
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-13/+13
* Remove LAZY_BG featureTheodore Ts'o2008-04-201-5/+2
* Add support for the HUGE_FILE featureTheodore Ts'o2008-04-171-1/+6
* dumpe2fs: Print the group checksum and the block options in a nicer wayTheodore Ts'o2008-04-011-2/+8
* Make dumpe2fs uninit block group awareJose R. Santos2008-03-201-4/+9
* Fix miscellaneous gcc -Wall warningsTheodore Ts'o2008-03-171-10/+10
* Merge branch 'maint'Theodore Ts'o2008-02-271-10/+93
|\
| * Fix dumpe2fs parsing of explicit superblock/blocksize parametersTheodore Ts'o2008-02-261-10/+93
* | Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTESTheodore Ts'o2007-08-111-7/+0
* | libext2fs: 32-bit bitmap refactorization, part 3Theodore Ts'o2007-07-231-4/+14
|/
* Use the newer add/remove_error_table com_err interfacesTheodore Ts'o2006-12-261-1/+2
* Allow debugfs and dumpe2fs to support fs features under developmentTheodore Ts'o2006-11-121-1/+1
* Create new ext2fs library inlines: ext2fs_group_{first,last}_block()Eric Sandeen2006-09-121-6/+3
* Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen2006-09-121-3/+3
* Fix loops over group descriptors to prevent 2**32-1 block number overflowsEric Sandeen2006-09-121-10/+13
* Fix printf types (FreeBSD has u_long for ntohl).Matthias Andree2006-05-301-4/+4
* Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o2006-05-081-1/+32
* Enhance dumpe2fs to print the size of journalTheodore Ts'o2006-03-291-0/+24