Whamcloud - gitweb
libext2fs: Fix ext2fs_iblk_{add,sub}_blocks() when the i_blocks_hi is non-zero
[tools/e2fsprogs.git] / lib / ext2fs /
2010-07-21 Theodore Ts'olibext2fs: Fix ext2fs_iblk_{add,sub}_blocks() when...
2010-07-20 Theodore Ts'otst_extents: Fix 64-bit bugs in do_goto_block()
2010-07-19 Theodore Ts'oMerge branch 'maint' into next
2010-07-05 Theodore Ts'oEnhance tst_super_size so that it checks the superblock...
2010-07-05 Theodore Ts'oAdd superblock fields which track first and most recent...
2010-06-25 Theodore Ts'oFix Makefile dependencies for test programs in lib...
2010-06-25 Theodore Ts'oAdd support for Next3 snapshot superblock fields to...
2010-06-14 Eric Sandeenlibext2fs: make fs->group_desc opaque
2010-06-13 Jose R. Santosmke2fs: Fix up mke2fs to be able to make 64-bit file...
2010-06-13 Valerie Aurora Hensonlibext2fs: More random 64-bit fixes, lots of block_iterate3
2010-06-13 Theodore Ts'olibext2fs: Create 64-bit dblist functions
2010-06-13 Theodore Ts'olibext2fs: Teach *_initialize and *_allocate_group...
2010-06-07 Theodore Ts'oMerge branch 'maint' into next
2010-06-02 Theodore Ts'oReserve feature flags and fields needed for the Next3...
2010-06-02 Andreas DilgerReserve the EXT4_FEATURE_INCOMPAT_DIRDATA feature flag
2010-06-02 Andreas DilgerReserve the EXT4_INCOMPAT_EA_INODE feature flag
2010-05-31 Theodore Ts'olibext2fs: Remove #include of <linux/types.h> from...
2010-05-18 Theodore Ts'omke2fs: account for physical as well as logical sector...
2010-05-18 Theodore Ts'olibe2p, libext2fs: Update file copyright permission...
2010-05-17 Theodore Ts'oAlways build namei.o so that building with "configure...
2010-03-15 Theodore Ts'oMerge branch 'maint' into next
2010-03-11 Theodore Ts'oext2fs: Optimize extending an extent-mapped file using...
2010-02-24 Eric Sandeene2fsck: don't complain about i_size for known blocks...
2010-02-15 Theodore Ts'olibext2fs: Fix byte swapping bugs
2010-01-31 Theodore Ts'oMerge branch 'maint' into next
2010-01-31 Theodore Ts'olibext2fs: Add some fail-safe checks to the 32-bit...
2009-11-30 Theodore Ts'olibext2fs: Improve flex_bg inode table placement algorithm
2009-11-29 Theodore Ts'olibext2fs: Fix SET_BMAP bugs in ext2fs_bmap() and ext2f...
2009-11-16 Theodore Ts'oMerge branch 'maint' into next
2009-11-13 Karel Zaklibext2fs: handle <=linux-2.6.19 bug in /proc/swaps
2009-11-13 Eric Sandeenlibext2fs: don't swap extent-based journal backup
2009-10-26 Valerie Aurora HensonAdd 64bit option to known incompatible file system...
2009-10-26 Theodore Ts'oConvert ext2fs_group_{first,last}_block() to *block2()
2009-10-26 Theodore Ts'oConvert ext2fs_group_of_blk() to ext2fs_group_of_blk2()
2009-10-26 Valerie Aurora HensonConvert ext2fs_block_alloc_stats() calls to block_alloc...
2009-10-26 Theodore Ts'olibext2fs: Byte-swap 64-bit block group descriptors
2009-10-26 Valerie Aurora HensonConvert to use block group accessor functions
2009-10-26 Theodore Ts'olibext2fs: Convert ext2fs_bg_flag_test() to ext2fs_bg_f...
2009-10-26 Eric Sandeenlibext2fs: clean up ext2fs_bg_flags_ interfaces
2009-10-24 Theodore Ts'oMerge branch 'maint' into next
2009-10-21 Theodore Ts'olibext2fs: Fix FEATURE_RO_COMPAT_HUGE_FILE && !HUGE_FILE_FL
2009-10-05 Theodore Ts'oMerge branch 'maint' into next
2009-10-04 Theodore Ts'olibext2fs: Always build file_io.c
2009-09-09 Theodore Ts'olibext2fs: Add error table initialization to test programs
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-09-08 Valerie Aurora HensonUse ext2fs_file_acl_block() instead of using .i_file_ac...
2009-09-08 Valerie Aurora HensonFix overflow in calculation of total file system blocks
2009-09-07 Theodore Ts'olibext2fs: Round up the bitmap size when allocating...
2009-08-25 Theodore Ts'otune2fs: Fix "tune2fs -j <dev>" for extent-enabled...
2009-08-23 Valerie Aurora Hensonlibext2fs: create generic numeric progress meters and...
2009-09-08 Theodore Ts'oUse accessor functions fields for bg_flags in the block...
2009-09-08 Valerie Aurora HensonConvert to use io_channel_read_blk64() and io_channel_w...
2009-09-08 Nick Dokoslibext2fs: Fix counting routines in blknum.c to take...
2009-09-07 Theodore Ts'oMerge branch 'maint' into next
2009-08-10 Theodore Ts'olibext2fs: Treat uninitialized parts of bitmaps as...
2009-08-05 Valerie Aurora HensonConvert libext2fs to 64-bit bitmap interface
2009-08-22 Theodore Ts'oAdd support for 64-bit bitmaps
2009-08-22 Theodore Ts'oMerge branch 'maint' into next
2009-08-22 Theodore Ts'oMove declaration of FS_IOC_FIEMAP ioctl to fiemap.h
2009-08-02 Theodore Ts'oMerge branch 'maint' into next
2009-07-22 Theodore Ts'olibext2fs: Use blk_t instead of int in ext2fs_allocate_...
2009-07-20 Theodore Ts'olibext2fs: Avoid creating unneeded new extents in ext2f...
2009-07-20 Theodore Ts'olibext2fs: Improve debugging printf's in extent.c
2009-07-20 Theodore Ts'olibext2fs: Fix regression in ext2fs_extent_set_bmap()
2009-07-18 Theodore Ts'olibext2fs: fix memory leak in error path in ext2fs_bloc...
2009-07-12 Theodore Ts'olibext2fs: Fix minor gcc -Wall warnings
2009-07-11 Theodore Ts'oRemove tst_csum.c from lib/ext2fs/Makefile.in's SRCS...
2009-07-10 Theodore Ts'olibext2fs: Make ext2fs_extent_set_bmap() more robust...
2009-07-09 Theodore Ts'olibext2fs: Add new function ext2fs_test_inode_bitmap_ra...
2009-07-08 Eric Sandeenlibext2fs: reset handle after inserting new extent
2009-07-02 Theodore Ts'oAdd support for configure --enable-verbose-makecmds
2009-07-02 Theodore Ts'oFix Makefile dependencies for libcom_err
2009-06-29 Nic Caselibext2fs: ensure validate_entry doesn't read beyond...
2009-06-22 Theodore Ts'oFix encoding for rec_len in directories for >= 64k...
2009-06-17 Eric Sandeenlibext2fs: initialize large inodes for journal & resize
2009-06-17 Eric Sandeenlibext2fs: write only core inode in update_path()
2009-06-15 Theodore Ts'olibext2fs: Fix memory leak in the extents handling...
2009-06-01 Theodore Ts'olibext2fs: Add ext2fs_block_iterate3()
2009-06-01 Valerie Aurora Hensonlibext2fs: Add 64-bit bitops
2009-07-21 Theodore Ts'oMerge branch 'maint' into next
2009-07-12 Theodore Ts'oMerge branch 'maint' into next
2009-06-01 Jose R. SantosAdd 64-bit mkjournal.c interface
2009-06-01 Jose R. SantosAdd ext2fs_div64_ceil()
2009-06-01 Jose R. SantosAdd 64-bit openfs interface
2009-07-12 Jose R. SantosUse new ext2fs_super_and_bgd_loc2 call in libext2fs
2009-06-01 Jose R. SantosAdd 64-bit closefs interface
2009-06-01 Jose R. SantosAdd 64-bit ext_attr interface
2009-06-01 Jose R. SantosAdd 64-bit alloc interface
2009-06-01 Jose R. SantosAdd 64-bit alloc_stats interface
2009-06-01 Jose R. SantosAdd 64-bit dirblock interface
2009-06-01 Jose R. SantosUse blk64_t for blocks in struct ext2_file
2009-06-06 Jose R. SantosAdd new blk64_t handling functions
2009-06-01 Jose R. Santoslibext2fs: Add ext2_off64_t type
2009-07-12 Theodore Ts'olibext2fs: Add 64-bit support to the undo manager
2009-06-06 Valerie Aurora Hensonlibext2fs: Define bg_itable_unused_hi in the ext4_group...
2009-05-30 Theodore Ts'oUpdate lib/xt2fs/Makefile.in using "make depend"
2009-05-29 Theodore Ts'olibext2fs: Move test code for csum.c inline instead...
2009-05-29 Theodore Ts'olibext2fs: Add an explicit error code for missing mtab...
2009-05-28 number9652libext2fs: add ext2fs_extent_open2
2009-05-26 Eric Sandeenresize2fs: fix ENOSPC corruption case
next