aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck
Commit message (Expand)AuthorAgeFilesLines
* e2fsprogs: Rework build configurationreplicant-6.0-0004-rc1replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001stable/cm-13.0-ZNH5Ystable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2Kstable/cm-13.0-ZNH0ESteve Kondik2015-11-101-9/+3
* Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-055-5/+46
|\
| * Add bare-bones encryption support to e2fsckTheodore Ts'o2015-07-185-5/+46
* | e2fsprogs: Disable relocation packing for static binariesSteve Kondik2015-10-161-0/+2
* | build static e2fsprogsAusten Dicken2015-10-161-0/+42
|/
* Cleanup Obsolete LOCAL_PRELINK_MODULE.Ying Wang2014-12-161-1/+0
* e2fsck: remove unneeded type redefinitionsJP Abgrall2014-03-201-2/+0
* Switch back to 1.42.9 now that there is a fixJP Abgrall2014-03-1940-1497/+4070
* Revert changes that moved from 1.41.14 to 1.42.9JP Abgrall2014-03-0640-4070/+1497
* e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_HJP Abgrall2014-03-041-0/+4
* Add files that would normally be generated by the e2fsprogs build systemBernhard Rosenkränzer2014-01-0542-40/+288
* Re-add Android makefiles from AOSP masterBernhard Rosenkränzer2013-12-311-0/+159
* e2fsck: fix printf conversion specs in ea_refcount.cEric Whitney2013-12-241-10/+11
* debugfs, e2fsck: fix s_desc_size handlingAndreas Dilger2013-12-241-1/+1
* e2fsck: verify s_desc_size is power-of-two valueAndreas Dilger2013-12-231-10/+8
* e2fsck: read only parameter incorrectly comparedJohan Erlandsson2013-12-191-1/+1
* Clean up sparse warningsTheodore Ts'o2013-12-166-15/+15
* e2fsck: try implied cluster allocation when expanding a dirDarrick J. Wong2013-12-151-7/+16
* e2fsck: print cluster ranges when encountering bitmap errorsDarrick J. Wong2013-12-151-2/+2
* e2fsck: only release clusters when shortening a directory during a rehashDarrick J. Wong2013-12-151-3/+11
* build: quiet LLVM non-literal string format warningAndreas Dilger2013-12-155-58/+65
* e2fsck: in rehash, mark newly allocated extent blocks as foundDarrick J. Wong2013-12-121-1/+38
* e2fsck: fix memory leaks (on error path)Darrick J. Wong2013-12-124-3/+10
* libext2fs: fix tests that set LARGE_FILEDarrick J. Wong2013-12-122-2/+4
* e2fsck: fix problem comments to match actual messageAndreas Dilger2013-12-111-2/+2
* mmp: fix 64-bit handling of s_mmp_blockAndreas Dilger2013-12-032-2/+3
* e2fsck: use dgrp_t for block group numbersTheodore Ts'o2013-12-027-16/+19
* e2fsck: add support for 64-bit extended attribute block refcountingTheodore Ts'o2013-12-022-15/+14
* e2fsck: fix j_maxlen if the file system is exactly 1 << 32 blocksTheodore Ts'o2013-12-021-4/+3
* e2fsck: use blk_t instead of blk64_t in check_resize_inode()Theodore Ts'o2013-12-021-1/+1
* e2fsck: use errcode_t to suppress some -Wconversion warningsTheodore Ts'o2013-12-026-22/+22
* e2fsck: use problem_t to suppress some -Wconversion warningsTheodore Ts'o2013-12-023-13/+15
* e2fsck: use ext2fs_write_dir_block3() instead of ext2fs_write_dir_block()Kit Westneat2013-12-022-6/+6
* e2fsprogs: add (optional) sparse checking to the buildDarrick J. Wong2013-10-111-0/+1
* e2fsck: enable extents on all 64bit filesystemsDarrick J. Wong2013-10-113-0/+19
* e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong2013-10-078-12/+19
* e2fsck: don't report uninit extents past EOF invalidEric Whitney2013-09-091-3/+9
* e2fsck: don't try to stop mmp if there is no superblock set upEric Sandeen2013-09-091-1/+1
* e2fsck: correctly deallocate invalid extent-mapped symlinksTheodore Ts'o2013-07-281-2/+5
* e2fsck: check extent-mapped directories with really large logical blocksTheodore Ts'o2013-07-281-0/+5
* Work around Debian Bug #712530Theodore Ts'o2013-06-162-2/+3
* e2fsck: detect invalid extents at the end of an extent-blockDavid Jeffery2013-06-063-8/+18
* e2fsck: fix gcc -Wall nitsTheodore Ts'o2013-05-199-41/+46
* e2fsck: don't use IO_FLAG_EXCLUSIVE for read-only root file systemsTheodore Ts'o2013-05-041-2/+12
* e2fsprogs: allow 0-length xattr values in e2fsckEric Sandeen2013-04-251-1/+1
* e2fsck: fix build failure with --enable-jbd-debugTheodore Ts'o2013-03-131-0/+2
* e2fsck: avoid memory corruption on ext2fs_open2 failureNickolai Zeldovich2013-01-081-1/+1
* e2fsck: do not crash on long log file namesNickolai Zeldovich2013-01-081-6/+12
* e2fsck: show size requested when memory allocation failsEric Sandeen2013-01-081-1/+2
* Fix 32-bit overflow problems: dgrp_t * s_blocks_per_groupTheodore Ts'o2013-01-051-3/+3