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-7.0.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
5 days
netfs: Fix potential uninitialised var in netfs_extract_user_iter()
David Howells
1
-1
/
+1
5 days
tracefs: Removed unused 'ret' variable in eventfs_iterate()
Steven Rostedt
1
-2
/
+0
5 days
smb: client: Use FullSessionKey for AES-256 encryption key derivation
Piyush Sachdeva
2
-8
/
+26
5 days
eventfs: Use list_add_tail_rcu() for SRCU-protected children list
David Carlier
1
-1
/
+1
5 days
eventfs: Simplify code using guard()s
Steven Rostedt
1
-60
/
+36
5 days
nfsd: update mtime/ctime on COPY in presence of delegated attributes
Olga Kornievskaia
2
-1
/
+11
5 days
nfsd: update mtime/ctime on CLONE in presense of delegated attributes
Olga Kornievskaia
3
-15
/
+33
5 days
nfsd: fix file change detection in CB_GETATTR
Scott Mayhew
1
-5
/
+8
5 days
nfsd: fix GET_DIR_DELEGATION when VFS leases are disabled
Olga Kornievskaia
1
-4
/
+0
5 days
netfs: fix error handling in netfs_extract_user_iter()
Paulo Alcantara
1
-3
/
+10
5 days
xfs: fix memory leak on error in xfs_alloc_zone_info()
Wilfred Mallawa
1
-1
/
+1
5 days
ceph: put folios not suitable for writeback
Hristo Venev
1
-0
/
+2
5 days
ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size
Viacheslav Dubeyko
1
-0
/
+16
5 days
ceph: fix a buffer leak in __ceph_setxattr()
Viacheslav Dubeyko
1
-0
/
+1
5 days
btrfs: only release the dirty pages io tree after successful writes
Qu Wenruo
2
-5
/
+5
5 days
smb/client: fix possible infinite loop and oob read in symlink_data()
Ye Bin
1
-0
/
+3
5 days
btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()
Mark Harmstone
1
-1
/
+1
5 days
btrfs: don't clobber errors in add_remap_tree_entries()
Mark Harmstone
1
-1
/
+1
5 days
btrfs: fix bytes_may_use leak in do_remap_reloc_trans()
Mark Harmstone
1
-0
/
+6
5 days
btrfs: fix bytes_may_use leak in move_existing_remap()
Mark Harmstone
1
-0
/
+6
5 days
fsnotify: fix inode reference leak in fsnotify_recalc_mask()
Amir Goldstein
1
-3
/
+36
5 days
fs/adfs: validate nzones in adfs_validate_bblk()
Bae Yeonju
1
-0
/
+3
5 days
eventpoll: fix ep_remove struct eventpoll / struct file UAF
Christian Brauner
1
-6
/
+10
5 days
eventpoll: move epi_fget() up
Christian Brauner
1
-28
/
+28
5 days
eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()
Christian Brauner
1
-6
/
+6
5 days
eventpoll: kill __ep_remove()
Christian Brauner
1
-37
/
+30
5 days
eventpoll: split __ep_remove()
Christian Brauner
1
-4
/
+23
5 days
eventpoll: use hlist_is_singular_node() in __ep_remove()
Christian Brauner
1
-1
/
+1
5 days
ksmbd: scope conn->binding slowpath to bound sessions only
Hyunwoo Kim
1
-1
/
+6
5 days
ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 open
DaeMyung Kang
1
-0
/
+2
5 days
ksmbd: destroy async_ida in ksmbd_conn_free()
DaeMyung Kang
1
-0
/
+9
5 days
ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()
DaeMyung Kang
1
-2
/
+3
5 days
ksmbd: fix use-after-free in smb2_open during durable reconnect
Akif
1
-8
/
+5
5 days
erofs: unify lcn as u64 for 32-bit platforms
Gao Xiang
1
-10
/
+9
5 days
f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()
Yongpeng Yang
1
-2
/
+5
5 days
f2fs: allow empty mount string for Opt_usr|grp|projjquota
Jaegeuk Kim
1
-12
/
+15
5 days
f2fs: fix to preserve previous reserve_{blocks,node} value when remount
Zhiguo Niu
1
-0
/
+2
5 days
f2fs: fix data loss caused by incorrect use of nat_entry flag
Yongpeng Yang
1
-0
/
+3
5 days
f2fs: avoid reading already updated pages during GC
Jianan Huang
1
-1
/
+4
5 days
fs/ntfs3: terminate the cached volume label after UTF-8 conversion
Pengpeng Hou
1
-1
/
+6
5 days
nfsd: use dynamic allocation for oversized NFSv4.0 replay cache
Chuck Lever
3
-12
/
+39
5 days
NFSD: fix nfs4_file access extra count in nfsd4_add_rdaccess_to_wrdeleg
Dai Ngo
1
-2
/
+2
5 days
sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-op
Andy Shevchenko
1
-0
/
+5
5 days
sunrpc: Kill RPC_IFDEBUG()
Andy Shevchenko
1
-3
/
+6
5 days
nfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()
Andy Shevchenko
1
-3
/
+1
5 days
fs/ntfs3: fix missing run load for vcn0 in attr_data_get_block_locked()
Deepanshu Kartikey
1
-0
/
+15
5 days
fs/ntfs3: prevent uninitialized lcn caused by zero len
Edward Adam Davis
1
-5
/
+5
5 days
ext4: fix possible null-ptr-deref in mbt_kunit_exit()
Ye Bin
1
-1
/
+5
5 days
ext4: fix possible null-ptr-deref in extents_kunit_exit()
Ye Bin
1
-2
/
+5
5 days
ext4: fix the error handling process in extents_kunit_init).
Ye Bin
1
-15
/
+35
[next]