fsck.f2fs: fix to check validation of i_xattr_nid
[platform/upstream/f2fs-tools.git] / fsck / mount.c
2020-05-06 Chao Yufsck.f2fs: fix to check validation of i_xattr_nid
2020-05-06 Chao Yudump.f2fs: fix to print all blkaddr in .i_addr
2020-03-24 Sahitya Tummalafsck.f2fs: allow fsck to fix issues with online resize...
2020-03-09 Daniel Rosenbergf2fs-tools: Casefolded Encryption support
2020-01-14 Chao Yudump.f2fs: print more info of inode layout
2020-01-14 Chao Yuf2fs-tools: support data compression
2020-01-14 Jaegeuk Kimfsck.f2fs: add --{no-}kernel-check to bypass kernel...
2019-12-19 Jaegeuk Kimf2fs-tools: avoid unused parameter build errors
2019-12-10 Jaegeuk Kimfsck.f2fs: do not access nat etnries in ckpt before...
2019-12-10 Shin'ichiro Kawasakifsck: Check write pointer consistency of open zones
2019-12-10 Shin'ichiro Kawasakifsck: Check fsync data always for zoned block devices
2019-12-10 Shin'ichiro Kawasakifsck: Introduce move_one_curseg_info() function
2019-12-10 Shin'ichiro Kawasakifsck: Find free zones instead of blocks to assign to...
2019-12-10 Qiuyang Sunfsck.f2fs: check total_segments from devices in raw_super
2019-08-27 Chao Yuf2fs-tools: fix to skip block allocation for fsynced...
2019-08-27 Chao Yuf2fs-tools: fix stat update in sload/fsck
2019-08-27 Chao Yuf2fs-tools: advise to mount unclean image to replay...
2019-08-27 Chao Yufsck.f2fs: fix to set large section type during allocation
2019-08-27 Chao Yuf2fs-tools: introduce f2fs_ra_meta_pages()
2019-08-27 Chao Yufsck.f2fs: introduce current_sit_addr() for cleanup
2019-08-27 Chao Yuf2fs-tools: allocate memory in batch in build_sit_info()
2019-08-27 Chao Yuf2fs-tools: fix to avoid memory leak of sit_i->sentries
2019-08-27 Chao Yuf2fs-tools: fix potential deadloop
2019-08-27 Daniel Rosenbergf2fs-tools: Add support for Casefolding
2019-08-20 Chao Yufsck.f2fs: write checkpoint with OPU mode
2019-08-20 Chao Yufsck.f2fs: add more sanity check for superblock
2019-08-20 Chao Yuf2fs-tools: introduce get_checkpoint_version() for...
2019-08-20 Chao Yuf2fs-tools: detect corrupted sit journal
2019-08-20 Chao Yuf2fs-tools: update checkpoint data atomically
2019-08-20 Xue Liuf2fs-tools: calculate inode checksum and writeback
2019-08-20 Sahitya Tummalafsck.f2fs: Fix up nat journal corruption with -a (auto...
2019-05-21 Chao Yufsck.f2fs: update curseg .next_blkoff/.alloc_type prefe...
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 Yusload.f2fs: introduce f2fs_sparse_initialize_meta()
2019-05-21 Eric Biggersf2fs-tools: improve xattr value printing
2019-05-21 Eric Biggersf2fs-tools: improve filename printing
2019-03-27 Sotirios-Efstathio... fsck/mount: Gracefully terminate the mount procedure...
2019-03-27 Jaegeuk Kimfsck.f2fs: preserve CP_TRIMMED_FLAG
2019-03-27 Chao Yufsck.f2fs: check validity of nat journal
2019-01-09 Jaegeuk Kimfsck.f2fs: check nat_bits separately from bug_on
2018-11-27 Chao Yuf2fs-tools: fix to check return value of {c,m}alloc()
2018-11-21 Chao Yufsck.f2fs: detect and recover corrupted quota file
2018-11-21 Chao Yufsck.f2fs: try to recover cp_payload from valid cp...
2018-11-21 Junling Zhengf2fs-tools: introduce sb checksum
2018-11-21 Junling Zhengfsck.f2fs: unify the updating of superblocks
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 Junling Zhengfsck.f2fs: supply more check entries for checkpoint
2018-08-28 Sheng Yongf2fs-tools: set namelen parameter of convert_encrypted_...
2018-08-28 Junling Zhengdump.f2fs: only dump nat inside the specified nid range
2018-08-28 Sheng Yongf2fs-tools: do not count free_segs in flush_sit_entries
2018-08-28 Sheng Yongsload.f2fs: update sit entries of cursegs
2018-08-28 Chao Yufsck.f2fs: show missing large_nat_bitmap flag in print_...
2018-08-28 Junling Zhengfsck.f2fs: do not print content beyond sb->version
2018-08-28 Sheng Yongresize.f2fs: skip cursegs when finding next free block
2018-07-14 Chao Yufsck.f2fs: fix to avoid accessing invalid memory address
2018-07-14 Jaegeuk Kimfsck.f2fs: add -O features to tune the bits
2018-06-29 Jaegeuk Kimfsck.f2fs: add sanity check nat_bits
2018-05-07 Sheng Yongfsck.f2fs: reconnect unreachable files to lost+found
2018-05-07 Sheng Yongmkfs.f2fs: create lost+found directory
2018-05-07 Sheng Yongfsck.f2fs: read nat block if nat entry is invalid
2018-05-07 Yunlei Hefsck.f2fs: reduce mem alloc during read sit block
2018-05-04 Jaegeuk Kimf2fs-tools: get kernel version via uname(2)
2018-04-24 Jaegeuk Kimfsck.f2fs: fix stack overflow when reading out nat...
2018-04-05 Jaegeuk Kimmkfs.f2fs: support fsverity feature
2018-03-28 Jaegeuk Kimresize.f2fs: fix access out-of memory boundary
2018-01-25 Chao Yuf2fs-tools: support inode creation time
2018-01-25 Yunlei Hefsck.f2fs: use mem nat info directly
2018-01-22 Jaegeuk Kimfsck.f2fs: show missing checkpoint flags
2018-01-11 Sheng Yongdump.f2fs: do not write nat bits when dumping info
2018-01-04 Yunlei Hedump.f2fs: Test blkaddr is valid or not in option '-b'
2018-01-03 Yunlei Hefsck.f2fs: Remove unused ckpt_valid_map info
2017-12-05 Jaegeuk Kimf2fs-tools: enable sparse_file opeartions
2017-12-01 Jaegeuk Kimsload.f2fs: update build for android
2017-11-28 Chao Yulibf2fs: propagate error from f2fs_{finalize,fsync...
2017-11-27 Chao Yuf2fs-tools: adjust feature name
2017-11-27 Chao Yudump.f2fs: show extra attr only when feature is enabled
2017-11-15 Jaegeuk Kimf2fs-tools: build binaries in Mac
2017-11-12 Sheng Yongdump/fsck: introduce print_xattr_entry
2017-11-12 Sheng Yongfsck.f2fs: format output message of FIX_MSG
2017-11-07 Sheng Yongfsck.f2fs: do not fix corrupted nat entries in build_na...
2017-11-07 Sheng Yongfsck.f2fs: do not set fix_on directly
2017-11-07 Hyojun Kimfsck.f2fs: support quota
2017-10-30 Chao Yuf2fs-tools: support flexible inline xattr size
2017-10-26 Yunlei Hefsck: introduce generic function f2fs_fsync_device
2017-08-29 Yunlei Hefsck.f2fs: write back last cp block in the end
2017-07-26 Chao Yuf2fs-tools: support inode checksum
2017-07-26 Piotr Sokołowskif2fs-tools: fix printing block adresses
2017-07-26 Chao Yuf2fs-tools: support project quota
2017-07-26 Chao Yuf2fs-tools: enhance on-disk inode structure scalability
2017-04-28 Chao Yuf2fs-tools: support to set and recognize CP_TRIMMED_FLAG
2017-04-27 Jin Qianfsck.f2fs: sanity check segno and blk_off when building...
2017-04-27 Jin Qianfsck.f2fs: sanity check cp_payload before reading check...
2017-04-27 Jin Qianfsck.f2fs: sanity check blk_off for summary block entries
2017-04-25 Jin Qianf2fs-tools: sanity check segment count
2017-03-19 Kinglong Meefsck.f2fs: check encrypted filename depends FADVISE_ENC...
2017-03-17 Kinglong Meesload.f2fs: fix missing SSA updates
2017-03-16 Kinglong Meefsck.f2fs: sanity check of crc_offset from raw checkpoint
next