summaryrefslogtreecommitdiff
path: root/lib/ext2fs/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2011-12-18libext2fs: add pseudo bitmap backend type EXT2FS_BMAP64_AUTODIRTheodore Ts'o1-0/+3
2011-12-18libext2fs: add a bitmap implementation using rbtree'sLukas Czerner1-5/+12
2011-12-18libext2fs: add rbtree libraryLukas Czerner1-2/+9
2011-12-18libext2fs: add tests for the bitmap functionsTheodore Ts'o1-1/+16
2011-11-29Update Release Notes, Changelogs, version.h, etc. for 1.42 releaseTheodore Ts'o1-2/+2
2011-11-25tst_fs_struct: add program to help check ABI compatibility of ext2fs_filsysTheodore Ts'o1-0/+6
2011-11-18debugfs: add filefrag commandTheodore Ts'o1-1/+5
2011-11-18debugfs: add the freefrag commandTheodore Ts'o1-1/+6
2011-10-05Update for e2fsprogs 1.42-WIP-1005 releaseTheodore Ts'o1-5/+1
2011-10-03libext2fs, libquota: fix some makefile dependency issuesTheodore Ts'o1-2/+10
2011-09-30libext2fs: Fix various bugs from the metadata checksum integrationDarrick J. Wong1-1/+1
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger1-0/+7
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-77/+150
2011-09-16libext2fs: fix size check in tst_inode_sizeTheodore Ts'o1-0/+1
2011-09-15libext2fs: Add crc32c implementation for metadata checksummingDarrick J. Wong1-2/+24
2011-09-14libext2fs: add new test: tst_inode_sizeTheodore Ts'o1-1/+7
2011-06-19libext2fs: fix makefile dependency problemTheodore Ts'o1-2/+14
2011-05-18e2image: Add support for qcow2 formatLukas Czerner1-1/+3
2010-12-20Merge branch 'maint' into nextTheodore Ts'o1-2/+3
2010-12-16e2fsprogs: fix type-punning warningsEric Sandeen1-2/+3
2010-07-22libext2fs: Add new function ext2fs_punch()Theodore Ts'o1-6/+26
2010-07-19Merge branch 'maint' into nextTheodore Ts'o1-1/+5
2010-06-24Fix Makefile dependencies for test programs in lib/ext2fsTheodore Ts'o1-1/+5
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-1/+2
2010-05-17Always build namei.o so that building with "configure --disable-debugfs" worksTheodore Ts'o1-1/+2
2009-10-04Merge branch 'maint' into nextTheodore Ts'o1-3/+4
2009-10-04libext2fs: Always build file_io.cTheodore Ts'o1-2/+2
2009-09-08libext2fs: Add error table initialization to test programsTheodore Ts'o1-1/+2
2009-08-23libext2fs: create generic numeric progress meters and use themValerie Aurora Henson1-0/+1
2009-08-22Add support for 64-bit bitmapsTheodore Ts'o1-0/+4
2009-07-11Remove tst_csum.c from lib/ext2fs/Makefile.in's SRCS listTheodore Ts'o1-1/+0
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-76/+76
2009-07-01Fix Makefile dependencies for libcom_errTheodore Ts'o1-12/+14
2009-06-06Add new blk64_t handling functionsJose R. Santos1-0/+1
2009-05-30Update lib/xt2fs/Makefile.in using "make depend"Theodore Ts'o1-5/+0
2009-05-29libext2fs: Move test code for csum.c inline instead of in a separate fileTheodore Ts'o1-2/+2
2009-04-23Update lib/ext2fs/Makefile.in using "make depend"Theodore Ts'o1-3/+3
2008-10-02Update Makefile depend information for crc16.oTheodore Ts'o1-2/+2
2008-09-01Enable test_io debugging by defaultTheodore Ts'o1-2/+3
2008-07-10Update dependencies in the Makefile for lib/ext2fsTheodore Ts'o1-3/+2
2008-06-07Fix dependency for $(LIBSS) when an explicit dlopen() library is neededTheodore Ts'o1-1/+1
2008-06-07Update Makefile dependencies for lib/ext2fsTheodore Ts'o1-0/+5
2008-04-27libext2fs: Add undo I/O managerAneesh Kumar K.V1-0/+7
2008-04-17Fix tst_extents build when building w/o dynamic librariesTheodore Ts'o1-1/+1
2008-04-17Add support for the HUGE_FILE featureTheodore Ts'o1-0/+2
2008-04-01libext2fs: Make all test programs link only against the static libraryTheodore Ts'o1-20/+14
2008-03-25Fix parallel builds for lib/ext2fs/extent.oEric Sandeen1-84/+153
2008-03-20Add uninit block group support to various libext2fs functionsJose R. Santos1-4/+6
2008-03-20Add initial checksum support for the gdt_checksum/uninit_group featureJose R. Santos1-2/+19
2008-02-18Add support for extents to libext2fsTheodore Ts'o1-1/+67