Whamcloud - gitweb
LU-10638 build: add support for Scientific
[tools/e2fsprogs.git] / e2fsck /
2018-05-02 Vladimir SavelievLU-10641 e2fsck: avoid write inode attemp in readonly... 26/31226/4
2018-05-02 Andreas DilgerLU-8300 e2fsck: print out FID with dirent inode number 66/20866/8
2016-07-19 Li XiLU-4017 e2fsprogs: add project quota support 62/15762/22
2016-06-09 Li XiLU-4017 e2fsprogs: clean up codes for adding new quota... 61/15761/21
2016-06-09 Wang ShilongLU-4017 e2fsprogs: always read full inode structure 69/18569/20
2016-05-10 Andreas DilgerLU-7381 e2fsck: fix e2fsck -fD directory truncation
2016-05-10 Andreas DilgerLU-7368 e2fsck: skip quota update when interrupted
2016-05-10 Niu YaweiLU-7267 e2fsck: remove duplicated ea value size check
2016-05-10 Andreas DilgerLU-1540 e2fsck: add missing symlink NUL terminator
2016-05-10 Andreas Dilgere2fsck: add support for dirdata feature
2016-05-10 Andreas Dilgere2fsck: add support for xattrs in external inodes
2016-05-10 Andreas Dilgere2fsck: clean up xattr checking code, add test
2015-08-28 Andreas Dilgere2fsck: track errors/badness found for each inode
2015-08-28 Andreas Dilgere2fsck: add support for expanding the inode size
2015-08-28 Andreas Dilgere2fsck: handle preallocation for large PAGE_SIZE
2015-08-28 Andreas Dilgere2fsck: allow deleting or zeroing shared blocks
2015-08-28 Andreas Dilgere2fsck: parse config file before command-line opts
2015-08-28 Andreas Dilgere2fsck: mark device inodes with EXT4_EXTENTS_FL bad
2015-08-28 Andreas Dilgere2fsck: ignore xattr feature in backup superblocks
2015-08-28 Andreas Dilgere2fsck: improve in-inode xattr checks
2015-08-28 Andreas DilgerLU-5307 build: fix unused/uninitialized variable warnings
2015-03-29 Theodore Ts'oe2fsck: use PROMPT_NONE for FUTURE_SB_LAST_*_FUDGED...
2015-01-23 Justus Wintere2fsck: fix corruption of Hurd filesystems
2015-01-13 Theodore Ts'oe2fsck: close the progress_fd in the logfile child...
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-10-08 Theodore Ts'oe2fsck: fix free pointer dereferences
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-26 Theodore Ts'oe2fsck: fix spelling error (strage vs storage)
2014-08-12 Darrick J. Wonge2fsck: don't flush the FS unless it's actually dirty
2014-08-10 Theodore Ts'oe2fsck: flush out the superblock and bitmaps before...
2014-08-10 Theodore Ts'oe2fsck: fix file systems with an overly large s_first_m...
2014-07-29 Azat Khuzhinjournal: use consts instead of 1024 and add helper...
2014-07-26 Darrick J. Wonge2fsck: during pass1b delete_file, only free a cluster...
2014-07-26 Darrick J. Wonge2fsck: fix rule-violating lblk->pblk mappings on bigal...
2014-07-26 Darrick J. Wonge2fsck: perform implied cluster allocations when fillin...
2014-07-26 Darrick J. Wonge2fsck: reserve blocks for root/lost+found directory...
2014-07-26 Darrick J. Wonglibext2fs: provide a function to set inode size
2014-07-26 Theodore Ts'oFix 32/64-bit overflow when multiplying by blocks/clust...
2014-07-26 Andreas Dilgerbuild: fix unused/uninitialized variable warnings
2014-07-25 Darrick J. Wonge2fsck: clear uninit flag on directory extents
2014-07-25 Darrick J. Wonge2fsck: pass2 should not process directory blocks that...
2014-07-25 Darrick J. Wonge2fsck: always submit logical block 0 of a directory...
2014-07-25 Darrick J. Wonge2fsck: collapse holes in extent-based directories
2014-07-25 Darrick J. Wonge2fsck: don't crash during rehash
2014-07-25 Darrick J. Wonge2fsck: fix off-by-one bounds check on group number
2014-07-25 Darrick J. Wonge2fsck: force all block allocations to use block_found_map
2014-07-25 Darrick J. Wonge2fsck: free ctx->fs, not fs, at the end of fsck
2014-07-22 Darrick J. Wonge2fsck: fix inode coherency issue when iterating an...
2014-07-22 Theodore Ts'oe2fsck: check error return from ext2fs_extent_fix_paren...
2014-07-22 Darrick J. Wonge2fsck: skip clearing bad extents if bitmaps are unreadable
2014-07-22 Darrick J. Wonge2fsck: don't offer to recreate the journal if fsck...
2014-07-22 Darrick J. Wonge2fsck: report correct inode number in pass1b
2014-07-06 Theodore Ts'oe2fsck: reopen the file system with saved flags after...
2014-07-06 Lukas Czernere2fsprogs: introduce ext2fs_close_free() helper
2014-07-05 Jan Karae2fsck: fix last mount time and last write time in...
2014-07-05 Eric Sandeene2fsprogs: remove checker infrastructure
2014-06-04 Benno Schulenberge2fsck: sort the abbreviations better
2014-06-04 Benno Schulenberge2fsck: make two comments match the messages
2014-06-04 Benno Schulenberge2fsck: make a prompt message simpler and thus translatable
2014-06-02 Benno Schulenberge2fsck: fully and properly gettextize two error messages
2014-05-22 Theodore Ts'oe2fsck: fix Makefile dependency for quota.o
2014-05-13 Theodore Ts'oquota: integrate mkquota.h into quotaio.h
2014-05-05 Theodore Ts'oe2fsck: if any problems are fixed in pass 0, check...
2014-04-22 Theodore Ts'oe2fsck: skip low dtime check if the number of inodes...
2014-03-05 Theodore Ts'oe2fsck: don't use e2fsck_global_ctx in e2fsck_set_bitma...
2014-03-05 Theodore Ts'oe2fsck: always make sure e2fsck_global_ctx is set
2014-02-24 Michael Marineaue2fsck: don't add a UUID on a mounted filesystem with...
2014-02-23 Theodore Ts'oAdd coverage testing using gcov
2014-02-18 Andreas Dilgerbuild: fix LLVM compiler warnings
2014-01-30 Theodore Ts'oe2fsck, mke2fs: enable octal integers in the profile...
2014-01-11 Darrick J. Wonge2fsck: remove uninit block bitmap calculation
2014-01-09 Theodore Ts'oSave and restore umask around calls to mkstemp()
2014-01-09 Theodore Ts'oFix up workarounds for dietlibc breakage
2014-01-07 Theodore Ts'oe2fsck: fix memory leak on error path in read_bad_block...
2014-01-07 Theodore Ts'oe2fsck: release allocated memory on error or abort...
2014-01-06 Theodore Ts'oe2fsck: add error checking when moving the quota inode
2014-01-06 Theodore Ts'oconfigure: fix --with-diet-libc
2014-01-05 Theodore Ts'oe2fsck: fix possible double free when searching for...
2014-01-05 Theodore Ts'oe2fsck.conf: clarify man page's description of accept_t...
2014-01-05 Theodore Ts'oe2fsck: improve the "superblock corrupt" message
2013-12-25 Eric Whitneye2fsck: fix printf conversion specs in ea_refcount.c
2013-12-25 Andreas Dilgerdebugfs, e2fsck: fix s_desc_size handling
2013-12-23 Andreas Dilgere2fsck: verify s_desc_size is power-of-two value
2013-12-19 Johan Erlandssone2fsck: read only parameter incorrectly compared
2013-12-16 Theodore Ts'oClean up sparse warnings
2013-12-16 Darrick J. Wonge2fsck: try implied cluster allocation when expanding...
2013-12-16 Darrick J. Wonge2fsck: print cluster ranges when encountering bitmap...
2013-12-16 Darrick J. Wonge2fsck: only release clusters when shortening a directo...
2013-12-16 Andreas Dilgerbuild: quiet LLVM non-literal string format warning
2013-12-12 Darrick J. Wonge2fsck: in rehash, mark newly allocated extent blocks...
2013-12-12 Darrick J. Wonge2fsck: fix memory leaks (on error path)
2013-12-12 Darrick J. Wonglibext2fs: fix tests that set LARGE_FILE
2013-12-12 Andreas Dilgere2fsck: fix problem comments to match actual message
2013-12-04 Andreas Dilgermmp: fix 64-bit handling of s_mmp_block
2013-12-03 Theodore Ts'oe2fsck: use dgrp_t for block group numbers
2013-12-03 Theodore Ts'oe2fsck: add support for 64-bit extended attribute block...
next