summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-16e4defrag: Check error return of sysconf()Eric Sandeen1-1/+4
2011-09-16e2fsprogs: Don't try to close an fd which is negativeEric Sandeen3-6/+12
2011-09-16tune2fs: handle inode and/or block bitmap read failures in resize_inode()Eric Sandeen1-2/+13
2011-09-16e2fsck: Fix leaks in error pathsEric Sandeen1-2/+5
2011-09-16test_icount: fclose() before exitEric Sandeen1-0/+2
2011-09-16libext2: Fix leaks in write_bitmaps on error returnsEric Sandeen1-9/+19
2011-09-16e2initrd_helper: Fix memory leak on errorEric Sandeen1-4/+7
2011-09-16mke2fs: Do not let -t or -T be specified more than onceEric Sandeen1-0/+10
2011-09-16e2fsck: remove extraneous memsetEric Sandeen1-1/+0
2011-09-16filefrag: Fix uninitialized "expected" valueEric Sandeen1-2/+3
2011-09-16subst: Fix free of uninit pointersEric Sandeen1-4/+1
2011-09-16e2fsprogs: Fix some error cleanup path bugsEric Sandeen6-11/+11
2011-09-16e2fsck: Don't store old_op from ehandler_operation if we don't restore it.Eric Sandeen2-4/+2
2011-09-16libe2p: reach unreachable codeEric Sandeen1-3/+4
2011-09-16freefrag: fix up getopt case statementEric Sandeen1-3/+1
2011-09-16uuidd: Add missing break to option case statementEric Sandeen1-0/+1
2011-09-16e2fsprogs: annotate intentional fallthroughs in case statementsEric Sandeen5-0/+10
2011-09-16e2fsck: handle null fs in print_pathname()Eric Sandeen1-2/+3
2011-09-16libext2fs: Potential null ptr deref in undo_err_handler_initEric Sandeen1-1/+2
2011-09-16libext2: move buf variable completely under ifdefEric Sandeen1-3/+4
2011-09-16mke2fs: remove impossible tests for null usage_typesEric Sandeen1-5/+2
2011-09-16fsck: fix -C option parsingEric Sandeen1-1/+1
2011-09-16e2fsprogs: Remove impossible name_len tests.Eric Sandeen5-14/+3
2011-09-16libext2: Fix EXT2_LIB_SOFTSUPP maskingEric Sandeen1-2/+2
2011-09-16libext2s: fix swapfs.c so it builds on big endian systemsTheodore Ts'o2-11/+27
2011-09-16debian: use 1.41.99 hack so that lintain doesn't complainTheodore Ts'o1-130/+183
2011-09-16Update for e2fsprogs 1.42-WIP-0916 releaseTheodore Ts'o5-8/+105
2011-09-16libquota: indicate in the ELF library image that it requires libext2fsTheodore Ts'o1-1/+1
2011-09-16debugfs: add 64-bit support to the set_field commandsTheodore Ts'o6-164/+313
2011-09-16libext2fs: add metadata checksum and snapshot feature flagsTheodore Ts'o8-15/+51
2011-09-16dumpe2fs: display "free blocks" as "free clusters" for bigalloc file systemsTheodore Ts'o2-5/+15
2011-09-16libext2fs: remove redundant last-group check in ext2fs_check_desc()Eric Sandeen1-2/+0
2011-09-16e2fsck: fix error in computing blocks of the ending groupYongqiang Yang1-3/+2
2011-09-16e2fsprogs: add ext2fs_group_blocks_count helperEric Sandeen6-35/+27
2011-09-16libext2fs: fix size check in tst_inode_sizeTheodore Ts'o2-1/+2
2011-09-16Merge branch 'maint' into nextTheodore Ts'o7-8/+23
2011-09-15e2fsck: do not attempt to discard if -n was specifiedLukas Czerner1-4/+3
2011-09-15tests: Print out list of failed testsLukas Czerner1-1/+9
2011-09-15e2fsprogs: Use punch hole as "discard" on regular filesLukas Czerner8-14/+59
2011-09-15e2fsprogs: create open() and stat() helpersLukas Czerner7-50/+50
2011-09-15libext2fs: Add crc32c implementation for metadata checksummingDarrick J. Wong5-2/+1345
2011-09-15mke2fs: check that auto-detected blocksize <= sys_page_sizeYury V. Zaytsev1-11/+13
2011-09-15mke2fs.8: Fix the documentation of maximum journal sizeSurbhi Palande1-1/+2
2011-09-15libext2fs: fix the range validation in bitmap_range2 funcsAmir Goldstein1-5/+5
2011-09-15badblocks: update man page's description of the -v optionTheodore Ts'o1-1/+2
2011-09-15debian: update the e2fslibs and e2fslibs-dev files for the quota libraryTheodore Ts'o2-1/+3
2011-09-15libext2fs: fix binary and source compatibility with the dump programTheodore Ts'o4-4/+17
2011-09-15mke2fs: use "extent" consistently as a feature name in the man pageTheodore Ts'o1-1/+1
2011-09-15libe2p: fix bug so that MNTOPT_ options can be successfully parsedTheodore Ts'o1-1/+1
2011-09-14e2image: fix invalid lseek error detectionLukas Czerner1-1/+2