summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-11Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig
2026-02-04ext4: consolidate fsverity_info lookupChristoph Hellwig
2026-02-04ext4: specify the free pointer offset for ext4_inode_cacheHarry Yoo
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig
2026-02-02fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig
2026-02-02ext4: move ->read_folio and ->readahead to readpage.cChristoph Hellwig
2026-01-29fsverity: start consolidating pagecache codeChristoph Hellwig
2026-01-29fsverity: pass struct file to ->write_merkle_tree_blockChristoph Hellwig
2026-01-29ext4: don't build the fsverity work handler for !CONFIG_FS_VERITYChristoph Hellwig
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig
2026-01-23et4: allow zeroout when doing written to unwritten splitOjaswin Mujoo
2026-01-23ext4: refactor split and convert extentsOjaswin Mujoo
2026-01-23ext4: refactor zeroout path and handle all casesOjaswin Mujoo
2026-01-23ext4: propagate flags to ext4_convert_unwritten_extents_endio()Ojaswin Mujoo
2026-01-23ext4: propagate flags to convert_initialized_extent()Ojaswin Mujoo
2026-01-23ext4: add extent status cache support to kunit testsOjaswin Mujoo
2026-01-23ext4: kunit tests for higher level extent manipulation functionsOjaswin Mujoo
2026-01-23ext4: kunit tests for extent splitting and conversionOjaswin Mujoo
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner
2026-01-19ext4: use optimized mballoc scanning regardless of inode formatJan Kara
2026-01-19ext4: always allocate blocks only from groups inode can useJan Kara
2026-01-19ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster
2026-01-19ext4: fast commit: make s_fc_lock reclaim-safeLi Chen
2026-01-19ext4: fix e4b bitmap inconsistency reportsYongjian Sun
2026-01-19ext4: remove redundant NULL check after __GFP_NOFAILBaolin Liu
2026-01-19ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXTZhang Yi
2026-01-19ext4: simplify the mapping query logic in ext4_iomap_begin()Zhang Yi
2026-01-19ext4: remove unused unwritten parameter in ext4_dio_write_iter()Zhang Yi
2026-01-19ext4: remove useless ext4_iomap_overwrite_opsZhang Yi
2026-01-19ext4: avoid starting handle when dio writing an unwritten extentZhang Yi
2026-01-19ext4: don't split extent before submitting I/OZhang Yi
2026-01-19ext4: use reserved metadata blocks when splitting extent on endioZhang Yi
2026-01-19ext4: fix memory leak in ext4_ext_shift_extents()Zilin Guan
2026-01-19ext4: don't order data when zeroing unwritten or delayed blockZhang Yi