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
2025-04-22
mm/migrate: fix sleep in atomic for large folios and buffer heads
Davidlohr Bueso
-1
/
+2
2025-04-22
fs/ext4: use sleeping version of sb_find_get_block()
Davidlohr Bueso
-1
/
+2
2025-04-13
Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-37
/
+63
2025-04-12
ext4: fix off-by-one error in do_split
Artem Sadovnikov
-1
/
+1
2025-04-12
ext4: make block validity check resistent to sb bh corruption
Ojaswin Mujoo
-6
/
+6
2025-04-12
ext4: avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
-10
/
+8
2025-04-10
ext4: don't treat fhandle lookup of ea_inode as FS corruption
Jann Horn
-20
/
+48
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-17
/
+5
2025-03-27
Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1010
/
+858
2025-03-24
Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-5
/
+5
2025-03-24
Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+4
2025-03-21
ext4: fix OOB read when checking dotdot dir
Acs, Jakub
-0
/
+3
2025-03-21
ext4: on a remount, only log the ro or r/w state when it has changed
Nicolas Bretz
-3
/
+4
2025-03-21
ext4: correct the error handle in ext4_fallocate()
Zhang Yi
-1
/
+1
2025-03-21
ext4: Make sb update interval tunable
Ojaswin Mujoo
-7
/
+21
2025-03-21
ext4: avoid journaling sb update on error if journal is destroying
Ojaswin Mujoo
-9
/
+25
2025-03-21
ext4: define ext4_journal_destroy wrapper
Ojaswin Mujoo
-10
/
+20
2025-03-21
ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...)
Ethan Carter Edwards
-1
/
+1
2025-03-20
ext4: don't over-report free space or inodes in statvfs
Theodore Ts'o
-10
/
+17
2025-03-20
iomap: rework IOMAP atomic flags
John Garry
-1
/
+5
2025-03-17
fs/dax: ensure all pages are idle prior to filesystem unmount
Alistair Popple
-0
/
+2
2025-03-17
fs/dax: create a common implementation to break DAX layouts
Alistair Popple
-12
/
+1
2025-03-17
fs/dax: refactor wait for dax idle page
Alistair Popple
-4
/
+1
2025-03-18
ext4: clear DISCARD flag if device does not support discard
Diangang Li
-1
/
+3
2025-03-18
ext4: reorder capability check last
Christian Göttsche
-2
/
+2
2025-03-18
ext4: update the comment about mb_optimize_scan
Zizhi Wo
-2
/
+2
2025-03-18
ext4: remove references to bh->b_page
Matthew Wilcox (Oracle)
-2
/
+2
2025-03-18
ext4: goto right label 'out_mmap_sem' in ext4_setattr()
Baokun Li
-1
/
+1
2025-03-18
ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
Ye Bin
-25
/
+13
2025-03-18
ext4: introduce ITAIL helper
Ye Bin
-5
/
+8
2025-03-17
ext4: remove redundant function ext4_has_metadata_csum
Eric Biggers
-56
/
+57
2025-03-17
ext4: verify fast symlink length
Jan Kara
-2
/
+10
2025-03-16
fs: convert block_commit_write() to take a folio
Matthew Wilcox (Oracle)
-2
/
+2
2025-03-16
ext4: ignore xattrs past end
Bhupesh
-1
/
+10
2025-03-16
ext4: remove unused input "inode" in ext4_find_dest_de
Kemeng Shi
-6
/
+4
2025-03-16
ext4: remove unneeded forward declaration in namei.c
Kemeng Shi
-30
/
+0
2025-03-16
ext4: add missing brelse() for bh2 in ext4_dx_add_entry()
Kemeng Shi
-4
/
+12
2025-03-13
Revert "ext4: add pre-content fsnotify hook for DAX faults"
Amir Goldstein
-3
/
+0
2025-03-13
ext4: show 'shutdown' hint when ext4 is forced to shutdown
Baokun Li
-0
/
+3
2025-03-13
ext4: show 'emergency_ro' when EXT4_FLAGS_EMERGENCY_RO is set
Baokun Li
-0
/
+3
2025-03-13
ext4: correct behavior under errors=remount-ro mode
Baokun Li
-11
/
+8
2025-03-13
ext4: add more ext4_emergency_state() checks around sb_rdonly()
Baokun Li
-13
/
+18
2025-03-13
ext4: add ext4_emergency_state() helper function
Baokun Li
-61
/
+91
2025-03-13
ext4: add EXT4_FLAGS_EMERGENCY_RO bit
Baokun Li
-0
/
+6
2025-03-13
ext4: convert EXT4_FLAGS_* defines to enum
Baokun Li
-3
/
+5
2025-03-13
ext4: pack holes in ext4_inode_info
Baokun Li
-4
/
+3
2025-03-13
ext4: remove unused member 'i_unwritten' from 'ext4_inode_info'
Baokun Li
-28
/
+5
2025-03-13
jbd2: drop JBD2_ABORT_ON_SYNCDATA_ERR
Baokun Li
-4
/
+0
[next]