Whamcloud - gitweb
Fix gcc -Wall warnings in resize2fs
[tools/e2fsprogs.git] / lib /
2008-06-07 Theodore Ts'oMerge branch 'maint'
2008-06-07 Theodore Ts'oFix ext2fs_swap{16,32,64} for external applications...
2008-06-07 Theodore Ts'oe2fsck: Add support to check journal checksums
2008-06-07 Theodore Ts'oRe-enable byte-swapping functions for use by journal...
2008-06-07 Aneesh Kumar K.Vlibext2fs: Fix build failure on powerpc in ext2fs_swap_...
2008-06-03 Theodore Ts'oMerge branch 'maint' into next
2008-06-03 Ricardo M. CorreiaAdd ZFS detection to libblkid
2008-06-02 Theodore Ts'olibext2fs: Add callback functions for _alloc_block...
2008-06-02 Theodore Ts'oWire ext2fs_bmap2() to use ext2fs_extent_set_bmap()
2008-06-02 Theodore Ts'oWire ext2fs_block_iterate2() to use ext2fs_extent_set_b...
2008-06-02 Eric SandeenTeach ext2fs_extent_delete() to remove an empty extent...
2008-06-02 Eric Sandeenlibext2fs: add new function ext2fs_extent_set_bmap()
2008-06-02 Eric SandeenTeach ext2fs_extent_insert() to split the current node...
2008-06-02 Eric Sandeenlibext2fs: Teach extent.c how to split nodes
2008-06-02 Theodore Ts'oext2fs_extent_open: If the inode is empty, initialize...
2008-06-02 Theodore Ts'oext2fs_extent_replace: Support uninit extents and check...
2008-05-25 Theodore Ts'oRemove bashism in test script for libblkid
2008-05-24 Theodore Ts'oAdd 64-bit support to the test_io manager
2008-05-21 Theodore Ts'oMerge branch 'maint'
2008-05-20 Theodore Ts'oblkid: If the device mtime is newer that the cache...
2008-05-16 Theodore Ts'oext2fs.h: Add l_i_file_acl_high and l_version_hi to...
2008-05-14 Eric Sandeenfix extent_goto for non-0 leaf levels
2008-05-12 Eric Sandeen- fix swap sanity tests in blkid, and blkid tests
2008-05-12 Matthias Koeniglibuuid: don't use unitialized variable
2008-05-12 Theodore Ts'oFix parallel build problem
2008-04-28 Theodore Ts'oMerge branch 'next' into tt/flex-bg
2008-04-27 Theodore Ts'oext2fs_add_journal_inode: Optimize writing the journal...
2008-04-27 Aneesh Kumar K.Vlibext2fs: Add undo I/O manager
2008-04-23 Theodore Ts'omke2fs: New bitmap and inode table allocation for FLEX_BG
2008-04-23 Theodore Ts'oBasic flexible block group support
2008-04-23 Theodore Ts'oext2fs_open_inode_scan: Handle an non-zero bg_itable_us...
2008-04-23 Theodore Ts'omke2fs/libext2fs: Fix lazy inode table initialization
2008-04-22 Theodore Ts'oMerge branch 'maint'
2008-04-21 Theodore Ts'oblkid: Keep cached filesystem information on EACCES...
2008-04-21 Theodore Ts'oTransfer responsibility of setting the *_UNINIT flags...
2008-04-21 Theodore Ts'oRemove LAZY_BG feature
2008-04-20 Theodore Ts'oAdd comments documenting ext2fs_[reserve_]super_and_bgd...
2008-04-20 Theodore Ts'oext2fs_set_gdt_csum: Remove setting of BLOCK_UNINIT
2008-04-20 Theodore Ts'oext2fs_set_gdt_csum: Remove bogus setting of ITABLE_ZEROED
2008-04-20 Theodore Ts'olibe2p: Print the s_min_extra_isize and s_wanted_extra_...
2008-04-20 Theodore Ts'olibext2fs: Initialize s_min_extra_isize and s_wanted_ex...
2008-04-18 Eric Sandeenblkid: more sanity checks for swap v1
2008-04-18 Theodore Ts'oChange the primary name of the extents feature to be...
2008-04-18 Theodore Ts'oRename the feature uninit_groups to uninit_bg
2008-04-17 Eric SandeenMake extent_goto() deterministic when logical block...
2008-04-17 Eric SandeenFix ext2fs_extent_insert when at last extent in node
2008-04-17 Eric Sandeenprint a bit more info for the tst_extents info command
2008-04-17 Theodore Ts'oFix tst_extents build when building w/o dynamic libraries
2008-04-17 Theodore Ts'oAdd support for the HUGE_FILE feature
2008-04-17 Theodore Ts'oMerge branch 'maint'
2008-04-09 Theodore Ts'oFix non-POSIX ">&" in the Makefile for lib/ss's "make...
2008-04-06 Eric SandeenFix a couple of implicit function declarations
2008-04-06 Theodore Ts'oMerge branch 'maint' into next
2008-04-06 Theodore Ts'olibext2fs: Fix resize inode creation with non-standard...
2008-04-01 Theodore Ts'olibext2fs: Fix big-endian bug in tst_csum.c
2008-04-01 Theodore Ts'oAdd dependency rule so that static library when necessa...
2008-04-01 Theodore Ts'olibext2fs: Make all test programs link only against...
2008-03-31 Andreas Dilgerlibext2fs: Micro-optimization in inode scan code
2008-03-31 Andreas Dilgerext2fs_set_gdt_csum(): Return an error code on errors...
2008-03-31 Andreas Dilgerext2fs_set_gdt_csum(): Force the last block group to...
2008-03-31 Andreas Dilgerext2fs_set_gdt_csum(): Clean up superblock dirty flag...
2008-03-30 Andreas DilgerFix the copyright notice in lib/ext2fs/tst_csum.c to...
2008-03-25 Eric SandeenFix parallel builds for lib/ext2fs/extent.o
2008-03-24 Eric Sandeenlibext2fs: Fix byte-swap logic for i_block[] in inodes...
2008-03-20 Eric SandeenFix ext2fs_extent_get for uninit leaf extents
2008-03-20 Jose R. SantosRename feature name from gdt_checksum to uninit_groups
2008-03-20 Jose R. SantosAdd uninit block group support to various libext2fs...
2008-03-20 Jose R. SantosAdd initial checksum support for the gdt_checksum/unini...
2008-03-18 Theodore Ts'oFix miscellaneous gcc -Wall warnings
2008-03-15 Andreas DilgerAdd support for the DIR_NLINK feature.
2008-03-15 Theodore Ts'olibext2fs: Make icount use a 32-bit counter
2008-03-15 Theodore Ts'oMerge branch 'maint'
2008-03-15 Theodore Ts'oext2_fs.h: Rename EXT4_ORPHAN_FS to be EXT3_ORPHAN_FS
2008-03-14 Eric SandeenFix ext2fs_swap_inode_full() for in-inode xattrs on...
2008-03-14 Theodore Ts'olibext2fs: Fix fencepost error in ext2fs_extent_insert()
2008-03-14 Theodore Ts'olibext2fs: Fix ext2fs_extent_delete() to always point...
2008-03-13 Jose R. SantosAdd {read,write}_blk64 to inode_io.c
2008-03-13 Jose R. SantosAdd {read,write}_blk64 to unix_io.c
2008-03-13 Jose R. SantosAdd 64-bit IO manager operations to struct_io_manager.
2008-03-13 Theodore Ts'oMerge branch 'maint'
2008-03-13 Theodore Ts'olibext2fs: Add ext2fs_dblist_get_last() and ext2fs_dbli...
2008-03-09 Theodore Ts'oblkid: Fix portability problem caused by using uint...
2008-02-27 Theodore Ts'oMerge branch 'maint'
2008-02-27 Theodore Ts'oFix gcc -Wall warnings for lib/blkid/probe.c
2008-02-27 Theodore Ts'olibblkid: Add error checking to devicemapper code to...
2008-02-27 Theodore Ts'olibext2fs: Add EXT2_FLAG_NONFREE_ON_ERROR to ext2fs_open2()
2008-02-26 Theodore Ts'olibe2p: New e2p_edit_feature2 which provides better...
2008-02-22 Theodore Ts'olibe2p: Change Raid to RAID in display option
2008-02-22 Valerie ClementAdd missing shift for ei_leaf_hi
2008-02-22 Valerie ClementAdd missing free in ext2fs_extent_free()
2008-02-19 Theodore Ts'oFix memory leak in ext2fs_alloc_block()
2008-02-19 Eric Sandeenblkid: detect LVM2 physical volumes
2008-02-19 Theodore Ts'oMerge branch 'maint' into next
2008-02-19 Theodore Ts'olibe2p: Make list_super2() print the RAID stride and...
2008-02-19 Theodore Ts'oAdd support for setting RAID stride and strip-width...
2008-02-19 Andreas DilgerImprove support for in-inode EA's
2008-02-19 Theodore Ts'oe2fsck: Add support for extents
2008-02-19 Theodore Ts'oAdd read/only support for extents to ext2fs_bmap()
2008-02-19 Theodore Ts'oAdd read-only extents support to ext2fs_block_iterate2()
2008-02-19 Theodore Ts'oAdd support for extents to libext2fs
next