summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2025-07-10f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu
2025-07-10f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu
2025-07-10f2fs: decrease spare area for pinned files for zoned devicesDaeho Jeong
2025-07-06f2fs: fix to zero post-eof pageChao Yu
2025-07-06f2fs: don't over-report free space or inodes in statvfsChao Yu
2025-06-27f2fs: fix to set atomic write status more clearChao Yu
2025-06-27f2fs: fix to bail out in get_new_segment()Chao Yu
2025-06-27f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctxChao Yu
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim
2025-06-27f2fs: fix to do sanity check on ino and xnidChao Yu
2025-06-19f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu
2025-06-19f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu
2025-06-19f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu
2025-06-19f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu
2025-06-19f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu
2025-06-19f2fs: prevent the current section from being selected as a victim during GCyohan.joung
2025-06-19f2fs: clean up unnecessary indentationJaegeuk Kim
2025-06-19f2fs: zone: fix to avoid inconsistence in between SIT and SSAChao Yu
2025-06-10f2fs: fix to avoid accessing uninitialized cursegChao Yu
2025-05-29f2fs: introduce f2fs_base_attr for global sysfs entriesJaegeuk Kim
2025-04-20f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil
2025-04-20Revert "f2fs: rebuild nat_bits during umount"Chao Yu
2025-04-20f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()Chao Yu
2025-04-20f2fs: don't retry IO for corrupted data scenarioChao Yu
2025-02-08f2fs: Introduce linear search for dentriesDaniel Lee
2025-01-17fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav
2024-12-14f2fs: add a sysfs node to limit max read extent count per-inodeChao Yu
2024-12-14f2fs: fix to shrink read extent node in batchesChao Yu
2024-12-14f2fs: print message if fscorrupted was found in f2fs_new_node_page()Chao Yu
2024-12-14f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han
2024-12-14f2fs: fix to requery extent which cross boundary of inquiryChao Yu
2024-12-14f2fs: fix to adjust appropriate length for fiemapZhiguo Niu
2024-12-14f2fs: clean up w/ F2FS_{BLK_TO_BYTES,BTYES_TO_BLK}Chao Yu
2024-12-09f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu
2024-12-05f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu
2024-12-05Revert "f2fs: remove unreachable lazytime mount option parsing"Jaegeuk Kim
2024-12-05f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang
2024-12-05f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflowChao Yu
2024-12-05f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu
2024-12-05f2fs: fix to map blocks correctly for direct writeChao Yu
2024-12-05f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li
2024-12-05f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...Zhiguo Niu
2024-12-05f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu
2024-12-05f2fs: Fix not used variable 'index'Zeng Heng
2024-12-05f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang
2024-12-05f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei
2024-12-05f2fs: fix to account dirty data in __get_secs_required()Chao Yu
2024-12-05f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin
2024-12-05f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han