summaryrefslogtreecommitdiff
path: root/fs/f2fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-11f2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu1-8/+7
2026-01-11f2fs: fix to propagate error from f2fs_enable_checkpoint()Chao Yu1-9/+15
2026-01-11f2fs: fix to avoid updating compression context during writebackChao Yu1-0/+1
2026-01-11f2fs: drop inode from the donation list when the last file is closedJaegeuk Kim1-0/+1
2026-01-11f2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim1-0/+1
2026-01-11f2fs: fix return value of f2fs_recover_fsync_data()Chao Yu1-5/+9
2025-07-06f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-06-27f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu1-2/+2
2024-10-17f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-07-27f2fs: avoid dead loop in f2fs_issue_checkpoint()Chao Yu1-2/+13
2024-07-11f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu1-7/+20
2024-06-27f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He1-2/+0
2024-03-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu1-2/+8
2024-02-16f2fs: add helper to check compression levelSheng Yong1-2/+2
2024-01-10f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu1-1/+1
2024-01-10f2fs: assign default compression levelJaegeuk Kim1-5/+7
2024-01-10f2fs: convert to use bitmap APIYangtao Li1-8/+8
2023-11-20f2fs: compress: fix to avoid redundant compress extensionChao Yu1-0/+33
2023-09-13f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo1-5/+5
2023-09-13f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONEDYangtao Li1-6/+5
2023-08-27Revert "f2fs: fix to set flush_merge opt and show noflush_merge"Greg Kroah-Hartman1-11/+2
2023-08-27Revert "f2fs: don't reset unchangable mount option in f2fs_remount()"Greg Kroah-Hartman1-18/+12
2023-08-11f2fs: don't reset unchangable mount option in f2fs_remount()Chao Yu1-12/+18
2023-08-11f2fs: fix to set flush_merge opt and show noflush_mergeYangtao Li1-2/+11
2023-05-24f2fs: fix to check readonly condition correctlyChao Yu1-1/+1
2023-05-17f2fs: specify extent cache for read explicitlyJaegeuk Kim1-6/+6
2023-05-11f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim1-1/+1
2023-03-11f2fs: synchronize atomic write abortsDaeho Jeong1-2/+0
2023-02-09f2fs: initialize locks earlier in f2fs_fill_super()Tetsuo Handa1-18/+20
2022-12-31f2fs: fix to avoid accessing uninitialized spinlockChao Yu1-3/+3
2022-12-31f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu1-1/+1
2022-10-11Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+82
2022-10-04f2fs: support recording errors into superblockChao Yu1-2/+47
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu1-0/+20
2022-09-22fscrypt: work on block_devices instead of request_queuesChristoph Hellwig1-12/+12
2022-09-13f2fs: increase the limit for reserve_rootJaegeuk Kim1-2/+2
2022-09-13f2fs: complete checkpoints during remountJaegeuk Kim1-0/+6
2022-09-13f2fs: flush pending checkpoints when freezing superJaegeuk Kim1-3/+2
2022-08-30f2fs: use memcpy_{to,from}_page() where possibleEric Biggers1-9/+2
2022-08-30f2fs: LFS mode does not support ATGCJaegeuk Kim1-0/+5
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds1-31/+59
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Chao Yu1-2/+1
2022-07-31f2fs: introduce sysfs atomic write statisticsDaeho Jeong1-0/+1
2022-07-31f2fs: enforce single zone capacityJaegeuk Kim1-21/+12
2022-07-31f2fs: introduce memory modeDaeho Jeong1-0/+24
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-25f2fs: use the updated test_dummy_encryption helper functionsEric Biggers1-8/+21
2022-06-01Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-44/+44
2022-05-25f2fs: add f2fs_init_write_merge_io functionYufen Yu1-24/+3