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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2023-10-10
ext4: do not let fstrim block system suspend
Jan Kara
1
-2
/
+10
2023-10-10
ext4: move setting of trimmed bit into ext4_try_to_trim_range()
Jan Kara
1
-21
/
+25
2023-10-10
ext4: replace the traditional ternary conditional operator with with max()/min()
Kemeng Shi
1
-4
/
+2
2023-10-10
ext4: mark group as trimmed only if it was fully scanned
Dmitry Monakhov
1
-6
/
+12
2023-10-10
ext4: change s_last_trim_minblks type to unsigned long
Lukas Czerner
2
-3
/
+3
2023-10-10
ext4: scope ret locally in ext4_try_to_trim_range()
Lukas Bulwahn
1
-3
/
+2
2023-10-10
ext4: add new helper interface ext4_try_to_trim_range()
Wang Jianchao
1
-45
/
+57
2023-10-10
ext4: remove the 'group' parameter of ext4_trim_extent
Wang Jianchao
1
-5
/
+4
2023-09-23
ext4: fix rec_len verify error
Shida Zhang
1
-11
/
+15
2023-08-11
ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
Chao Yu
1
-1
/
+4
2023-08-11
ext4: Fix reusing stale buffer heads from last failed mounting
Zhihao Cheng
1
-6
/
+7
2023-08-11
ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
Chunguang Xu
3
-12
/
+12
2023-07-27
ext4: correct inline offset when handling xattrs in inode body
Eric Whitney
1
-0
/
+14
2023-07-27
ext4: only update i_reserved_data_blocks on successful block allocation
Baokun Li
2
-10
/
+8
2023-07-27
ext4: fix wrong unit use in ext4_mb_clear_bb
Kemeng Shi
1
-2
/
+2
2023-07-27
ext4: Remove ext4 locking of moved directory
Jan Kara
1
-15
/
+2
2023-06-14
ext4: only check dquot_initialize_needed() when debugging
Theodore Ts'o
1
-2
/
+4
2023-06-09
ext4: add lockdep annotations for i_data_sem for ea_inode's
Theodore Ts'o
2
-0
/
+6
2023-06-09
ext4: disallow ea_inodes with extended attributes
Theodore Ts'o
1
-0
/
+3
2023-06-09
ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()
Theodore Ts'o
1
-0
/
+1
2023-06-09
ext4: add EA_INODE checking to ext4_iget()
Theodore Ts'o
3
-35
/
+35
2023-05-30
ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
Ojaswin Mujoo
1
-18
/
+31
2023-05-30
ext4: set goal start correctly in ext4_mb_normalize_request
Kemeng Shi
1
-6
/
+10
2023-05-17
ext4: fix invalid free tracking in ext4_xattr_move_to_block()
Theodore Ts'o
1
-2
/
+3
2023-05-17
ext4: remove a BUG_ON in ext4_mb_release_group_pa()
Theodore Ts'o
1
-1
/
+5
2023-05-17
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
1
-1
/
+1
2023-05-17
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
1
-1
/
+11
2023-05-17
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
1
-1
/
+2
2023-05-17
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
1
-3
/
+10
2023-05-17
ext4: fix data races when using cached status extents
Jan Kara
1
-17
/
+13
2023-05-17
ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
Tudor Ambarus
1
-4
/
+2
2023-05-17
ext4: fix WARNING in mb_find_extent
Ye Bin
1
-0
/
+25
2023-05-17
ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline
Ye Bin
1
-1
/
+2
2023-04-26
ext4: fix use-after-free in ext4_xattr_set_entry
Baokun Li
1
-2
/
+4
2023-04-26
ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()
Ritesh Harjani
3
-34
/
+9
2023-04-26
Revert "ext4: fix use-after-free in ext4_xattr_set_entry"
Tudor Ambarus
1
-4
/
+2
2023-04-05
ext4: fix kernel BUG in 'ext4_write_inline_data_end()'
Ye Bin
1
-1
/
+2
2023-03-22
ext4: fix possible double unlock when moving a directory
Theodore Ts'o
1
-3
/
+1
2023-03-22
ext4: fix task hung in ext4_xattr_delete_inode
Baokun Li
1
-0
/
+11
2023-03-22
ext4: fail ext4_iget if special inode unallocated
Baokun Li
1
-10
/
+8
2023-03-22
ext4: fix cgroup writeback accounting with fs-layer encryption
Eric Biggers
1
-4
/
+6
2023-03-17
ext4: Fix deadlock during directory rename
Jan Kara
1
-9
/
+17
2023-03-17
ext4: Fix possible corruption when moving a directory
Jan Kara
1
-1
/
+10
2023-03-17
ext4: zero i_disksize when initializing the bootloader inode
Zhihao Cheng
1
-0
/
+1
2023-03-17
ext4: fix WARNING in ext4_update_inline_data
Ye Bin
1
-0
/
+3
2023-03-17
ext4: move where set the MAY_INLINE_DATA flag is set
Ye Bin
2
-2
/
+6
2023-03-17
ext4: fix another off-by-one fsmap error on 1k block filesystems
Darrick J. Wong
1
-0
/
+2
2023-03-17
ext4: fix RENAME_WHITEOUT handling for inline directories
Eric Whitney
1
-6
/
+7
2023-03-11
ext4: refuse to create ea block when umounted
Jun Nie
1
-0
/
+7
2023-03-11
ext4: optimize ea_inode block expansion
Jun Nie
1
-11
/
+17
[next]