summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2024-08-29f2fs: fix to do sanity check in update_sit_entryZhiguo Niu1-2/+3
2024-08-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu1-1/+11
2024-08-19f2fs: fix to cover read extent cache access with lockChao Yu3-35/+25
2024-08-19f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu1-0/+10
2024-08-11f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim1-0/+1
2024-08-11f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu1-1/+2
2024-08-03f2fs: fix to update user block counts in block_operations()Chao Yu1-5/+5
2024-08-03f2fs: fix start segno of large sectionSheng Yong1-1/+2
2024-08-03f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu3-9/+42
2024-08-03f2fs: use meta inode for GC of COW fileSunmin Jeong6-7/+23
2024-08-03f2fs: use meta inode for GC of atomic fileSunmin Jeong4-9/+14
2024-08-03f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu1-2/+4
2024-08-03f2fs: fix to don't dirty inode for readonly filesystemChao Yu1-0/+3
2024-08-03f2fs: fix to force buffered IO on inline_data inodeChao Yu1-0/+2
2024-07-11f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor1-2/+2
2024-07-11f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu3-15/+38
2024-06-27f2fs: don't set RO when shutting down f2fsJaegeuk Kim1-2/+8
2024-06-27f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He1-2/+0
2024-06-16f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-06-12f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu2-33/+26
2024-06-12f2fs: write missing last sum blk of file pinning sectionDaeho Jeong1-1/+4
2024-06-12f2fs: fix to add missing iput() in gc_data_segment()Chao Yu1-2/+7
2024-06-12f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu1-3/+8
2024-06-12f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu1-1/+1
2024-06-12f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu1-0/+10
2024-06-12f2fs: compress: fix error path of inc_valid_block_count()Chao Yu1-7/+8
2024-06-12f2fs: introduce get_available_block_count() for cleanupChao Yu1-22/+27
2024-06-12f2fs: deprecate io_bitsJaegeuk Kim6-197/+10
2024-06-12f2fs: compress: fix to update i_compr_blocks correctlyChao Yu1-7/+14
2024-06-12f2fs: fix block migration when section is not aligned to pow2Wu Bo1-9/+8
2024-06-12f2fs: support file pinning for zoned devicesDaeho Jeong6-38/+154
2024-06-12f2fs: kill heap-based allocationJaegeuk Kim4-68/+10
2024-06-12f2fs: separate f2fs_gc_range() to use GC for a rangeDaeho Jeong1-21/+28
2024-06-12f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim12-136/+135
2024-06-12f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu4-28/+38
2024-06-12f2fs: Clean up errors in segment.hKaiLong Wang1-2/+2
2024-06-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu1-1/+2
2024-06-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu1-9/+11
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu1-8/+4
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu1-8/+4
2024-06-12f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu1-0/+3
2024-06-12f2fs: multidev: fix to recognize valid zero block addressChao Yu1-1/+1
2024-04-03f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong1-1/+3
2024-04-03f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong1-0/+1
2024-03-27f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu1-5/+0
2024-03-27f2fs: fix to truncate meta inode pages forcelyChao Yu3-6/+32
2024-03-27f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu4-18/+16
2024-03-27f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang1-8/+7
2024-03-27f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang1-4/+3
2024-03-27f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu3-12/+24