index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-2
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-22
/
+22
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-56
/
+45
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+2
2026-02-12
mm: update all remaining mmap_prepare users to use vma_flags_t
Lorenzo Stoakes
-2
/
+2
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+1
2026-02-12
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
-77
/
+64
2026-02-12
Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-462
/
+1672
2026-02-11
Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
-6
/
+13
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-5
/
+7
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+3
2026-02-09
Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-7
/
+11
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+4
2026-02-04
fsverity: use a hashtable to find the fsverity_info
Christoph Hellwig
-9
/
+0
2026-02-04
ext4: consolidate fsverity_info lookup
Christoph Hellwig
-24
/
+22
2026-02-04
ext4: specify the free pointer offset for ext4_inode_cache
Harry Yoo
-6
/
+13
2026-02-02
fsverity: push out fsverity_info lookup
Christoph Hellwig
-5
/
+9
2026-02-02
fsverity: kick off hash readahead at data I/O submission time
Christoph Hellwig
-9
/
+21
2026-02-02
ext4: move ->read_folio and ->readahead to readpage.c
Christoph Hellwig
-30
/
+31
2026-01-29
fsverity: start consolidating pagecache code
Christoph Hellwig
-16
/
+1
2026-01-29
fsverity: pass struct file to ->write_merkle_tree_block
Christoph Hellwig
-3
/
+3
2026-01-29
ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
Christoph Hellwig
-1
/
+2
2026-01-29
fs,fsverity: clear out fsverity_info from common code
Christoph Hellwig
-1
/
+0
2026-01-29
fs,fsverity: reject size changes on fsverity files in setattr_prepare
Christoph Hellwig
-4
/
+0
2026-01-23
et4: allow zeroout when doing written to unwritten split
Ojaswin Mujoo
-9
/
+122
2026-01-23
ext4: refactor split and convert extents
Ojaswin Mujoo
-165
/
+112
2026-01-23
ext4: refactor zeroout path and handle all cases
Ojaswin Mujoo
-98
/
+185
2026-01-23
ext4: propagate flags to ext4_convert_unwritten_extents_endio()
Ojaswin Mujoo
-6
/
+3
2026-01-23
ext4: propagate flags to convert_initialized_extent()
Ojaswin Mujoo
-3
/
+4
2026-01-23
ext4: add extent status cache support to kunit tests
Ojaswin Mujoo
-47
/
+63
2026-01-23
ext4: kunit tests for higher level extent manipulation functions
Ojaswin Mujoo
-9
/
+365
2026-01-23
ext4: kunit tests for extent splitting and conversion
Ojaswin Mujoo
-2
/
+587
2026-01-20
mm/block/fs: remove laptop_mode
Johannes Weiner
-2
/
+1
2026-01-19
ext4: use optimized mballoc scanning regardless of inode format
Jan Kara
-2
/
+0
2026-01-19
ext4: always allocate blocks only from groups inode can use
Jan Kara
-9
/
+20
2026-01-19
ext4: fix dirtyclusters double decrement on fs shutdown
Brian Foster
-17
/
+6
2026-01-19
ext4: fast commit: make s_fc_lock reclaim-safe
Li Chen
-23
/
+44
2026-01-19
ext4: fix e4b bitmap inconsistency reports
Yongjian Sun
-10
/
+11
2026-01-19
ext4: remove redundant NULL check after __GFP_NOFAIL
Baolin Liu
-4
/
+0
2026-01-19
ext4: remove EXT4_GET_BLOCKS_IO_CREATE_EXT
Zhang Yi
-49
/
+0
2026-01-19
ext4: simplify the mapping query logic in ext4_iomap_begin()
Zhang Yi
-7
/
+9
2026-01-19
ext4: remove unused unwritten parameter in ext4_dio_write_iter()
Zhang Yi
-7
/
+7
2026-01-19
ext4: remove useless ext4_iomap_overwrite_ops
Zhang Yi
-29
/
+1
2026-01-19
ext4: avoid starting handle when dio writing an unwritten extent
Zhang Yi
-5
/
+8
2026-01-19
ext4: don't split extent before submitting I/O
Zhang Yi
-14
/
+3
2026-01-19
ext4: use reserved metadata blocks when splitting extent on endio
Zhang Yi
-1
/
+3
2026-01-19
ext4: fix memory leak in ext4_ext_shift_extents()
Zilin Guan
-1
/
+2
2026-01-19
ext4: don't order data when zeroing unwritten or delayed block
Zhang Yi
-2
/
+6
[next]