| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | f2fs: avoid false shutdown fserror reports | Wenjie Qi | 2 | -1/+9 |
| 9 days | f2fs: validate compress cache inode only when enabled | Wenjie Qi | 1 | -2/+7 |
| 9 days | f2fs: pass correct iostat type for single node writes | Wenjie Qi | 1 | -1/+1 |
| 9 days | f2fs: fix missing read bio submission on large folio error | Wenjie Qi | 1 | -6/+5 |
| 9 days | f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inode | Chao Yu | 2 | -11/+50 |
| 9 days | f2fs: fix potential deadlock in gc_merge path of f2fs_balance_fs() | Chao Yu | 1 | -7/+7 |
| 10 days | f2fs: add logs in f2fs_disable_checkpoint() | Chao Yu | 1 | -1/+18 |
| 10 days | f2fs: add iostat latency tracking for direct IO | liujinbao1 | 1 | -0/+35 |
| 10 days | f2fs: optimize representative type determination in GC | Daeho Jeong | 1 | -3/+8 |
| 10 days | f2fs: Add trace_f2fs_fault_report | liujinbao1 | 2 | -1/+26 |
| 10 days | f2fs: annotate lockless NAT counter reads | Cen Zhang | 2 | -3/+11 |
| 10 days | f2fs: annotate lockless last_time[] accesses | Cen Zhang | 1 | -5/+5 |
| 10 days | f2fs: initialize ino_entry_info before checkpoint load | Deepanshu Kartikey | 1 | -2/+7 |
| 10 days | f2fs: fix potential deadlock in f2fs_balance_fs() | Ruipeng Qi | 3 | -0/+38 |
| 10 days | f2fs: fix incorrect FI_NO_EXTENT handling in __destroy_extent_node() | Yongpeng Yang | 1 | -12/+7 |
| 10 days | f2fs: support to report fserror | Chao Yu | 12 | -1/+64 |
| 10 days | f2fs: map data writes to FDP streams | Wenjie Qi | 4 | -0/+19 |
| 2026-04-21 | Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 18 | -147/+360 |
| 2026-04-18 | f2fs: add page-order information for large folio reads in iostat | Daniel Lee | 4 | -1/+48 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -7/+4 |
| 2026-04-15 | f2fs: do not support mmap write for large folio | Jaegeuk Kim | 1 | -1/+10 |
| 2026-04-13 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux | Linus Torvalds | 2 | -3/+8 |
| 2026-04-13 | f2fs: fix uninitialized kobject put in f2fs_init_sysfs() | Guangshuo Li | 1 | -4/+6 |
| 2026-04-13 | f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show() | Yongpeng Yang | 1 | -2/+5 |
| 2026-04-13 | f2fs: disallow setting an extension to both cold and hot | Yongpeng Yang | 1 | -0/+15 |
| 2026-04-13 | f2fs: fix node_cnt race between extent node destroy and writeback | Yongpeng Yang | 1 | -7/+10 |
| 2026-04-13 | f2fs: allow empty mount string for Opt_usr|grp|projjquota | Jaegeuk Kim | 1 | -12/+15 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 12 | -63/+63 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -3/+3 |
| 2026-04-05 | folio_batch: rename pagevec.h to folio_batch.h | Tal Zussman | 4 | -4/+4 |
| 2026-04-05 | fs: remove unncessary pagevec.h includes | Tal Zussman | 1 | -1/+0 |
| 2026-04-05 | mm: remove stray references to struct pagevec | Tal Zussman | 1 | -2/+0 |
| 2026-04-02 | f2fs: fix to preserve previous reserve_{blocks,node} value when remount | Zhiguo Niu | 1 | -0/+2 |
| 2026-04-02 | f2fs: invalidate block device page cache on umount | Yongpeng Yang | 1 | -0/+6 |
| 2026-04-02 | f2fs: fix to freeze GC and discard threads quickly | Daeho Jeong | 2 | -1/+21 |
| 2026-04-02 | f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footer | Chao Yu | 1 | -1/+2 |
| 2026-04-02 | f2fs: fix false alarm of lockdep on cp_global_sem lock | Chao Yu | 2 | -0/+14 |
| 2026-04-02 | f2fs: fix data loss caused by incorrect use of nat_entry flag | Yongpeng Yang | 1 | -0/+3 |
| 2026-04-02 | f2fs: fix to skip empty sections in f2fs_get_victim | Daeho Jeong | 1 | -0/+3 |
| 2026-04-02 | f2fs: fix inline data not being written to disk in writeback path | Yongpeng Yang | 3 | -1/+12 |
| 2026-04-02 | f2fs: fix fsck inconsistency caused by FGGC of node block | Yongpeng Yang | 1 | -14/+13 |
| 2026-04-02 | f2fs: fix fsck inconsistency caused by incorrect nat_entry flag usage | Yongpeng Yang | 1 | -9/+5 |
| 2026-04-02 | f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionally | Chao Yu | 3 | -7/+12 |
| 2026-04-02 | f2fs: refactor node footer flag setting related code | Yongpeng Yang | 3 | -14/+13 |
| 2026-04-02 | f2fs: refactor f2fs_move_node_folio function | Yongpeng Yang | 1 | -22/+32 |
| 2026-03-24 | f2fs: use more generic f2fs_stop_checkpoint() | Chao Yu | 4 | -13/+14 |
| 2026-03-24 | f2fs: call f2fs_handle_critical_error() to set cp_error flag | Chao Yu | 1 | -2/+19 |
| 2026-03-24 | f2fs: add READ_ONCE() for i_blocks in f2fs_update_inode() | Cen Zhang | 1 | -1/+1 |
| 2026-03-24 | f2fs: drop unused ri parameter from truncate_partial_nodes() | Yongpeng Yang | 1 | -5/+3 |
| 2026-03-24 | f2fs: fix fiemap boundary handling when read extent cache is incomplete | Yongpeng Yang | 1 | -3/+22 |
| 2026-03-24 | f2fs: fix incorrect multidevice info in trace_f2fs_map_blocks() | Yongpeng Yang | 1 | -1/+2 |
| 2026-03-24 | f2fs: fix use-after-free of sbi in f2fs_compress_write_end_io() | George Saad | 1 | -3/+11 |
| 2026-03-24 | f2fs: drop unused sbi parameter from f2fs_in_warm_node_list() | Yongpeng Yang | 4 | -5/+5 |
| 2026-03-24 | f2fs: fix UAF caused by decrementing sbi->nr_pages[] in f2fs_write_end_io() | Yongpeng Yang | 1 | -2/+2 |
| 2026-03-24 | f2fs: avoid reading already updated pages during GC | Jianan Huang | 1 | -1/+4 |
| 2026-03-24 | f2fs: Add defrag_blocks sysfs node | liujinbao1 | 4 | -1/+19 |
| 2026-03-24 | f2fs: fix incorrect file address mapping when inline inode is unwritten | Yongpeng Yang | 1 | -4/+9 |
| 2026-03-24 | f2fs:Fix incomplete search range in f2fs_get_victim when f2fs_need_rand_seg i... | liujinbao1 | 1 | -2/+3 |
| 2026-03-24 | f2fs: fix to avoid memory leak in f2fs_rename() | Chao Yu | 1 | -0/+1 |
| 2026-03-24 | f2fs: remove unreachable code in f2fs_encrypt_one_page() | Eric Biggers | 1 | -12/+2 |
| 2026-03-09 | fscrypt: pass a real sector_t to fscrypt_zeroout_range | Christoph Hellwig | 1 | -1/+1 |
| 2026-03-09 | fscrypt: pass a byte length to fscrypt_zeroout_range | Christoph Hellwig | 1 | -1/+1 |
| 2026-03-09 | fscrypt: pass a byte offset to fscrypt_zeroout_range | Christoph Hellwig | 1 | -1/+3 |
| 2026-03-09 | fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx | Christoph Hellwig | 1 | -1/+3 |
| 2026-03-09 | fscrypt: pass a byte offset to fscrypt_mergeable_bio | Christoph Hellwig | 1 | -1/+2 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 12 | -62/+62 |
| 2026-03-06 | vfs: widen inode hash/lookup functions to u64 | Jeff Layton | 1 | -1/+1 |
| 2026-02-22 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux | Linus Torvalds | 1 | -6/+5 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -4/+4 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -4/+4 |
| 2026-02-17 | f2fs: make f2fs_verify_cluster() partially large-folio-aware | Eric Biggers | 1 | -4/+5 |
| 2026-02-17 | f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster() | Eric Biggers | 1 | -2/+0 |
| 2026-02-17 | f2fs: stop using writeback internals for dirty_exceeded checks | Kundan Kumar | 2 | -3/+3 |
| 2026-02-16 | Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+2 |
| 2026-02-14 | Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 18 | -512/+1379 |
| 2026-02-12 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux | Linus Torvalds | 7 | -80/+83 |
| 2026-02-10 | f2fs: sysfs: introduce critical_task_priority | Chao Yu | 5 | -0/+26 |
| 2026-02-09 | Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -3/+4 |
| 2026-02-09 | Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+0 |
| 2026-02-04 | fsverity: use a hashtable to find the fsverity_info | Christoph Hellwig | 3 | -8/+0 |
| 2026-02-04 | f2fs: consolidate fsverity_info lookup | Christoph Hellwig | 3 | -56/+62 |
| 2026-02-02 | fsverity: push out fsverity_info lookup | Christoph Hellwig | 2 | -7/+16 |
| 2026-02-02 | fsverity: kick off hash readahead at data I/O submission time | Christoph Hellwig | 2 | -8/+22 |
| 2026-02-02 | readahead: push invalidate_lock out of page_cache_ra_unbounded | Christoph Hellwig | 1 | -0/+2 |
| 2026-01-31 | f2fs: introduce trace_f2fs_priority_update | Chao Yu | 1 | -5/+12 |
| 2026-01-31 | f2fs: fix lock priority inversion issue | Chao Yu | 4 | -2/+96 |
| 2026-01-31 | f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_begin | Yeongjin Gil | 1 | -2/+10 |
| 2026-01-30 | f2fs: fix incomplete block usage in compact SSA summaries | Daeho Jeong | 1 | -4/+4 |
| 2026-01-29 | fsverity: start consolidating pagecache code | Christoph Hellwig | 1 | -16/+1 |
| 2026-01-29 | fsverity: pass struct file to ->write_merkle_tree_block | Christoph Hellwig | 1 | -3/+3 |
| 2026-01-29 | f2fs: don't build the fsverity work handler for !CONFIG_FS_VERITY | Christoph Hellwig | 1 | -1/+1 |
| 2026-01-29 | fs,fsverity: clear out fsverity_info from common code | Christoph Hellwig | 1 | -1/+0 |
| 2026-01-29 | fs,fsverity: reject size changes on fsverity files in setattr_prepare | Christoph Hellwig | 1 | -4/+0 |
| 2026-01-29 | fs: add helpers name_is_dot{,dot,_dotdot} | Amir Goldstein | 2 | -2/+2 |
| 2026-01-27 | f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint() | Chao Yu | 2 | -1/+3 |
| 2026-01-27 | f2fs: optimize NAT block loading during checkpoint write | Yongpeng Yang | 1 | -1/+13 |
| 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 | 2 | -2/+6 |
| 2026-01-27 | f2fs: pin files do not require sbi->writepages lock for ordering | Yongpeng Yang | 1 | -0/+2 |
| 2026-01-27 | f2fs: fix to show simulate_lock_timeout correctly | Chao Yu | 1 | -1/+2 |
| 2026-01-27 | f2fs: introduce FAULT_SKIP_WRITE | Chao Yu | 3 | -0/+6 |
| 2026-01-27 | f2fs: check skipped write in f2fs_enable_checkpoint() | Chao Yu | 4 | -4/+55 |
| 2026-01-20 | Revert "f2fs: add timeout in f2fs_enable_checkpoint()" | Jaegeuk Kim | 2 | -13/+4 |
| 2026-01-19 | f2fs: fix to unlock folio in f2fs_read_data_large_folio() | Chao Yu | 1 | -12/+10 |
| 2026-01-19 | f2fs: fix error path handling in f2fs_read_data_large_folio() | Chao Yu | 1 | -5/+2 |
| 2026-01-17 | f2fs: use folio_end_read | Jaegeuk Kim | 1 | -7/+3 |
| 2026-01-17 | f2fs: fix to avoid mapping wrong physical block for swapfile | Chao Yu | 1 | -7/+7 |
| 2026-01-17 | f2fs: avoid f2fs_map_blocks() for consecutive holes in readpages | Chao Yu | 1 | -6/+15 |
| 2026-01-17 | f2fs: advance index and offset after zeroing in large folio read | Nanzhe Zhao | 1 | -3/+1 |
| 2026-01-17 | f2fs: add 'folio_in_bio' to handle readahead folios with no BIO submission | Nanzhe Zhao | 1 | -0/+7 |
| 2026-01-17 | f2fs: avoid unnecessary block mapping lookups in f2fs_read_data_large_folio | Yongpeng Yang | 1 | -1/+1 |
| 2026-01-17 | f2fs: detect more inconsistent cases in sanity_check_node_footer() | Chao Yu | 1 | -3/+12 |
| 2026-01-17 | f2fs: fix to do sanity check on node footer in {read,write}_end_io | Chao Yu | 4 | -19/+32 |
| 2026-01-17 | f2fs: fix to do sanity check on node footer in __write_node_folio() | Chao Yu | 1 | -1/+5 |
| 2026-01-17 | f2fs: clean up the type parameter in f2fs_sync_meta_pages() | Yangyang Zang | 3 | -11/+10 |
| 2026-01-17 | f2fs: support non-4KB block size without packed_ssa feature | Daeho Jeong | 7 | -94/+120 |
| 2026-01-17 | f2fs: make FAULT_DISCARD obsolete | Chao Yu | 2 | -16/+4 |
| 2026-01-17 | f2fs: fix to avoid UAF in f2fs_write_end_io() | Chao Yu | 1 | -3/+9 |
| 2026-01-16 | Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()" | Chao Yu | 3 | -34/+9 |
| 2026-01-13 | uapi: promote EFSCORRUPTED and EUCLEAN to errno.h | Darrick J. Wong | 1 | -3/+0 |
| 2026-01-12 | f2fs: add setlease file operation | Jeff Layton | 2 | -0/+4 |
| 2026-01-11 | blk-crypto: handle the fallback above the block layer | Christoph Hellwig | 2 | -3/+4 |
| 2026-01-07 | f2fs: fix to check sysfs filename w/ gc_pin_file_thresh correctly | Chao Yu | 1 | -1/+1 |
| 2026-01-07 | f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomi... | Yongpeng Yang | 1 | -4/+10 |
| 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: fix out-of-bounds access in sysfs attribute read/write | Yongpeng Yang | 1 | -8/+52 |
| 2026-01-07 | f2fs: Accounting large folio subpages before bio submission | Nanzhe Zhao | 1 | -9/+12 |
| 2026-01-07 | f2fs: Zero f2fs_folio_state on allocation | Nanzhe Zhao | 1 | -1/+2 |
| 2026-01-07 | f2fs: sysfs: introduce inject_lock_timeout | Chao Yu | 5 | -5/+79 |
| 2026-01-07 | f2fs: introduce FAULT_LOCK_TIMEOUT | Chao Yu | 3 | -0/+5 |
| 2026-01-07 | f2fs: rename FAULT_TIMEOUT to FAULT_ATOMIC_TIMEOUT | Chao Yu | 3 | -3/+3 |
| 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 | 2 | -7/+12 |
| 2026-01-07 | f2fs: trace elapsed time for cp_global_sem lock | Chao Yu | 5 | -9/+14 |
| 2026-01-07 | f2fs: trace elapsed time for gc_lock lock | Chao Yu | 6 | -41/+52 |
| 2026-01-07 | f2fs: trace elapsed time for node_write lock | Chao Yu | 5 | -10/+14 |
| 2026-01-07 | f2fs: trace elapsed time for node_change lock | Chao Yu | 3 | -3/+4 |
| 2026-01-07 | f2fs: trace elapsed time for cp_rwsem lock | Chao Yu | 12 | -125/+172 |
| 2026-01-07 | f2fs: sysfs: introduce max_lock_elapsed_time | Chao Yu | 4 | -1/+7 |
| 2026-01-07 | f2fs: add lock elapsed time trace facility for f2fs rwsemphore | Chao Yu | 2 | -4/+153 |
| 2026-01-07 | f2fs: flush plug periodically during GC to maximize readahead effect | Daeho Jeong | 1 | -6/+13 |
| 2026-01-01 | f2fs: remove non-uptodate folio from the page cache in move_data_block | Yongpeng Yang | 1 | -1/+5 |
| 2026-01-01 | f2fs: return immediately after submitting the specified folio in __submit_mer... | Yongpeng Yang | 3 | -5/+21 |
| 2026-01-01 | f2fs: clean up the force parameter in __submit_merged_write_cond() | Yongpeng Yang | 1 | -3/+4 |
| 2026-01-01 | f2fs: fix to add gc count stat in f2fs_gc_range | Zhiguo Niu | 1 | -0/+1 |
| 2026-01-01 | f2fs: fix to do sanity check on nat entry of quota inode | Chao Yu | 3 | -4/+15 |
| 2026-01-01 | f2fs: remove some redundant codes in f2fs_quota_enable | Zhiguo Niu | 1 | -12/+4 |
| 2025-12-16 | f2fs: improve check for enough free sections | Joanne Chang | 2 | -54/+47 |
| 2025-12-16 | f2fs: add a tracepoint to see large folio read submission | Jaegeuk Kim | 1 | -0/+1 |
| 2025-12-16 | f2fs: support large folio for immutable non-compressed case | Jaegeuk Kim | 4 | -10/+263 |
| 2025-12-09 | Merge tag 'f2fs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 20 | -375/+514 |
| 2025-12-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+1 |
| 2025-12-04 | f2fs: ignore discard return value | Chaitanya Kulkarni | 1 | -7/+3 |
| 2025-12-04 | f2fs: optimize trace_f2fs_write_checkpoint with enums | YH Lin | 2 | -3/+9 |
| 2025-12-04 | f2fs: fix to not account invalid blocks in get_left_section_blocks() | Chao Yu | 1 | -3/+5 |
| 2025-12-04 | f2fs: support to show curseg.next_blkoff in debugfs | Chao Yu | 2 | -10/+20 |
| 2025-12-04 | f2fs: expand scalability of f2fs mount option | Chao Yu | 2 | -58/+63 |
| 2025-12-04 | f2fs: change default schedule timeout value | Chao Yu | 2 | -3/+5 |
| 2025-12-04 | f2fs: introduce f2fs_schedule_timeout() | Chao Yu | 6 | -16/+24 |
| 2025-12-04 | f2fs: use memalloc_retry_wait() as much as possible | Chao Yu | 2 | -2/+2 |
| 2025-12-04 | f2fs: add a sysfs entry to show max open zones | Yongpeng Yang | 1 | -0/+2 |
| 2025-12-04 | f2fs: wrap all unusable_blocks_per_sec code in CONFIG_BLK_DEV_ZONED | Yongpeng Yang | 2 | -1/+6 |
| 2025-12-04 | f2fs: simplify list initialization in f2fs_recover_fsync_data() | Baolin Liu | 1 | -6/+3 |
| 2025-12-04 | f2fs: revert summary entry count from 2048 to 512 in 16kb block support | Daeho Jeong | 7 | -60/+126 |
| 2025-12-04 | f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes() | Chao Yu | 1 | -8/+12 |
| 2025-12-04 | f2fs: fix return value of f2fs_recover_fsync_data() | Chao Yu | 1 | -5/+9 |
| 2025-12-04 | f2fs: add fadvise tracepoint | Jaegeuk Kim | 1 | -0/+2 |
| 2025-12-04 | f2fs: fix age extent cache insertion skip on counter overflow | Xiaole He | 3 | -4/+16 |
| 2025-12-04 | f2fs: Add sanity checks before unlinking and loading inodes | Nikola Z. Ivanov | 2 | -5/+18 |
| 2025-12-04 | f2fs: Rename f2fs_unlink exit label | Nikola Z. Ivanov | 1 | -7/+7 |
| 2025-12-04 | f2fs: ensure minimum trim granularity accounts for all devices | Yongpeng Yang | 2 | -6/+18 |
| 2025-12-04 | f2fs: fix uninitialized one_time_gc in victim_sel_policy | Xiaole He | 1 | -1/+1 |
| 2025-12-04 | f2fs: ensure node page reads complete before f2fs_put_super() finishes | Jan Prusakowski | 1 | -8/+9 |
| 2025-12-04 | f2fs: block cache/dio write during f2fs_enable_checkpoint() | Chao Yu | 3 | -9/+34 |
| 2025-12-04 | f2fs: fix to propagate error from f2fs_enable_checkpoint() | Chao Yu | 1 | -10/+16 |
| 2025-12-04 | f2fs: change the unlock parameter of f2fs_put_page to bool | Yongpeng Yang | 6 | -16/+14 |
| 2025-12-04 | f2fs: invalidate dentry cache on failed whiteout creation | Deepanshu Kartikey | 1 | -2/+4 |
| 2025-12-04 | f2fs: use global inline_xattr_slab instead of per-sb slab cache | Chao Yu | 4 | -37/+25 |
| 2025-12-04 | f2fs: fix to avoid updating compression context during writeback | Chao Yu | 4 | -3/+23 |
| 2025-12-04 | f2fs: fix to avoid updating zero-sized extent in extent cache | Chao Yu | 1 | -2/+5 |
| 2025-12-04 | f2fs: fix to avoid potential deadlock | Chao Yu | 3 | -46/+1 |
| 2025-12-04 | f2fs: use f2fs_filemap_get_folio() to support fault injection | Chao Yu | 2 | -3/+3 |
| 2025-12-04 | f2fs: use f2fs_filemap_get_folio() instead of f2fs_pagecache_get_page() | Chao Yu | 2 | -20/+13 |
| 2025-12-04 | f2fs: convert add_ipu_page() to use folio | Chao Yu | 1 | -4/+3 |
| 2025-12-04 | f2fs: clean up w/ bio_add_folio_nofail() | Chao Yu | 1 | -4/+3 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+1 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -5/+5 |
| 2025-11-07 | f2fs: Use mapping->gfp_mask to get file cache for writing | Jiucheng Xu | 1 | -1/+2 |
| 2025-11-05 | fs: inline current_umask() and move it to fs_struct.h | Mateusz Guzik | 1 | -0/+1 |
| 2025-10-31 | f2fs: Use folio_next_pos() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-10-29 | fs: Make wbc_to_tag() inline and use it in fs. | Julian Sun | 1 | -4/+1 |
| 2025-10-24 | f2fs: use folio_nr_pages() instead of shift operation | Pedro Demarchi Gomes | 1 | -1/+1 |
| 2025-10-24 | f2fs: set default valid_thresh_ratio to 80 for zoned devices | Daeho Jeong | 1 | -1/+1 |
| 2025-10-24 | f2fs: maintain one time GC mode is enabled during whole zoned GC cycle | Daeho Jeong | 1 | -7/+10 |
| 2025-10-20 | f2fs: use the new ->i_state accessors | Mateusz Guzik | 4 | -5/+5 |
| 2025-10-20 | mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio() | Matthew Wilcox | 1 | -1/+1 |