summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han
2024-12-14f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang
2024-12-14f2fs: remove the unused flush argument to change_cursegChristoph Hellwig
2024-12-14f2fs: open code allocate_segment_by_defaultChristoph Hellwig
2024-12-14f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig
2024-12-14f2fs: avoid using native allocate_segment_by_default()Chao Yu
2024-12-14f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei
2024-10-17f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn
2024-10-17f2fs: avoid potential int overflow in sanity_check_area_boundary()Nikita Zhandarovich
2024-10-17f2fs: prevent possible int overflow in dir_block_index()Nikita Zhandarovich
2024-10-17f2fs: reduce expensive checkpoint trigger frequencyChao Yu
2024-10-17f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu
2024-10-17f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu
2024-10-17f2fs: fix typoYonggil Song
2024-10-17f2fs: enhance to update i_mode and acl atomically in f2fs_setattr()Chao Yu
2024-09-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu
2024-08-19f2fs: fix start segno of large sectionSheng Yong
2024-08-19f2fs: fix to don't dirty inode for readonly filesystemChao Yu
2024-07-05f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He
2024-06-16f2fs: compress: fix compression chksumChao Yu
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu
2024-06-16f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu
2024-06-16f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu
2024-06-16f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu
2024-06-16f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu
2024-06-16f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu
2024-06-16f2fs: fix typos in commentsJinyoung CHOI
2024-06-16f2fs: do not allow partial truncation on pinned fileJaegeuk Kim
2024-06-16f2fs: fix to force keeping write barrier for strict fsync modeChao Yu
2024-06-16f2fs: add cp_error check in f2fs_write_compressed_pagesChao Yu
2024-06-16f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu
2024-06-16f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim
2024-06-16f2fs: compress: remove unneeded preallocationChao Yu
2024-06-16f2fs: compress: clean up parameter of __f2fs_cluster_blocks()Chao Yu
2024-06-16f2fs: add compress_mode mount optionDaeho Jeong
2024-06-16f2fs: compress: support chksumChao Yu
2024-06-16f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu
2024-03-26f2fs: compress: fix to check unreleased compressed clusterSheng Yong
2024-02-23f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim
2024-02-23f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu
2024-01-25f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu
2024-01-25f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu
2024-01-25f2fs: fix to avoid dirent corruptionChao Yu
2024-01-25f2fs: explicitly null-terminate the xattr listEric Biggers
2023-11-28f2fs: avoid format-overflow warningSu Hui
2023-11-20f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu
2023-11-08f2fs: fix to do sanity check on inode type during garbage collectionChao Yu
2023-07-27f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu
2023-07-27Revert "f2fs: fix potential corruption when moving a directory"Jan Kara
2023-07-27f2fs: fix error path handling in truncate_dnode()Chao Yu