index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-23
ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
Yang Erkun
1
-0
/
+1
2026-01-02
ext4: align max orphan file size with e2fsprogs limit
Baokun Li
1
-1
/
+3
2026-01-02
ext4: fix incorrect group number assertion in mb_check_buddy
Yongjian Sun
1
-0
/
+2
2026-01-02
ext4: clear i_state_flags when alloc inode
Haibo Chen
3
-2
/
+1
2026-01-02
ext4: xattr: fix null pointer deref in ext4_raw_inode()
Karina Yankevich
1
-1
/
+5
2026-01-02
ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb()
Fedor Pchelkin
1
-0
/
+4
2026-01-02
ext4: fix string copying in parse_apply_sb_mount_options()
Fedor Pchelkin
1
-2
/
+3
2025-12-18
ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...
Yongjian Sun
1
-17
/
+32
2025-12-18
ext4: correct the checking of quota files before moving extents
Zhang Yi
1
-1
/
+1
2025-12-12
ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()
Alexey Nepomnyashih
1
-1
/
+6
2025-12-12
ext4: refresh inline data size before write operations
Deepanshu Kartikey
1
-1
/
+6
2025-10-15
Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-4
/
+19
2025-10-10
ext4: free orphan info with kvfree
Jan Kara
1
-2
/
+2
2025-10-10
ext4: detect invalid INLINE_DATA + EXTENTS flag combination
Deepanshu Kartikey
1
-0
/
+8
2025-10-10
ext4: wait for ongoing I/O to complete before freeing blocks
Zhang Yi
1
-2
/
+9
2025-10-03
Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
14
-117
/
+413
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-2
/
+20
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-09-26
ext4: fix checks for orphan inodes
Jan Kara
5
-9
/
+15
2025-09-26
ext4: validate ea_ino and size in check_xattrs
Deepanshu Kartikey
1
-0
/
+4
2025-09-26
ext4: guard against EA inode refcount underflow in xattr update
Ahmet Eray Karadag
1
-7
/
+8
2025-09-26
ext4: implemet new ioctls to set and get superblock parameters
Theodore Ts'o
1
-7
/
+305
2025-09-26
ext4: add support for 32-bit default reserved uid and gid values
Theodore Ts'o
2
-5
/
+19
2025-09-26
ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()
Theodore Ts'o
1
-12
/
+5
2025-09-26
ext4: fix an off-by-one issue during moving extents
Zhang Yi
1
-1
/
+1
2025-09-26
ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
Yongjian Sun
1
-2
/
+8
2025-09-26
ext4: verify orphan file size is not too big
Jan Kara
1
-1
/
+12
2025-09-26
ext4: fail unaligned direct IO write with EINVAL
Jan Kara
1
-35
/
+0
2025-09-25
ext4: correctly handle queries for metadata mappings
Ojaswin Mujoo
1
-5
/
+9
2025-09-25
ext4: increase IO priority of fastcommit
Julian Sun
1
-1
/
+1
2025-09-25
ext4: remove obsolete EXT3 config options
Lukas Bulwahn
1
-27
/
+0
2025-09-25
ext4: fix potential null deref in ext4_mb_init()
Baokun Li
1
-0
/
+10
2025-09-25
ext4: add ext4_sb_bread_nofail() helper function for ext4_free_branches()
Baokun Li
3
-1
/
+12
2025-09-25
ext4: replace min/max nesting with clamp()
Xichao Zhao
1
-3
/
+3
2025-09-25
fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock
chuguangqing
1
-1
/
+1
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-09-01
fs: add an icount_read helper
Josef Bacik
1
-2
/
+2
2025-08-21
ext4: move verity info pointer to fs-specific part of inode
Eric Biggers
3
-0
/
+9
2025-08-21
ext4: move crypt info pointer to fs-specific part of inode
Eric Biggers
3
-0
/
+9
2025-08-18
Merge tag 'ext4_for_linus-6.17-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-18
/
+36
2025-08-13
ext4: fix incorrect function name in comment
Baolin Liu
1
-1
/
+1
2025-08-12
ext4: use kmalloc_array() for array space allocation
Liao Yuanhong
1
-2
/
+3
2025-08-12
ext4: fix hole length calculation overflow in non-extent inodes
Zhang Yi
1
-2
/
+2
2025-08-12
ext4: don't try to clear the orphan_present feature block device is r/o
Theodore Ts'o
1
-0
/
+2
2025-08-12
ext4: fix reserved gdt blocks handling in fsmap
Ojaswin Mujoo
1
-0
/
+8
2025-08-12
ext4: fix fsmap end of range reporting with bigalloc
Ojaswin Mujoo
1
-3
/
+12
2025-08-12
ext4: remove redundant __GFP_NOWARN
Qianfeng Rong
2
-2
/
+2
2025-08-12
ext4: fix unused variable warning in ext4_init_new_dir
Theodore Ts'o
1
-2
/
+0
[next]