summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
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
2026-01-27f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()Chao Yu
2026-01-27f2fs: change size parameter of __has_cursum_space() to unsigned intYongpeng Yang
2026-01-27f2fs: add write latency stats for NAT and SIT blocks in f2fs_write_checkpointYongpeng Yang
2026-01-27f2fs: introduce FAULT_SKIP_WRITEChao Yu
2026-01-27f2fs: check skipped write in f2fs_enable_checkpoint()Chao Yu
2026-01-20Revert "f2fs: add timeout in f2fs_enable_checkpoint()"Jaegeuk Kim
2026-01-17f2fs: fix to do sanity check on node footer in {read,write}_end_ioChao Yu
2026-01-17f2fs: clean up the type parameter in f2fs_sync_meta_pages()Yangyang Zang
2026-01-17f2fs: support non-4KB block size without packed_ssa featureDaeho Jeong
2026-01-17f2fs: make FAULT_DISCARD obsoleteChao Yu
2026-01-16Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()"Chao Yu
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong
2026-01-07f2fs: change seq_file_ra_mul and max_io_bytes to unsigned intYongpeng Yang
2026-01-07f2fs: sysfs: introduce inject_lock_timeoutChao Yu
2026-01-07f2fs: introduce FAULT_LOCK_TIMEOUTChao Yu
2026-01-07f2fs: rename FAULT_TIMEOUT to FAULT_ATOMIC_TIMEOUTChao Yu
2026-01-07f2fs: fix timeout precision of f2fs_io_schedule_timeout_killable()Chao Yu
2026-01-07f2fs: fix to use jiffies based precision for DEFAULT_SCHEDULE_TIMEOUTChao Yu
2026-01-07f2fs: clean up w/ __f2fs_schedule_timeout()Chao Yu
2026-01-07f2fs: trace elapsed time for io_rwsem lockChao Yu
2026-01-07f2fs: trace elapsed time for cp_global_sem lockChao Yu
2026-01-07f2fs: trace elapsed time for gc_lock lockChao Yu
2026-01-07f2fs: trace elapsed time for node_write lockChao Yu
2026-01-07f2fs: trace elapsed time for node_change lockChao Yu