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
2025-05-15
ext4: check env when mapping and modifying extents
Zhang Yi
2
-3
/
+16
2025-05-14
ext4: introduce ext4_check_map_extents_env() debug helper
Zhang Yi
2
-0
/
+27
2025-05-14
ext4: factor out is_special_ino()
Zhang Yi
2
-6
/
+12
2025-05-14
ext4: prevent stale extent cache entries caused by concurrent get es_cache
Zhang Yi
2
-1
/
+9
2025-05-14
ext4: prevent stale extent cache entries caused by concurrent fiemap
Zhang Yi
1
-6
/
+11
2025-05-14
ext4: prevent stale extent cache entries caused by concurrent I/O writeback
Zhang Yi
4
-12
/
+32
2025-05-14
ext4: generalize EXT4_GET_BLOCKS_IO_SUBMIT flag usage
Zhang Yi
2
-6
/
+10
2025-05-14
ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()
Zhang Yi
1
-9
/
+10
2025-05-13
ext4: inline: fix len overflow in ext4_prepare_inline_data
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2025-05-08
ext4: hold s_fc_lock while during fast commit
Harshad Shirwadkar
1
-31
/
+13
2025-05-08
ext4: convert s_fc_lock to mutex type
Harshad Shirwadkar
3
-32
/
+32
2025-05-08
ext4: temporarily elevate commit thread priority
Harshad Shirwadkar
3
-4
/
+18
2025-05-08
ext4: update code documentation
Harshad Shirwadkar
1
-17
/
+31
2025-05-08
ext4: drop i_fc_updates from inode fc info
Harshad Shirwadkar
2
-73
/
+0
2025-05-08
ext4: rework fast commit commit path
Harshad Shirwadkar
2
-74
/
+126
2025-05-08
ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
Harshad Shirwadkar
1
-3
/
+4
2025-05-08
ext4: for committing inode, make ext4_fc_track_inode wait
Harshad Shirwadkar
3
-0
/
+41
2025-05-08
ext4: convert i_fc_lock to spinlock
Harshad Shirwadkar
3
-13
/
+15
2025-05-07
fs: add atomic write unit max opt to statx
John Garry
1
-1
/
+1
2025-04-22
mm/migrate: fix sleep in atomic for large folios and buffer heads
Davidlohr Bueso
1
-1
/
+2
2025-04-22
fs/ext4: use sleeping version of sb_find_get_block()
Davidlohr Bueso
1
-1
/
+2
2025-04-13
Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
4
-37
/
+63
2025-04-12
ext4: fix off-by-one error in do_split
Artem Sadovnikov
1
-1
/
+1
2025-04-12
ext4: make block validity check resistent to sb bh corruption
Ojaswin Mujoo
2
-6
/
+6
2025-04-12
ext4: avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-10
/
+8
2025-04-10
ext4: don't treat fhandle lookup of ea_inode as FS corruption
Jann Horn
1
-20
/
+48
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-17
/
+5
2025-03-27
Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
26
-1009
/
+857
2025-03-24
Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-5
/
+5
2025-03-24
Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+4
2025-03-21
ext4: fix OOB read when checking dotdot dir
Acs, Jakub
1
-0
/
+3
2025-03-21
ext4: on a remount, only log the ro or r/w state when it has changed
Nicolas Bretz
1
-3
/
+4
2025-03-21
ext4: correct the error handle in ext4_fallocate()
Zhang Yi
1
-1
/
+1
2025-03-21
ext4: Make sb update interval tunable
Ojaswin Mujoo
3
-7
/
+21
2025-03-21
ext4: avoid journaling sb update on error if journal is destroying
Ojaswin Mujoo
3
-9
/
+25
2025-03-21
ext4: define ext4_journal_destroy wrapper
Ojaswin Mujoo
2
-10
/
+20
2025-03-21
ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...)
Ethan Carter Edwards
1
-1
/
+1
2025-03-20
ext4: don't over-report free space or inodes in statvfs
Theodore Ts'o
1
-10
/
+17
2025-03-20
iomap: rework IOMAP atomic flags
John Garry
1
-1
/
+5
2025-03-17
fs/dax: ensure all pages are idle prior to filesystem unmount
Alistair Popple
1
-0
/
+2
2025-03-17
fs/dax: create a common implementation to break DAX layouts
Alistair Popple
1
-12
/
+1
2025-03-17
fs/dax: refactor wait for dax idle page
Alistair Popple
1
-4
/
+1
2025-03-18
ext4: clear DISCARD flag if device does not support discard
Diangang Li
1
-1
/
+3
2025-03-18
ext4: reorder capability check last
Christian Göttsche
1
-2
/
+2
2025-03-18
ext4: update the comment about mb_optimize_scan
Zizhi Wo
1
-2
/
+2
2025-03-18
ext4: remove references to bh->b_page
Matthew Wilcox (Oracle)
2
-2
/
+2
2025-03-18
ext4: goto right label 'out_mmap_sem' in ext4_setattr()
Baokun Li
1
-1
/
+1
2025-03-18
ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
Ye Bin
3
-25
/
+13
[prev]
[next]