summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2024-01-26f2fs: fix the f2fs_file_write_iter tracepointEric Biggers1-2/+3
2024-01-26f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu1-1/+1
2024-01-26f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu1-0/+5
2024-01-26f2fs: fix to avoid dirent corruptionChao Yu1-1/+1
2024-01-26f2fs: explicitly null-terminate the xattr listEric Biggers1-0/+6
2023-11-28f2fs: avoid format-overflow warningSu Hui1-1/+1
2023-11-20f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu1-0/+1
2023-11-20f2fs: compress: fix to avoid redundant compress extensionChao Yu1-0/+33
2023-11-20f2fs: compress: fix to avoid use-after-free on dicChao Yu1-1/+3
2023-07-23f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu3-5/+20
2023-07-23Revert "f2fs: fix potential corruption when moving a directory"Jan Kara1-15/+1
2023-07-23f2fs: fix error path handling in truncate_dnode()Chao Yu1-1/+3
2023-06-14f2fs: fix iostat lock protectionQilin Tan1-2/+2
2023-05-24f2fs: fix to check readonly condition correctlyChao Yu2-1/+6
2023-05-24f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2-3/+12
2023-05-17f2fs: fix potential corruption when moving a directoryJaegeuk Kim1-1/+15
2023-05-11f2fs: fix to avoid use-after-free for cached IPU bioChao Yu1-1/+4
2023-05-11f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Yangtao Li1-0/+6
2023-05-11f2fs: apply zone capacity to all zone typeJaegeuk Kim2-61/+7
2023-05-11f2fs: enforce single zone capacityJaegeuk Kim4-35/+22
2023-05-11f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li1-7/+8
2023-03-17f2fs: retry to update the inode page given data corruptionJaegeuk Kim1-5/+7
2023-03-17f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim11-25/+26
2023-03-17f2fs: avoid down_write on nat_tree_lock during checkpointJaegeuk Kim1-0/+4
2023-03-11f2fs: fix to avoid potential memory corruption in __update_iostat_latency()Yangtao Li1-1/+5
2023-03-11f2fs: allow set compression option of files without blocksYangtao Li1-1/+1
2023-03-11fs: f2fs: initialize fsdata in pagecache_write()Alexander Potapenko1-1/+1
2023-03-11f2fs: use memcpy_{to,from}_page() where possibleEric Biggers3-28/+8
2023-03-10f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers1-3/+3
2023-03-10f2fs: fix information leak in f2fs_move_inline_dirents()Eric Biggers1-7/+6
2023-02-09f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu1-6/+12
2023-01-24f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim1-1/+2
2023-01-12f2fs: allow to read node block after shutdownJaegeuk Kim1-2/+1
2023-01-12f2fs: should put a page when checking the summary infoPavel Machek1-0/+1
2022-12-31f2fs: avoid victim selection from previous victim sectionYonggil Song1-2/+3
2022-12-31f2fs: fix to destroy sbi->post_read_wq in error path of f2fs_fill_super()Chao Yu1-1/+1
2022-12-31f2fs: fix normal discard processDongdong Zhang1-1/+1
2022-12-31f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu1-1/+3
2022-12-31f2fs: Fix the race condition of resize flag between resizefsZhang Qilong1-3/+2
2022-11-10ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)1-1/+2
2022-10-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu4-8/+15
2022-10-26f2fs: fix race condition on setting FI_NO_EXTENT flagZhang Qilong1-2/+1
2022-10-26f2fs: fix to do sanity check on summary infoChao Yu2-4/+21
2022-10-26f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu3-1/+21
2022-10-26f2fs: increase the limit for reserve_rootJaegeuk Kim1-2/+2
2022-10-26f2fs: flush pending checkpoints when freezing superJaegeuk Kim3-9/+21
2022-10-26f2fs: complete checkpoints during remountJaegeuk Kim1-0/+6
2022-08-25f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu1-0/+13
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu1-1/+5
2022-08-17f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim1-0/+10