summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
4 daysext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o1-7/+5
4 daysext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o1-0/+2
4 daysext4: skip split extent recovery on corruptionhongao1-3/+13
4 daysext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
4 daysext4: fix deadlock on inode reallocationJan Kara1-0/+21
4 daysext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen3-1/+11
4 daysext4: fix the might_sleep() warnings in kvfree()Zqiang2-13/+5
4 daysext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike1-0/+7
4 daysext4: fix extents-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin4-11/+51
4 daysext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=MYe Bin4-45/+172
4 daysext4: introduce EXPORT_SYMBOL_FOR_EXT4_TEST() helperYe Bin1-0/+5
4 daysext4: avoid infinite loops caused by residual dataEdward Adam Davis1-2/+6
4 daysext4: validate p_idx bounds in ext4_ext_correct_indexesTejas Bharambe1-0/+15
4 daysext4: test if inode's all dirty pages are submitted to diskYe Bin1-0/+8
4 daysext4: minor fix for ext4_split_extent_zeroout()Ojaswin Mujoo1-1/+1
4 daysext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin1-1/+5
4 daysext4: kunit: extents-test: lix percpu_counters list corruptionRitesh Harjani (IBM)1-1/+3
4 daysext4: publish jinode after initializationLi Chen2-6/+13
4 daysext4: replace BUG_ON with proper error handling in ext4_read_inline_folioYuto Ohnuki1-1/+9
4 daysext4: fix fsync(2) for nojournal modeJan Kara1-2/+14
4 daysext4: make recently_deleted() properly work with lazy itable initializationJan Kara1-0/+6
4 daysext4: fix journal credit check when setting fscrypt contextSimon Weber1-1/+8
4 daysext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey1-0/+12
4 daysext4: fix stale xarray tags after writebackJan Kara1-2/+8
4 daysext4: do not check fast symlink during orphan recoveryZhang Yi1-11/+29
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-22/+22
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-56/+45
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2026-02-13mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-2/+2
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds5-77/+64
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-462/+1672
2026-02-12Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-6/+13
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-5/+7
2026-02-10Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+3
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-7/+11
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+4
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig3-9/+0
2026-02-04ext4: consolidate fsverity_info lookupChristoph Hellwig1-24/+22
2026-02-04ext4: specify the free pointer offset for ext4_inode_cacheHarry Yoo1-6/+13
2026-02-03fsverity: push out fsverity_info lookupChristoph Hellwig1-5/+9
2026-02-03fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig2-9/+21
2026-02-03ext4: move ->read_folio and ->readahead to readpage.cChristoph Hellwig3-30/+31
2026-01-29fsverity: start consolidating pagecache codeChristoph Hellwig1-16/+1
2026-01-29fsverity: pass struct file to ->write_merkle_tree_blockChristoph Hellwig1-3/+3
2026-01-29ext4: don't build the fsverity work handler for !CONFIG_FS_VERITYChristoph Hellwig1-1/+2
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig1-1/+0