aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
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
2023-06-14f2fs: fix iostat lock protectionQilin Tan
2023-05-30f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu
2023-05-17f2fs: fix potential corruption when moving a directoryJaegeuk Kim
2023-05-17f2fs: fix to avoid use-after-free for cached IPU bioChao Yu
2023-05-17f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Yangtao Li
2023-05-17f2fs: apply zone capacity to all zone typeJaegeuk Kim
2023-05-17f2fs: enforce single zone capacityJaegeuk Kim
2023-05-17f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li
2023-03-11fs: f2fs: initialize fsdata in pagecache_write()Alexander Potapenko
2023-03-11f2fs: use memcpy_{to,from}_page() where possibleEric Biggers
2023-03-11f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers
2023-03-11f2fs: fix information leak in f2fs_move_inline_dirents()Eric Biggers
2023-02-15f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim
2023-01-14f2fs: should put a page when checking the summary infoPavel Machek
2023-01-14f2fs: avoid victim selection from previous victim sectionYonggil Song
2023-01-14f2fs: fix normal discard processDongdong Zhang
2023-01-14f2fs: Fix the race condition of resize flag between resizefsZhang Qilong
2022-11-10ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)
2022-10-26f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu
2022-10-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu
2022-10-26f2fs: fix to avoid REQ_TIME and CP_TIME collisionChao Yu
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong
2022-10-26f2fs: fix to do sanity check on summary infoChao Yu
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu
2022-10-26f2fs: increase the limit for reserve_rootJaegeuk Kim
2022-08-25f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu
2022-08-21f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu
2022-08-21f2fs: write checkpoint during FG_GCByungki Lee
2022-08-21f2fs: don't set GC_FAILURE_PIN for background GCChao Yu
2022-06-29f2fs: attach inline_data after setting compressionJaegeuk Kim
2022-06-14f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu
2022-06-09f2fs: fix to do sanity check for inline inodeChao Yu
2022-06-09f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu
2022-06-09f2fs: fix to do sanity check on total_data_blocksChao Yu
2022-06-09f2fs: don't need inode lock for system hidden quotaJaegeuk Kim