aboutsummaryrefslogtreecommitdiff
path: root/fsck/mount.c
AgeCommit message (Expand)Author
2021-06-03Merge remote-tracking branch 'aosp/upstream-master' into aospandroid12-devJaegeuk Kim
2020-12-23fsck.f2fs: fix alignment on multi-partition supportJaegeuk Kim
2020-12-07f2fs-tools: fix a few spelling errors in f2fs-toolsVictor Westerhuis
2020-08-20f2fs-tools: zns zone-capacity supportAravind Ramesh
2020-07-15fsck.f2fs: avoid randomness in sum_blkTheotime Combes
2020-07-09fsck.f2fs: Split build_segment_manager() to speed up auto-fixRobin Hsu
2020-06-29fsck.f2fs: Fix slow fsck in auto-fix modeRobin Hsu
2020-05-06fsck.f2fs: fix to avoid overflow during print_inode_info()Chao Yu
2020-05-06fsck.f2fs: fix to check validation of i_xattr_nidChao Yu
2020-05-06dump.f2fs: fix to print all blkaddr in .i_addrChao Yu
2020-03-24fsck.f2fs: allow fsck to fix issues with online resize due to SPOSahitya Tummala
2020-03-09f2fs-tools: Casefolded Encryption supportDaniel Rosenberg
2020-01-14dump.f2fs: print more info of inode layoutChao Yu
2020-01-14f2fs-tools: support data compressionChao Yu
2020-01-14fsck.f2fs: add --{no-}kernel-check to bypass kernel version diff or notJaegeuk Kim
2019-12-18f2fs-tools: avoid unused parameter build errorsJaegeuk Kim
2019-12-10fsck.f2fs: do not access nat etnries in ckpt before initializationJaegeuk Kim
2019-12-09fsck: Check write pointer consistency of open zonesShin'ichiro Kawasaki
2019-12-09fsck: Check fsync data always for zoned block devicesShin'ichiro Kawasaki
2019-12-09fsck: Introduce move_one_curseg_info() functionShin'ichiro Kawasaki
2019-12-09fsck: Find free zones instead of blocks to assign to current segmentsShin'ichiro Kawasaki
2019-12-09fsck.f2fs: check total_segments from devices in raw_superQiuyang Sun
2019-08-27f2fs-tools: fix to skip block allocation for fsynced dataChao Yu
2019-08-27f2fs-tools: fix stat update in sload/fsckChao Yu
2019-08-27f2fs-tools: advise to mount unclean image to replay journalChao Yu
2019-08-27fsck.f2fs: fix to set large section type during allocationChao Yu
2019-08-27f2fs-tools: introduce f2fs_ra_meta_pages()Chao Yu
2019-08-27fsck.f2fs: introduce current_sit_addr() for cleanupChao Yu
2019-08-27f2fs-tools: allocate memory in batch in build_sit_info()Chao Yu
2019-08-27f2fs-tools: fix to avoid memory leak of sit_i->sentriesChao Yu
2019-08-27f2fs-tools: fix potential deadloopChao Yu
2019-08-27f2fs-tools: Add support for CasefoldingDaniel Rosenberg
2019-08-20fsck.f2fs: write checkpoint with OPU modeChao Yu
2019-08-20fsck.f2fs: add more sanity check for superblockChao Yu
2019-08-20f2fs-tools: introduce get_checkpoint_version() for cleanupChao Yu
2019-08-20f2fs-tools: detect corrupted sit journalChao Yu
2019-08-20f2fs-tools: update checkpoint data atomicallyChao Yu
2019-08-20f2fs-tools: calculate inode checksum and writebackXue Liu
2019-08-20fsck.f2fs: Fix up nat journal corruption with -a (auto-fix) optionSahitya Tummala
2019-05-20fsck.f2fs: update curseg .next_blkoff/.alloc_type preferentialChao Yu
2019-05-20f2fs-tools: relocate chksum_offset for large_nat_bitmap featureChao Yu
2019-05-20f2fs-tools: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu
2019-05-20sload.f2fs: introduce f2fs_sparse_initialize_meta()Chao Yu
2019-05-20f2fs-tools: improve xattr value printingEric Biggers
2019-05-20f2fs-tools: improve filename printingEric Biggers
2019-03-27fsck/mount: Gracefully terminate the mount procedure in case the program runs...Sotirios-Efstathios Maneas
2019-03-27fsck.f2fs: preserve CP_TRIMMED_FLAGJaegeuk Kim
2019-03-27fsck.f2fs: check validity of nat journalChao Yu
2019-01-08fsck.f2fs: check nat_bits separately from bug_onJaegeuk Kim
2018-11-26f2fs-tools: fix to check return value of {c,m}alloc()Chao Yu