summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
4 daysf2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu1-1/+2
4 daysf2fs: fix to propagate error from f2fs_enable_checkpoint()Chao Yu1-9/+15
4 daysf2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()Chao Yu1-3/+6
4 daysf2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu4-36/+24
4 daysf2fs: fix return value of f2fs_recover_fsync_data()Chao Yu1-5/+9
4 daysf2fs: invalidate dentry cache on failed whiteout creationDeepanshu Kartikey1-2/+4
2025-08-28f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu1-0/+10
2025-08-28f2fs: fix to do sanity check on ino and xnidChao Yu1-0/+7
2025-08-28f2fs: fix to avoid out-of-boundary access in devs.pathChao Yu1-1/+1
2025-08-28f2fs: fix to avoid panic in f2fs_evict_inodeChao Yu1-0/+13
2025-08-28f2fs: fix to avoid UAF in f2fs_sync_inode_meta()Chao Yu1-2/+6
2025-07-17f2fs: 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: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim1-0/+9
2025-06-27f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1
2025-06-27f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu2-6/+6
2025-06-27f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu1-1/+1
2025-06-27f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu1-2/+8
2025-05-02f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()Chao Yu1-1/+8
2025-03-13f2fs: fix to wait dio completionChao Yu1-0/+13
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han1-1/+3
2024-12-14f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang1-1/+2
2024-12-14f2fs: remove the unused flush argument to change_cursegChristoph Hellwig1-9/+7
2024-12-14f2fs: open code allocate_segment_by_defaultChristoph Hellwig1-26/+24
2024-12-14f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig2-15/+2
2024-12-14f2fs: avoid using native allocate_segment_by_default()Chao Yu3-10/+12
2024-12-14f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei1-1/+1
2024-10-17f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+15
2024-10-17f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich1-2/+2
2024-10-17f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich1-1/+2
2024-10-17f2fs: reduce expensive checkpoint trigger frequencyChao Yu3-2/+17
2024-10-17f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu1-1/+1
2024-10-17f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu1-2/+2
2024-10-17f2fs: fix typoYonggil Song1-1/+1
2024-10-17f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu3-9/+35
2024-09-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu1-2/+3
2024-08-19f2fs: fix start segno of large sectionSheng Yong1-1/+2
2024-08-19f2fs: fix to don't dirty inode for readonly filesystemChao Yu1-0/+3
2024-07-05f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He1-2/+0
2024-06-16f2fs: compress: fix compression chksumChao Yu1-2/+1
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-06-16f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu1-3/+8
2024-06-16f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu1-1/+1
2024-06-16f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu1-0/+10
2024-06-16f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu1-1/+2
2024-06-16f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu1-9/+11
2024-06-16f2fs: fix typos in commentsJinyoung CHOI7-14/+14
2024-06-16f2fs: do not allow partial truncation on pinned fileJaegeuk Kim1-1/+5
2024-06-16f2fs: fix to force keeping write barrier for strict fsync modeChao Yu1-0/+12
2024-06-16f2fs: add cp_error check in f2fs_write_compressed_pagesChao Yu1-0/+6