summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
3 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-22/+22
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-56/+45
6 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
12 daysmm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-2/+2
13 daysMerge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
13 daysMerge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds5-77/+64
13 daysMerge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-462/+1672
13 daysMerge 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
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig1-4/+0
2026-01-24et4: allow zeroout when doing written to unwritten splitOjaswin Mujoo2-9/+122
2026-01-24ext4: refactor split and convert extentsOjaswin Mujoo1-165/+112
2026-01-24ext4: refactor zeroout path and handle all casesOjaswin Mujoo1-98/+185
2026-01-24ext4: propagate flags to ext4_convert_unwritten_extents_endio()Ojaswin Mujoo1-6/+3
2026-01-24ext4: propagate flags to convert_initialized_extent()Ojaswin Mujoo1-3/+4
2026-01-24ext4: add extent status cache support to kunit testsOjaswin Mujoo3-47/+63
2026-01-24ext4: kunit tests for higher level extent manipulation functionsOjaswin Mujoo4-9/+365
2026-01-24ext4: kunit tests for extent splitting and conversionOjaswin Mujoo4-2/+587
2026-01-21mm/block/fs: remove laptop_modeJohannes Weiner1-2/+1
2026-01-20ext4: use optimized mballoc scanning regardless of inode formatJan Kara1-2/+0
2026-01-20ext4: always allocate blocks only from groups inode can useJan Kara1-9/+20
2026-01-20ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster2-17/+6
2026-01-20ext4: fast commit: make s_fc_lock reclaim-safeLi Chen2-23/+44
2026-01-20ext4: fix e4b bitmap inconsistency reportsYongjian Sun1-10/+11
2026-01-20ext4: remove redundant NULL check after __GFP_NOFAILBaolin Liu1-4/+0
2026-01-20ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXTZhang Yi3-49/+0
2026-01-20ext4: simplify the mapping query logic in ext4_iomap_begin()Zhang Yi1-7/+9
2026-01-20ext4: remove unused unwritten parameter in ext4_dio_write_iter()Zhang Yi1-7/+7
2026-01-20ext4: remove useless ext4_iomap_overwrite_opsZhang Yi3-29/+1
2026-01-20ext4: avoid starting handle when dio writing an unwritten extentZhang Yi2-5/+8
2026-01-20ext4: don't split extent before submitting I/OZhang Yi2-14/+3
2026-01-20ext4: use reserved metadata blocks when splitting extent on endioZhang Yi1-1/+3
2026-01-20ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan1-1/+2
2026-01-20ext4: don't order data when zeroing unwritten or delayed blockZhang Yi1-2/+6