summaryrefslogtreecommitdiff
path: root/lib/ext2fs
AgeCommit message (Expand)AuthorFilesLines
2012-01-17libext2fs: display partial path if fs corrupted in ext2fs_get_pathname()Theodore Ts'o1-5/+16
2012-01-09libext2fs: change getpagesize to sysconfMike Frysinger1-5/+1
2011-12-18libext2fs: add bitmap statisticsLukas Czerner6-8/+265
2011-12-18libext2fs: adjust the description when copying a bitmapTheodore Ts'o1-2/+2
2011-12-18e2fsck: use different bitmap types as appropriateTheodore Ts'o1-1/+0
2011-12-18libext2fs: use the rbtree bitmap by default when initializing a file systemTheodore Ts'o1-0/+1
2011-12-18libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIRTheodore Ts'o3-0/+12
2011-12-18libext2fs: add a bitmap implementation using rbtree'sLukas Czerner5-5/+760
2011-12-18libext2fs: add rbtree libraryLukas Czerner3-2/+640
2011-12-18libext2fs: add tests for the bitmap functionsTheodore Ts'o5-1/+770
2011-12-18libext2fs: add default_bitmap_type to the ext2_filsys structureTheodore Ts'o4-10/+19
2011-12-05libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmapsTheodore Ts'o1-2/+2
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