Whamcloud - gitweb
tools/e2fsprogs.git
2015-02-16 Darrick J.... e2fsck: add a 'yes to all' response in interactive...
2015-02-16 Theodore Ts'oMerge branch 'maint' into next
2015-02-11 Theodore Ts'olibext2fs: fix potential buffer overflow in closefs()
2015-01-29 Darrick J.... e2fsck: salvage under-sized dirents by removing them
2015-01-28 Darrick J.... e2fsck: improve the inline directory detector
2015-01-28 Darrick J.... e2fsck: inspect inline dir data as two directory blocks
2015-01-28 Darrick J.... e2fsck: decrement bad count _after_ remapping a duplica...
2015-01-27 Darrick J.... e2fsck: handle multiple *ind block collisions with...
2015-01-27 Darrick J.... e2fsck: fix message when the journal is deleted and...
2015-01-27 Darrick J.... e2fsck: on read error, don't rewrite blocks past the...
2015-01-27 Darrick J.... e2fsck: clear i_block[] when there are too many bad...
2015-01-27 Darrick J.... tune2fs: direct user to resize2fs for 64bit conversion
2015-01-27 Darrick J.... tune2fs: abort when trying to enable/disable metadata_c...
2015-01-27 Darrick J.... tune2fs: disable csum verification before resizing...
2015-01-27 Darrick J.... resize2fs: fix regression test to not depend on ext4...
2015-01-27 Darrick J.... libext2fs: fix tdb.c mmap leak
2015-01-27 Darrick J.... libext2fs: strengthen i_extra_isize checks when reading...
2015-01-27 Darrick J.... libext2fs: avoid pointless EA block allocation
2015-01-27 Darrick J.... libext2fs: initialize i_extra_isize when writing EAs
2015-01-27 Darrick J.... debugfs: fix crash in ea_set argument handling
2015-01-27 Darrick J.... debugfs: document new commands
2015-01-27 Darrick J.... misc: fix minor testcase problems
2015-01-26 Theodore Ts'oReserve the codepoints for the new INCOMPAT feature...
2015-01-23 Enrico Scholzbuildsystem: use 'chmod a-w' instead of 'chmod -w'
2015-01-23 Justus Wintere2fsck: fix corruption of Hurd filesystems
2015-01-19 Darrick J.... e2fuzz: fix clang warning
2015-01-19 Theodore Ts'oMerge branch 'maint' into next
2015-01-19 Darrick J.... Fix clang warning and a resource leak
2015-01-13 Theodore Ts'oe2fsck: close the progress_fd in the logfile child...
2014-12-26 Theodore Ts'oMerge branch 'maint' into next
2014-12-26 Theodore Ts'olibext2fs: add sanity check for an invalid itable_used...
2014-12-15 Darrick J.... tests: test resize2fs 32->64 and 64->32bit conversion...
2014-12-15 Darrick J.... resize2fs: convert fs to and from 64bit mode
2014-12-15 Darrick J.... libext2fs: speed up the max extent depth api call
2014-12-15 Theodore Ts'oBump version.h for an experimental release
2014-12-15 Darrick J.... resize2fs: don't play stupid games with the block count
2014-12-15 Darrick J.... resize2fs: set bg flags and unused inode count when...
2014-12-15 Darrick J.... resize2fs: don't interpret bitmap shift while crossing...
2014-12-15 Darrick J.... resize2fs: use old_fs to detect per-bg metadata blocks...
2014-12-15 Theodore Ts'oMerge branch 'maint' into next
2014-12-15 Jan Karabadblocks: Limit maximum number of bad blocks
2014-12-15 Eric Sandeenresize2fs: don't require fsck to print min size
2014-12-14 Darrick J.... resize2fs: quickly rewrite extent blocks when moving...
2014-12-14 Darrick J.... resize2fs: don't exit if shrinking sparse_super2 fs...
2014-12-14 Darrick J.... mke2fs: don't zero inode table blocks that are already...
2014-12-14 Darrick J.... tests: testcases for enabling/disabling metadata_csum...
2014-12-14 Darrick J.... tune2fs: enable uninit_bg when disabling metadata_csum
2014-12-14 Darrick J.... tune2fs: warn if extents are not enabled when turning...
2014-12-14 Darrick J.... e2fsck: don't complain about root dir csum failures...
2014-12-14 Darrick J.... e2fsck: only complain about no-checksum directory block...
2014-12-14 Darrick J.... dumpe2fs: output cleanup
2014-12-14 Darrick J.... dumpe2fs: reduce dumpe2fs output to 80 columns or less
2014-12-14 Darrick J.... misc: don't allow mk_hugefiles unless the fs supports...
2014-12-14 Darrick J.... libext2fs: add a way to check the theoretical maximum...
2014-12-14 Darrick J.... libext2fs: set interior tree block goal more intelligently
2014-12-14 Darrick J.... libext2fs: find inode goal when allocating blocks
2014-12-13 Theodore Ts'olibext2fs: use block_buf in ext2fs_alloc_block2() if...
2014-12-13 Darrick J.... libext2fs: use a dynamically sized block zeroing buffer
2014-12-11 Dmitry Monakhovext2fs: fix integer overflow in rb_get_bmap_range
2014-12-11 Darrick J.... e2fsck: force-reread of inode from disk when re-checkin...
2014-12-03 Darrick J.... e2fsck: remove 'invalid' wording from error when extent...
2014-12-03 Darrick J.... libext2fs: file IO routines should handle uninit blocks
2014-12-03 Darrick J.... libext2fs: refactor extent head creation
2014-12-03 Darrick J.... tests: regression test for resizing inodes on a metadat...
2014-12-03 Xiaoguang Wangtune2fs: fix memory write overflow
2014-12-03 Xiaoguang Wangtune2fs: rewrite metadata checksums when resizing inode...
2014-12-03 Darrick J.... libext2fs: don't report garbage inodes with really...
2014-12-03 Theodore Ts'oMerge branch 'maint' into next
2014-12-03 Darrick J.... misc: fix infinite loop when finding the start of the...
2014-12-03 Xiaoguang Wangtune2fs: fix memory leak in inode_scan_and_fix()
2014-12-02 Bernhard M... debugfs: fix typo in message
2014-11-24 Theodore Ts'oUpdate version.h file for experimental release
2014-11-17 Darrick J.... libext2fs: don't allow alloc_stats on bad inode/block...
2014-11-17 Darrick J.... libext2fs: set BLOCK_UNINIT for non-last blockgroups...
2014-11-08 Darrick J.... libext2fs: fix endian handling error; reduce fragmentat...
2014-11-08 Darrick J.... dumpe2fs: don't crash when the user provides no block...
2014-11-08 Darrick J.... misc: fix compiler warnings and minor build errors
2014-11-08 Darrick J.... tests: fix test scripts that don't work on non-Linux...
2014-11-05 Darrick J.... mke2fs: warn if enabling metadata_csum on a pre-3.18...
2014-11-05 Theodore Ts'oMerge branch 'maint' into next
2014-11-05 Darrick J.... e2fsck: fix dangling pointer when dir_info array is...
2014-11-05 Darrick J.... e2fsck: fix reporting of unknown htree block inode...
2014-11-05 Darrick J.... libext2fs: fix endian checking bits
2014-11-04 Darrick J.... tune2fs: don't change metadata_csum on a mounted fs
2014-11-04 Darrick J.... tune2fs: speed up rewriting extent tree when enabling...
2014-11-04 Darrick J.... misc: fix broken libmagic interaction with plausibility...
2014-11-04 Darrick J.... libext2fs: zero the EA block buffer before filling it
2014-11-04 Theodore Ts'oMerge branch 'maint' into next
2014-11-04 Darrick J.... libext2fs: don't memcpy identical pointers when writing...
2014-11-04 Darrick J.... libext2fs: directory iteration mustn't walk off the...
2014-11-04 Darrick J.... e2fuzz: exercise fuzzed blocks more aggressively
2014-11-04 Darrick J.... e2fsck: fix compiler warnings
2014-11-04 Eric Sandeenquotaio: annotate & fix up for sparse endian checker
2014-11-04 Eric Sandeenlibext2: minor sparse endian checker fixup
2014-11-04 Eric Sandeendebugfs: don't swap htree nodes in-place
2014-11-04 Eric Sandeenendian-annotate most on-disk structures
2014-11-04 Eric Sandeenlibext2fs: fix endian handling of ext3_extent_header...
2014-11-04 Eric Sandeendefine bitwise types and annotate conversion routines
2014-11-04 Theodore Ts'oMerge branch 'maint' into next
2014-11-04 Eric Sandeenlibext2fs: fix endian handling of ext3_extent_header
next