index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
19
-336
/
+689
2026-08-17
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
6
-237
/
+61
2026-08-17
Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
5
-62
/
+119
2026-08-17
Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-20
/
+10
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2026-08-06
ext4: fix estimate extent index blocks in ext4_ext_index_trans_blocks()
Jan Kara
1
-3
/
+11
2026-08-06
ext4: fix transaction overflow during writeback
Jan Kara
1
-3
/
+3
2026-08-06
ext4: teach ext4_meta_trans_blocks() about number of allocated extents
Jan Kara
3
-17
/
+17
2026-08-06
ext4: guard against NULL s_group_info in ext4_get_group_info
Junzhe Yu
1
-0
/
+4
2026-08-06
ext4: fix spurious message about orphan cleanup on RO fs
Jan Kara
1
-1
/
+1
2026-08-06
ext4: stop retrying saturated xattr cache entries
Matthias Goergens
1
-2
/
+4
2026-08-06
ext4: don't enable DAX on new encrypted files
Eric Biggers
2
-20
/
+24
2026-07-31
ext4: convert iomap ops to ->iomap_next()
Joanne Koong
2
-3
/
+9
2026-07-31
iomap: decouple simple direct I/O reads from iomap_dio_rw
Christoph Hellwig
3
-2
/
+7
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-30
ext4: protect WRITE_ZEROES written extents with orphan list
Zhang Yi
1
-7
/
+69
2026-07-30
ext4: export converted block count from ext4_convert_unwritten_extents()
Zhang Yi
3
-21
/
+38
2026-07-30
ext4: fix incorrect function call when initializing s_resgid
Jiazi Liu
1
-1
/
+1
2026-07-30
ext4: validate EA inode i_nlink in ext4_xattr_inode_iget
Yun Zhou
1
-0
/
+15
2026-07-27
ext4: Fix data integrity writeout issues in nojournal mode
Jan Kara
4
-54
/
+72
2026-07-27
ext4: Allocate mapping_metadata_bhs struct on demand
Jan Kara
5
-16
/
+55
2026-07-22
ext4: enable scoped NOFS when starting a handle in nojournal mode
Theodore Ts'o
2
-18
/
+22
2026-07-22
ext4: write back partial-zeroed edges in WRITE_ZEROES
Zhang Yi
1
-1
/
+9
2026-07-22
ext4: zero out whole block for clean edges in WRITE_ZEROES
Zhang Yi
1
-0
/
+15
2026-07-22
ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
Zhang Yi
3
-8
/
+35
2026-07-22
ext4: clarify return semantics of ext4_load_tail_bh()
Zhang Yi
1
-1
/
+10
2026-07-22
ext4: move partial block zeroing earlier in ext4_zero_range()
Zhang Yi
1
-5
/
+7
2026-07-22
ext4: check return value of ext4_get_block() in ext4_load_tail_bh()
Zhang Yi
1
-1
/
+3
2026-07-22
ext4: skip tail block zeroing for inline data files
Zhang Yi
1
-0
/
+8
2026-07-22
ext4: use FGP_WRITEBEGIN for tail block zeroing
Zhang Yi
1
-1
/
+1
2026-07-22
ext4: use str_plural() instead of custom macro
Joshua Crofts
1
-4
/
+3
2026-07-22
ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()
Yun Zhou
3
-87
/
+6
2026-07-22
ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
Yun Zhou
1
-15
/
+15
2026-07-22
ext4: introduce ext4_put_ea_inode() for safe deferred iput
Yun Zhou
4
-2
/
+92
2026-07-22
ext4: check dir entry fits before reading the hash trailer in ext4_search_dir()
Xiang Mei
1
-0
/
+2
2026-07-22
ext4: fix buffer_head leak in ext4_init_orphan_info
Guanghui Yang
1
-2
/
+6
2026-07-22
ext4: clear error before retrying inode xattr space fallback
Guanghui Yang
1
-0
/
+1
2026-07-22
ext4: propagate errors from fast commit range replay
Guanghui Yang
1
-4
/
+12
2026-07-22
ext4: validate readdir offset before accessing dirent
Yao Kai
1
-2
/
+18
2026-07-22
ext4: cleanup unused CONVERT_INLINE_DATA flag
Aditya Prakash Srivastava
3
-12
/
+8
2026-07-22
ext4: use fsdata to track inline data write state and fix race
Aditya Prakash Srivastava
3
-12
/
+27
2026-07-22
ext4: fix NOWAIT semantic violation in DAX extending writes
Baokun Li
1
-0
/
+5
2026-07-22
ext4: use kiocb_modified instead of file_modified in DIO/DAX write path
Baokun Li
1
-3
/
+3
2026-07-22
ext4: base unaligned DIO lock decision on partial block zeroing
Baokun Li
1
-35
/
+73
2026-07-22
ext4: skip overwrite check for aligned non-extending DIO writes
Baokun Li
1
-22
/
+30
2026-07-22
ext4: drain in-flight DIO before buffered write fallback
Baokun Li
1
-0
/
+7
2026-07-22
ext4: prevent sleeping allocation in NOWAIT write path
Baokun Li
1
-0
/
+3
2026-07-22
ext4: clear stale xarray tags on folios skipped during writeback
Gerald Yang
1
-3
/
+15
2026-07-22
ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()
Aditya Prakash Srivastava
3
-5
/
+35
[next]