summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
5 daysf2fs: check the generic conditions firstJaegeuk Kim1-12/+12
10 daysf2fs: fix to trigger foreground gc during f2fs_map_blocks() in lfs modeChao Yu1-1/+4
10 daysf2fs: fix to calculate dirty data during has_not_enough_free_secs()Chao Yu1-2/+1
10 daysf2fs: fix to update upper_p in __get_secs_required() correctlyChao Yu1-1/+1
10 daysf2fs: vm_unmap_ram() may be called from an invalid contextJan Prusakowski1-1/+1
10 daysf2fs: fix to avoid out-of-boundary access in devs.pathChao Yu1-1/+1
10 daysf2fs: fix to avoid panic in f2fs_evict_inodeChao Yu1-0/+13
10 daysf2fs: fix to avoid UAF in f2fs_sync_inode_meta()Chao Yu1-2/+6
10 daysf2fs: fix to check upper boundary for gc_no_zoned_gc_percentChao Yu1-0/+7
10 daysf2fs: fix to check upper boundary for gc_valid_thresh_ratioChao Yu1-0/+7
10 daysf2fs: fix to check upper boundary for value of gc_boost_zoned_gc_percentyohan.joung1-0/+7
10 daysf2fs: fix KMSAN uninit-value in extent_info usageAbinash Singh1-1/+1
10 daysf2fs: fix to avoid invalid wait context issueChao Yu1-10/+7
10 daysf2fs: fix bio memleak when committing super blockSheng Yong1-0/+1
10 daysf2fs: turn off one_time when forcibly set to foreground GCDaeho Jeong1-0/+1
2025-07-06f2fs: fix to zero post-eof pageChao Yu1-0/+38
2025-07-06f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18
2025-06-27f2fs: fix to set atomic write status more clearChao Yu3-2/+12
2025-06-27f2fs: fix to bail out in get_new_segment()Chao Yu1-1/+5
2025-06-27f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctxChao Yu2-13/+15
2025-06-27f2fs: fix to return correct error number in f2fs_sync_node_pages()Chao Yu1-2/+6
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim1-0/+9
2025-06-27f2fs: fix to do sanity check on ino and xnidChao Yu1-0/+6
2025-06-19f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1
2025-06-19f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu2-6/+6
2025-06-19f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabledChao Yu1-1/+1
2025-06-19f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu4-20/+69
2025-06-19f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu1-1/+1
2025-06-19f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu1-1/+1
2025-06-19f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu1-2/+8
2025-06-19f2fs: prevent the current section from being selected as a victim during GCyohan.joung1-0/+5
2025-06-19f2fs: clean up unnecessary indentationJaegeuk Kim1-16/+24
2025-06-19f2fs: zone: fix to avoid inconsistence in between SIT and SSAChao Yu1-0/+3
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-580/+1030
2025-03-24Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-03-18f2fs: fix missing discard for active segmentsChunhai Guo1-1/+3
2025-03-18f2fs: optimize f2fs DIO overwritesYohan Joung1-1/+7
2025-03-17f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil2-3/+5
2025-03-13f2fs: pass sbi rather than sb to parse_options()Eric Sandeen1-4/+3
2025-03-13f2fs: pass sbi rather than sb to quota qf_name helpersEric Sandeen1-10/+10
2025-03-13f2fs: defer readonly check vs norecoveryEric Sandeen1-3/+7
2025-03-13f2fs: Pass sbi rather than sb to f2fs_set_test_dummy_encryptionEric Sandeen1-3/+2
2025-03-13f2fs: make LAZYTIME a mount option flagEric Sandeen2-3/+13
2025-03-13f2fs: make INLINECRYPT a mount option flagEric Sandeen2-1/+5
2025-03-13f2fs: factor out an f2fs_default_check functionEric Sandeen1-2/+14
2025-03-13f2fs: consolidate unsupported option handling errorsEric Sandeen1-14/+4
2025-03-13f2fs: use f2fs_sb_has_device_alias during option parsingEric Sandeen1-1/+1
2025-03-13f2fs: add carve_out sysfs nodeDaeho Jeong3-1/+7
2025-03-12f2fs: fix to avoid running out of free segmentsChao Yu1-0/+12