summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-08f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu3-3/+21
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 null reference error when checking end of zoneDaejun Park1-1/+3
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-05-20Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-349/+630
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2024-05-15f2fs: initialize last_block_in_bio variableWu Bo1-10/+13
2024-05-15f2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor1-2/+2
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+2
2024-05-11f2fs: fix to add missing iput() in gc_data_segment()Chao Yu1-2/+7
2024-05-11f2fs: allow dirty sections with zero valid block for checkpoint disabledDaeho Jeong1-2/+4
2024-05-10f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu1-3/+8
2024-05-10f2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu1-1/+1
2024-05-10f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu1-0/+10
2024-05-10f2fs: compress: fix error path of inc_valid_block_count()Chao Yu1-7/+8
2024-05-10f2fs: compress: fix typo in f2fs_reserve_compress_blocks()Chao Yu1-1/+1
2024-05-10f2fs: compress: fix to update i_compr_blocks correctlyChao Yu1-7/+14
2024-05-09f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu3-15/+38
2024-05-09f2fs: fix to limit gc_pin_file_thresholdChao Yu4-7/+16
2024-05-09f2fs: remove unused GC_FAILURE_PINChao Yu4-22/+13
2024-05-09f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu2-33/+26
2024-05-09f2fs: fix block migration when section is not aligned to pow2Wu Bo1-9/+8
2024-05-06f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folioMatthew Wilcox (Oracle)1-2/+3
2024-04-29f2fs: zone: fix to don't trigger OPU on pinfile for direct IOChao Yu1-2/+3
2024-04-29f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu4-6/+15
2024-04-29f2fs: remove redundant parameter in is_next_segment_free()Yifan Zhao1-3/+2
2024-04-25f2fs: use helper to print zone conditionWu Bo1-14/+3
2024-04-25f2fs: fix false alarm on invalid block addressJaegeuk Kim1-4/+5
2024-04-25f2fs: clear writeback when compression failedJaegeuk Kim1-2/+38
2024-04-19f2fs: remove unnecessary block size check in init_f2fs_fs()Chao Yu1-6/+0
2024-04-19f2fs: fix comment in sanity_check_raw_super()Chao Yu1-1/+1
2024-04-19f2fs: convert f2fs__page tracepoint class to use folioChao Yu3-9/+9
2024-04-19f2fs: convert f2fs_read_inline_data() to use folioChao Yu3-25/+24
2024-04-19f2fs: convert f2fs_read_single_page() to use folioChao Yu1-13/+14
2024-04-19f2fs: convert f2fs_mpage_readpages() to use folioChao Yu1-40/+40
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim4-7/+89
2024-04-14f2fs: allow direct io of pinned files for zoned storageDaeho Jeong1-1/+2
2024-04-14f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong1-9/+16
2024-04-12f2fs: use folio_test_writebackJaegeuk Kim8-13/+13