fsck.f2fs: fix to check validation of i_xattr_nid
[platform/upstream/f2fs-tools.git] / fsck / fsck.c
2020-05-06 Chao Yufsck.f2fs: fix to check validation of i_xattr_nid
2020-03-24 Chao Yufsck.f2fs: account COMPRESS_ADDR as reserved blocks...
2020-03-09 Daniel Rosenbergf2fs-tools: Casefolded Encryption support
2020-01-14 Chao Yuf2fs-tools: support data compression
2020-01-14 Ingo Prochaskafsck.f2fs: fix typo
2019-12-19 Jaegeuk Kimf2fs-tools: avoid unused parameter build errors
2019-12-10 Shin'ichiro Kawasakifsck: Check write pointer consistency of non-open zones
2019-12-10 Shin'ichiro Kawasakifsck: Check write pointer consistency of open zones
2019-08-27 Chao Yuf2fs-tools: fix stat update in sload/fsck
2019-08-27 Chao Yufsck.f2fs: fix symlink correctly
2019-08-27 Chao Yufsck.f2fs: fix to show removed x_nid correctly
2019-08-27 Chao Yufsck.f2fs: fix to check c.fix_on before repair
2019-08-27 Chao Yuf2fs-tools: introduce f2fs_ra_meta_pages()
2019-08-27 Daniel Rosenbergf2fs-tools: Add support for Casefolding
2019-08-27 Chao Yufsck.f2fs: fix to recover out-of-border inline size
2019-08-20 Chao Yufsck.f2fs: write checkpoint with OPU mode
2019-08-20 Chao Yuf2fs-tools: update checkpoint data atomically
2019-08-20 Jaegeuk Kimfsck.f2fs: check only max extra_isize
2019-05-21 Chao Yufsck.f2fs: update curseg .next_blkoff/.alloc_type prefe...
2019-05-21 Chao Yufsck.f2fs: introduce check_curseg_offsets()
2019-05-21 Chao Yuf2fs-tools: relocate chksum_offset for large_nat_bitmap...
2019-05-21 Chao Yuf2fs-tools: allow unfixed f2fs_checkpoint.checksum_offset
2019-05-21 Chao Yufsck.f2fs: fix to repair cp_loads blocks at correct...
2019-05-21 Chao Yuf2fs-tools: get rid of unneeded fields in on-disk inode
2019-05-21 Eric Biggersf2fs-tools: improve filename printing
2019-04-28 Chao Yufsck.f2fs: fix to repair ro mounted device w/ -f
2019-03-27 Chao Yufsck.f2fs: fix to do sanity check with inode.i_inline_x...
2019-03-27 Chao Yufsck.f2fs: add missing FIX_MSG during extra_attr field...
2019-03-27 Jaegeuk Kimfsck.f2fs: preserve CP_TRIMMED_FLAG
2019-01-09 Jaegeuk Kimfsck.f2fs: check nat_bits separately from bug_on
2019-01-04 Rosen Penevfsck: Fix big endian platforms
2018-11-28 Chao Yufsck.f2fs: introduce preen mode 2
2018-11-27 Chao Yuf2fs-tools: fix to check return value of {c,m}alloc()
2018-11-21 Randall Huangfsck.f2fs: do not hard-code encrypted filename length...
2018-11-21 Jaegeuk Kimfsck.f2fs: don't allocate new blocks on unclean shutdown
2018-11-21 Chao Yufsck.f2fs: detect and recover corrupted quota file
2018-11-21 Daniel RosenbergWIP: Add partial shrinking support to f2fs
2018-11-21 Jaegeuk Kimfsck.f2fs: support checkpoint=disable
2018-11-21 Junling Zhengf2fs-tools: rename CHECKSUM_OFFSET to CP_CHKSUM_OFFSET
2018-08-28 Chao Yufsck.f2fs: print node block address
2018-08-28 Chao Yuf2fs-tools: fix to reset i_gc_failures offline
2018-08-28 Sheng Yongf2fs-tools: set namelen parameter of convert_encrypted_...
2018-08-28 Chao Yufsck.f2fs: fix to do sanity check with extra_attr feature
2018-08-28 Sheng Yongfsck.f2fs: check extent of inline data/dentry inode
2018-08-28 Yunlei Hefsck.f2fs: fix wrong err message of check quota node
2018-08-28 Sheng Yongfsck.f2fs: introduce fsck_chk_curseg_info
2018-08-28 Sheng Yongresize.f2fs: skip cursegs when finding next free block
2018-06-29 Jaegeuk Kimfsck.f2fs: add sanity check nat_bits
2018-05-07 Junling Zhengfsck.f2fs: simplify fsck_chk_quota_node in PREEN_MODE_1
2018-05-07 Sheng Yongfsck.f2fs: reconnect unreachable files to lost+found
2018-05-07 Sheng Yongfsck.f2fs: integrate sanity_check_inode to __check_inod...
2018-05-07 Jaegeuk Kimfsck.f2fs: fix to check all the types of current offsets
2018-05-07 Yunlei Hefsck.f2fs: reduce mem alloc during read sit block
2018-05-07 Yunlei Hefsck.f2fs: read ahead xattr & direct node blocks
2018-05-07 Jaegeuk Kimfsck.f2fs: fix check order in -p1
2018-01-22 Jaegeuk Kimfsck.f2fs: allow roll-forward for small checkpoint fix
2018-01-11 Sheng Yongfsck.f2fs: show encoded name when unlinking corrupted...
2017-12-19 Yunlong Songfsck.f2fs: check and fix i_namelen to avoid double...
2017-12-19 Yunlong Songfsck.f2fs: check nid range before use to avoid segmenta...
2017-11-27 Chao Yufsck.f2fs: fix potential stack overflow issue
2017-11-15 Jaegeuk Kimf2fs-tools: build binaries in Mac
2017-11-12 Jaegeuk Kimfsck.f2fs: add an option to preserve quota limits
2017-11-12 Yunlei Hefsck: check inline_dentry i_addr[0] same as inline_data
2017-11-12 Sheng Yongfsck.f2fs: format output message of FIX_MSG
2017-11-12 Sheng Yongfsck.f2fs: introduce sanity_check_inode
2017-11-07 Hyojun Kimfsck.f2fs: support quota
2017-09-12 Yunlong Songf2fs-tools: move_curseg_info only if check_curseg_offse...
2017-07-26 Chao Yuf2fs-tools: support inode checksum
2017-07-26 Chao Yuf2fs-tools: enhance on-disk inode structure scalability
2017-07-17 Chao Yuf2fs-tools: spread struct f2fs_dentry_ptr for inline...
2017-06-05 Jaegeuk Kimf2fs-tools: avoid build warnings
2017-04-21 Jin Qianfsck.f2fs: fix cur_valid_map buffer overflow
2017-03-19 Kinglong Meesload.f2fs: let dir_buckets/dir_block_index supports...
2017-03-19 Kinglong Meefsck.f2fs: check encrypted filename depends FADVISE_ENC...
2017-03-16 Kinglong Meefsck.f2fs: a separate option for showing directory...
2017-02-23 Jaegeuk Kimmkfs.f2fs: support nat_bits feature
2017-02-01 Jaegeuk Kimfsck.f2fs: remove wrong dentry due to hash conversion
2017-01-24 Liu Xuefsck.f2fs: always fix seg entry type if it is not DATA
2016-12-22 Jaegeuk Kimfsck.f2fs: fix wrong i_name check for directory
2016-11-23 Liu Xuefsck.f2fs: flush curseg sit entries
2016-11-22 Yunlei Hefsck.f2fs add a simple check orphan inodes in -p 1...
2016-11-02 Liu Xuefsck.f2fs: rewrite entries info in segment manager
2016-10-31 Sheng Yongdump/fsck: convert encrypted file name
2016-10-13 Jaegeuk Kimfsck.f2fs: support restore lost files into ./lost_found/
2016-10-13 Jaegeuk Kimfsck.f2fs: check condition to avoid wrong memory allocation
2016-10-12 Jaegeuk Kimf2fs-tools: clean up and avoid build warning
2016-09-23 Jaegeuk Kimf2fs-tools: use shorter config variable name
2016-09-22 Yunlong Songfsck.f2fs: free node_blk to avoid memory leak
2016-09-20 Yunlong Songfsck: clear useless "continue" in __chk_dentries
2016-07-15 Jaegeuk Kimfsck: recover symlink with zero i_size
2016-07-15 Sheng Yongfsck.f2fs: free nat entry cache
2016-07-15 Sheng Yongfsck.f2fs: fix typo
2016-07-15 Sheng Yongfsck.f2fs: correct variable type and name
2016-07-15 Sheng Yongf2fs.fsck: fix endianess
2016-06-09 Jaegeuk Kimfsck.f2fs: allow zero link count for orphan inode
2016-05-04 Jaegeuk Kimfsck.f2fs: reset fsck flag if there is no bug
2016-03-22 Sheng Yongfsck.f2fs: cache all nat entries and check each of...
2016-03-22 Sheng Yongfsck.f2fs: count the number of inodes during building...
2016-03-22 Sheng Yongfsck.f2fs: introduce -p option to check meta
2016-03-17 Junling Zhengfsck.f2fs: calculate orphan_blkaddr correctly
next