summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
3 daysf2fs: fix fsck inconsistency caused by FGGC of node blockYongpeng Yang1-14/+13
3 daysf2fs: fix inline data not being written to disk in writeback pathYongpeng Yang3-1/+12
3 daysf2fs: refactor f2fs_move_node_folio functionYongpeng Yang1-22/+32
3 daysf2fs: fix uninitialized kobject put in f2fs_init_sysfs()Guangshuo Li1-4/+6
3 daysf2fs: fix node_cnt race between extent node destroy and writebackYongpeng Yang1-7/+10
3 daysf2fs: fix incorrect multidevice info in trace_f2fs_map_blocks()Yongpeng Yang1-1/+2
3 daysf2fs: fix incorrect file address mapping when inline inode is unwrittenYongpeng Yang1-4/+9
3 daysf2fs: fix fsck inconsistency caused by incorrect nat_entry flag usageYongpeng Yang1-9/+5
3 daysf2fs: fix fiemap boundary handling when read extent cache is incompleteYongpeng Yang1-3/+22
3 daysf2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu2-0/+14
3 daysf2fs: add READ_ONCE() for i_blocks in f2fs_update_inode()Cen Zhang1-1/+1
2026-04-27f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io()George Saad1-3/+11
2026-04-27f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footerChao Yu1-1/+2
2026-04-27f2fs: fix to avoid memory leak in f2fs_rename()Chao Yu1-0/+1
2026-04-27f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io()Yongpeng Yang1-2/+2
2026-04-27f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu3-7/+12
2026-02-22Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-6/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-02-17f2fs: make f2fs_verify_cluster() partially large-folio-awareEric Biggers1-4/+5
2026-02-17f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()Eric Biggers1-2/+0
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2026-02-14Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-513/+1380
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds7-80/+83
2026-02-10f2fs: sysfs: introduce critical_task_priorityChao Yu5-0/+26
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+4
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig3-8/+0
2026-02-04f2fs: consolidate fsverity_info lookupChristoph Hellwig3-56/+62
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig2-7/+16
2026-02-02fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig2-8/+22
2026-02-02readahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig1-0/+2
2026-01-31f2fs: introduce trace_f2fs_priority_updateChao Yu1-5/+12
2026-01-31f2fs: fix lock priority inversion issueChao Yu4-2/+96
2026-01-31f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_beginYeongjin Gil1-2/+10
2026-01-30f2fs: fix incomplete block usage in compact SSA summariesDaeho Jeong1-4/+4
2026-01-29fsverity: start consolidating pagecache codeChristoph Hellwig1-16/+1
2026-01-29fsverity: pass struct file to ->write_merkle_tree_blockChristoph Hellwig1-3/+3
2026-01-29f2fs: don't build the fsverity work handler for !CONFIG_FS_VERITYChristoph Hellwig1-1/+1
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig1-1/+0
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig1-4/+0
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein2-2/+2
2026-01-27f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()Chao Yu2-1/+3
2026-01-27f2fs: optimize NAT block loading during checkpoint writeYongpeng Yang1-1/+13
2026-01-27f2fs: change size parameter of __has_cursum_space() to unsigned intYongpeng Yang1-1/+1
2026-01-27f2fs: add write latency stats for NAT and SIT blocks in f2fs_write_checkpointYongpeng Yang2-2/+6
2026-01-27f2fs: pin files do not require sbi->writepages lock for orderingYongpeng Yang1-0/+2
2026-01-27f2fs: fix to show simulate_lock_timeout correctlyChao Yu1-1/+2
2026-01-27f2fs: introduce FAULT_SKIP_WRITEChao Yu3-0/+6
2026-01-27f2fs: check skipped write in f2fs_enable_checkpoint()Chao Yu4-4/+55