summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2025-08-28f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu
2025-08-20f2fs: handle nat.blkaddr corruption in f2fs_get_node_info()Chao Yu
2025-08-20f2fs: check the generic conditions firstJaegeuk Kim
2025-08-15f2fs: fix to trigger foreground gc during f2fs_map_blocks() in lfs modeChao Yu
2025-08-15f2fs: fix to calculate dirty data during has_not_enough_free_secs()Chao Yu
2025-08-15f2fs: fix to update upper_p in __get_secs_required() correctlyChao Yu
2025-08-15f2fs: vm_unmap_ram() may be called from an invalid contextJan Prusakowski
2025-08-15f2fs: fix to avoid out-of-boundary access in devs.pathChao Yu
2025-08-15f2fs: fix to avoid panic in f2fs_evict_inodeChao Yu
2025-08-15f2fs: fix to avoid UAF in f2fs_sync_inode_meta()Chao Yu
2025-08-15f2fs: fix to check upper boundary for gc_no_zoned_gc_percentChao Yu
2025-08-15f2fs: fix to check upper boundary for gc_valid_thresh_ratioChao Yu
2025-08-15f2fs: fix to check upper boundary for value of gc_boost_zoned_gc_percentyohan.joung
2025-08-15f2fs: fix KMSAN uninit-value in extent_info usageAbinash Singh
2025-08-15f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dicZhiguo Niu
2025-08-15f2fs: compress: change the first parameter of page_array_{alloc,free} to sbiZhiguo Niu
2025-08-15f2fs: fix to avoid invalid wait context issueChao Yu
2025-08-15f2fs: fix bio memleak when committing super blockSheng Yong
2025-08-15f2fs: turn off one_time when forcibly set to foreground GCDaeho Jeong
2025-06-18f2fs: fix to zero post-eof pageChao Yu
2025-06-10f2fs: Fix __write_node_folio() conversionMatthew Wilcox (Oracle)
2025-05-30Merge tag 'f2fs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-28f2fs: fix to correct check conditions in f2fs_cross_renameZhiguo Niu
2025-05-28f2fs: use d_inode(dentry) cleanup dentry->d_inodeZhiguo Niu
2025-05-28f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabledChao Yu
2025-05-28f2fs: clean up to check bi_status w/ BLK_STS_OKChao Yu
2025-05-28f2fs: introduce is_{meta,node}_folioChao Yu
2025-05-28f2fs: add ckpt_valid_blocks to the section entryyohan.joung
2025-05-28f2fs: add a method for calculating the remaining blocks in the current segmen...yohan.joung
2025-05-27f2fs: introduce FAULT_VMALLOCChao Yu
2025-05-27f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctxChao Yu
2025-05-27f2fs: add f2fs_bug_on() in f2fs_quota_read()Chao Yu
2025-05-27f2fs: add f2fs_bug_on() to detect potential bugChao Yu
2025-05-27f2fs: remove unused sbi argument from checksum functionsEric Biggers
2025-05-13f2fs: don't over-report free space or inodes in statvfsChao Yu
2025-05-09f2fs: fix freezing filesystem during resizeChristian Brauner
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner
2025-05-08f2fs: return bool from __write_node_folioChristoph Hellwig
2025-05-08f2fs: simplify return value handling in f2fs_fsync_node_pagesChristoph Hellwig
2025-05-08f2fs: always unlock the page in f2fs_write_single_data_pageChristoph Hellwig
2025-05-08f2fs: remove wbc->for_reclaim handlingChristoph Hellwig
2025-05-08f2fs: return bool from __f2fs_write_meta_folioChristoph Hellwig
2025-05-08f2fs: fix to return correct error number in f2fs_sync_node_pages()Chao Yu
2025-05-06f2fs: drop usage of folio_indexKairui Song
2025-05-06f2fs: support FAULT_TIMEOUTChao Yu
2025-05-06f2fs: handle error cases of memory donationDaeho Jeong
2025-05-06f2fs: fix to bail out in get_new_segment()Chao Yu
2025-05-06f2fs: sysfs: export linear_lookup in features directoryChao Yu
2025-05-06f2fs: sysfs: add encoding_flags entryChao Yu
2025-04-28f2fs: zone: fix to calculate first_zoned_segno correctlyChao Yu