summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-04Merge branch 'maint' into nextTheodore Ts'o41-1227/+1407
2009-10-04e2fsck: Interpret negative blkcount in file system problem reportsTheodore Ts'o10-985/+1010
2009-10-04libext2fs: Always build file_io.cTheodore Ts'o1-2/+2
2009-10-04tests: Account for new mke2fs topology informationTheodore Ts'o8-0/+8
2009-10-04mke2fs: get device topology values from blkidEric Sandeen3-2/+154
2009-10-04Don't use in-tree header files if using system uuid or blkid librariesTheodore Ts'o12-232/+221
2009-10-03e2fsck: Use the correct problem code in the case of LAST_WRITE_FUDGEDTheodore Ts'o1-1/+1
2009-10-03blkid: Avoid a potentially error message when running "make clean"Theodore Ts'o1-1/+2
2009-10-03debugfs: add matching fclosePeng Tao1-0/+2
2009-10-03fix fd leak that causes fsck to fail with "too many open files"Cristian Rodríguez1-3/+0
2009-09-08libext2fs: Add error table initialization to test programsTheodore Ts'o4-1/+6
2009-09-08e2undo: Initialize com_err error tables for the ext2fs libraryTheodore Ts'o1-0/+1
2009-09-07debugfs: Convert to support 64-bit filesystemsValerie Aurora Henson9-116/+150
2009-09-07Convert uses of super->s_*_blocks_count to ext2fs_*_blocks_count()Valerie Aurora Henson41-247/+260
2009-09-07Use ext2fs_file_acl_block() instead of using .i_file_acl directlyValerie Aurora Henson11-64/+79
2009-09-07Fix overflow in calculation of total file system blocksValerie Aurora Henson3-4/+4
2009-09-07libext2fs: Round up the bitmap size when allocating a new bitmapTheodore Ts'o1-0/+2
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-07resize2fs: fix minimum resize size calculation with flex_bgPeng Tao1-3/+17
2009-09-07resize2fs: calculate minimal fs size only oncePeng Tao1-1/+1
2009-09-06configure.in, configure: Drop --with-cc, --with-ccopts, --with-ldoptsTheodore Ts'o3-107/+58
2009-09-06dumpe2fs: Print more information about the inline journalTheodore Ts'o1-1/+43
2009-09-01debian: Make sure libblkid1 and libblkid1-dbg have changelogsTheodore Ts'o1-1/+2
2009-09-01e2fsck: Avoid scary failure messages on low-memory systemsTheodore Ts'o1-2/+7
2009-08-27blkid: support .ko.gz in modules.dep parserKarel Zak1-9/+8
2009-08-25tune2fs: Fix "tune2fs -j <dev>" for extent-enabled filesystemsTheodore Ts'o1-4/+16
2009-08-23libext2fs: create generic numeric progress meters and use themValerie Aurora Henson15-88/+173
2009-09-07Use accessor functions fields for bg_flags in the block group descriptorsTheodore Ts'o15-73/+76
2009-09-07Convert to use io_channel_read_blk64() and io_channel_write_blk64()Valerie Aurora Henson27-86/+88
2009-09-07libext2fs: Fix counting routines in blknum.c to take/return __u32 countsNick Dokos2-32/+32
2009-09-07Merge branch 'maint' into nextTheodore Ts'o22-203/+334
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-23Fix debian packaging to work correctly on post-Lenny systemsTheodore Ts'o3-25/+27
2009-08-22e2freefrag: Update manpage to include e2fsprogs version and release dateTheodore Ts'o1-1/+1
2009-08-22Update release notes, version string, etc. for E2fsprogs 1.41.9 releaseTheodore Ts'o6-15/+94
2009-08-22make-sparse: Write a zero-byte at the end of the imageTheodore Ts'o1-0/+8
2009-08-22resize2fs: Move everything to new bitmap interfaceValerie Aurora Henson1-41/+41
2009-08-22Convert tune2fs, dumpe2fs, and e2image to the new bitmap interfaceValerie Aurora Henson4-26/+26
2009-08-22debugfs: Move everything to new bitmap interfaceValerie Aurora Henson3-16/+16
2009-08-22e2fsck: Convert e2fsck to new bitmap interfaceValerie Aurora Henson11-139/+151
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-19f_illitable_flexbg: Add new testTheodore Ts'o4-0/+35
2009-08-19e2fsck: Add a global latch question for bad group descriptor checksumsTheodore Ts'o2-1/+11
2009-08-18e2fsck: Only ask to relocate a block group's inode table onceTheodore Ts'o1-1/+2
2009-08-18e2fsck: Teach new_table_block() to allocate new itables/bitmaps with FLEX_BGTheodore Ts'o1-3/+29