aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/pass1.c
Commit message (Expand)AuthorAgeFilesLines
...
* e2fsck: always fix invalid extra field in timestamps if time_t is 32-bitsTheodore Ts'o2016-05-291-1/+3
* e2fsck: fix project quota supportTheodore Ts'o2016-05-211-3/+4
* Fix various clang and gcc -Wall warningsTheodore Ts'o2016-03-181-6/+7
* e2fsck: correct ext4 dates generated by old kernelsDavid Turner2016-03-141-0/+41
* Add project quota supportLi Xi2016-03-061-3/+5
* Clean up codes for adding new quota typeLi Xi2016-03-061-4/+37
* Merge branch 'maint' into nextTheodore Ts'o2015-11-301-1/+20
|\
| * e2fsck: zap extent-format inode with no extent headerDarrick J. Wong2015-11-301-0/+13
| * e2fsck: do not read EA header beyond the end of an inodeArtemiy Volkov2015-11-301-0/+4
| * e2fsck: skip quota update when interruptedAndreas Dilger2015-11-161-1/+3
* | e2fsck: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-241-37/+22
* | Eliminate unused variable and unused label warnings from Android buildTheodore Ts'o2015-07-131-1/+0
* | Eliminate unused parameter warnings from Android buildTheodore Ts'o2015-07-131-4/+3
* | configure: remove support to disable htree supportTheodore Ts'o2015-07-031-2/+0
* | libext2fs: add new hooks to support large allocationsDarrick J. Wong2015-06-101-0/+45
* | e2fsck: convert block-mapped files to extents on bigalloc fsDarrick J. Wong2015-05-161-0/+17
* | e2fsck: rebuild sparse extent trees & convert non-extent ext3 filesDarrick J. Wong2015-04-211-3/+60
* | e2fsck: read-ahead metadata during passes 1, 2, and 4Darrick J. Wong2015-04-211-0/+65
* | e2fsck: turn inline data symlink into a fast symlink when possibleDarrick J. Wong2015-04-201-0/+2
* | Remove compression supportTheodore Ts'o2015-04-121-40/+1
* | e2fsck: actually fix inline_data flags problems when user says to do soDarrick J. Wong2015-03-291-2/+2
* | libext2fs: ext2fs_new_block2() should call alloc_block hookDarrick J. Wong2015-03-281-1/+1
* | e2fsck: handle encrypted directories which are indexed using htreeTheodore Ts'o2015-03-081-2/+8
* | e2fsck: suppress bad name checks for encrypted directoriesTheodore Ts'o2015-02-231-0/+20
* | Merge branch 'maint' into nextTheodore Ts'o2015-02-161-6/+8
|\|
| * e2fsck: fix corruption of Hurd filesystemsJustus Winter2015-01-231-6/+8
* | e2fsck: improve the inline directory detectorDarrick J. Wong2015-01-281-0/+23
* | e2fsck: inspect inline dir data as two directory blocksDarrick J. Wong2015-01-281-4/+30
* | e2fsck: handle multiple *ind block collisions with critical metadataDarrick J. Wong2015-01-271-5/+12
* | e2fsck: clear i_block[] when there are too many bad mappings on a special inodeDarrick J. Wong2015-01-271-0/+10
* | e2fsck: force-reread of inode from disk when re-checking a checksum errorDarrick J. Wong2014-12-111-0/+1
* | libext2fs/e2fsck: refactor everyone who writes zero blocks to diskDarrick J. Wong2014-10-131-5/+8
* | e2fsck: fix sliding the directory block down on bigallocDarrick J. Wong2014-09-181-3/+3
* | e2fsck: offer to clear overlapping extentsDarrick J. Wong2014-09-181-0/+15
* | e2fsck: ignore badblocks if it says badblocks inode is badDarrick J. Wong2014-09-111-0/+31
* | misc: fix gcc warningsDarrick J. Wong2014-08-241-1/+0
* | e2fsck: be more careful in assuming inline_data inodes are directoriesDarrick J. Wong2014-08-101-0/+6
* | e2fsck: do a better job of fixing i_size of inline directoriesDarrick J. Wong2014-08-101-5/+17
* | e2fsck: fix conflicting extents|inlinedata inode flagsDarrick J. Wong2014-08-101-0/+114
* | e2fsck: clear extents and inline_data flags from fifo/socket/device inodesDarrick J. Wong2014-08-101-0/+22
* | e2fsck: check inline directory data "block" firstDarrick J. Wong2014-08-101-5/+3
* | e2fsck: handle inline data symlinksDarrick J. Wong2014-08-101-0/+25
* | e2fsck: clear inline_data inode flag if EA missingDarrick J. Wong2014-08-101-0/+80
* | e2fsck: check ea-in-inode regions for overlapDarrick J. Wong2014-08-101-4/+39
* | libext2fs/e2fsck: don't run off the end of the EA blockDarrick J. Wong2014-08-101-1/+2
* | e2fsck: always ask to fix an inode that fails checksum verificationDarrick J. Wong2014-08-021-17/+48
* | e2fsck: disable checksum verification in a few select placesDarrick J. Wong2014-08-021-1/+11
* | e2fsck: offer to clear inode table blocks that are insaneDarrick J. Wong2014-08-021-7/+11
* | e2fsck: try to salvage extent blocks with bad checksumsDarrick J. Wong2014-08-021-26/+19
* | libext2fs: check EA block headers when reading in the blockDarrick J. Wong2014-08-021-6/+12