summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
31 hoursf2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang1-2/+5
31 hoursf2fs: Use sysfs_emit_at() to simplify codeChristophe JAILLET1-24/+21
31 hoursf2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dicZhiguo Niu2-20/+22
31 hoursf2fs: compress: change the first parameter of page_array_{alloc,free} to sbiZhiguo Niu1-20/+20
31 hoursf2fs: fix incorrect multidevice info in trace_f2fs_map_blocks()Yongpeng Yang1-1/+2
31 hoursf2fs: fix fiemap boundary handling when read extent cache is incompleteYongpeng Yang1-3/+22
31 hoursf2fs: add READ_ONCE() for i_blocks in f2fs_update_inode()Cen Zhang1-1/+1
31 hoursf2fs: fix to detect potential corrupted nid in free_nid_listChao Yu1-1/+16
31 hoursf2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad1-3/+11
31 hoursf2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin1-6/+2
2026-03-25f2fs: fix to trigger foreground gc during f2fs_map_blocks() in lfs modeChao Yu1-1/+4
2026-02-19f2fs: fix out-of-bounds access in sysfs attribute read/writeYongpeng Yang1-8/+53
2026-02-19f2fs: fix to avoid UAF in f2fs_write_end_io()Chao Yu1-3/+9
2026-02-19f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomi...Yongpeng Yang1-4/+10
2026-01-11f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes()Chao Yu1-3/+6
2026-01-11f2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu4-35/+23
2026-01-11f2fs: fix to propagate error from f2fs_enable_checkpoint()Chao Yu1-9/+15
2026-01-11f2fs: fix to avoid updating compression context during writebackChao Yu4-3/+23
2026-01-11f2fs: drop inode from the donation list when the last file is closedJaegeuk Kim4-2/+11
2026-01-11f2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim5-6/+84
2026-01-11f2fs: remove unused GC_FAILURE_PINChao Yu4-22/+13
2026-01-11f2fs: fix to avoid updating zero-sized extent in extent cacheChao Yu1-1/+3
2026-01-11f2fs: fix return value of f2fs_recover_fsync_data()Chao Yu1-5/+9
2026-01-11f2fs: invalidate dentry cache on failed whiteout creationDeepanshu Kartikey1-2/+4
2025-12-07filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-1/+0
2025-10-29f2fs: fix wrong block mapping for multi-devicesJaegeuk Kim1-1/+1
2025-10-29f2fs: factor a f2fs_map_blocks_cached helperChristoph Hellwig1-27/+38
2025-10-29f2fs: remove the create argument to f2fs_map_blocksChristoph Hellwig3-44/+34
2025-10-29f2fs: add a f2fs_get_block_locked helperChristoph Hellwig3-7/+16
2025-10-15f2fs: fix zero-sized extent for precache extentswangzijie1-3/+4
2025-08-28f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu1-0/+10
2025-08-28f2fs: fix to call clear_page_private_reference in .{release,invalid}_folioChao Yu2-1/+2
2025-08-28f2fs: fix to do sanity check on ino and xnidChao Yu1-0/+7
2025-08-15f2fs: fix to calculate dirty data during has_not_enough_free_secs()Chao Yu1-2/+1
2025-08-15f2fs: fix to update upper_p in __get_secs_required() correctlyChao Yu1-1/+1
2025-08-15f2fs: vm_unmap_ram() may be called from an invalid contextJan Prusakowski1-1/+1
2025-08-15f2fs: fix to avoid out-of-boundary access in devs.pathChao Yu1-1/+1
2025-08-15f2fs: fix to avoid panic in f2fs_evict_inodeChao Yu1-0/+13
2025-08-15f2fs: fix to avoid UAF in f2fs_sync_inode_meta()Chao Yu1-2/+6
2025-08-15f2fs: fix KMSAN uninit-value in extent_info usageAbinash Singh1-1/+1
2025-07-06f2fs: don't over-report free space or inodes in statvfsChao Yu1-12/+18
2025-06-27f2fs: fix to do sanity check on sit_bitmap_sizeChao Yu1-0/+8
2025-06-27f2fs: prevent kernel warning due to negative i_nlink from corrupted imageJaegeuk Kim1-0/+9
2025-06-27f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu1-1/+1
2025-06-27f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu2-6/+6
2025-06-27f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed()Chao Yu1-1/+1
2025-06-27f2fs: clean up w/ fscrypt_is_bounce_page()Chao Yu1-1/+1
2025-06-27f2fs: fix to do sanity check on sbi->total_valid_block_countChao Yu1-2/+8
2025-04-25f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()Chao Yu1-1/+8
2025-04-25f2fs: don't retry IO for corrupted data scenarioChao Yu1-0/+4