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
2024-03-06
ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
Baokun Li
1
-18
/
+21
2024-03-01
ext4: regenerate buddy after block freeing failed if under fc replay
Baokun Li
1
-0
/
+20
2024-03-01
ext4: correct the hole length returned by ext4_map_blocks()
Zhang Yi
1
-41
/
+70
2024-03-01
ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
Baokun Li
1
-5
/
+4
2024-03-01
ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
Baokun Li
1
-0
/
+4
2024-02-23
ext4: fix double-free of blocks due to wrong extents moved_len
Baokun Li
1
-4
/
+2
2024-02-23
ext4: avoid online resizing failures due to oversized flex bg
Baokun Li
1
-8
/
+17
2024-02-23
ext4: remove unnecessary check from alloc_flex_gd()
Baokun Li
1
-3
/
+0
2024-02-23
ext4: unify the type of flexbg_size to unsigned int
Baokun Li
1
-6
/
+7
2024-02-23
ext4: fix inconsistent between segment fstrim and full fstrim
Ye Bin
1
-3
/
+8
2024-02-23
ext4: allow for the last group to be marked as trimmed
Suraj Jitindar Singh
1
-5
/
+10
2023-12-20
ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
Baokun Li
1
-0
/
+4
2023-12-08
ext4: make sure allocate pending entry not fail
Zhang Yi
1
-34
/
+89
2023-12-08
ext4: fix slab-use-after-free in ext4_es_insert_extent()
Baokun Li
1
-14
/
+30
2023-12-08
ext4: using nofail preallocation in ext4_es_insert_extent()
Baokun Li
1
-12
/
+26
2023-12-08
ext4: using nofail preallocation in ext4_es_insert_delayed_block()
Baokun Li
1
-11
/
+22
2023-12-08
ext4: using nofail preallocation in ext4_es_remove_extent()
Baokun Li
1
-2
/
+11
2023-12-08
ext4: use pre-allocated es in __es_remove_extent()
Baokun Li
1
-13
/
+13
2023-12-08
ext4: use pre-allocated es in __es_insert_extent()
Baokun Li
1
-7
/
+12
2023-12-08
ext4: factor out __es_alloc_extent() and __es_free_extent()
Baokun Li
1
-11
/
+19
2023-12-08
ext4: add a new helper to check if es must be kept
Baokun Li
1
-13
/
+21
2023-11-28
ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks
Kemeng Shi
1
-7
/
+2
2023-11-28
ext4: correct the start block of counting reserved clusters
Zhang Yi
1
-2
/
+2
2023-11-28
ext4: correct return value of ext4_convert_meta_bg
Kemeng Shi
1
-3
/
+1
2023-11-28
ext4: correct offset of gdb backup in non meta_bg group to update_backups
Kemeng Shi
1
-2
/
+4
2023-11-28
ext4: apply umask if ACL support is disabled
Max Kellermann
1
-0
/
+5
2023-11-20
ext4: move 'ix' sanity check to corrent position
Gou Hao
1
-5
/
+5
2023-11-08
ext4: avoid overlapping preallocations due to overflow
Baokun Li
1
-8
/
+5
2023-11-08
ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
Baokun Li
1
-17
/
+14
2023-11-08
ext4: add two helper functions extent_logical_end() and pa_logical_end()
Baokun Li
2
-4
/
+17
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-09-19
ext4: add correct group descriptors and reserved GDT blocks to system zone
Wang Jianjian
3
-8
/
+17
2023-09-19
ext4: correct grp validation in ext4_mb_good_group
Kemeng Shi
1
-1
/
+1
2023-08-11
ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
Chao Yu
1
-1
/
+4
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_new_blocks
Kemeng Shi
1
-1
/
+1
2023-07-27
ext4: get block from bh in ext4_free_blocks for fast commit replay
Kemeng Shi
1
-6
/
+7
2023-07-27
ext4: fix wrong unit use in ext4_mb_clear_bb
Kemeng Shi
1
-2
/
+2
2023-07-27
ext4: Fix reusing stale buffer heads from last failed mounting
Zhihao Cheng
1
-6
/
+7
2023-07-27
ext4: Remove ext4 locking of moved directory
Jan Kara
1
-15
/
+2
2023-06-21
ext4: drop the call to ext4_error() from ext4_get_group_info()
Fabio M. De Francesco
1
-11
/
+9
[next]