Whamcloud - gitweb
e2undo: fix memory leaks and tweak the error messages somewhat
[tools/e2fsprogs.git] / lib /
2015-05-05 Darrick J. Wongundo-io: use a bitmap to track what we've already written
2015-05-05 Darrick J. Wongundo-io: be more flexible about setting block size
2015-05-05 Darrick J. Wongundo-io: add new calls to and speed up the undo io...
2015-05-05 Theodore Ts'oext2fs: fix "make check" by allowing EXT2FS_SHA256_LENG...
2015-05-03 Theodore Ts'oUpdate ext4 encryption format to final v4.1 version
2015-04-21 Darrick J. Wonge2fsck: read-ahead metadata during passes 1, 2, and 4
2015-04-21 Darrick J. Wonglibext2fs/e2fsck: provide routines to read-ahead metadata
2015-04-12 Theodore Ts'oRevert "libext2fs: encrypted symlinks are never fast"
2015-04-12 Theodore Ts'oReserve superblock fields s_lpf_ino and s_encryption_level
2015-04-12 Theodore Ts'oRemove compression support
2015-04-06 Theodore Ts'oChange filename encryption to use CTS mode
2015-04-06 Theodore Ts'olibext2fs: fix bug in ext2fs_digest_encode()
2015-03-30 Theodore Ts'oClean up and fix Android build files
2015-03-29 Darrick J. Wonglibext2fs: zero hash in ibody extended attributes
2015-03-29 Darrick J. Wonglibext2fs: ext2fs_new_block2() should call alloc_block...
2015-03-29 Darrick J. Wonglibext2fs: zero blocks via FALLOC_FL_ZERO_RANGE in...
2015-03-29 Theodore Ts'oAdd support for a password salt stored in the superblock
2015-03-26 Ildar Muslukhovmisc: add e4crypt tool
2015-03-26 Theodore Ts'olibext2fs: fix blocksize for SHA512
2015-03-09 Ildar Muslukhovmisc: teach mke2fs to create encrypted file systems
2015-03-08 Theodore Ts'olibext2fs: fix up ext2fs_sha256() and ext2fs_sha512()
2015-03-08 Theodore Ts'olibext2fs: add ext2fs_digest_encode()
2015-03-01 Theodore Ts'olibext2fs: encrypted symlinks are never fast
2015-03-01 Theodore Ts'oAdd files to build on Android
2015-02-24 Theodore Ts'olibext2fs: make sure dirent functions have prototypes...
2015-02-24 Theodore Ts'olibext2fs: add functions for sha256 and sha512
2015-02-23 Theodore Ts'olibe2p: add support for printing and parsing the encryp...
2015-02-23 Theodore Ts'oAdd support for the read-only feature
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. Wonge2fsck: salvage under-sized dirents by removing them
2015-01-27 Darrick J. Wonglibext2fs: fix tdb.c mmap leak
2015-01-27 Darrick J. Wonglibext2fs: strengthen i_extra_isize checks when reading...
2015-01-27 Darrick J. Wonglibext2fs: avoid pointless EA block allocation
2015-01-27 Darrick J. Wonglibext2fs: initialize i_extra_isize when writing EAs
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-19 Theodore Ts'oMerge branch 'maint' into next
2015-01-19 Darrick J. WongFix clang warning and a resource leak
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. Wonglibext2fs: speed up the max extent depth api call
2014-12-14 Darrick J. Wonglibext2fs: add a way to check the theoretical maximum...
2014-12-14 Darrick J. Wonglibext2fs: set interior tree block goal more intelligently
2014-12-14 Darrick J. Wonglibext2fs: 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. Wonglibext2fs: use a dynamically sized block zeroing buffer
2014-12-11 Dmitry Monakhovext2fs: fix integer overflow in rb_get_bmap_range
2014-12-03 Darrick J. Wonglibext2fs: file IO routines should handle uninit blocks
2014-12-03 Darrick J. Wonglibext2fs: refactor extent head creation
2014-12-03 Darrick J. Wonglibext2fs: don't report garbage inodes with really...
2014-12-03 Theodore Ts'oMerge branch 'maint' into next
2014-11-17 Darrick J. Wonglibext2fs: don't allow alloc_stats on bad inode/block...
2014-11-17 Darrick J. Wonglibext2fs: set BLOCK_UNINIT for non-last blockgroups...
2014-11-08 Darrick J. Wonglibext2fs: fix endian handling error; reduce fragmentat...
2014-11-08 Darrick J. Wongmisc: fix compiler warnings and minor build errors
2014-11-05 Darrick J. Wonglibext2fs: fix endian checking bits
2014-11-04 Darrick J. Wonglibext2fs: zero the EA block buffer before filling it
2014-11-04 Theodore Ts'oMerge branch 'maint' into next
2014-11-04 Darrick J. Wonglibext2fs: don't memcpy identical pointers when writing...
2014-11-04 Darrick J. Wonglibext2fs: directory iteration mustn't walk off the...
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 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
2014-10-20 Theodore Ts'outil: allow subst to build on systems that do not have...
2014-10-13 Darrick J. Wonglibext2fs/e2fsck: refactor everyone who writes zero...
2014-09-21 Theodore Ts'olibext2fs: use ~0UL instead of -1UL to avoid static...
2014-09-21 Darrick J. Wongmisc: use libmagic when libblkid can't identify something
2014-09-20 Darrick J. Wongmisc: add plausibility checks to debugfs/tune2fs/dumpe2...
2014-09-19 Darrick J. Wongmisc: move check_plausibility into a separate file
2014-09-19 Andreas Dilgerext2fs: add readahead method to improve scanning
2014-09-19 Theodore Ts'oFix build failures due to missing $(SYSLIBS)
2014-09-19 Theodore Ts'oMerge branch 'maint' into next
2014-09-19 Darrick J. Wongmisc: zero s_jnl_blocks when adding journal online...
2014-09-11 Theodore Ts'olib/ext2fs: fix Makefile to avoid a build splat when...
2014-09-11 Darrick J. Wonglibext2fs: check ea value offset when loading
2014-09-11 Darrick J. Wongdebugfs: add the ability to write transactions to the...
2014-09-11 Darrick J. Wongdebugfs: create journal handling routines
2014-09-11 Darrick J. Wongmisc: zero s_jnl_blocks when removing internal journal
2014-09-11 Darrick J. Wonglibext2fs: write_journal_inode should check iterate...
2014-09-11 Darrick J. Wonglibext2fs: report bad magic over bad sb checksum
2014-09-11 Darrick J. Wonge2fsck/debugfs: fix descriptor block size handling...
2014-09-11 Theodore Ts'oMerge branch 'maint' into next
2014-09-08 Michael Forneycompile_et: Allow user to override ET_DIR
2014-09-08 Michael ForneyApply LDFLAGS when building tests
2014-09-08 Michael Forneytests: Add to LD_LIBRARY_PATH instead of overriding
2014-08-27 Darrick J. Wonge2fsck: resync jbd2 revoke code from Linux 3.16
2014-08-27 Darrick J. Wonge2fsck: resync jbd2 recovery code from Linux 3.16
2014-08-25 Darrick J. Wonglibext2fs: fix problems with LE<->BE conversions on...
2014-08-25 Darrick J. Wonglibext2fs: byteswap inode when performing the sanity...
2014-08-24 Darrick J. Wongmisc: fix gcc warnings
2014-08-24 Darrick J. Wonglibext2fs: create inlinedata symlinks
2014-08-10 Theodore Ts'oMerge branch 'maint' into next
2014-08-10 Darrick J. Wonglibext2fs: fix memory leak when failing to iterate...
2014-08-10 Darrick J. Wonglibext2fs: don't fail inline data operations if there...
2014-08-10 Darrick J. Wonglibext2fs: strict inline data overwrite should not...
next