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-03-27
ext4: avoid infinite loops caused by residual data
Edward Adam Davis
-2
/
+6
2026-03-27
ext4: validate p_idx bounds in ext4_ext_correct_indexes
Tejas Bharambe
-0
/
+15
2026-03-27
ext4: test if inode's all dirty pages are submitted to disk
Ye Bin
-0
/
+8
2026-03-27
ext4: minor fix for ext4_split_extent_zeroout()
Ojaswin Mujoo
-1
/
+1
2026-03-27
ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
Ye Bin
-1
/
+5
2026-03-27
ext4: kunit: extents-test: lix percpu_counters list corruption
Ritesh Harjani (IBM)
-1
/
+3
2026-03-27
ext4: publish jinode after initialization
Li Chen
-6
/
+13
2026-03-27
ext4: replace BUG_ON with proper error handling in ext4_read_inline_folio
Yuto Ohnuki
-1
/
+9
2026-03-27
ext4: fix fsync(2) for nojournal mode
Jan Kara
-2
/
+14
2026-03-27
ext4: make recently_deleted() properly work with lazy itable initialization
Jan Kara
-0
/
+6
2026-03-27
ext4: fix journal credit check when setting fscrypt context
Simon Weber
-1
/
+8
2026-03-27
ext4: convert inline data to extents when truncate exceeds inline size
Deepanshu Kartikey
-0
/
+12
2026-03-27
ext4: fix stale xarray tags after writeback
Jan Kara
-2
/
+8
2026-03-27
ext4: do not check fast symlink during orphan recovery
Zhang Yi
-11
/
+29
2026-03-26
ext4: Track metadata bhs in fs-private inode part
Jan Kara
-6
/
+10
2026-03-26
fs: Switch inode_has_buffers() to take mapping_metadata_bhs
Jan Kara
-1
/
+1
2026-03-26
ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
Jan Kara
-2
/
+5
2026-03-26
ext4: Use inode_has_buffers()
Jan Kara
-4
/
+1
2026-03-09
ext4: use a byte granularity cursor in ext4_mpage_readpages
Christoph Hellwig
-6
/
+5
2026-03-09
fscrypt: pass a real sector_t to fscrypt_zeroout_range
Christoph Hellwig
-1
/
+2
2026-03-09
fscrypt: pass a byte length to fscrypt_zeroout_range
Christoph Hellwig
-1
/
+2
2026-03-09
fscrypt: pass a byte offset to fscrypt_zeroout_range
Christoph Hellwig
-1
/
+2
2026-03-09
fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
Christoph Hellwig
-5
/
+4
2026-03-09
fscrypt: pass a byte offset to fscrypt_mergeable_bio
Christoph Hellwig
-2
/
+3
2026-03-09
ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bio
Christoph Hellwig
-2
/
+5
2026-03-09
ext4: factor out a io_submit_need_new_bio helper
Christoph Hellwig
-2
/
+11
2026-03-09
ext4: open code fscrypt_set_bio_crypt_ctx_bh
Christoph Hellwig
-2
/
+5
2026-03-09
ext4: initialize the write hint in io_submit_init_bio
Christoph Hellwig
-4
/
+4
2026-03-09
block: remove bdev_nonrot()
Damien Le Moal
-2
/
+2
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
-99
/
+99
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
[prev]
[next]