index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
xfs: fix copy-paste error in previous fix
Darrick J. Wong
1
-1
/
+1
2026-03-04
cifs: some missing initializations on replay
Shyam Prasad N
2
-0
/
+3
2026-03-04
procfs: fix possible double mmput() in do_procmap_query()
Andrii Nakryiko
1
-1
/
+2
2026-03-04
ceph: supply snapshot context in ceph_zero_partial_object()
ethanwu
1
-1
/
+16
2026-03-04
cifs: Fix locking usage for tcon fields
Shyam Prasad N
5
-10
/
+11
2026-03-04
btrfs: continue trimming remaining devices on failure
jinbaohong
1
-1
/
+1
2026-03-04
ocfs2: fix reflink preserve cleanup issue
Heming Zhao
1
-0
/
+4
2026-03-04
nfsd: fix return error code for nfsd_map_name_to_[ug]id
Anthony Iliopoulos
1
-0
/
+4
2026-03-04
xfs: check for deleted cursors when revalidating two btrees
Darrick J. Wong
2
-3
/
+32
2026-03-04
xfs: check return value of xchk_scrub_create_subord
Darrick J. Wong
3
-1
/
+7
2026-03-04
xfs: only call xf{array,blob}_destroy if we have a valid pointer
Darrick J. Wong
5
-9
/
+24
2026-03-04
xfs: fix remote xattr valuelblk check
Darrick J. Wong
1
-1
/
+4
2026-03-04
xfs: fix the xattr scrub to detect freemap/entries array collisions
Darrick J. Wong
1
-27
/
+27
2026-03-04
xfs: fix freemap adjustments when adding xattrs to leaf blocks
Darrick J. Wong
1
-8
/
+28
2026-03-04
xfs: delete attr leaf freemap entries when empty
Darrick J. Wong
1
-0
/
+13
2026-03-04
xfs: remove xfs_attr_leaf_hasname
Christoph Hellwig
1
-51
/
+24
2026-03-04
xfs: mark data structures corrupt on EIO and ENODATA
Darrick J. Wong
3
-0
/
+8
2026-03-04
btrfs: replace BUG() with error handling in __btrfs_balance()
Adarsh Das
1
-2
/
+8
2026-03-04
ceph: supply snapshot context in ceph_uninline_data()
ethanwu
1
-2
/
+22
2026-03-04
fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...
Konstantin Komarov
1
-0
/
+6
2026-03-04
fs/ntfs3: drop preallocated clusters for sparse and compressed files
Konstantin Komarov
1
-1
/
+3
2026-03-04
fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LIST
Jaehun Gou
1
-0
/
+9
2026-03-04
fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata
Jaehun Gou
1
-3
/
+12
2026-03-04
fs: ntfs3: check return value of indx_find to avoid infinite loop
Jaehun Gou
1
-1
/
+6
2026-03-04
ext4: propagate flags to convert_initialized_extent()
Ojaswin Mujoo
1
-3
/
+4
2026-03-04
ext4: use reserved metadata blocks when splitting extent on endio
Zhang Yi
1
-1
/
+3
2026-03-04
ext4: mark group extend fast-commit ineligible
Li Chen
1
-0
/
+2
2026-03-04
ext4: move ext4_percpu_param_init() before ext4_mb_init()
Baokun Li
1
-5
/
+5
2026-03-04
ext4: mark group add fast-commit ineligible
Li Chen
1
-0
/
+1
2026-03-04
jfs: nlink overflow in jfs_rename
Jori Koolstra
1
-2
/
+4
2026-03-04
jfs: Add missing set_freezable() for freezable kthread
Haotian Zhang
1
-0
/
+1
2026-03-04
pstore: ram_core: fix incorrect success return when vmap() fails
Ruipeng Qi
1
-0
/
+7
2026-03-04
smb: client: prevent races in ->query_interfaces()
Henrique Carvalho
1
-11
/
+8
2026-03-04
gfs2: fiemap page fault fix
Andreas Gruenbacher
1
-0
/
+16
2026-03-04
smb: client: add proper locking around ses->iface_last_update
Henrique Carvalho
1
-0
/
+2
2026-03-04
btrfs: handle user interrupt properly in btrfs_trim_fs()
jinbaohong
1
-0
/
+11
2026-03-04
btrfs: fallback to buffered IO if the data profile has duplication
Qu Wenruo
1
-0
/
+12
2026-03-04
dlm: validate length in dlm_search_rsb_tree
Ezrak1e
1
-1
/
+2
2026-03-04
minix: Add required sanity checking to minix_check_superblock()
Jori Koolstra
1
-21
/
+29
2026-03-04
hfsplus: pretend special inodes as regular files
Tetsuo Handa
1
-0
/
+6
2026-03-04
fs/buffer: add alert in try_to_free_buffers() for folios without buffers
Deepakkumar Karn
1
-0
/
+4
2026-03-04
hfsplus: fix volume corruption issue for generic/498
Viacheslav Dubeyko
1
-1
/
+11
2026-03-04
statmount: permission check should return EPERM
Bhavik Sachdev
1
-1
/
+1
2026-03-04
ext4: use optimized mballoc scanning regardless of inode format
Jan Kara
1
-2
/
+0
2026-03-04
ext4: fix dirtyclusters double decrement on fs shutdown
Brian Foster
2
-17
/
+6
2026-03-04
ext4: fix e4b bitmap inconsistency reports
Yongjian Sun
1
-10
/
+11
2026-03-04
ext4: fix memory leak in ext4_ext_shift_extents()
Zilin Guan
1
-1
/
+2
2026-03-04
ext4: drop extent cache when splitting extent fails
Zhang Yi
1
-2
/
+6
2026-03-04
ext4: drop extent cache after doing PARTIAL_VALID1 zeroout
Zhang Yi
1
-1
/
+9
2026-03-04
ext4: don't cache extent during splitting extent
Zhang Yi
1
-0
/
+6
[next]