index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
12
-205
/
+1412
2026-06-15
Merge tag 'vfs-7.2-rc1.bh' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
5
-23
/
+24
2026-06-15
Merge tag 'vfs-7.2-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-6
/
+33
2026-06-10
ext4: validate donor file superblock early in EXT4_IOC_MOVE_EXT
Yun Zhou
1
-0
/
+3
2026-06-10
ext4: fix kernel BUG in ext4_write_inline_data_end
Aditya Prakash Srivastava
1
-1
/
+2
2026-06-10
ext4: fix ERR_PTR(0) in ext4_mkdir()
Hongling Zeng
1
-1
/
+1
2026-06-10
ext4: remove mention of PageWriteback
Matthew Wilcox (Oracle)
1
-1
/
+1
2026-06-04
ext4: Convert ext4_commit_super() to bh_submit()
Matthew Wilcox (Oracle)
1
-4
/
+2
2026-06-04
ext4: Convert write_mmp_block_thawed() to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+2
2026-06-04
ext4: Convert ext4_fc_submit_bh() to bh_submit()
Matthew Wilcox (Oracle)
1
-3
/
+5
2026-06-04
ext4; Convert __ext4_read_bh() to bh_submit()
Matthew Wilcox (Oracle)
3
-13
/
+15
2026-06-03
ext4: improve str2hashbuf by processing 4-byte chunks and removing function p...
Guan-Chun Wu
1
-22
/
+42
2026-06-03
ext4: add Kunit coverage for directory hash computation
Guan-Chun Wu
3
-1
/
+572
2026-06-03
ext4: fast commit: export snapshot stats in fc_info
Li Chen
3
-10
/
+118
2026-06-03
ext4: fast commit: add lock_updates tracepoint
Li Chen
2
-15
/
+74
2026-06-03
ext4: fast commit: avoid i_data_sem by dropping ext4_map_blocks() in snapshots
Li Chen
1
-74
/
+179
2026-06-03
ext4: fast commit: avoid self-deadlock in inode snapshotting
Li Chen
1
-49
/
+75
2026-06-03
ext4: fast commit: avoid waiting for FC_COMMITTING
Li Chen
2
-56
/
+51
2026-06-03
ext4: lockdep: handle i_data_sem subclassing for special inodes
Li Chen
2
-1
/
+11
2026-06-03
ext4: fast commit: snapshot inode state before writing log
Li Chen
3
-52
/
+352
2026-06-03
ext4: fix fast commit wait/wake bit mapping on 64-bit
Li Chen
2
-32
/
+38
2026-06-03
ext4: convert mballoc KUnit test to sget_fc()
Christian Brauner
1
-2
/
+15
2026-06-03
ext4: convert extents KUnit test to sget_fc()
Christian Brauner
1
-4
/
+18
2026-06-01
ext4: Use %pe to print PTR_ERR()
Abdellah Ouhbi
3
-6
/
+6
2026-06-01
ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writeback
Zhang Yi
1
-3
/
+9
2026-06-01
ext4: replace KUnit tests for memcmp() with KUNIT_ASSERT_MEMEQ()
Ryota Sakamoto
1
-6
/
+3
2026-05-12
fs: add icount_read_once() and stop open-coding ->i_count loads
Mateusz Guzik
1
-2
/
+2
2026-04-18
Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
13
-320
/
+435
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-4
/
+1
2026-04-14
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
3
-13
/
+30
2026-04-14
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+2
2026-04-13
Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-9
/
+13
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
18
-99
/
+99
2026-04-10
ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all()
Sohei Koyama
1
-1
/
+3
2026-04-10
ext4: fix possible null-ptr-deref in mbt_kunit_exit()
Ye Bin
1
-1
/
+5
2026-04-10
ext4: fix possible null-ptr-deref in extents_kunit_exit()
Ye Bin
1
-2
/
+5
2026-04-10
ext4: fix the error handling process in extents_kunit_init).
Ye Bin
1
-15
/
+35
2026-04-10
ext4: call deactivate_super() in extents_kunit_exit()
Ye Bin
1
-0
/
+1
2026-04-10
ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()
Ye Bin
1
-0
/
+2
2026-04-10
ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access
Deepanshu Kartikey
1
-1
/
+1
2026-04-10
ext4: zero post-EOF partial block before appending write
Zhang Yi
2
-14
/
+24
2026-04-10
ext4: move pagecache_isize_extended() out of active handle
Zhang Yi
1
-23
/
+39
2026-04-10
ext4: remove ctime/mtime update from ext4_alloc_file_blocks()
Zhang Yi
1
-4
/
+1
2026-04-10
ext4: unify SYNC mode checks in fallocate paths
Zhang Yi
2
-5
/
+6
2026-04-10
ext4: ensure zeroed partial blocks are persisted in SYNC mode
Zhang Yi
3
-7
/
+23
2026-04-10
ext4: move zero partial block range functions out of active handle
Zhang Yi
2
-38
/
+41
2026-04-10
ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
Zhang Yi
1
-31
/
+22
2026-04-10
ext4: remove handle parameters from zero partial block functions
Zhang Yi
3
-34
/
+47
2026-04-10
ext4: move ordered data handling out of ext4_block_do_zero_range()
Zhang Yi
1
-29
/
+32
2026-04-10
ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
Zhang Yi
1
-19
/
+14
[next]