| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | f2fs: avoid false shutdown fserror reports | Wenjie Qi | 1 | -0/+1 |
| 10 days | f2fs: Add trace_f2fs_fault_report | liujinbao1 | 1 | -1/+17 |
| 10 days | f2fs: annotate lockless last_time[] accesses | Cen Zhang | 1 | -5/+5 |
| 10 days | f2fs: fix potential deadlock in f2fs_balance_fs() | Ruipeng Qi | 1 | -0/+1 |
| 10 days | f2fs: map data writes to FDP streams | Wenjie Qi | 1 | -0/+2 |
| 2026-04-21 | Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+35 |
| 2026-04-18 | f2fs: add page-order information for large folio reads in iostat | Daniel Lee | 1 | -0/+3 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+0 |
| 2026-04-05 | mm: remove stray references to struct pagevec | Tal Zussman | 1 | -2/+0 |
| 2026-04-02 | f2fs: fix false alarm of lockdep on cp_global_sem lock | Chao Yu | 1 | -0/+3 |
| 2026-04-02 | f2fs: fix inline data not being written to disk in writeback path | Yongpeng Yang | 1 | -0/+2 |
| 2026-04-02 | f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionally | Chao Yu | 1 | -1/+1 |
| 2026-04-02 | f2fs: refactor node footer flag setting related code | Yongpeng Yang | 1 | -1/+1 |
| 2026-03-24 | f2fs: use more generic f2fs_stop_checkpoint() | Chao Yu | 1 | -2/+1 |
| 2026-03-24 | f2fs: call f2fs_handle_critical_error() to set cp_error flag | Chao Yu | 1 | -2/+19 |
| 2026-03-24 | f2fs: drop unused sbi parameter from f2fs_in_warm_node_list() | Yongpeng Yang | 1 | -1/+1 |
| 2026-03-24 | f2fs: Add defrag_blocks sysfs node | liujinbao1 | 1 | -0/+5 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -3/+3 |
| 2026-02-14 | Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -67/+182 |
| 2026-02-12 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux | Linus Torvalds | 1 | -10/+2 |
| 2026-02-10 | f2fs: sysfs: introduce critical_task_priority | Chao Yu | 1 | -0/+4 |
| 2026-02-04 | fsverity: use a hashtable to find the fsverity_info | Christoph Hellwig | 1 | -3/+0 |
| 2026-02-04 | f2fs: consolidate fsverity_info lookup | Christoph Hellwig | 1 | -7/+2 |
| 2026-01-31 | f2fs: fix lock priority inversion issue | Chao Yu | 1 | -0/+12 |
| 2026-01-27 | f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint() | Chao Yu | 1 | -0/+2 |
| 2026-01-27 | f2fs: change size parameter of __has_cursum_space() to unsigned int | Yongpeng Yang | 1 | -1/+1 |
| 2026-01-27 | f2fs: add write latency stats for NAT and SIT blocks in f2fs_write_checkpoint | Yongpeng Yang | 1 | -1/+3 |
| 2026-01-27 | f2fs: introduce FAULT_SKIP_WRITE | Chao Yu | 1 | -0/+1 |
| 2026-01-27 | f2fs: check skipped write in f2fs_enable_checkpoint() | Chao Yu | 1 | -0/+2 |
| 2026-01-20 | Revert "f2fs: add timeout in f2fs_enable_checkpoint()" | Jaegeuk Kim | 1 | -2/+0 |
| 2026-01-17 | f2fs: fix to do sanity check on node footer in {read,write}_end_io | Chao Yu | 1 | -0/+11 |
| 2026-01-17 | f2fs: clean up the type parameter in f2fs_sync_meta_pages() | Yangyang Zang | 1 | -2/+2 |
| 2026-01-17 | f2fs: support non-4KB block size without packed_ssa feature | Daeho Jeong | 1 | -15/+37 |
| 2026-01-17 | f2fs: make FAULT_DISCARD obsolete | Chao Yu | 1 | -1/+1 |
| 2026-01-16 | Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()" | Chao Yu | 1 | -2/+1 |
| 2026-01-13 | uapi: promote EFSCORRUPTED and EUCLEAN to errno.h | Darrick J. Wong | 1 | -3/+0 |
| 2026-01-07 | f2fs: change seq_file_ra_mul and max_io_bytes to unsigned int | Yongpeng Yang | 1 | -2/+2 |
| 2026-01-07 | f2fs: sysfs: introduce inject_lock_timeout | Chao Yu | 1 | -3/+19 |
| 2026-01-07 | f2fs: introduce FAULT_LOCK_TIMEOUT | Chao Yu | 1 | -0/+1 |
| 2026-01-07 | f2fs: rename FAULT_TIMEOUT to FAULT_ATOMIC_TIMEOUT | Chao Yu | 1 | -1/+1 |
| 2026-01-07 | f2fs: fix timeout precision of f2fs_io_schedule_timeout_killable() | Chao Yu | 1 | -4/+3 |
| 2026-01-07 | f2fs: fix to use jiffies based precision for DEFAULT_SCHEDULE_TIMEOUT | Chao Yu | 1 | -2/+2 |
| 2026-01-07 | f2fs: clean up w/ __f2fs_schedule_timeout() | Chao Yu | 1 | -2/+1 |
| 2026-01-07 | f2fs: trace elapsed time for io_rwsem lock | Chao Yu | 1 | -0/+1 |
| 2026-01-07 | f2fs: trace elapsed time for cp_global_sem lock | Chao Yu | 1 | -0/+1 |
| 2026-01-07 | f2fs: trace elapsed time for gc_lock lock | Chao Yu | 1 | -10/+12 |
| 2026-01-07 | f2fs: trace elapsed time for node_write lock | Chao Yu | 1 | -0/+1 |
| 2026-01-07 | f2fs: trace elapsed time for node_change lock | Chao Yu | 1 | -0/+1 |
| 2026-01-07 | f2fs: trace elapsed time for cp_rwsem lock | Chao Yu | 1 | -28/+5 |
| 2026-01-07 | f2fs: sysfs: introduce max_lock_elapsed_time | Chao Yu | 1 | -0/+3 |
| 2026-01-07 | f2fs: add lock elapsed time trace facility for f2fs rwsemphore | Chao Yu | 1 | -4/+47 |
| 2026-01-01 | f2fs: return immediately after submitting the specified folio in __submit_mer... | Yongpeng Yang | 1 | -0/+2 |
| 2026-01-01 | f2fs: fix to do sanity check on nat entry of quota inode | Chao Yu | 1 | -3/+3 |
| 2025-12-16 | f2fs: support large folio for immutable non-compressed case | Jaegeuk Kim | 1 | -0/+16 |
| 2025-12-04 | f2fs: optimize trace_f2fs_write_checkpoint with enums | YH Lin | 1 | -0/+6 |
| 2025-12-04 | f2fs: support to show curseg.next_blkoff in debugfs | Chao Yu | 1 | -0/+1 |
| 2025-12-04 | f2fs: expand scalability of f2fs mount option | Chao Yu | 1 | -40/+45 |
| 2025-12-04 | f2fs: change default schedule timeout value | Chao Yu | 1 | -2/+4 |
| 2025-12-04 | f2fs: introduce f2fs_schedule_timeout() | Chao Yu | 1 | -7/+15 |
| 2025-12-04 | f2fs: wrap all unusable_blocks_per_sec code in CONFIG_BLK_DEV_ZONED | Yongpeng Yang | 1 | -1/+1 |
| 2025-12-04 | f2fs: revert summary entry count from 2048 to 512 in 16kb block support | Daeho Jeong | 1 | -0/+2 |
| 2025-12-04 | f2fs: fix age extent cache insertion skip on counter overflow | Xiaole He | 1 | -0/+6 |
| 2025-12-04 | f2fs: ensure minimum trim granularity accounts for all devices | Yongpeng Yang | 1 | -0/+12 |
| 2025-12-04 | f2fs: block cache/dio write during f2fs_enable_checkpoint() | Chao Yu | 1 | -1/+2 |
| 2025-12-04 | f2fs: change the unlock parameter of f2fs_put_page to bool | Yongpeng Yang | 1 | -1/+1 |
| 2025-12-04 | f2fs: use global inline_xattr_slab instead of per-sb slab cache | Chao Yu | 1 | -3/+0 |
| 2025-12-04 | f2fs: fix to avoid updating compression context during writeback | Chao Yu | 1 | -1/+2 |
| 2025-12-04 | f2fs: fix to avoid potential deadlock | Chao Yu | 1 | -1/+0 |
| 2025-12-04 | f2fs: use f2fs_filemap_get_folio() instead of f2fs_pagecache_get_page() | Chao Yu | 1 | -10/+0 |
| 2025-10-24 | f2fs: use folio_nr_pages() instead of shift operation | Pedro Demarchi Gomes | 1 | -1/+1 |
| 2025-10-03 | Merge tag 'f2fs-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -16/+72 |
| 2025-08-29 | f2fs: Use allocate_section_policy to control write priority in multi-devices ... | Liao Yuanhong | 1 | -0/+8 |
| 2025-08-28 | f2fs: fix to do sanity check on node footer for non inode dnode | Chao Yu | 1 | -1/+3 |
| 2025-08-21 | f2fs: move verity info pointer to fs-specific part of inode | Eric Biggers | 1 | -0/+3 |
| 2025-08-21 | f2fs: move crypt info pointer to fs-specific part of inode | Eric Biggers | 1 | -0/+3 |
| 2025-08-20 | f2fs: add reserved nodes for privileged users | Chunhai Guo | 1 | -5/+12 |
| 2025-08-20 | f2fs: Add bggc_io_aware to adjust the priority of BG_GC when issuing IO | Liao Yuanhong | 1 | -7/+11 |
| 2025-08-20 | f2fs: add timeout in f2fs_enable_checkpoint() | Chao Yu | 1 | -0/+2 |
| 2025-08-11 | f2fs: add lookup_mode mount option | Daniel Lee | 1 | -0/+7 |
| 2025-08-11 | f2fs: fix condition in __allow_reserved_blocks() | Chao Yu | 1 | -3/+1 |
| 2025-08-11 | f2fs: add time stats of checkpoint for debug | Chao Yu | 1 | -0/+22 |
| 2025-08-11 | f2fs: dump more information when checkpoint was blocked for long time | Chao Yu | 1 | -1/+7 |
| 2025-08-04 | Merge tag 'f2fs-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -68/+83 |
| 2025-07-30 | f2fs: drop inode from the donation list when the last file is closed | Jaegeuk Kim | 1 | -0/+2 |
| 2025-07-24 | f2fs: don't break allocation when crossing contiguous sections | Chao Yu | 1 | -0/+1 |
| 2025-07-22 | f2fs: fix to avoid out-of-boundary access in devs.path | Chao Yu | 1 | -1/+1 |
| 2025-07-22 | f2fs: Remove F2FS_P_SB() | Matthew Wilcox (Oracle) | 1 | -5/+0 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_submit_merged_write_cond() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Remove clear_page_private_all() | Matthew Wilcox (Oracle) | 1 | -18/+0 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_cache_compressed_page() | Matthew Wilcox (Oracle) | 1 | -4/+0 |
| 2025-07-22 | f2fs: Pass a folio to F2FS_NODE() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_is_compressed_page() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_end_read_compressed_page() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-07-22 | f2fs: Pass a folio to WB_DATA_TYPE() and f2fs_is_cp_guaranteed() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_compress_write_end_io() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Convert get_page_private_data() to folio_get_f2fs_data() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-07-22 | f2fs: Convert set_page_private_data() to folio_set_f2fs_data() | Matthew Wilcox (Oracle) | 1 | -5/+7 |
| 2025-07-22 | f2fs: Use a folio in f2fs_is_cp_guaranteed() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Add folio counterparts to page_private_flags functions | Matthew Wilcox (Oracle) | 1 | -0/+28 |
| 2025-07-22 | f2fs: Pass a folio to IS_INODE() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-22 | f2fs: Pass a folio to get_dnode_base() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2025-07-22 | f2fs: Add fio->folio | Matthew Wilcox (Oracle) | 1 | -2/+5 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_recover_xattr_data() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_inode_chksum_set() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_allocate_data_block() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to is_recoverable_dnode() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to F2FS_INODE() | Matthew Wilcox (Oracle) | 1 | -4/+5 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_sanity_check_inline_data() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to sanity_check_extent_cache() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_recover_inode_page() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner | 1 | -2/+2 |
| 2025-06-24 | f2fs: Fix the typos in comments | Swarna Prabhu | 1 | -3/+3 |
| 2025-06-23 | f2fs: compress: fix UAF of f2fs_inode_info in f2fs_free_dic | Zhiguo Niu | 1 | -0/+2 |
| 2025-06-23 | f2fs: introduce reserved_pin_section sysfs entry | Chao Yu | 1 | -0/+3 |
| 2025-05-28 | f2fs: introduce is_{meta,node}_folio | Chao Yu | 1 | -2/+11 |
| 2025-05-27 | f2fs: introduce FAULT_VMALLOC | Chao Yu | 1 | -1/+5 |
| 2025-05-27 | f2fs: use vmalloc instead of kvmalloc in .init_{,de}compress_ctx | Chao Yu | 1 | -0/+5 |
| 2025-05-27 | f2fs: remove unused sbi argument from checksum functions | Eric Biggers | 1 | -14/+6 |
| 2025-05-06 | f2fs: support FAULT_TIMEOUT | Chao Yu | 1 | -0/+17 |
| 2025-05-06 | f2fs: handle error cases of memory donation | Daeho Jeong | 1 | -0/+1 |
| 2025-04-28 | f2fs: zone: fix to calculate first_zoned_segno correctly | Chao Yu | 1 | -8/+28 |
| 2025-04-28 | f2fs: Remove f2fs_new_node_page() | Matthew Wilcox (Oracle) | 1 | -6/+0 |
| 2025-04-28 | f2fs: Convert fsync_node_entry->page to folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Pass a folio to get_dnode_addr() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2025-04-28 | f2fs: Convert dnode_of_data->node_page to node_folio | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_update_inode() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Return a folio from f2fs_init_inode_metadata() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_init_read_extent_tree() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Convert f2fs_load_compressed_page() to f2fs_load_compressed_folio() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-04-28 | f2fs: Use a folio in prepare_compress_overwrite() | Matthew Wilcox (Oracle) | 1 | -0/+10 |
| 2025-04-28 | f2fs: Use a folio in f2fs_truncate_meta_inode_pages() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_set_link() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Convert f2fs_put_page_dic() to f2fs_put_folio_dic() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Pass a folio to inline_data_addr() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_recover_inline_data() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_delete_inline_entry() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_delete_entry() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_parent_dir() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_find_entry() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Pass a folio to __f2fs_find_entry() | Matthew Wilcox (Oracle) | 1 | -5/+3 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_truncate_inline_inode() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_do_read_inline_data() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Convert dnode_of_data->inode_page to inode_folio | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_has_enough_room() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_make_empty_inline_dir() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to inline_xattr_addr() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_recover_inline_xattr() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Remove f2fs_get_inode_page() | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2025-04-28 | f2fs: Remove f2fs_get_xnode_page() | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2025-04-28 | f2fs: Convert f2fs_convert_inline_page() to f2fs_convert_inline_folio() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Pass folios to set_new_dnode() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-04-28 | f2fs: Use a folio in f2fs_add_inline_entry() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to make_empty_dir() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Use a folio in f2fs_init_inode_metadata() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Remove f2fs_get_node_page() | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2025-04-28 | f2fs: Convert f2fs_move_node_page() to f2fs_move_node_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Use folios in f2fs_get_dnode_of_data() | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2025-04-28 | f2fs: Add f2fs_get_node_folio() | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2025-04-28 | f2fs: Add f2fs_get_xnode_folio() | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2025-04-28 | f2fs: Remove f2fs_grab_cache_page() | Matthew Wilcox (Oracle) | 1 | -10/+0 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_inode_chksum_verify() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Add f2fs_new_node_folio() | Matthew Wilcox (Oracle) | 1 | -1/+7 |
| 2025-04-28 | f2fs: Remove f2fs_get_new_data_page() | Matthew Wilcox (Oracle) | 1 | -7/+0 |
| 2025-04-28 | f2fs: Remove f2fs_get_lock_data_page() | Matthew Wilcox (Oracle) | 1 | -8/+0 |
| 2025-04-28 | f2fs: Add f2fs_get_new_data_folio() | Matthew Wilcox (Oracle) | 1 | -1/+8 |
| 2025-04-28 | f2fs: Remove f2fs_find_data_page() | Matthew Wilcox (Oracle) | 1 | -8/+0 |
| 2025-04-28 | f2fs: Remove f2fs_get_sum_page() | Matthew Wilcox (Oracle) | 1 | -6/+0 |
| 2025-04-28 | f2fs: Add f2fs_get_sum_folio() | Matthew Wilcox (Oracle) | 1 | -1/+7 |
| 2025-04-28 | f2fs: Convert f2fs_get_meta_page_retry() to f2fs_get_meta_folio_retry() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Remove f2fs_get_meta_page() | Matthew Wilcox (Oracle) | 1 | -6/+0 |
| 2025-04-28 | f2fs: Add f2fs_get_meta_folio() | Matthew Wilcox (Oracle) | 1 | -1/+7 |
| 2025-04-28 | f2fs: Remove f2fs_grab_meta_page() | Matthew Wilcox (Oracle) | 1 | -6/+0 |
| 2025-04-28 | f2fs: Use a folio in f2fs_ra_meta_pages_cond() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Convert f2fs_get_tmp_page() to f2fs_get_tmp_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_submit_merged_ipu_write() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Add f2fs_grab_meta_folio() | Matthew Wilcox (Oracle) | 1 | -1/+7 |
| 2025-04-28 | f2fs: Use bio_for_each_folio_all() in __has_merged_page() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Introduce fio_inode() | Matthew Wilcox (Oracle) | 1 | -0/+5 |
| 2025-04-12 | f2fs: fix to do sanity check on sbi->total_valid_block_count | Chao Yu | 1 | -2/+8 |
| 2025-04-10 | f2fs: fix to update injection attrs according to fault_option | Chao Yu | 1 | -4/+10 |
| 2025-04-10 | f2fs: add a proc entry show inject stats | Chao Yu | 1 | -0/+3 |
| 2025-03-13 | f2fs: make LAZYTIME a mount option flag | Eric Sandeen | 1 | -0/+5 |
| 2025-03-13 | f2fs: make INLINECRYPT a mount option flag | Eric Sandeen | 1 | -0/+1 |
| 2025-03-13 | f2fs: add carve_out sysfs node | Daeho Jeong | 1 | -0/+3 |
| 2025-03-11 | Revert "f2fs: rebuild nat_bits during umount" | Chao Yu | 1 | -2/+30 |
| 2025-03-11 | f2fs: introduce FAULT_INCONSISTENT_FOOTER | Chao Yu | 1 | -0/+1 |
| 2025-03-11 | f2fs: do sanity check on xattr node footer in f2fs_get_xnode_page() | Chao Yu | 1 | -0/+1 |
| 2025-03-11 | f2fs: do sanity check on inode footer in f2fs_get_inode_page() | Chao Yu | 1 | -1/+2 |
| 2025-03-08 | f2fs: control nat_bits feature via mount option | Chao Yu | 1 | -0/+1 |
| 2025-03-04 | f2fs: Add f2fs_find_data_folio() | Matthew Wilcox (Oracle) | 1 | -7/+5 |
| 2025-03-04 | f2fs: Add f2fs_get_lock_data_folio() | Matthew Wilcox (Oracle) | 1 | -1/+9 |
| 2025-03-04 | f2fs: Add f2fs_get_read_data_folio() | Matthew Wilcox (Oracle) | 1 | -2/+12 |
| 2025-03-04 | f2fs: Add f2fs_get_node_folio() | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2025-03-04 | f2fs: Convert f2fs_in_warm_node_list() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+2 |
| 2025-03-04 | f2fs: Mark some functions as taking a const page pointer | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-03-04 | f2fs: Add f2fs_grab_cache_folio() | Matthew Wilcox (Oracle) | 1 | -12/+25 |
| 2025-03-04 | f2fs: Add f2fs_folio_put() | Matthew Wilcox (Oracle) | 1 | -5/+12 |
| 2025-03-04 | f2fs: Add f2fs_folio_wait_writeback() | Matthew Wilcox (Oracle) | 1 | -2/+4 |
| 2025-02-13 | f2fs: add a sysfs entry to reclaim POSIX_FADV_NOREUSE pages | Jaegeuk Kim | 1 | -0/+2 |
| 2025-02-13 | f2fs: keep POSIX_FADV_NOREUSE ranges | Jaegeuk Kim | 1 | -1/+11 |