Whamcloud - gitweb
libext2fs: fix block iterator when the callback function modifies an extent
[tools/e2fsprogs.git] / lib /
2011-07-10 Theodore Ts'olibext2fs: fix block iterator when the callback functio...
2011-07-09 Andreas Dilgermisc: use EXT2_I_SIZE() consistently to get size
2011-07-08 Theodore Ts'olibext2fs: don't hang in ext2fs_new_block2() on a full...
2011-07-08 Theodore Ts'olibext2fs: teach ext2fs_bmap2() about bigalloc
2011-07-07 Theodore Ts'olibext2fs: move ext2fs_bmap2()'s the extent handling...
2011-07-07 Theodore Ts'olibext2fs: teach ext2fs_block_alloc_stats2() about...
2011-07-07 Theodore Ts'olibext2fs: replace missing flexbg initialization in...
2011-07-07 Theodore Ts'olibext2fs: Fix gcc -Wall warnings
2011-07-06 Theodore Ts'olibext2fs: fix 64-bit support in ext2fs_bmap2()
2011-07-06 Theodore Ts'olibext2fs: fix 64-bit support in ext2fs_{read,write...
2011-07-05 Theodore Ts'oe2fsck, libext2fs: support for bigalloc file systems...
2011-06-20 Theodore Ts'olibext2fs: fix makefile dependency problem
2011-06-16 Theodore Ts'omke2fs, e2fsck: fix i_blocks handling for bigalloc...
2011-06-16 Theodore Ts'oFix superblock field s_blocks_count for bigalloc file...
2011-06-16 Andreas Dilgermisc: quiet "unused variable" compiler warnings
2011-06-16 Theodore Ts'olibext2fs: fix regression in ext2fs_new_block2() for...
2011-06-11 Theodore Ts'oMerge branch 'maint' into next
2011-06-11 Andreas Dilgerext2fs: fix error handling in ext2fs_add_dir_block
2011-06-11 Andreas Dilgermke2fs: skip zeroing journal blocks
2011-06-11 Andreas Dilgerext2fs: Handle internal journal over 2^32 bytes
2011-06-11 Andreas Dilgerext2fs: don't use O_DIRECT if not available
2011-06-11 Andreas Dilgermisc: fix compile warnings on OSX
2011-06-11 Andreas Dilgerext2fs: fix ext2fs_warn_bitmap32() return warning
2011-06-11 Andreas Dilgerext2fs: fix undeclared posix_memalign() warning
2011-06-11 Andreas Dilgermisc: clean up compiler warnings
2011-06-10 Theodore Ts'oe2fsck: add basic bigalloc support to check (but not...
2011-06-10 Theodore Ts'omke2fs: support creating bigalloc file systems
2011-06-10 Theodore Ts'olibext2fs: allocate clusters to files in expand_dir...
2011-06-10 Theodore Ts'olibext2fs: teach block allocation functions about bigal...
2011-06-10 Theodore Ts'olibext2fs: teach bitmap functions about bigalloc/cluster
2011-06-10 Theodore Ts'olibext2fs: create extent-based directories if the exten...
2011-06-05 Theodore Ts'oMerge branch 'maint' into next
2011-06-05 Theodore Ts'olibext2fs: Teach block bitmap read, write, and allocati...
2011-06-04 Theodore Ts'olibext2fs: change fs->clustersize to fs->cluster_ratio_bits
2011-06-04 Theodore Ts'olibext2fs: change EXT2_MAX_BLOCKS_PER_GROUP() to be...
2011-06-04 Theodore Ts'olibext2fs: require cluster size == block_size when...
2011-06-04 Theodore Ts'olibcom_err: Fix install rule if installing with hard...
2011-05-18 Lukas Czernere2image: Add support for qcow2 format
2011-05-18 Lukas Czernere2fsprogs: Add memory allocation and zero-out helpers
2011-05-15 Tao Mamke2fs: make s_inodes_per_group >= 8 in ext2fs_initialize
2011-05-08 Lukas Czernere2fsprogs: fix memory leak in ext2fs_free_generic_bmap()
2011-05-08 Lukas Czernere2fsprogs: fix freeing bitmap in allocation error path
2011-03-18 Theodore Ts'oMerge branch 'maint' into next
2011-03-18 Theodore Ts'oadd new superblock field: s_overhead_blocks
2011-02-28 Theodore Ts'omke2fs: If the device supports discard, don't print...
2011-02-28 Theodore Ts'oMerge branch 'maint' into next
2011-02-26 Theodore Ts'oAdd basic BIGALLOC support for cluster-based allocation
2011-02-25 Aditya Kalie2fsprogs: reserving code points for new ext4 quota...
2011-02-21 Theodore Ts'oMerge branch 'maint' into next
2011-02-21 Eric Sandeene2fsprogs: enable user namespace xattrs by default
2011-02-21 Eric Sandeene2fsprogs: turn off enforced fsck intervals by default
2011-02-20 Eric Sandeene2fsprogs: create com_err.h link in includedir
2010-12-23 Theodore Ts'oMerge branch 'maint' into next
2010-12-22 Theodore Ts'olibext2fs: Don't use the extended rec_len encoding...
2010-12-22 Namhyung Kimlibext2fs: fix possible memory leak in write_journal_in...
2010-12-21 Theodore Ts'oext2fs: fix memory leak in an error case in inode_open()
2010-12-20 Theodore Ts'olibext2fs: fix potential free() of garbage in ext2fs_up...
2010-12-20 Namhyung Kimlibext2fs: fix dubious code in ext2fs_unmark_generic_bi...
2010-12-20 Namhyung Kimlibext2fs: remove unnecessary casts to ext2fs_generic_b...
2010-12-20 Namhyung Kimlibext2fs: fix dubious code in ext2fs_numeric_progress_...
2010-12-20 Namhyung Kimlibext2fs: fix potential build failure with OMIT_COM_ERR
2010-12-20 Theodore Ts'oMerge branch 'maint' into next
2010-12-17 Theodore Ts'olibext2fs: Fix compile bug on big-endian architectures
2010-12-17 Theodore Ts'olibext2fs: fix ref_offset callback with sparse files...
2010-12-16 Eric Sandeene2fsprogs: fix type-punning warnings
2010-11-23 Lukas Czernere2fsck: Discard free data and inode blocks.
2010-11-23 Lukas Czernere2fsprogs: Add CHANNEL_FLAGS_DISCARD_ZEROES flag for...
2010-11-23 Lukas Czernere2fsprogs: Add discard function into struct_io_manager
2010-11-22 Justin MaggardFix EXT4_FEATURE_RO_COMPAT_HUGE_FILE check
2010-09-25 Theodore Ts'oMerge branch 'maint' into next
2010-09-25 Theodore Ts'olibext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict...
2010-09-24 Theodore Ts'oext2fs: Optimize for Direct I/O
2010-09-24 Theodore Ts'oext2fs: Add Direct I/O support to the ext2fs library
2010-09-23 Theodore Ts'olibext2fs: Fix memory leak in the Unix I/O layer when...
2010-09-23 Theodore Ts'oext2fs: add ext2fs_get_memalign() function
2010-09-18 Theodore Ts'otune2fs, debugfs, libext2fs: Add support for ext4 defau...
2010-07-30 Theodore Ts'olibext2fs: fix obvious big-endian bugs introduced by...
2010-07-30 Theodore Ts'olibext2fs: Add ext2fs_file_size_size2() and truncate...
2010-07-22 Renzo Davolilibext2fs: Add new function ext2fs_file_get_inode()
2010-07-22 Theodore Ts'olibext2fs: Add new function ext2fs_punch()
2010-07-22 Theodore Ts'olibext2fs: Don't make a copy of the inode in ext2fs_ext...
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...
next