summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-28Merge tag 'f2fs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+81
2026-08-27f2fs: support resizable tail section and unify pinned allocationDaeho Jeong1-0/+2
2026-08-26f2fs: don't leave the hashed inode while it's unlinkedJaegeuk Kim1-1/+2
2026-08-21f2fs: use f2fs_{down, up}_(read, write}_trace() for nat_tree_lockChao Yu1-0/+1
2026-08-21f2fs: reduce memory footprint of ino managementChao Yu1-1/+5
2026-08-17f2fs: fix to avoid pinfile fragment on fragment:{block, segment} modeChao Yu1-4/+11
2026-08-17f2fs: cleanup w/ f2fs_need_rand_{blk, seg, seg_blk}Chao Yu1-2/+11
2026-08-17f2fs: fix to shrink gc_lock coverage in f2fs_gc_range()Chao Yu1-1/+1
2026-08-11f2fs: call __add_ino_entry out of the eviction pathJaegeuk Kim1-0/+4
2026-08-11f2fs: support dynamic reserve/release for device aliasingDaeho Jeong1-2/+17
2026-08-04f2fs: Run f2fs_write_end_io() asynchronouslyBart Van Assche1-0/+2
2026-07-28f2fs: embed f2fs_gc_kthread in f2fs_sb_infoChao Yu1-1/+28
2026-07-20f2fs: Remove fs-layer file contents en/decryption codeEric Biggers1-2/+0
2026-06-22f2fs: Rename f2fs_post_read_wq into f2fs_wqBart Van Assche1-3/+3
2026-06-22f2fs: fix to do sanity check on f2fs_get_node_folio_ra()Chao Yu1-0/+1
2026-06-22f2fs: avoid false shutdown fserror reportsWenjie Qi1-0/+1
2026-06-22f2fs: Add trace_f2fs_fault_reportliujinbao11-1/+17
2026-06-22f2fs: annotate lockless last_time[] accessesCen Zhang1-5/+5
2026-05-22f2fs: fix potential deadlock in f2fs_balance_fs()Ruipeng Qi1-0/+1
2026-05-22f2fs: map data writes to FDP streamsWenjie Qi1-0/+2
2026-04-21Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+35
2026-04-18f2fs: add page-order information for large folio reads in iostatDaniel Lee1-0/+3
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2026-04-05mm: remove stray references to struct pagevecTal Zussman1-2/+0
2026-04-02f2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu1-0/+3
2026-04-02f2fs: fix inline data not being written to disk in writeback pathYongpeng Yang1-0/+2
2026-04-02f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu1-1/+1
2026-04-02f2fs: refactor node footer flag setting related codeYongpeng Yang1-1/+1
2026-03-24f2fs: use more generic f2fs_stop_checkpoint()Chao Yu1-2/+1
2026-03-24f2fs: call f2fs_handle_critical_error() to set cp_error flagChao Yu1-2/+19
2026-03-24f2fs: drop unused sbi parameter from f2fs_in_warm_node_list()Yongpeng Yang1-1/+1
2026-03-24f2fs: Add defrag_blocks sysfs nodeliujinbao11-0/+5
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-3/+3
2026-02-14Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-67/+182
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-10/+2
2026-02-10f2fs: sysfs: introduce critical_task_priorityChao Yu1-0/+4
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig1-3/+0
2026-02-04f2fs: consolidate fsverity_info lookupChristoph Hellwig1-7/+2
2026-01-31f2fs: fix lock priority inversion issueChao Yu1-0/+12
2026-01-27f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()Chao Yu1-0/+2
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 Yang1-1/+3
2026-01-27f2fs: introduce FAULT_SKIP_WRITEChao Yu1-0/+1
2026-01-27f2fs: check skipped write in f2fs_enable_checkpoint()Chao Yu1-0/+2
2026-01-20Revert "f2fs: add timeout in f2fs_enable_checkpoint()"Jaegeuk Kim1-2/+0
2026-01-17f2fs: fix to do sanity check on node footer in {read,write}_end_ioChao Yu1-0/+11
2026-01-17f2fs: clean up the type parameter in f2fs_sync_meta_pages()Yangyang Zang1-2/+2
2026-01-17f2fs: support non-4KB block size without packed_ssa featureDaeho Jeong1-15/+37
2026-01-17f2fs: make FAULT_DISCARD obsoleteChao Yu1-1/+1
2026-01-16Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()"Chao Yu1-2/+1