f2fs-tools: fix # of total segments
[platform/upstream/f2fs-tools.git] / fsck / f2fs.h
2023-02-13 Jaegeuk Kimf2fs-tools: fix # of total segments
2022-10-10 Chao Yufsck.f2fs: export valid image size
2022-10-10 Chao Yufsck.f2fs: fix __end_block_addr()
2022-05-22 Jaegeuk Kimf2fs-tools: move android_config before defining them
2022-04-22 Bart Van AsscheFix the MinGW build
2022-04-22 Bart Van AsscheInclude <stddef.h> instead of defining offsetof()
2022-04-22 Bart Van AsscheChange one array member into a flexible array member
2021-06-23 Daeho Jeongf2fs-tools: add extent cache for each file
2020-12-23 Jordan Webbf2fs-tools: Make sload.f2fs reproduce hard links
2020-07-10 Robin Hsufsck.f2fs: Split build_segment_manager() to speed up...
2020-04-15 Jaegeuk Kimfsck.f2fs: quick fix of CLOCK_BOOTTIME in mac
2019-12-10 Shin'ichiro Kawasakifsck: Check write pointer consistency of open zones
2019-12-10 Shin'ichiro Kawasakifsck: Find free zones instead of blocks to assign to...
2019-08-27 Chao Yuf2fs-tools: fix to skip block allocation for fsynced...
2019-08-27 Chao Yuf2fs-tools: introduce f2fs_ra_meta_pages()
2019-08-27 Chao Yuf2fs-tools: allocate memory in batch in build_sit_info()
2019-08-27 Daniel Rosenbergf2fs-tools: Add support for Casefolding
2019-08-20 Chao Yufsck.f2fs: include f2fs_fs.h from local directory
2019-08-20 Chao Yufsck.f2fs: write checkpoint with OPU mode
2019-05-21 Chao Yuf2fs-tools: relocate chksum_offset for large_nat_bitmap...
2019-03-27 Chao Yufsck.f2fs: fix incorrect boundary of IS_VALID_NID()
2018-11-21 Chao Yufsck.f2fs: try to recover cp_payload from valid cp...
2018-08-28 Sheng Yongresize.f2fs: skip cursegs when finding next free block
2018-05-07 Chao Yumkfs.f2fs: expand scalability of nat bitmap
2018-03-28 Jaegeuk Kimresize.f2fs: fix access out-of memory boundary
2018-01-03 Yunlei Hefsck.f2fs: Remove unused ckpt_valid_map info
2017-12-28 Jaegeuk Kimfsck.f2fs: avoid wrong IS_VALID_BLK_ADDR
2017-11-15 Jaegeuk Kimf2fs-tools: build binaries in Mac
2017-10-30 Chao Yuf2fs-tools: support flexible inline xattr size
2017-09-12 Yunlong Songf2fs-tools: fix is_set_ckpt_flags for correct bool...
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-03-19 Kinglong Meesload.f2fs: support sload files into directory includes...
2017-03-19 Kinglong Meesload.f2fs: let dir_buckets/dir_block_index supports...
2017-01-19 Sheng Yongf2fs-tools: correct endianness
2016-11-29 Sheng Yongfsck.f2fs: remove duplicated header files
2016-11-03 Jaegeuk Kimf2fs-tools: determine cp_addr by sbi->cur_cp
2016-04-19 Jaegeuk Kimsload.f2fs: support loading files into partition directly
2016-04-19 Jaegeuk Kimresize.f2fs: support to expand partition size
2016-03-14 Chao Yuf2fs-tools: rebase struct f2fs_summary_block with upstream
2015-12-19 Jaegeuk Kimdefrag.f2fs: enhance allocation speed
2015-12-11 Jaegeuk Kimdefrag.f2fs: introduce defragmentation tool
2015-12-11 Jaegeuk Kimfsck.f2fs: LFS alloc_type must have free segment after...
2015-03-27 Jaegeuk Kimfsck.f2fs: return summary block pointer and types
2015-03-26 Jaegeuk Kimfsck.f2fs: reduce redundant message
2015-03-21 Jaegeuk Kimfsck.f2fs: show cp_state for fsck.f2fs
2014-12-18 Jaegeuk Kimdump.f2fs: dump owner of data given block address
2014-11-13 Jaegeuk Kimfsck.f2fs: avoid false alarm on SIT type fix
2014-10-14 Jaegeuk Kimfsck.f2fs: support inline_dentry
2014-10-07 Jaegeuk Kimfsck.f2fs: fix wrong block addres of nids
2014-08-30 Jaegeuk Kimfsck.f2fs: remove list.h
2014-08-29 Jaegeuk Kimfsck.f2fs: check next block is free or not
2014-08-29 Jaegeuk Kimfsck.f2fs: fix checkpoint
2014-08-29 Jaegeuk Kimfsck.f2fs: handle IS_VALID_BLK_ADDR
2014-08-29 Jaegeuk Kimfsck.f2fs: clean up codes
2014-06-04 Changman Leefsck.f2fs: large volume support
2013-07-04 Changman Leef2fs-tools: add fsck.f2fs and dump.f2fs