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
2025-10-15
ext4: fix checks for orphan inodes
Jan Kara
5
-9
/
+15
2025-09-19
ext4: introduce linear search for dentries
Theodore Ts'o
1
-4
/
+10
2025-09-09
ext4: avoid journaling sb update on error if journal is destroying
Ojaswin Mujoo
3
-9
/
+25
2025-09-09
ext4: define ext4_journal_destroy wrapper
Ojaswin Mujoo
2
-10
/
+20
2025-08-28
ext4: preserve SB_I_VERSION on remount
Baokun Li
1
-3
/
+3
2025-08-28
ext4: fix hole length calculation overflow in non-extent inodes
Zhang Yi
1
-2
/
+2
2025-08-28
ext4: use kmalloc_array() for array space allocation
Liao Yuanhong
1
-2
/
+3
2025-08-28
ext4: don't try to clear the orphan_present feature block device is r/o
Theodore Ts'o
1
-0
/
+2
2025-08-28
ext4: fix reserved gdt blocks handling in fsmap
Ojaswin Mujoo
1
-0
/
+8
2025-08-28
ext4: fix fsmap end of range reporting with bigalloc
Ojaswin Mujoo
1
-3
/
+12
2025-08-28
ext4: check fast symlink for ea_inode correctly
Andreas Dilger
1
-1
/
+1
2025-08-20
ext4: initialize superblock fields in the kballoc-test.c kunit tests
Zhang Yi
1
-0
/
+9
2025-08-20
ext4: fix largest free orders lists corruption on mb_optimize_scan switch
Baokun Li
1
-19
/
+14
2025-08-20
ext4: fix zombie groups in average fragment size lists
Baokun Li
1
-18
/
+18
2025-08-20
ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr
Theodore Ts'o
1
-3
/
+16
2025-08-15
ext4: Make sure BH_New bit is cleared in ->write_end handler
Jan Kara
2
-1
/
+4
2025-08-01
ext4: fix out of bounds punch offset
Zhang Yi
1
-1
/
+1
2025-08-01
ext4: correct the error handle in ext4_fallocate()
Zhang Yi
1
-1
/
+1
2025-08-01
ext4: fix incorrect punch max_end
Zhang Yi
1
-3
/
+9
2025-08-01
ext4: move out common parts into ext4_fallocate()
Zhang Yi
2
-104
/
+45
2025-08-01
ext4: move out inode_lock into ext4_fallocate()
Zhang Yi
2
-70
/
+33
2025-08-01
ext4: factor out ext4_do_fallocate()
Zhang Yi
1
-65
/
+60
2025-08-01
ext4: refactor ext4_insert_range()
Zhang Yi
1
-53
/
+48
2025-08-01
ext4: refactor ext4_collapse_range()
Zhang Yi
1
-55
/
+48
2025-08-01
ext4: refactor ext4_zero_range()
Zhang Yi
1
-85
/
+57
2025-08-01
ext4: refactor ext4_punch_hole()
Zhang Yi
2
-66
/
+55
2025-08-01
ext4: don't explicit update times in ext4_fallocate()
Zhang Yi
2
-6
/
+0
2025-06-27
ext4: only dirty folios when data journaling regular files
Brian Foster
1
-1
/
+6
2025-06-27
ext4: ensure i_size is smaller than maxbytes
Zhang Yi
1
-1
/
+2
2025-06-27
ext4: factor out ext4_get_maxbytes()
Zhang Yi
3
-12
/
+9
2025-06-27
ext4: fix calculation of credits for extent tree modification
Jan Kara
1
-5
/
+6
2025-06-27
ext4: inline: fix len overflow in ext4_prepare_inline_data
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2025-05-29
ext4: remove writable userspace mappings before truncating page cache
Zhang Yi
3
-14
/
+70
2025-05-29
ext4: don't write back data before punch hole in nojournal mode
Zhang Yi
1
-13
/
+5
2025-05-29
ext4: do not convert the unwritten extents if data writeback fails
Baokun Li
2
-3
/
+16
2025-05-29
ext4: reject the 'data_err=abort' option in nojournal mode
Baokun Li
1
-0
/
+12
2025-05-29
ext4: reorder capability check last
Christian Göttsche
1
-2
/
+2
2025-05-29
ext4: on a remount, only log the ro or r/w state when it has changed
Nicolas Bretz
1
-3
/
+4
2025-05-29
fs/ext4: use sleeping version of sb_find_get_block()
Davidlohr Bueso
1
-1
/
+2
2025-05-02
ext4: goto right label 'out_mmap_sem' in ext4_setattr()
Baokun Li
1
-1
/
+1
2025-05-02
ext4: make block validity check resistent to sb bh corruption
Ojaswin Mujoo
2
-6
/
+6
2025-04-20
ext4: fix off-by-one error in do_split
Artem Sadovnikov
1
-1
/
+1
2025-04-20
ext4: don't treat fhandle lookup of ea_inode as FS corruption
Jann Horn
1
-20
/
+48
2025-04-20
ext4: ignore xattrs past end
Bhupesh
1
-1
/
+10
2025-04-20
ext4: protect ext4_release_dquot against freezing
Ojaswin Mujoo
1
-0
/
+17
2025-04-10
ext4: fix OOB read when checking dotdot dir
Acs, Jakub
1
-0
/
+3
2025-04-10
ext4: don't over-report free space or inodes in statvfs
Theodore Ts'o
1
-10
/
+17
2025-01-17
fs/writeback: convert wbc_account_cgroup_owner to take a folio
Pankaj Raghav
1
-1
/
+1
2024-12-14
ext4: partial zero eof block on unaligned inode size extension
Brian Foster
2
-16
/
+42
2024-12-05
ext4: fix FS_IOC_GETFSMAP handling
Theodore Ts'o
3
-5
/
+68
[next]