summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix start segno of large sectionSheng Yong2024-08-191-1/+2
* f2fs: fix to don't dirty inode for readonly filesystemChao Yu2024-08-191-0/+3
* f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He2024-07-051-2/+0
* f2fs: compress: fix compression chksumChao Yu2024-06-161-2/+1
* f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu2024-06-161-0/+6
* f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu2024-06-161-3/+8
* f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu2024-06-161-1/+1
* f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu2024-06-161-0/+10
* f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu2024-06-161-1/+2
* f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu2024-06-161-9/+11
* f2fs: fix typos in commentsJinyoung CHOI2024-06-167-14/+14
* f2fs: do not allow partial truncation on pinned fileJaegeuk Kim2024-06-161-1/+5
* f2fs: fix to force keeping write barrier for strict fsync modeChao Yu2024-06-161-0/+12
* f2fs: add cp_error check in f2fs_write_compressed_pagesChao Yu2024-06-161-0/+6
* f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu2024-06-161-8/+4
* f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim2024-06-163-7/+20
* f2fs: compress: remove unneeded preallocationChao Yu2024-06-162-28/+3
* f2fs: compress: clean up parameter of __f2fs_cluster_blocks()Chao Yu2024-06-161-20/+13
* f2fs: add compress_mode mount optionDaeho Jeong2024-06-165-3/+56
* f2fs: compress: support chksumChao Yu2024-06-164-2/+49
* f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu2024-06-161-0/+2
* f2fs: compress: fix to check unreleased compressed clusterSheng Yong2024-03-261-1/+12
* f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim2024-02-231-0/+2
* f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu2024-02-231-6/+17
* f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu2024-01-251-1/+1
* f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu2024-01-251-0/+5
* f2fs: fix to avoid dirent corruptionChao Yu2024-01-251-1/+1
* f2fs: explicitly null-terminate the xattr listEric Biggers2024-01-251-0/+6
* f2fs: avoid format-overflow warningSu Hui2023-11-281-1/+1
* f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu2023-11-201-0/+1
* f2fs: fix to do sanity check on inode type during garbage collectionChao Yu2023-11-081-1/+2
* f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu2023-07-273-5/+21
* Revert "f2fs: fix potential corruption when moving a directory"Jan Kara2023-07-271-15/+1
* f2fs: fix error path handling in truncate_dnode()Chao Yu2023-07-271-1/+3
* f2fs: fix iostat lock protectionQilin Tan2023-06-141-2/+2
* f2fs: fix to drop all dirty pages during umount() if cp_error is setChao Yu2023-05-302-3/+12
* f2fs: fix potential corruption when moving a directoryJaegeuk Kim2023-05-171-1/+15
* f2fs: fix to avoid use-after-free for cached IPU bioChao Yu2023-05-171-1/+4
* f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Yangtao Li2023-05-171-0/+6
* f2fs: apply zone capacity to all zone typeJaegeuk Kim2023-05-172-61/+7
* f2fs: enforce single zone capacityJaegeuk Kim2023-05-174-35/+22
* f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li2023-05-171-7/+8
* fs: f2fs: initialize fsdata in pagecache_write()Alexander Potapenko2023-03-111-1/+1
* f2fs: use memcpy_{to,from}_page() where possibleEric Biggers2023-03-113-28/+8
* f2fs: fix cgroup writeback accounting with fs-layer encryptionEric Biggers2023-03-111-3/+3
* f2fs: fix information leak in f2fs_move_inline_dirents()Eric Biggers2023-03-111-7/+6
* f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu2023-02-151-6/+12
* f2fs: let's avoid panic if extent_tree is not createdJaegeuk Kim2023-01-241-1/+2
* f2fs: should put a page when checking the summary infoPavel Machek2023-01-141-0/+1
* f2fs: avoid victim selection from previous victim sectionYonggil Song2023-01-141-2/+3