aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-07-10blkid: Make regression test tolerate older versions of mkswapAndreas Dilger
2008-07-07libext2fs: Fix FLEX_BG offset used by ext2fs_allocate_group_tableTheodore Ts'o
2008-07-07Add ZFS test image to blkid test suiteRicardo M. Correia
2008-07-06Clean up some trivial build warningsEric Sandeen
2008-06-28blkid: Eliminate stale entries that duplicate a verified deviceTheodore Ts'o
2008-06-28blkid: Make sure a device returned by blkid_find_dev_with_tag existsTheodore Ts'o
2008-06-28blkid: use list_for_each_safe in garbage collectionEric Sandeen
2008-06-23libext2fs: Don't include ss/ss.h except when debuggingTheodore Ts'o
2008-06-21blkid: Fix cc portability problem in probe_lvm2()Theodore Ts'o
2008-06-19blkid: fix swap tests (again)Eric Sandeen
2008-06-17Merge branch 'maint'Theodore Ts'o
2008-06-17libblkid: Fix marginal C code in probe_lvm2()Theodore Ts'o
2008-06-17ext2fs_zero_blocks: Avoid clearing more blocks than requestedTheodore Ts'o
2008-06-07Fix LIBSS dependency problem for tests/test_icount and lib/ss/test_ssTheodore Ts'o
2008-06-07Fix dependency for $(LIBSS) when an explicit dlopen() library is neededTheodore Ts'o
2008-06-07resize2fs: Add support to use the ext4 online resize ioctl'sTheodore Ts'o
2008-06-07Update Makefile dependencies for lib/ext2fsTheodore Ts'o
2008-06-07Fix gcc -Wall warnings in libext2fsTheodore Ts'o
2008-06-07Fix gcc -Wall warnings in libuuidTheodore Ts'o
2008-06-07Merge branch 'maint'Theodore Ts'o
2008-06-07Fix ext2fs_swap{16,32,64} for external applications on big-endian machinesTheodore Ts'o
2008-06-06e2fsck: Add support to check journal checksumsTheodore Ts'o
2008-06-06Re-enable byte-swapping functions for use by journal checksumsTheodore Ts'o
2008-06-06libext2fs: Fix build failure on powerpc in ext2fs_swap_inode_full()Aneesh Kumar K.V
2008-06-02Merge branch 'maint' into nextTheodore Ts'o
2008-06-02Add ZFS detection to libblkidRicardo M. Correia
2008-06-02libext2fs: Add callback functions for _alloc_block() and _block_alloc_stats()Theodore Ts'o
2008-06-02Wire ext2fs_bmap2() to use ext2fs_extent_set_bmap()Theodore Ts'o
2008-06-02Wire ext2fs_block_iterate2() to use ext2fs_extent_set_bmap()Theodore Ts'o
2008-06-02Teach ext2fs_extent_delete() to remove an empty extent node from the treeEric Sandeen
2008-06-02libext2fs: add new function ext2fs_extent_set_bmap()Eric Sandeen
2008-06-02Teach ext2fs_extent_insert() to split the current node if necessaryEric Sandeen
2008-06-02libext2fs: Teach extent.c how to split nodesEric Sandeen
2008-06-02ext2fs_extent_open: If the inode is empty, initialize the extent treeTheodore Ts'o
2008-06-01ext2fs_extent_replace: Support uninit extents and check validity of e_lenTheodore Ts'o
2008-05-25Remove bashism in test script for libblkidTheodore Ts'o
2008-05-24Add 64-bit support to the test_io managerTheodore Ts'o
2008-05-21Merge branch 'maint'Theodore Ts'o
2008-05-20blkid: If the device mtime is newer that the cache time, force a revalidationTheodore Ts'o
2008-05-15ext2fs.h: Add l_i_file_acl_high and l_version_hi to on-disk inode structureTheodore Ts'o
2008-05-14fix extent_goto for non-0 leaf levelsEric Sandeen
2008-05-12- fix swap sanity tests in blkid, and blkid testsEric Sandeen
2008-05-11libuuid: don't use unitialized variableMatthias Koenig
2008-05-11Fix parallel build problemTheodore Ts'o
2008-04-27Merge branch 'next' into tt/flex-bgTheodore Ts'o
2008-04-27ext2fs_add_journal_inode: Optimize writing the journal data blocksTheodore Ts'o
2008-04-27libext2fs: Add undo I/O managerAneesh Kumar K.V
2008-04-22mke2fs: New bitmap and inode table allocation for FLEX_BGTheodore Ts'o
2008-04-22Basic flexible block group supportTheodore Ts'o
2008-04-22ext2fs_open_inode_scan: Handle an non-zero bg_itable_used in block group 0Theodore Ts'o