aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/e2fsck.h
Commit message (Expand)AuthorAgeFilesLines
* Add bare-bones encryption support to e2fsckTheodore Ts'o2015-07-151-0/+1
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-191-15/+68
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-061-68/+15
* e2fsck: add support for 64-bit extended attribute block refcountingTheodore Ts'o2013-12-021-6/+5
* e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o2013-12-021-2/+2
* e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-071-3/+3
* e2fsck: rename "bool" variablesAndreas Dilger2012-07-141-1/+1
* e2fsck: add logging capabilityTheodore Ts'o2012-03-181-1/+16
* e2fsck: use different bitmap types as appropriateTheodore Ts'o2011-12-181-0/+20
* ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger2011-09-251-0/+2
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-0/+2
* e2fsck: add support for checking the built-in quota filesAditya Kali2011-08-311-0/+9
* e2fsck: catch termination signals and print information about themTheodore Ts'o2011-08-111-0/+3
* e2fsck: fix mysterious "FILE SYSTEM WAS MODIFIED" with no changesTheodore Ts'o2011-06-161-1/+3
* Merge branch 'master' into nextTheodore Ts'o2010-12-161-0/+1
|\
| * e2fsck: Discard free data and inode blocks.Lukas Czerner2010-11-221-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2010-12-131-0/+1
|\ \ | |/ |/|
| * e2fsck: add an option which causes it to only do a journal replayBernd Schubert2010-12-061-0/+1
* | e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson2010-06-131-2/+2
|/
* e2fsck: Skip time-based checks if the time looks insane or broken_system_clockTheodore Ts'o2010-05-131-0/+3
* e2fsck: Don't blow up if the physical device is too bigTheodore Ts'o2010-03-151-1/+1
* Add empty function for init_resource_track() and print_resource_track()Ken Chen2009-05-281-1/+5
* e2fsck: only restart e2fsck once for inodes in uninit rangeAndreas Dilger2009-05-281-0/+1
* e2fsck: Don't test the resize_inode if the filesystem is cleanTheodore Ts'o2009-04-231-0/+1
* e2fsck: Fix warn_unused_result warnings from gccTheodore Ts'o2009-04-221-0/+1
* e2fsck: When repacking directories, leave slack space for more efficiencyTheodore Ts'o2008-12-251-0/+1
* e2fsck: In verbose mode, distinguish between fragmented directories/filesTheodore Ts'o2008-12-081-0/+1
* e2fsck: Offer to clear the test_fs flag if ext4 is availableTheodore Ts'o2008-10-121-0/+2
* e2fsck: exit from preenhalt if IO errors were encounteredEric Sandeen2008-10-121-0/+1
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-14/+14
* e2fsck: Fix ind/dind/tind statistics and add extent depth statisticsTheodore Ts'o2008-08-141-0/+3
* e2fsck: Fix check to see if an extent-based file is fragmentedTheodore Ts'o2008-08-101-0/+1
* Add CRC32 (big-endian) routine for use by journal checksumsTheodore Ts'o2008-06-061-0/+3
* Make e2fsck uninit block group awareJose R. Santos2008-03-201-0/+2
* e2fsck: Support long symlinks which use extentsTheodore Ts'o2008-03-131-1/+1
* Improve support for in-inode EA'sAndreas Dilger2008-02-181-0/+3
* e2fsck: factor out code to clear an inode into e2fsck_clear_inode()Theodore Ts'o2008-02-181-0/+3
* Merge branch 'maint'Theodore Ts'o2007-10-061-0/+2
|\
| * e2fsck: backup superblocks if key constants have changedTheodore Ts'o2007-10-061-0/+1
| * Work around lame Ubuntu init scripts / installer bugsTheodore Ts'o2007-09-221-0/+1
* | Remove e2fsck's -s and -S options to byte-swap ancient PPC filesystemsTheodore Ts'o2007-08-111-3/+0
* | Merge branch 'maint'Theodore Ts'o2007-08-031-2/+2
|\|
| * e2fsck: Allow i_size to be rounded up to the size of a VM pageTheodore Ts'o2007-08-031-2/+2
* | Add I/O statistics to e2fsckTheodore Ts'o2007-08-031-2/+6
|/
* Fix e2fsck's get_size logic so it will work with the Linux floppy driverTheodore Ts'o2007-06-041-1/+1
* Enable e2fsck to use the tdb library for the inode count abstractionTheodore Ts'o2007-04-061-0/+2
* Rework e2fsck's dirinfo abstraction to be more friendly for databasesTheodore Ts'o2007-04-041-5/+13
* Fix signed vs unsigned printf format strings for block and inode numbersEric Sandeen2006-09-121-18/+18
* Minor fix to prevent e2fsck.h being included twice:Andreas Dilger2006-06-281-0/+4
* Add prototype for e2fsck_write_inode_full.Matthias Andree2006-05-301-0/+3