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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
ext4: fix unused iterator variable warnings
Nathan Chancellor
1
-4
/
+3
2 days
ext4: fix lost error code reporting in __ext4_fill_super()
Theodore Ts'o
1
-1
/
+2
2 days
gfs2: Fix unlikely race in gdlm_put_lock
Andreas Gruenbacher
1
-5
/
+5
2 days
xfs: save ailp before dropping the AIL lock in push callbacks
Yuto Ohnuki
2
-4
/
+14
2 days
xfs: avoid dereferencing log items after push callbacks
Yuto Ohnuki
3
-11
/
+52
2 days
erofs: Fix the slab-out-of-bounds in drop_buffers()
Denis Arefev
1
-0
/
+2
2 days
erofs: fix PSI memstall accounting
Gao Xiang
1
-4
/
+3
2 days
erofs: handle overlapped pclusters out of crafted images properly
Gao Xiang
1
-28
/
+32
2 days
ext4: handle wraparound when searching for blocks for indirect mapped blocks
Theodore Ts'o
1
-0
/
+2
2 days
ext4: publish jinode after initialization
Li Chen
2
-6
/
+13
2 days
ext4: fix the might_sleep() warnings in kvfree()
Zqiang
2
-13
/
+5
2 days
ext4: factor out ext4_flex_groups_free()
Jason Yan
1
-18
/
+17
2 days
ext4: use ext4_group_desc_free() in ext4_put_super() to save some duplicated ...
Jason Yan
1
-18
/
+14
2 days
ext4: factor out ext4_percpu_param_init() and ext4_percpu_param_destroy()
Jason Yan
1
-39
/
+46
2 days
ksmbd: fix potencial OOB in get_file_all_info() for compound requests
Namjae Jeon
1
-1
/
+14
2 days
ksmbd: fix memory leaks and NULL deref in smb2_lock()
Werner Kasselman
1
-9
/
+18
2 days
ext4: fix use-after-free in update_super_work when racing with umount
Jiayuan Chen
3
-1
/
+11
2 days
btrfs: do not free data reservation in fallback from inline due to -ENOSPC
Filipe Manana
1
-1
/
+5
2 days
btrfs: fix the qgroup data free range for inline data extents
Qu Wenruo
1
-1
/
+1
2 days
Revert "ext4: make ext4_es_remove_extent() return void"
Sasha Levin
5
-18
/
+52
2 days
Revert "ext4: get rid of ppath in ext4_find_extent()"
Sasha Levin
3
-34
/
+30
2 days
Revert "ext4: get rid of ppath in ext4_ext_create_new_leaf()"
Sasha Levin
1
-22
/
+21
2 days
Revert "ext4: get rid of ppath in ext4_ext_insert_extent()"
Sasha Levin
4
-61
/
+47
2 days
Revert "ext4: get rid of ppath in ext4_split_extent_at()"
Sasha Levin
1
-47
/
+38
2 days
Revert "ext4: subdivide EXT4_EXT_DATA_VALID1"
Sasha Levin
1
-12
/
+6
2 days
Revert "ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1"
Sasha Levin
1
-12
/
+1
2 days
Revert "ext4: drop extent cache after doing PARTIAL_VALID1 zeroout"
Sasha Levin
1
-9
/
+1
2 days
Revert "ext4: drop extent cache when splitting extent fails"
Sasha Levin
1
-6
/
+2
2 days
Revert "ext4: avoid infinite loops caused by residual data"
Sasha Levin
1
-6
/
+2
2 days
btrfs: reject root items with drop_progress and zero drop_level
ZhengYuan Huang
1
-0
/
+17
2 days
btrfs: don't take device_list_mutex when querying zone info
Johannes Thumshirn
1
-2
/
+4
2 days
btrfs: fix lost error when running device stats on multiple devices fs
Filipe Manana
1
-2
/
+3
2 days
btrfs: fix leak of kobject name for sub-group space_info
Shin'ichiro Kawasaki
1
-1
/
+1
2 days
btrfs: fix super block offset in error message in btrfs_validate_super()
Mark Harmstone
1
-2
/
+2
2 days
ext4: always drain queued discard work in ext4_mb_release()
Theodore Ts'o
1
-7
/
+5
2 days
ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
Baokun Li
1
-5
/
+8
2 days
ext4: reject mount if bigalloc with s_first_data_block != 0
Helen Koike
1
-0
/
+7
2 days
ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
Ye Bin
1
-1
/
+5
2 days
ext4: avoid infinite loops caused by residual data
Edward Adam Davis
1
-2
/
+6
2 days
ext4: make recently_deleted() properly work with lazy itable initialization
Jan Kara
1
-0
/
+6
2 days
ext4: convert inline data to extents when truncate exceeds inline size
Deepanshu Kartikey
1
-0
/
+12
2 days
ext4: fix journal credit check when setting fscrypt context
Simon Weber
1
-1
/
+8
2 days
xfs: fix ri_total validation in xlog_recover_attri_commit_pass2
Long Li
1
-2
/
+2
2 days
xfs: stop reclaim before pushing AIL during unmount
Yuto Ohnuki
1
-3
/
+4
2 days
jbd2: gracefully abort on checkpointing state corruptions
Milos Nikic
1
-2
/
+13
2 days
erofs: add GFP_NOIO in the bio completion if needed
Jiucheng Xu
1
-0
/
+3
2 days
ksmbd: do not expire session on binding failure
Hyunwoo Kim
1
-2
/
+8
2 days
ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()
Namjae Jeon
1
-8
/
+12
2 days
btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create
Boris Burkov
1
-0
/
+7
2026-03-25
dlm: fix possible lkb_resource null dereference
Alexander Aring
1
-6
/
+4
[next]