Whamcloud - gitweb
Add support for the DIR_NLINK feature.
[tools/e2fsprogs.git] / lib / ext2fs /
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-02-27 Theodore Ts'oMerge branch 'maint'
2008-02-27 Theodore Ts'olibext2fs: Add EXT2_FLAG_NONFREE_ON_ERROR to ext2fs_open2()
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 Theodore Ts'oMerge branch 'maint' into next
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
2008-02-18 Theodore Ts'oDon't byte swap extents information in the inode
2008-02-17 Theodore Ts'oMerge branch 'maint' into next
2008-02-17 Theodore Ts'oUpdate to latest samba tdb library before LGPLv3 change
2008-02-17 Christophe GRENIERAdd portability checks to support DJGPP
2008-02-10 Theodore Ts'olibext2: Add BLOCK_FLAG_READ_ONLY flag to ext2fs_block_...
2008-01-28 Theodore Ts'oMerge branch 'maint' into next
2008-01-27 Theodore Ts'oUse lseek() instead of llseek() of sizeof(long) ==...
2008-01-27 Theodore Ts'oAdd support for the test_fs flag
2008-01-21 Theodore Ts'oDefine helper functions ext2fs_set_i_{u,g}id_high(...
2008-01-01 Theodore Ts'oMerge branch 'maint' into next
2008-01-01 Theodore Ts'oFix build failure on non-Linux/non-Hurd/non-Masix systems
2008-01-01 Theodore Ts'oFix build failure on non-Linux/non-Hurd/non-Masix systems
2007-12-27 Theodore Ts'oConvert use of ext2fs_get_mem to ext2fs_get_array for...
2007-12-18 Theodore Ts'oAdd #define needed for Hurd ioctl definitions
2007-12-17 Theodore Ts'oMerge branch 'maint' into next
2007-12-16 Theodore Ts'oext2fs_flushfs: Remove the NEEDS_RECOVERY from the...
2007-12-09 Theodore Ts'oMerge branch 'maint' into next
2007-12-06 Theodore Ts'olibext2fs: Add checks to prevent integer overflows...
2007-12-02 Theodore Ts'olibext2fs: Fix a corner case bug in ext2fs_unlink
2007-12-02 Andreas Dilgerfix check_mntent_file() to pass mode for open(O_CREAT)
2007-11-04 Theodore Ts'oMerge basic FLEX_BG support
2007-11-04 Jose R. SantosEnable FLEX_BG feature support
2007-11-04 Jose R. SantosRelax group descriptor checking for FLEX_BG
2007-11-03 Jose R. Santoslib/ext2fs/Makefile.in: Reorder some of the $(SRCS...
2007-11-03 Jose R. SantosReserve the INCOMPAT feature number for FLEX_BG.
2007-11-01 Theodore Ts'oMerge branch 'cl/remove-masix' into next
2007-11-01 Coly Lilibext2fs: remove masix support
2007-10-29 Dmitry V. LevinCheck fgets(3) return value
2007-10-15 Valerie Clementlibext2fs: Add EXT2_DESC_SIZE and EXT2_DESC_PER_BLOCK...
2007-10-15 Valerie Clementlibext2fs: cleanup usage of unsigned int or __u32 and...
2007-10-14 Valerie Clementlibext2fs: use ext2fs_group_first_block() instead of...
2007-10-14 Theodore Ts'oAdd blk64_t type definition
2007-10-06 Theodore Ts'oMerge branch 'maint'
2007-09-23 Theodore Ts'oext2fs_dblist_dir_iterate: Fix ABORT propagation logic
2007-09-07 Theodore Ts'oDon't crash if s_inode_size is zero
2007-08-11 Theodore Ts'oRemove configure --enable-swapfs and associated support...
2007-08-11 Theodore Ts'oClean up libext2fs by byte swapping iff WORDS_BIGENDIAN
2007-08-11 Theodore Ts'oRemove PowerPC bitmap hackery since it's not been neede...
2007-08-04 Theodore Ts'oAdd I/O statistics to e2fsck
2007-07-23 Theodore Ts'olibext2fs: 32-bit bitmap refactorization, part 3
2007-07-23 Theodore Ts'olibext2fs: 32-bit bitmap refactorization, part 2
2007-07-23 Theodore Ts'olibext2fs: 32-bit bitmap refactorization, part 1
2007-07-22 Theodore Ts'oMove ext2fs_get_{block,inode}_bitmap_{start,end}()...
2007-07-22 Theodore Ts'oUninline ext2fs_{mark,unmark,test}_block_bitmap_range...
2007-07-22 Theodore Ts'oChange fast ext2fs bitmap functions to use the generic...
2007-07-22 Theodore Ts'oMove ext2fs_test_generic_bitmap() to gen_bitmap.c
2007-07-22 Eric SandeenFix test in ext2fs_check_desc() for inode table within...
2007-07-22 Theodore Ts'oProperly calculate overhead in ext2fs_initialize()
2007-07-18 Eric SandeenFix big-endian byte-swapping bug in ext2fs_swap_inode_f...
2007-07-08 Theodore Ts'oStop after the second '.' when parsing version numbers
2007-07-08 Theodore Ts'oRemove Changelog files since they're not used after...
2007-06-30 Theodore Ts'oRelease of e2fsprogs version 1.40
2007-06-30 Kalpak ShahFix byte swapping bug in get_next_inode_full()
2007-06-24 Theodore Ts'oUpdate Release Notes, Changelogs, version.h, etc. for...
2007-06-23 Kalpak ShahFix ext2fs_read_inode_full() so that the whole inode...
2007-06-22 Theodore Ts'oFix byte-swapping issues for the i_extra_size field
2007-06-21 Theodore Ts'oAdd default journal size function
2007-06-18 Theodore Ts'oDon't write changes to the backup superblocks by default
2007-05-31 Theodore Ts'oAdd test to make sure the ext2 superblock structure...
2007-05-31 Theodore Ts'oReserve superblock field for the raid stripe width.
2007-05-31 Andreas DilgerReserve superblock fields for multiple mount protection...
2007-05-25 Andreas DilgerFix gcc -Wall warnings, especially on 64-bit systems
2007-05-19 Theodore Ts'oStore the RAID stride value in the superblock and take...
2007-05-08 Eric SandeenFix mke2fs and debugfs to support large (> 16 bit)...
2007-04-19 Theodore Ts'oDefine the l_i_iversion field in ext2_inode
2007-04-19 Theodore Ts'oext2fs_get_device_size(): Fix potential fd descriptor...
2007-04-14 Bryn M. ReevesCorrect byteswapping for fast symlinks with xattrs
2007-04-07 Theodore Ts'oFix memory leaks from using the tdb library
2007-04-06 Theodore Ts'oAdd support for using TDB to libext2fs's icount abstraction
2007-04-06 Theodore Ts'oAdd new TDB error codes
2007-04-06 Theodore Ts'oAdd a regression test suite for libext2fs's icount...
2007-04-06 Jim GarlickFix memory leak in ext2fs_write_new_inode()
2007-04-05 Theodore Ts'oAdd tdb from Samba into libext2fs library.
2007-04-05 Theodore Ts'oAdd #include's to avoid compiler warnings in lib/ext2fs...
2007-04-02 Theodore Ts'oFix potential infinite loop in e2fsck on really big...
2007-03-21 Brian Behlendorf[COVERITY] Fix (error case) memory leak in libext2fs...
next