summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-27f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu1-2/+2
2024-03-27f2fs: check number of blocks in a current sectionJaegeuk Kim1-9/+8
2024-03-27f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu1-4/+8
2024-03-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu1-2/+8
2024-03-27f2fs: fix to create selinux label during whiteout initializationChao Yu3-11/+22
2024-03-27f2fs: fix to avoid potential panic during recoveryChao Yu2-17/+21
2024-03-27f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu1-2/+11
2024-03-27f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi1-4/+4
2024-03-27f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu1-2/+1
2024-03-27f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu1-3/+1
2024-03-27f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu4-16/+24
2024-03-27f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu3-16/+11
2024-03-27f2fs: introduce get_dnode_addr() to clean up codesChao Yu4-37/+32
2024-03-27f2fs: delete obsolete FI_DROP_CACHEChao Yu2-9/+0