summaryrefslogtreecommitdiff
path: root/misc/dumpe2fs.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-05Pass the gettext() function to libcom_errTheodore Ts'o1-0/+1
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-09-16dumpe2fs: display "free blocks" as "free clusters" for bigalloc file systemsTheodore Ts'o1-2/+7
2011-06-04Merge branch 'maint' into nextTheodore Ts'o1-15/+17
2011-06-04dumpe2fs: teach dumpe2fs to be cluster awareTheodore Ts'o1-15/+17
2010-12-13Merge branch 'maint' into nextTheodore Ts'o1-10/+21
2010-12-05dumpe2fs: fix output for flex_bg bitmap offsetsAndreas Dilger1-10/+24
2010-06-13dumpe2fs: Fix up to be 64-bit block number safeTheodore Ts'o1-11/+11
2009-10-25Convert ext2fs_group_{first,last}_block() to *block2()Theodore Ts'o1-2/+2
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson1-16/+16
2009-10-24Merge branch 'maint' into nextTheodore Ts'o1-2/+2
2009-10-24dumpe2fs: Fix usage message for -o superblock=<num> and -o blocksize=<num>Theodore Ts'o1-2/+2
2009-09-06dumpe2fs: Print more information about the inline journalTheodore Ts'o1-1/+43
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o1-1/+1
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson1-1/+1
2009-09-07Merge branch 'maint' into nextTheodore Ts'o1-1/+43
2009-08-22Convert tune2fs, dumpe2fs, and e2image to the new bitmap interfaceValerie Aurora Henson1-2/+2
2009-06-15dumpe2fs, tune2fs: fix miscellaneous memory leaksTheodore Ts'o1-0/+5
2008-11-15dumpe2fs: Only print inline journal information if the journal is internalTheodore Ts'o1-2/+3
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-13/+13
2008-04-20Remove LAZY_BG featureTheodore Ts'o1-5/+2
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-1/+6
2008-04-01dumpe2fs: Print the group checksum and the block options in a nicer wayTheodore Ts'o1-2/+8
2008-03-20Make dumpe2fs uninit block group awareJose R. Santos1-4/+9
2008-03-17Fix miscellaneous gcc -Wall warningsTheodore Ts'o1-10/+10
2008-02-27Merge branch 'maint'Theodore Ts'o1-10/+93
2008-02-26Fix dumpe2fs parsing of explicit superblock/blocksize parametersTheodore Ts'o1-10/+93
2007-08-11Clean up applications to not use EXT2FS_ENABLE_SWAPFS or EXT2_FLAG_SWAP_BYTESTheodore Ts'o1-7/+0
2007-07-23libext2fs: 32-bit bitmap refactorization, part 3Theodore Ts'o1-4/+14
2006-12-26Use the newer add/remove_error_table com_err interfacesTheodore Ts'o1-1/+2
2006-11-12Allow debugfs and dumpe2fs to support fs features under developmentTheodore Ts'o1-1/+1
2006-09-12Create new ext2fs library inlines: ext2fs_group_{first,last}_block()Eric Sandeen1-6/+3
2006-09-12Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen1-3/+3
2006-09-12Fix loops over group descriptors to prevent 2**32-1 block number overflowsEric Sandeen1-10/+13
2006-05-30Fix printf types (FreeBSD has u_long for ntohl).Matthias Andree1-4/+4
2006-05-08Add support for EXT2_FEATURE_COMPAT_LAZY_BGTheodore Ts'o1-1/+32
2006-03-29Enhance dumpe2fs to print the size of journalTheodore Ts'o1-0/+24
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato1-5/+5
2005-12-10Fix various gcc -Wall complaints.Theodore Ts'o1-17/+25
2005-06-20Fix e2fsprogs messages for grammar and consistency, based on suggestionsTheodore Ts'o1-1/+1
2004-12-23Enhance dumpe2fs so that it will print the location of the reservedTheodore Ts'o1-1/+9
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o1-7/+12
2003-11-21Centeralize calculation of which blocks are reserved/used forTheodore Ts'o1-27/+17
2002-10-30Add support for the meta_bg feature flag to the resize2fs program.Theodore Ts'o1-14/+11
2002-10-25dumpe2fs.c (list_desc, main): Make dumpe2fs more robust so thatTheodore Ts'o1-16/+26
2002-10-20Add support for the meta_blockgroup filesystem format.Theodore Ts'o1-3/+25
2002-03-05Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES.Theodore Ts'o1-0/+1
2001-12-21Change dumpe2fs to not die if the listing of the bad blocks Theodore Ts'o1-40/+23
2001-12-16Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogusTheodore Ts'o1-4/+5
2001-12-02Pull up dumpe2fs cleanup patch from the experimental branch.Theodore Ts'o1-59/+64