summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2025-07-22f2fs: Pass a folio to f2fs_enable_inode_chksum()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_inode_chksum_set()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_allocate_data_block()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to set_mark()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to set_fsync_mark()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to set_dentry_mark()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to is_recoverable_dnode()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to nid_of_node()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to ino_of_node()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to F2FS_INODE()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to inode_has_blocks()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_sanity_check_inline_data()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to sanity_check_inode()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to sanity_check_extent_cache()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to f2fs_recover_inode_page()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to recover_quota_data()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to recover_inode()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to recover_dentry()Matthew Wilcox (Oracle)
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-09f2fs: introduce is_cur{seg,sec}()Chao Yu
2025-07-09f2fs: fix to avoid panic in f2fs_evict_inodeChao Yu
2025-07-09f2fs: fix to avoid UAF in f2fs_sync_inode_meta()Chao Yu
2025-07-09f2fs: use kfree() instead of kvfree() to free some memoryJiazi Li
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-07-01f2fs: fix to use f2fs_is_valid_blkaddr_raw() in do_write_page()Chao Yu
2025-07-01f2fs: avoid splitting bio when reading multiple pagesJianan Huang
2025-07-01f2fs: check the generic conditions firstJaegeuk Kim
2025-06-30f2fs: don't allow unaligned truncation to smaller/equal size on pinned filewangzijie
2025-06-30f2fs: fix to check upper boundary for gc_no_zoned_gc_percentChao Yu
2025-06-30f2fs: fix to check upper boundary for gc_valid_thresh_ratioChao Yu
2025-06-30f2fs: account and print more stats during recoveryChao Yu
2025-06-30f2fs: enable tuning of boost_zoned_gc_percent via sysfsyohan.joung
2025-06-30f2fs: fix to check upper boundary for value of gc_boost_zoned_gc_percentyohan.joung
2025-06-30f2fs: fix KMSAN uninit-value in extent_info usageAbinash Singh
2025-06-24f2fs: convert F2FS_I_SB to sbi in f2fs_setattr()wangzijie
2025-06-24f2fs: Fix the typos in commentsSwarna Prabhu
2025-06-23f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dicZhiguo Niu
2025-06-23f2fs: compress: change the first parameter of page_array_{alloc,free} to sbiZhiguo Niu
2025-06-23f2fs: introduce reserved_pin_section sysfs entryChao Yu
2025-06-23f2fs: fix to avoid invalid wait context issueChao Yu
2025-06-23f2fs: fix bio memleak when committing super blockSheng Yong
2025-06-23f2fs: do sanity check on fio.new_blkaddr in do_write_page()Chao Yu
2025-06-23f2fs: handle nat.blkaddr corruption in f2fs_get_node_info()Chao Yu
2025-06-23f2fs: turn off one_time when forcibly set to foreground GCDaeho Jeong
2025-06-23f2fs: make sure zoned device GC to use FG_GC in shortage of free sectionDaeho Jeong
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes
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