f2fs-tools: print more raw sb info
[platform/upstream/f2fs-tools.git] / fsck / mount.c
2023-05-18 Chao Yuf2fs-tools: print more raw sb info
2023-05-18 Chao Yuf2fs-tools: add DISP_u8() macro
2023-05-18 Chao Yuf2fs-tools: fix typo in f2fs_inode structure
2023-05-18 Chao Yuf2fs-tools: rename i_padding to i_compress_flag
2023-05-18 Jaegeuk Kimf2fs-tools: allocate memory to handle label
2023-04-07 Juhyung Parkfsck.f2fs: fix sanity check logic for cp_payload
2023-02-13 Jaegeuk Kimf2fs-tools: fix # of total segments
2023-02-07 Chao Yufsck.f2fs: relocate chksum verification step during...
2022-10-20 Jaegeuk Kimf2fs-tools: set host-aware zoned device similar to...
2022-10-20 Jaegeuk Kimfsck.f2fs: fix missing to assign c.zoned_model
2022-10-10 Chao Yufsck.f2fs: trigger repairing if filesystem has inconsis...
2022-10-10 Chao Yufsck.f2fs: trigger repairing if filesystem was forced...
2022-10-10 Chao Yumkfs.f2fs: update allocation policy for ro feature
2022-09-08 Weichao Guofsck.f2fs: use elapsed_time in checkpoint for period...
2022-08-08 Jaegeuk Kimf2fs-tools: use F2FS_BLKSIZE instead of PAGE_*_SIZE
2022-07-22 Bart Van AsscheUse F2FS_BLKSIZE as the size of struct f2fs_summary_block
2022-07-22 Bart Van AsscheUse F2FS_BLKSIZE for dev_read_block() buffers
2022-04-26 Jaegeuk Kimf2fs-tools: show segment/section layout correctly
2022-04-22 Bart Van AsscheFix the MinGW build
2022-04-22 Bart Van AsscheUse %zu to format size_t
2022-04-22 Bart Van Asschef2fs_fs.h: Use standard fixed width integer types
2022-04-22 Bart Van AsscheSwitch from the u_int to the uint types
2021-09-28 Daeho Jeongf2fs-tools: fall back to the original version check...
2021-07-19 Daeho Jeongf2fs-tools: add periodic check in kernel version check
2021-06-23 Daeho Jeongf2fs-tools: add extent cache for each file
2021-06-23 Jaegeuk Kimfsck|dump.f2fs: add -M to get file map
2021-05-26 Jaegeuk Kimf2fs-tools: support small RO partition
2021-05-26 Jaegeuk Kimfsck.f2fs: add "-l" to show the layout information
2021-05-10 Michael Lassfsck.f2fs: update kernel version in superblock on force...
2020-12-23 Jaegeuk Kimfsck.f2fs: fix alignment on multi-partition support
2020-12-07 Victor Westerhuisf2fs-tools: fix a few spelling errors in f2fs-tools
2020-08-20 Aravind Rameshf2fs-tools: zns zone-capacity support
2020-07-16 Theotime Combesfsck.f2fs: avoid randomness in sum_blk
2020-07-10 Robin Hsufsck.f2fs: Split build_segment_manager() to speed up...
2020-06-29 Robin Hsufsck.f2fs: Fix slow fsck in auto-fix mode
2020-05-06 Chao Yufsck.f2fs: fix to avoid overflow during print_inode_info()
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
next