summaryrefslogtreecommitdiff
path: root/lib/ext2fs
AgeCommit message (Expand)AuthorFilesLines
2011-11-29Update Release Notes, Changelogs, version.h, etc. for 1.42 releaseTheodore Ts'o1-2/+2
2011-11-29e2fsck: speed up runs when using tdb for large atypical filesystemsTheodore Ts'o2-5/+16
2011-11-28configure: check for msync() for portability reasonsTheodore Ts'o1-1/+1
2011-11-25libext2fs: move mmp fields to preserve structure layout of ext2_filsysTheodore Ts'o1-7/+7
2011-11-25tst_fs_struct: add program to help check ABI compatibility of ext2fs_filsysTheodore Ts'o2-0/+87
2011-11-19libext2fs: enforce a max nested link count in ext2fs_find_block_device()Niu Yawei3-2/+10
2011-11-18debugfs: add filefrag commandTheodore Ts'o1-1/+5
2011-11-18debugfs: add the freefrag commandTheodore Ts'o1-1/+6
2011-11-14Make quota support disabled by supportTheodore Ts'o1-0/+10
2011-11-11libext2fs: fix write size in ext2fs_mmp_writeEric Sandeen1-1/+1
2011-11-10libext2fs: use HAVE_FSTAT64 instead of HAVE_STAT64 for ext2fs_stat()Theodore Ts'o1-3/+3
2011-11-10libext2: advance group in ext2fs_open2 during swappingEric Sandeen1-2/+2
2011-11-05libext2fs: don't leak tdb_null out of the shared library namespaceTheodore Ts'o2-4/+2
2011-10-16libext2fs: allow ext2fs_get_memalign() to compile w/o posix_memalign()Theodore Ts'o2-16/+35
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o4-14/+24
2011-10-09Fix more spelling errors found by translators and add pluralizationTheodore Ts'o1-2/+2
2011-10-06libext2fs: make ext2fs_open_file() always use 3 arguments instead of varargsTheodore Ts'o4-11/+6
2011-10-05Update for e2fsprogs 1.42-WIP-1005 releaseTheodore Ts'o1-5/+1
2011-10-04libquota: clean up some gcc -Wall warningsTheodore Ts'o1-1/+1
2011-10-03libext2fs: fix bad cast which causes problems for file systems > 512EBTheodore Ts'o1-1/+1
2011-10-03e2fsprogs: Fix thinko in ext2fs_initialize bigalloc caseEric Sandeen1-1/+1
2011-10-03libext2fs: move #include "ext2fs.h" from crc32c_defs.h to crc32c.cTheodore Ts'o2-17/+17
2011-10-03libext2fs, libquota: fix some makefile dependency issuesTheodore Ts'o1-2/+10
2011-10-03e2fsprogs: include headers for open() in ext2fs.hEric Sandeen1-0/+3
2011-09-30libext2fs: Always swab the MMP block on big-endian systems machinesDarrick J. Wong1-9/+6
2011-09-30libext2fs: Fix various bugs from the metadata checksum integrationDarrick J. Wong3-13/+11
2011-09-28libext2fs: use ext2fs byte swap functions for portabilityTheodore Ts'o1-4/+5
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger10-18/+550
2011-09-24misc: quiet minor compiler errorsAndreas Dilger3-12/+17
2011-09-24libext2fs: add flag to ext2fs_flush() and ext2fs_close() to avoid fsyncRichard W.M. Jones2-3/+23
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