summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2024-09-08f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu
2024-08-29f2fs: fix to do sanity check in update_sit_entryZhiguo Niu
2024-08-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu
2024-08-19f2fs: fix to cover read extent cache access with lockChao Yu
2024-08-19f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu
2024-08-11f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim
2024-08-11f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu
2024-08-03f2fs: fix to update user block counts in block_operations()Chao Yu
2024-08-03f2fs: fix start segno of large sectionSheng Yong
2024-08-03f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu
2024-08-03f2fs: use meta inode for GC of COW fileSunmin Jeong
2024-08-03f2fs: use meta inode for GC of atomic fileSunmin Jeong
2024-08-03f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu
2024-08-03f2fs: fix to don't dirty inode for readonly filesystemChao Yu
2024-08-03f2fs: fix to force buffered IO on inline_data inodeChao Yu
2024-07-11f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor
2024-07-11f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu
2024-06-27f2fs: don't set RO when shutting down f2fsJaegeuk Kim
2024-06-27f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu
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