summaryrefslogtreecommitdiff
path: root/lib/ext2fs
AgeCommit message (Expand)AuthorFilesLines
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o87-77/+236
2011-09-16libext2: Fix leaks in write_bitmaps on error returnsEric Sandeen1-9/+19
2011-09-16e2fsprogs: Fix some error cleanup path bugsEric Sandeen6-11/+11
2011-09-16e2fsprogs: annotate intentional fallthroughs in case statementsEric Sandeen2-0/+5
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-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-16debugfs: add 64-bit support to the set_field commandsTheodore Ts'o2-2/+2
2011-09-16libext2fs: add metadata checksum and snapshot feature flagsTheodore Ts'o4-12/+39
2011-09-16libext2fs: remove redundant last-group check in ext2fs_check_desc()Eric Sandeen1-2/+0
2011-09-16e2fsprogs: add ext2fs_group_blocks_count helperEric Sandeen4-17/+22
2011-09-16libext2fs: fix size check in tst_inode_sizeTheodore Ts'o2-1/+2
2011-09-16Merge branch 'maint' into nextTheodore Ts'o4-4/+17
2011-09-15e2fsprogs: Use punch hole as "discard" on regular filesLukas Czerner2-8/+46
2011-09-15e2fsprogs: create open() and stat() helpersLukas Czerner4-22/+44
2011-09-15libext2fs: Add crc32c implementation for metadata checksummingDarrick J. Wong5-2/+1345
2011-09-15libext2fs: fix the range validation in bitmap_range2 funcsAmir Goldstein1-5/+5
2011-09-15libext2fs: fix binary and source compatibility with the dump programTheodore Ts'o4-4/+17
2011-09-14libext2fs: add new test: tst_inode_sizeTheodore Ts'o2-1/+87
2011-09-14resize2fs: add support for new in-kernel online resize ioctlYongqiang Yang1-0/+1
2011-08-31e2fsck: add support for checking the built-in quota filesAditya Kali1-1/+2
2011-08-31libext2fs: fix binary search for the icount and badblocks storesTheodore Ts'o2-26/+2
2011-08-10libext2fs: copy cluster_bits in ext2fs_copy_generic_bmapEric Sandeen1-0/+1
2011-07-09libext2fs: fix block iterator when the callback function modifies an extentTheodore Ts'o1-0/+11
2011-07-08misc: use EXT2_I_SIZE() consistently to get sizeAndreas Dilger2-5/+3
2011-07-07libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file systemTheodore Ts'o1-0/+2
2011-07-07libext2fs: teach ext2fs_bmap2() about bigallocTheodore Ts'o1-2/+44
2011-07-07libext2fs: move ext2fs_bmap2()'s the extent handling to a separate functionTheodore Ts'o1-54/+68
2011-07-07libext2fs: teach ext2fs_block_alloc_stats2() about bigallocTheodore Ts'o1-1/+2
2011-07-07libext2fs: replace missing flexbg initialization in flexbg_offsetTheodore Ts'o1-0/+2
2011-07-07libext2fs: Fix gcc -Wall warningsTheodore Ts'o9-20/+29
2011-07-05libext2fs: fix 64-bit support in ext2fs_bmap2()Theodore Ts'o1-3/+9
2011-07-05libext2fs: fix 64-bit support in ext2fs_{read,write}_inode_full()Theodore Ts'o1-2/+4
2011-07-05e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024Theodore Ts'o5-38/+56
2011-06-19libext2fs: fix makefile dependency problemTheodore Ts'o1-2/+14
2011-06-16mke2fs, e2fsck: fix i_blocks handling for bigalloc file systemsTheodore Ts'o3-2/+5
2011-06-16Fix superblock field s_blocks_count for bigalloc file systemsTheodore Ts'o1-4/+5
2011-06-15misc: quiet "unused variable" compiler warningsAndreas Dilger1-1/+1
2011-06-15libext2fs: fix regression in ext2fs_new_block2() for uninit_bg file systemsTheodore Ts'o1-0/+2
2011-06-11Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2011-06-11ext2fs: fix error handling in ext2fs_add_dir_blockAndreas Dilger1-1/+1
2011-06-11mke2fs: skip zeroing journal blocksAndreas Dilger2-6/+19
2011-06-11ext2fs: Handle internal journal over 2^32 bytesAndreas Dilger3-33/+42
2011-06-11ext2fs: don't use O_DIRECT if not availableAndreas Dilger1-0/+2
2011-06-11misc: fix compile warnings on OSXAndreas Dilger2-9/+5
2011-06-11ext2fs: fix ext2fs_warn_bitmap32() return warningAndreas Dilger2-2/+2
2011-06-11ext2fs: fix undeclared posix_memalign() warningAndreas Dilger1-1/+12
2011-06-11misc: clean up compiler warningsAndreas Dilger6-6/+6
2011-06-10e2fsck: add basic bigalloc support to check (but not yet repair) file systemsTheodore Ts'o2-2/+3