summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2025-09-16f2fs: fix to update map->m_next_extent correctly in f2fs_map_blocks()Chao Yu
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-09f2fs: fix wrong layout information on 16KB pageJaegeuk Kim
2025-09-09f2fs: clean up error handing of f2fs_submit_page_read()Chao Yu
2025-09-09f2fs: avoid unnecessary folio_clear_uptodate() for cleanupChao Yu
2025-09-09f2fs: merge FUA command with the existing writesJaegeuk Kim
2025-09-02f2fs: allocate HOT_DATA for IPU writesJaegeuk Kim
2025-08-29f2fs: Use allocate_section_policy to control write priority in multi-devices ...Liao Yuanhong
2025-08-28f2fs: fix to do sanity check on node footer for non inode dnodeChao Yu
2025-08-27fs: stop accessing ->i_count directly in f2fs and gfs2Josef Bacik
2025-08-21f2fs: move verity info pointer to fs-specific part of inodeEric Biggers
2025-08-21f2fs: move crypt info pointer to fs-specific part of inodeEric Biggers
2025-08-20f2fs: show the list of donation filesJaegeuk Kim
2025-08-20f2fs: fix to allow removing qf_nameChao Yu
2025-08-20f2fs: fix to avoid NULL pointer dereference in f2fs_check_quota_consistency()Chao Yu
2025-08-20f2fs: clean up w/ get_left_section_blocks()Chao Yu
2025-08-20f2fs: add reserved nodes for privileged usersChunhai Guo
2025-08-20f2fs: Add bggc_io_aware to adjust the priority of BG_GC when issuing IOLiao Yuanhong
2025-08-20f2fs: dump more information for f2fs_{enable,disable}_checkpoint()Chao Yu
2025-08-20f2fs: add timeout in f2fs_enable_checkpoint()Chao Yu
2025-08-20f2fs: fix to detect potential corrupted nid in free_nid_listChao Yu
2025-08-20f2fs: fix to clear unusable_cap for checkpoint=enableChao Yu
2025-08-11f2fs: clean up f2fs_truncate_partial_cluster()Chao Yu
2025-08-11f2fs: fix to zero data after EOF for compressed file correctlyChao Yu
2025-08-11f2fs: fix to avoid overflow while left shift operationChao Yu
2025-08-11f2fs: add sysfs entry for effective lookup modeDaniel Lee
2025-08-11f2fs: add lookup_mode mount optionDaniel Lee
2025-08-11f2fs: add error checking in do_write_page()mason.zhang
2025-08-11f2fs: fix condition in __allow_reserved_blocks()Chao Yu
2025-08-11f2fs: add time stats of checkpoint for debugChao Yu
2025-08-11f2fs: dump more information when checkpoint was blocked for long timeChao 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-29f2fs: add gc_boost_gc_greedy sysfs nodeDaeho Jeong
2025-07-29f2fs: add gc_boost_gc_multiple sysfs nodeDaeho Jeong
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-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28f2fs: fix to trigger foreground gc during f2fs_map_blocks() in lfs modeChao Yu
2025-07-28f2fs: fix to calculate dirty data during has_not_enough_free_secs()Chao Yu
2025-07-28f2fs: fix to update upper_p in __get_secs_required() correctlyChao Yu
2025-07-28f2fs: directly add newly allocated pre-dirty nat entry to dirty set listwangzijie
2025-07-28f2fs: avoid redundant clean nat entry move in lru listwangzijie
2025-07-24f2fs: zone: wait for inflight dio completion, excluding pinned files read usi...yohan.joung
2025-07-24f2fs: ignore valid ratio when free section count is lowDaeho Jeong
2025-07-24f2fs: don't break allocation when crossing contiguous sectionsChao Yu
2025-07-24f2fs: remove unnecessary tracepoint enabled checkSheng Yong
2025-07-24f2fs: merge the two conditions to avoid code duplicationmason.zhang
2025-07-24f2fs: vm_unmap_ram() may be called from an invalid contextJan Prusakowski
2025-07-22f2fs: fix to avoid out-of-boundary access in dnode pageChao Yu