aboutsummaryrefslogtreecommitdiffstats
path: root/fsck/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* fsck: Fix 1.11.0 compilationMichael Bestas2018-07-281-1/+1
* f2fs-tools: release 1.11.0Jaegeuk Kim2018-07-281-41/+444
* fsck.f2fs: fix check order in -p1Jaegeuk Kim2018-07-281-13/+13
* f2fs-tools: Rename quota symbolsTom Marshall2018-02-241-4/+4
* fsck.f2fs: allow roll-forward for small checkpoint fixJaegeuk Kim2018-01-301-0/+1
* fsck.f2fs: show encoded name when unlinking corrupted dentrySheng Yong2018-01-301-4/+4
* fsck.f2fs: check and fix i_namelen to avoid double freeYunlong Song2018-01-301-5/+23
* fsck.f2fs: check nid range before use to avoid segmentation faultYunlong Song2018-01-301-1/+1
* fsck.f2fs: fix potential stack overflow issueChao Yu2017-12-021-1/+7
* f2fs-tools: build binaries in MacJaegeuk Kim2017-11-161-2/+2
* fsck.f2fs: add an option to preserve quota limitsJaegeuk Kim2017-11-131-1/+2
* fsck: check inline_dentry i_addr[0] same as inline_dataYunlei He2017-11-131-5/+13
* fsck.f2fs: format output message of FIX_MSGSheng Yong2017-11-131-2/+2
* fsck.f2fs: introduce sanity_check_inodeSheng Yong2017-11-131-0/+22
* fsck.f2fs: support quotaHyojun Kim2017-11-131-3/+102
* f2fs-tools: release 1.9.0Chao Yu2017-11-131-25/+58
* f2fs-tools: merge -next changes am: ddd7ebd6e6 am: 7d8bbc5e03Jaegeuk Kim2017-06-261-61/+40
|\
| * f2fs-tools: merge -next changesJaegeuk Kim2017-06-261-61/+40
* | fsck.f2fs: fix cur_valid_map buffer overflowJin Qian2017-05-081-0/+2
|/
* fsck.f2fs: remove wrong dentry due to hash conversionJaegeuk Kim2017-02-011-3/+15
* fsck.f2fs: always fix seg entry type if it is not DATALiu Xue2017-01-241-1/+2
* fsck.f2fs: fix wrong i_name check for directoryJaegeuk Kim2016-12-221-20/+0
* fsck.f2fs: flush curseg sit entriesLiu Xue2016-11-231-0/+25
* fsck.f2fs add a simple check orphan inodes in -p 1 modeYunlei He2016-11-211-2/+19
* fsck.f2fs: rewrite entries info in segment managerLiu Xue2016-11-021-2/+2
* dump/fsck: convert encrypted file nameSheng Yong2016-10-311-14/+32
* fsck.f2fs: support restore lost files into ./lost_found/Jaegeuk Kim2016-10-131-0/+15
* fsck.f2fs: check condition to avoid wrong memory allocationJaegeuk Kim2016-10-131-2/+2
* f2fs-tools: clean up and avoid build warningJaegeuk Kim2016-10-121-4/+7
* f2fs-tools: use shorter config variable nameJaegeuk Kim2016-09-221-44/+44
* fsck.f2fs: free node_blk to avoid memory leakYunlong Song2016-09-221-0/+1
* fsck: clear useless "continue" in __chk_dentriesYunlong Song2016-09-201-1/+0
* fsck: recover symlink with zero i_sizeJaegeuk Kim2016-07-151-0/+13
* fsck.f2fs: free nat entry cacheSheng Yong2016-07-151-0/+3
* fsck.f2fs: fix typoSheng Yong2016-07-151-2/+2
* fsck.f2fs: correct variable type and nameSheng Yong2016-07-151-4/+3
* f2fs.fsck: fix endianessSheng Yong2016-07-151-1/+1
* fsck.f2fs: allow zero link count for orphan inodeJaegeuk Kim2016-06-091-1/+1
* fsck.f2fs: reset fsck flag if there is no bugJaegeuk Kim2016-05-031-7/+13
* fsck.f2fs: cache all nat entries and check each of themSheng Yong2016-03-221-0/+40
* fsck.f2fs: count the number of inodes during building nat_area_bitmapSheng Yong2016-03-221-0/+8
* fsck.f2fs: introduce -p option to check metaSheng Yong2016-03-221-0/+59
* fsck.f2fs: calculate orphan_blkaddr correctlyJunling Zheng2016-03-171-1/+1
* fsck.f2fs: refactor extent info verification flowChao Yu2016-03-161-43/+77
* fsck.f2fs: check dirent positionChao Yu2016-03-161-14/+103
* fsck.f2fs: check nat_entry->ino for all nodesSheng Yong2016-03-141-2/+2
* fsck.f2fs: check valid values for dot dentriesLiu Xue2016-02-291-1/+77
* fsck.f2fs: remove corrupted nid entry from indirect/double-indirect nodeSheng Yong2016-02-221-6/+40
* fsck.f2fs: show encrypted filenames matched with kernelJaegeuk Kim2016-02-151-9/+32
* fsck.f2fs: check ino of an inodeSheng Yong2016-02-011-0/+5