summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2024-06-12f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu
2024-06-12f2fs: write missing last sum blk of file pinning sectionDaeho Jeong
2024-06-12f2fs: fix to add missing iput() in gc_data_segment()Chao Yu
2024-06-12f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu
2024-06-12f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu
2024-06-12f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu
2024-06-12f2fs: compress: fix error path of inc_valid_block_count()Chao Yu
2024-06-12f2fs: introduce get_available_block_count() for cleanupChao Yu
2024-06-12f2fs: deprecate io_bitsJaegeuk Kim
2024-06-12f2fs: compress: fix to update i_compr_blocks correctlyChao Yu
2024-06-12f2fs: fix block migration when section is not aligned to pow2Wu Bo
2024-06-12f2fs: support file pinning for zoned devicesDaeho Jeong
2024-06-12f2fs: kill heap-based allocationJaegeuk Kim
2024-06-12f2fs: separate f2fs_gc_range() to use GC for a rangeDaeho Jeong
2024-06-12f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim
2024-06-12f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu
2024-06-12f2fs: Clean up errors in segment.hKaiLong Wang
2024-06-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu
2024-06-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu
2024-06-12f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu
2024-06-12f2fs: multidev: fix to recognize valid zero block addressChao Yu
2024-04-03f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong
2024-04-03f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong
2024-03-26f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu
2024-03-26f2fs: fix to truncate meta inode pages forcelyChao Yu
2024-03-26f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu
2024-03-26f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang
2024-03-26f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang
2024-03-26f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu
2024-03-26f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu
2024-03-26f2fs: check number of blocks in a current sectionJaegeuk Kim
2024-03-26f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu
2024-03-26f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu
2024-03-26f2fs: fix to create selinux label during whiteout initializationChao Yu
2024-03-26f2fs: fix to avoid potential panic during recoveryChao Yu
2024-03-26f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu
2024-03-26f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi
2024-03-26f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu
2024-03-26f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu
2024-03-26f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu
2024-03-26f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu
2024-03-26f2fs: introduce get_dnode_addr() to clean up codesChao Yu
2024-03-26f2fs: delete obsolete FI_DROP_CACHEChao Yu
2024-03-26f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu
2024-03-26f2fs: compress: fix to check unreleased compressed clusterSheng Yong
2024-03-26f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu
2024-03-26f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu
2024-03-26quota: Properly annotate i_dquot arrays with __rcuJan Kara