summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
6 daysf2fs: parameterize block size and mask macrosKelvin Zhang
6 daysf2fs: describe node tree geometry dynamicallyKelvin Zhang
6 daysf2fs: parameterize byte and block conversion macrosKelvin Zhang
6 daysf2fs: parameterize sector conversion macrosKelvin Zhang
6 daysf2fs: describe {i,d,id}node block layout dynamicallyKelvin Zhang
6 daysf2fs: describe dentry block layout dynamicallyKelvin Zhang
6 daysf2fs: describe orphan block layout dynamicallyKelvin Zhang
6 daysf2fs: describe NAT block layout dynamicallyKelvin Zhang
6 daysf2fs: describe SIT block layout dynamicallyKelvin Zhang
6 daysf2fs: drop pending discard commands before reserving device aliasDaeho Jeong
7 daysf2fs: stop using PG_privateZi Yan
13 daysMerge tag 'f2fs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-27f2fs: support resizable tail section and unify pinned allocationDaeho Jeong
2026-08-26f2fs: don't leave the hashed inode while it's unlinkedJaegeuk Kim
2026-08-21f2fs: use f2fs_{down, up}_(read, write}_trace() for nat_tree_lockChao Yu
2026-08-21f2fs: reduce memory footprint of ino managementChao Yu
2026-08-17f2fs: fix to avoid pinfile fragment on fragment:{block, segment} modeChao Yu
2026-08-17f2fs: cleanup w/ f2fs_need_rand_{blk, seg, seg_blk}Chao Yu
2026-08-17f2fs: fix to shrink gc_lock coverage in f2fs_gc_range()Chao Yu
2026-08-11f2fs: call __add_ino_entry out of the eviction pathJaegeuk Kim
2026-08-11f2fs: support dynamic reserve/release for device aliasingDaeho Jeong
2026-08-04f2fs: Run f2fs_write_end_io() asynchronouslyBart Van Assche
2026-07-28f2fs: embed f2fs_gc_kthread in f2fs_sb_infoChao Yu
2026-07-20f2fs: Remove fs-layer file contents en/decryption codeEric Biggers
2026-06-22f2fs: Rename f2fs_post_read_wq into f2fs_wqBart Van Assche
2026-06-22f2fs: fix to do sanity check on f2fs_get_node_folio_ra()Chao Yu
2026-06-22f2fs: avoid false shutdown fserror reportsWenjie Qi
2026-06-22f2fs: Add trace_f2fs_fault_reportliujinbao1
2026-06-22f2fs: annotate lockless last_time[] accessesCen Zhang
2026-05-22f2fs: fix potential deadlock in f2fs_balance_fs()Ruipeng Qi
2026-05-22f2fs: map data writes to FDP streamsWenjie Qi
2026-04-21Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-18f2fs: add page-order information for large folio reads in iostatDaniel Lee
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-05mm: remove stray references to struct pagevecTal Zussman
2026-04-02f2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu
2026-04-02f2fs: fix inline data not being written to disk in writeback pathYongpeng Yang
2026-04-02f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu
2026-04-02f2fs: refactor node footer flag setting related codeYongpeng Yang
2026-03-24f2fs: use more generic f2fs_stop_checkpoint()Chao Yu
2026-03-24f2fs: call f2fs_handle_critical_error() to set cp_error flagChao Yu
2026-03-24f2fs: drop unused sbi parameter from f2fs_in_warm_node_list()Yongpeng Yang
2026-03-24f2fs: Add defrag_blocks sysfs nodeliujinbao1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-14Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-10f2fs: sysfs: introduce critical_task_priorityChao Yu
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig
2026-02-04f2fs: consolidate fsverity_info lookupChristoph Hellwig
2026-01-31f2fs: fix lock priority inversion issueChao Yu