aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/pass2.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc and clang warningsTheodore Ts'o2018-06-231-1/+1
* e2fsck: delete bad inode fix for bigallocharshads2018-03-241-2/+10
* e2fsck: fix endianness problem when reading htree nodesLukas Czerner2018-03-101-2/+3
* Merge branch 'maint' into nextTheodore Ts'o2017-12-041-3/+4
|\
| * e2fsck: fix access after free for dx_db structureArtem Blagodarenko2017-12-041-3/+4
* | Merge branch 'maint' into nextTheodore Ts'o2017-10-151-2/+2
|\|
| * Fix typos in code comments and developer docsSebastian Rasmussen2017-10-151-2/+2
* | e2fsck: fix type mismatch bug in the largedir patchTheodore Ts'o2017-04-141-1/+1
* | e2fsck: 3 level hash tree directory optimizationArtem Blagodarenko2017-04-131-18/+50
* | e2fsprogs: add support for 3-level htreeArtem Blagodarenko2017-04-131-2/+3
* | e2fsprogs: supersede i_dir_acl with i_size_high for all casesArtem Blagodarenko2017-04-131-3/+3
|/
* misc: fix all the compiler warningsDarrick J. Wong2017-03-031-1/+1
* debugfs, e2fsck, mke2fs: fix miscellaneous memory leaks detected by ASANTheodore Ts'o2016-11-121-4/+6
* Add configure --disable-tdb which disables e2fsck's scratch_files featureTheodore Ts'o2016-05-291-14/+3
* e2fsck,resize2fs: fix gcc -Wall nitsTheodore Ts'o2016-05-291-5/+5
* Merge branch 'maint' into nextTheodore Ts'o2015-11-301-5/+5
|\
| * e2fsck: skip quota update when interruptedAndreas Dilger2015-11-161-5/+5
* | e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-23/+13
* | e2fsck: check htree leaf block checksumsDarrick J. Wong2015-07-221-1/+1
* | e2fsck: check for encrypted directory entries with too-short file namesTheodore Ts'o2015-07-161-0/+20
* | Eliminate unused parameter warnings from Android buildTheodore Ts'o2015-07-131-2/+1
* | Move dict.c from e2fsck to lib/supportTheodore Ts'o2015-07-121-1/+1
* | configure: remove support to disable htree supportTheodore Ts'o2015-07-031-12/+1
* | Update ext4 encryption format to final v4.1 versionTheodore Ts'o2015-05-031-30/+3
* | e2fsck: read-ahead metadata during passes 1, 2, and 4Darrick J. Wong2015-04-211-1/+37
* | Remove compression supportTheodore Ts'o2015-04-121-1/+1
* | e2fsck: handle encrypted directories which are indexed using htreeTheodore Ts'o2015-03-081-13/+35
* | e2fsck: fix spurious duplicate directory entries with encrypted filenamesTheodore Ts'o2015-03-021-1/+1
* | e2fsck: suppress bad name checks for encrypted directoriesTheodore Ts'o2015-02-231-11/+23
* | Merge branch 'maint' into nextTheodore Ts'o2015-02-161-1/+2
|\|
| * e2fsck: fix corruption of Hurd filesystemsJustus Winter2015-01-231-1/+2
* | e2fsck: salvage under-sized dirents by removing themDarrick J. Wong2015-01-291-16/+33
* | e2fsck: inspect inline dir data as two directory blocksDarrick J. Wong2015-01-281-36/+68
* | e2fsck: only complain about no-checksum directory blocks onceDarrick J. Wong2014-12-131-3/+8
* | libext2fs: find inode goal when allocating blocksDarrick J. Wong2014-12-131-1/+2
* | Merge branch 'maint' into nextTheodore Ts'o2014-11-051-0/+1
|\|
| * e2fsck: fix reporting of unknown htree block inode numberDarrick J. Wong2014-11-051-0/+1
* | e2fsck: on BE, re-swap everything after a damaged dirent so salvage works cor...Darrick J. Wong2014-08-241-0/+38
* | misc: fix gcc warningsDarrick J. Wong2014-08-241-1/+0
* | e2fsck: don't set prev after processing '..' on an inline dirDarrick J. Wong2014-08-101-1/+12
* | e2fsck: check inline dir size is a multiple of 4Darrick J. Wong2014-08-101-0/+64
* | e2fsck: use the correct block size when salvaging directoriesDarrick J. Wong2014-08-101-2/+7
* | e2fsck: don't try to iterate blocks of an inline_data inode when deallocating itDarrick J. Wong2014-08-101-0/+4
* | misc: fix various endianness problems with inline_dataDarrick J. Wong2014-08-101-2/+23
* | e2fsck: correctly preserve fs flags when modifying ignore-csum-error flagDarrick J. Wong2014-08-021-4/+10
* | e2fsck: try to salvage corrupt directory entry blocksDarrick J. Wong2014-08-021-25/+9
* | e2fsck: make insert_dirent_tail more robustDarrick J. Wong2014-07-271-9/+6
* | e2fsck: leave room for checksum structure when salvaging a directoryDarrick J. Wong2014-07-271-7/+12
* | e2fsck: insert a missing dirent tail for checksums if possibleDarrick J. Wong2014-07-261-1/+40
* | Merge branch 'maint' into nextTheodore Ts'o2014-07-261-8/+14
|\|