summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-09-28libext2fs: use ext2fs byte swap functions for portabilityTheodore Ts'o1-4/+5
2011-09-28libquota: use ext2fs byte swapping functions for portabilityTheodore Ts'o4-65/+69
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger12-19/+559
2011-09-24misc: quiet minor compiler errorsAndreas Dilger4-13/+18
2011-09-24libext2fs: add flag to ext2fs_flush() and ext2fs_close() to avoid fsyncRichard W.M. Jones2-3/+23
2011-09-19libquota: only build a static libraryTheodore Ts'o1-19/+19
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o164-149/+1028
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-16libe2p: reach unreachable codeEric Sandeen1-3/+4
2011-09-16e2fsprogs: annotate intentional fallthroughs in case statementsEric Sandeen5-0/+10
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-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'o3-3/+3
2011-09-16libext2fs: add metadata checksum and snapshot feature flagsTheodore Ts'o6-12/+47
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'o5-5/+18
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-15libe2p: fix bug so that MNTOPT_ options can be successfully parsedTheodore Ts'o1-1/+1
2011-09-14libquota: fix "make install" so it works in with a VPATH build directoryTheodore Ts'o1-2/+2
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-31e2fsprogs: add quota library to e2fsprogsAditya Kali14-0/+2585
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