summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-16f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu1-8/+4
2024-06-16f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim3-7/+20
2024-06-16f2fs: compress: remove unneeded preallocationChao Yu2-28/+3
2024-06-16f2fs: compress: clean up parameter of __f2fs_cluster_blocks()Chao Yu1-20/+13
2024-06-16f2fs: add compress_mode mount optionDaeho Jeong5-3/+56
2024-06-16f2fs: compress: support chksumChao Yu4-2/+49
2024-06-16f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu1-0/+2
2024-03-27f2fs: compress: fix to check unreleased compressed clusterSheng Yong1-1/+12
2024-02-23f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim1-0/+2
2024-02-23f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu1-6/+17
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-08f2fs: fix to do sanity check on inode type during garbage collectionChao Yu1-1/+2
2023-07-27f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu3-5/+21
2023-07-27Revert "f2fs: fix potential corruption when moving a directory"Jan Kara1-15/+1
2023-07-27f2fs: fix error path handling in truncate_dnode()Chao Yu1-1/+3
2023-06-14f2fs: fix iostat lock protectionQilin Tan1-2/+2
2023-05-30f2fs: 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-17f2fs: fix to avoid use-after-free for cached IPU bioChao Yu1-1/+4
2023-05-17f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Yangtao Li1-0/+6
2023-05-17f2fs: apply zone capacity to all zone typeJaegeuk Kim2-61/+7
2023-05-17f2fs: enforce single zone capacityJaegeuk Kim4-35/+22
2023-05-17f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li1-7/+8
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-11f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers1-3/+3
2023-03-11f2fs: fix information leak in f2fs_move_inline_dirents()Eric Biggers1-7/+6
2023-02-15f2fs: 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-14f2fs: should put a page when checking the summary infoPavel Machek1-0/+1