Whamcloud - gitweb
tools/e2fsprogs.git
2011-07-09 Theodore Ts'otests: use /tmp for scratch files
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-07-05 Theodore Ts'oMerge branch 'maint' into next
2011-07-05 Theodore Ts'omke2fs: allow setting the stride and stripe width to...
2011-07-05 Theodore Ts'otune2fs: Fix mount_opts handling
2011-07-04 Theodore Ts'otune2fs: allow setting the stride and stripe width...
2011-07-03 Theodore Ts'oUpdate for e2fsprogs 1.42-WIP-0702 release v1.42-WIP-0702
2011-07-03 Theodore Ts'odebian: disable compression
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'omke2fs: change bigalloc default cluster size to 16...
2011-06-16 Theodore Ts'oFix superblock field s_blocks_count for bigalloc file...
2011-06-16 Theodore Ts'oe2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with...
2011-06-16 Andreas Dilgermisc: quiet "unused variable" compiler warnings
2011-06-16 Andreas Dilgercheck: build all dependencies before "make check"
2011-06-16 Theodore Ts'oe2fsck: Fix pass5 handling for bigalloc && uninit_bg...
2011-06-16 Theodore Ts'olibext2fs: fix regression in ext2fs_new_block2() for...
2011-06-14 Theodore Ts'omke2fs: add support for cluster size in mke2fs.conf
2011-06-14 Theodore Ts'omke2fs: Add support for [devices] stanza in mke2fs...
2011-06-11 Theodore Ts'oMerge branch 'maint' into next
2011-06-11 Andreas Dilgere2fsprogs: ignore generated files for "git status"
2011-06-11 Andreas Dilgerext2fs: fix error handling in ext2fs_add_dir_block
2011-06-11 Andreas Dilgermke2fs: add extent-mapped journal regression test
2011-06-11 Andreas Dilgermke2fs: add test for large journal with lazy init
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 Dilgerdebugfs: fix icheck finding blocks used for xattrs
2011-06-11 Andreas Dilgertune2fs: add dir_index feature to tune2fs man page
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-07 Theodore Ts'oMerge branch 'maint' into next
2011-06-07 Andreas Dilgermke2fs: Don't erase flash device if "-n" is given
2011-06-05 Theodore Ts'oMerge branch 'maint' into next
2011-06-05 Theodore Ts'odumpe2fs: teach dumpe2fs to be cluster aware
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-06-01 Eric Sandeene2fsck: don't check/clone duplicate xattr blocks in...
2011-06-01 Theodore Ts'oMerge branch 'maint' into next
2011-06-01 Kazuya Miotune2fs: Fix overflow of interval check
2011-06-01 Kazuya Mioe2fsprogs: Unify the upper limit of reserved blocks...
2011-05-18 Eric Sandeenmke2fs: don't set stripe/stride to 1 block
2011-05-18 Lukas Czernertests: New i_e2image test to validate image creation...
2011-05-18 Lukas Czernere2image: Support for conversion QCOW2 image into raw
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 Eric Sandeendebugfs: document htree-related commands in man page
2011-05-15 Eric Sandeendebugfs: remove unused htree_dump "-l" argument
2011-05-15 Aditya Kalimke2fs: Allow specifying reserved_ratio via mke2fs...
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-05-08 Theodore Ts'oMerge branch 'maint' into next
2011-05-08 Theodore Ts'oe2fsck: make the "fs is mounted; continue?" prompt...
2011-05-08 Carsten Heylogsave: Update usage message so it is correct
2011-05-07 Eric Sandeenfilefrag: count 0 extents properly when verbose
2011-03-18 Theodore Ts'oMerge branch 'maint' into next
2011-03-18 Samuel Thibaultpo: update fr.po (from translationproject.org)
2011-03-18 Eric Sandeene2fsprogs: man page typo fixes
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 Lukas Czernermke2fs: Display progress report during the device discard
2011-02-21 Theodore Ts'oMerge branch 'maint' into next
2011-02-21 Lukas Czernermke2fs: Simple man page nodiscard option correction
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
2011-02-20 Theodore Ts'obadblocks: Add accounting for different types of errors
2011-02-20 Theodore Ts'obadblocks: Fix up recover_block handling in badblocks
2011-02-18 Theodore Ts'oMerge branch 'maint' into next
2011-02-18 Theodore Ts'obadblocks: Only report errors when reading/writing...
2011-02-18 Theodore Ts'obadblocks: Add the -B option which forces the use of...
2011-02-18 Theodore Ts'obadblocks: Fix bug so that O_DIRECT mode is correctly...
2011-02-11 Theodore Ts'oMerge branch 'maint' into next
2011-02-11 Samuel Thibaultpo: update fr.po (from translationproject.org)
2011-02-07 Jim Meyeringfilefrag: remove useless assignment
2011-01-26 Dark Ravenpo: update zh_CN.po (from translationproject.org)
next