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