summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2009-10-25libext2fs: clean up ext2fs_bg_flags_ interfacesEric Sandeen1-1/+1
2009-10-24Merge branch 'maint' into nextTheodore Ts'o2-6/+8
2009-10-24tune2fs.8: Clarify tune2fs's -i optionTheodore Ts'o1-4/+6
2009-10-24dumpe2fs: Fix usage message for -o superblock=<num> and -o blocksize=<num>Theodore Ts'o1-2/+2
2009-10-04Merge branch 'maint' into nextTheodore Ts'o4-46/+105
2009-10-04mke2fs: get device topology values from blkidEric Sandeen1-0/+55
2009-10-04Don't use in-tree header files if using system uuid or blkid librariesTheodore Ts'o1-43/+49
2009-10-03fix fd leak that causes fsck to fail with "too many open files"Cristian Rodríguez1-3/+0
2009-09-08e2undo: Initialize com_err error tables for the ext2fs libraryTheodore Ts'o1-0/+1
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson7-71/+78
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson2-6/+7
2009-09-07mke2fs.8.in: Clarify flex_bg feature descriptionTheodore Ts'o2-27/+39
2009-09-07tune2fs.8: Document the flex_bg file system option in the man pageTheodore Ts'o1-7/+11
2009-09-06dumpe2fs: Print more information about the inline journalTheodore Ts'o1-1/+43
2009-08-23libext2fs: create generic numeric progress meters and use themValerie Aurora Henson1-70/+26
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o2-2/+2
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson5-16/+16
2009-09-07Merge branch 'maint' into nextTheodore Ts'o5-37/+95
2009-09-07e4defrag: fix ppc buildKyle McMartin1-0/+6
2009-08-23e4defrag: Link with ext2fs libraryTheodore Ts'o1-4/+4
2009-08-23mke2fs.conf: Use the feature name "extent" instead of "extents"Theodore Ts'o1-2/+2
2009-08-22e2freefrag: Update manpage to include e2fsprogs version and release dateTheodore Ts'o1-1/+1
2009-08-22Convert tune2fs, dumpe2fs, and e2image to the new bitmap interfaceValerie Aurora Henson4-26/+26
2009-08-20tune2fs: handle bad blocks when resizing inodesAneesh Kumar K.V1-3/+14
2009-08-20tune2fs: Handle fs meta-data blocks during inode resizeAneesh Kumar K.V1-1/+84
2009-08-20tune2fs: Make e2fsprogs handle ENOSPC better with inode resizeAneesh Kumar K.V1-89/+32
2009-08-15filefrag: don't print extent header on bmap fallbackEric Sandeen1-5/+8
2009-08-15filefrag: fix frag count in bmap caseEric Sandeen1-0/+2
2009-08-15filefrag: Add option to force use of the FIBMAP ioctlTheodore Ts'o2-4/+13
2009-08-09Add V=1 support when linking e2freefrag in misc/Makefile.inTheodore Ts'o1-2/+2
2009-08-09e2freefrag: Take into account the last free extent in the file systemTheodore Ts'o1-17/+30
2009-08-09e2freefrag: Fix to work correctly for file systems with 1kb block sizesTheodore Ts'o1-4/+8
2009-08-09e2freefrag: Do not print chunk-related information by defaultTheodore Ts'o2-19/+24
2009-08-09e2freefrag: Clarify e2freefrag's messagesTheodore Ts'o2-11/+11
2009-08-09e2freefrag: Initialize the ext2 error tableTheodore Ts'o1-0/+1
2009-08-05Convert mke2fs to new bitmap interfaceValerie Aurora Henson1-4/+10
2009-08-22Merge branch 'maint' into nextTheodore Ts'o6-117/+191
2009-08-22Move declaration of FS_IOC_FIEMAP ioctl to fiemap.hTheodore Ts'o2-2/+1
2009-08-01Merge branch 'maint' into nextTheodore Ts'o4-4/+419
2009-07-27e4defrag: remove a lot of cruftEric Sandeen1-81/+34
2009-07-24e2freefrag: Improve output to include be more like xfs_db's freesp -sAndreas Dilger4-30/+40
2009-07-22e2freefrag: New program which displays how fragmented the free space isTheodore Ts'o4-4/+409
2009-07-18mke2fs: Add strings.h include for strcasecmp() declarationTheodore Ts'o1-0/+1
2009-07-18filefrag: fix it so it works in the bmap fallback case.Eric Sandeen1-2/+0
2009-07-11Fix miscellaneous gcc -Wall warnings in blkid and tune2fsTheodore Ts'o2-2/+1
2009-07-11filefrag: Restore "perfect" number of extents calculation for ext2/ext3Theodore Ts'o1-8/+8
2009-07-02filefrag: fix fm_start in filefrag_fiemap loopPeng Tao1-2/+2
2009-07-02remove bogus "-e" option from filefrag manpagePeng Tao1-1/+1
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-151/+151
2009-07-01Fix Makefile dependencies for libcom_errTheodore Ts'o1-6/+7