summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2025-09-16f2fs: fix to mitigate overhead of f2fs_zero_post_eof_page()Chao Yu
2025-09-16f2fs: fix to truncate first page in error path of f2fs_truncate()Chao Yu
2025-08-04Merge tag 'f2fs-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-30f2fs: drop inode from the donation list when the last file is closedJaegeuk Kim
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-24f2fs: zone: wait for inflight dio completion, excluding pinned files read usi...yohan.joung
2025-07-24f2fs: remove unnecessary tracepoint enabled checkSheng Yong
2025-07-22f2fs: Add folio counterparts to page_private_flags functionsMatthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to IS_INODE()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to ADDRS_PER_PAGE()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to ofs_of_node()Matthew Wilcox (Oracle)
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
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-24f2fs: convert F2FS_I_SB to sbi in f2fs_setattr()wangzijie
2025-06-23f2fs: introduce reserved_pin_section sysfs entryChao Yu
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes
2025-06-18f2fs: fix to zero post-eof pageChao Yu
2025-05-08f2fs: remove wbc->for_reclaim handlingChristoph Hellwig
2025-05-06f2fs: handle error cases of memory donationDaeho Jeong
2025-04-28f2fs: Pass a folio to get_dnode_addr()Matthew Wilcox (Oracle)
2025-04-28f2fs: Convert dnode_of_data->node_page to node_folioMatthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in redirty_blocks()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in need_inode_page_update()Matthew Wilcox (Oracle)
2025-04-28f2fs: Pass a folio to f2fs_truncate_inline_inode()Matthew Wilcox (Oracle)
2025-04-28f2fs: Pass folios to set_new_dnode()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in f2fs_do_truncate_blocks()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in fill_zero()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in f2fs_defragment_range()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in __clone_blkaddrs()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use f2fs_folio_wait_writeback()Matthew Wilcox (Oracle)
2025-04-10f2fs: add a fast path in finish_preallocate_blocks()Chao Yu
2025-03-12f2fs: fix to avoid running out of free segmentsChao Yu
2025-03-11f2fs: do sanity check on inode footer in f2fs_get_inode_page()Chao Yu
2025-03-04f2fs: Convert truncate_partial_data_page() to use a folioMatthew Wilcox (Oracle)
2025-02-13f2fs: keep POSIX_FADV_NOREUSE rangesJaegeuk Kim
2025-02-12f2fs: fix to avoid panic once fallocation fails for pinfileChao Yu
2025-02-12f2fs: add ioctl to get IO priority hintJaegeuk Kim
2025-01-22f2fs: Clean up the loop outside of f2fs_invalidate_blocks()Yi Sun
2025-01-16f2fs: Optimize f2fs_truncate_data_blocks_range()Yi Sun
2025-01-13f2fs: add parameter @len to f2fs_invalidate_blocks()Yi Sun
2024-11-26Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-05f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu
2024-11-05f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li
2024-11-03fdget(), more trivial conversionsAl Viro
2024-11-01f2fs: remove redundant atomic file check in defragmentZhiguo Niu
2024-11-01f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()Chao Yu
2024-11-01f2fs: introduce device aliasing fileDaeho Jeong