summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
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
2026-01-07f2fs: trace elapsed time for cp_rwsem lockChao Yu
2026-01-07f2fs: sysfs: introduce max_lock_elapsed_timeChao Yu
2026-01-07f2fs: add lock elapsed time trace facility for f2fs rwsemphoreChao Yu
2026-01-01f2fs: return immediately after submitting the specified folio in __submit_mer...Yongpeng Yang
2026-01-01f2fs: fix to do sanity check on nat entry of quota inodeChao Yu
2025-12-16f2fs: support large folio for immutable non-compressed caseJaegeuk Kim
2025-12-04f2fs: optimize trace_f2fs_write_checkpoint with enumsYH Lin
2025-12-04f2fs: support to show curseg.next_blkoff in debugfsChao Yu
2025-12-04f2fs: expand scalability of f2fs mount optionChao Yu
2025-12-04f2fs: change default schedule timeout valueChao Yu
2025-12-04f2fs: introduce f2fs_schedule_timeout()Chao Yu
2025-12-04f2fs: wrap all unusable_blocks_per_sec code in CONFIG_BLK_DEV_ZONEDYongpeng Yang
2025-12-04f2fs: revert summary entry count from 2048 to 512 in 16kb block supportDaeho Jeong
2025-12-04f2fs: fix age extent cache insertion skip on counter overflowXiaole He
2025-12-04f2fs: ensure minimum trim granularity accounts for all devicesYongpeng Yang
2025-12-04f2fs: block cache/dio write during f2fs_enable_checkpoint()Chao Yu
2025-12-04f2fs: change the unlock parameter of f2fs_put_page to boolYongpeng Yang
2025-12-04f2fs: use global inline_xattr_slab instead of per-sb slab cacheChao Yu
2025-12-04f2fs: fix to avoid updating compression context during writebackChao Yu
2025-12-04f2fs: fix to avoid potential deadlockChao Yu