Whamcloud - gitweb
fuse2fs: set inode's uid/gid when creating inode
[tools/e2fsprogs.git] / e2fsck /
2015-11-30 Theodore Ts'oMerge branch 'maint' into next
2015-11-30 Andreas Dilgere2fsck: fix e2fsck -fD directory truncation
2015-11-30 Darrick J. Wonge2fsck: zap extent-format inode with no extent header
2015-11-30 Artemiy Volkove2fsck: do not read EA header beyond the end of an...
2015-11-16 Andreas Dilgere2fsck: skip quota update when interrupted
2015-10-24 Darrick J. Wonge2fsck: clean up feature test macros with predicate...
2015-07-23 Theodore Ts'oandroid: be able to build dumpe2fs, lsattr, and e2fsck...
2015-07-22 Darrick J. Wonge2fsck: check htree leaf block checksums
2015-07-16 Theodore Ts'oe2fsck: check for encrypted directory entries with...
2015-07-16 Theodore Ts'oe2fsck: check for an encrypted lost+found directory
2015-07-13 Theodore Ts'odebugfs: cleanup gcc -Wall warnings
2015-07-13 Theodore Ts'oEliminate unused variable and unused label warnings...
2015-07-13 Theodore Ts'oEliminate unused parameter warnings from Android build
2015-07-13 Theodore Ts'oMove dict.c from e2fsck to lib/support
2015-07-13 Theodore Ts'oMove the check_plausibility() function from misc to...
2015-07-13 Theodore Ts'oSuppress annoying missing field initializer warnings
2015-07-13 Theodore Ts'oMove the profile parsing functions from e2fsck to lib...
2015-07-12 Theodore Ts'orename libquota.a to libsupport.a
2015-07-03 Theodore Ts'oconfigure: remove support to disable htree support
2015-07-01 Theodore Ts'oFix "make clean" and "make distclean"
2015-06-19 Theodore Ts'oe2fsck: skip checking the journal fields if the file...
2015-06-10 Darrick J. Wonglibext2fs: add new hooks to support large allocations
2015-05-26 Theodore Ts'olibext2fs, libe2p, misc: git rid of jfs_user.h
2015-05-26 Theodore Ts'oUpdate Android build files so the 1.43 branch builds...
2015-05-23 Theodore Ts'oe2fsck,misc: include ext2fs.h to avoid clang warnings
2015-05-17 Darrick J. Wonge2fsck: convert block-mapped files to extents on bigall...
2015-05-17 Darrick J. Wonge2fsck: fix buffer overrun in revoke block scanning
2015-05-17 Darrick J. Wongmisc: fix undo file setup
2015-05-16 Darrick J. Wongmisc: fix Coverity bugs
2015-05-05 Darrick J. Wonge2fsck: optionally create an undo file
2015-05-03 Theodore Ts'oUpdate ext4 encryption format to final v4.1 version
2015-04-21 Darrick J. Wonge2fsck: rebuild sparse extent trees & convert non-exten...
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-21 Darrick J. Wonge2fsck: turn inline data symlink into a fast symlink...
2015-04-12 Theodore Ts'oRemove compression support
2015-04-06 Theodore Ts'oMerge branch 'maint' into next
2015-03-30 Theodore Ts'oClean up and fix Android build files
2015-03-29 Darrick J. Wonge2fsck: actually fix inline_data flags problems when...
2015-03-29 Darrick J. Wonglibext2fs: ext2fs_new_block2() should call alloc_block...
2015-03-29 Theodore Ts'oe2fsck: use PROMPT_NONE for FUTURE_SB_LAST_*_FUDGED...
2015-03-08 Theodore Ts'oe2fsck: handle encrypted directories which are indexed...
2015-03-02 Theodore Ts'oe2fsck: fix spurious duplicate directory entries with...
2015-03-01 Theodore Ts'oAdd files to build on Android
2015-03-01 Theodore Ts'oe2fsck: clean up assertions in dict.c
2015-02-23 Theodore Ts'oe2fsck: suppress bad name checks for encrypted directories
2015-02-16 Darrick J. Wonge2fsck: add a 'yes to all' response in interactive...
2015-02-16 Theodore Ts'oMerge branch 'maint' into next
2015-01-29 Darrick J. Wonge2fsck: salvage under-sized dirents by removing them
2015-01-28 Darrick J. Wonge2fsck: improve the inline directory detector
2015-01-28 Darrick J. Wonge2fsck: inspect inline dir data as two directory blocks
2015-01-28 Darrick J. Wonge2fsck: decrement bad count _after_ remapping a duplica...
2015-01-27 Darrick J. Wonge2fsck: handle multiple *ind block collisions with...
2015-01-27 Darrick J. Wonge2fsck: fix message when the journal is deleted and...
2015-01-27 Darrick J. Wonge2fsck: on read error, don't rewrite blocks past the...
2015-01-27 Darrick J. Wonge2fsck: clear i_block[] when there are too many bad...
2015-01-23 Justus Wintere2fsck: fix corruption of Hurd filesystems
2015-01-19 Theodore Ts'oMerge branch 'maint' into next
2015-01-13 Theodore Ts'oe2fsck: close the progress_fd in the logfile child...
2014-12-14 Darrick J. Wonge2fsck: don't complain about root dir csum failures...
2014-12-14 Darrick J. Wonge2fsck: only complain about no-checksum directory block...
2014-12-14 Darrick J. Wonglibext2fs: find inode goal when allocating blocks
2014-12-11 Darrick J. Wonge2fsck: force-reread of inode from disk when re-checkin...
2014-12-03 Darrick J. Wonge2fsck: remove 'invalid' wording from error when extent...
2014-11-08 Darrick J. Wongmisc: fix compiler warnings and minor build errors
2014-11-05 Theodore Ts'oMerge branch 'maint' into next
2014-11-05 Darrick J. Wonge2fsck: fix dangling pointer when dir_info array is...
2014-11-05 Darrick J. Wonge2fsck: fix reporting of unknown htree block inode...
2014-11-04 Darrick J. Wonge2fsck: fix compiler warnings
2014-11-04 Eric Sandeendefine bitwise types and annotate conversion routines
2014-10-13 Darrick J. Wonglibext2fs/e2fsck: refactor everyone who writes zero...
2014-10-11 Theodore Ts'oMerge branch 'maint' into next
2014-10-08 Theodore Ts'oe2fsck: fix free pointer dereferences
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 Theodore Ts'oe2fsck: use ext2fs_get_mem() instad of ext2fs_get_memal...
2014-09-19 Theodore Ts'oe2fsck: fix build under dietlibc
2014-09-19 Darrick J. Wonge2fsck: free bh when descriptor block checksum fails
2014-09-19 Darrick J. Wonge2fsck: fix sliding the directory block down on bigalloc
2014-09-19 Darrick J. Wonge2fsck: offer to clear overlapping extents
2014-09-11 Darrick J. Wonge2fsck: expand root dir if linking l+f fails
2014-09-11 Darrick J. Wonge2fsck: ignore badblocks if it says badblocks inode...
2014-09-11 Darrick J. Wonge2fsck: fix minor errors in journal handling
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. Wonge2fsck: detect and repair external journal superblock...
2014-09-11 Darrick J. Wonge2fsck/debugfs: fix descriptor block size handling...
2014-09-11 Theodore Ts'oMerge branch 'maint' into next
2014-09-11 Theodore Ts'oMerge remote-tracking branch 'origin/maint' into maint
2014-09-11 Theodore Ts'oe2fsck: notice when the realloc of dir_info fails
2014-09-08 Michael ForneyApply LDFLAGS when building tests
2014-09-08 Michael Forneytests: Add to LD_LIBRARY_PATH instead of overriding
2014-08-29 Theodore Ts'oMerge tag 'v1.42.12' into next
2014-08-27 Darrick J. Wonge2fsck: fix infinite loop when recovering corrupt journ...
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-26 Theodore Ts'oe2fsck: fix spelling error (strage vs storage)
2014-08-25 Darrick J. Wonge2fsck: on BE, re-swap everything after a damaged diren...
2014-08-24 Darrick J. Wongmisc: fix gcc warnings
2014-08-15 Theodore Ts'oMerge branch 'maint' into next
next