index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ceph
Age
Commit message (
Expand
)
Author
Lines
2026-05-12
libceph: Fix potential null-ptr-deref in decode_choose_args()
Raphael Zimmer
-1
/
+2
2026-05-12
libceph: handle rbtree insertion error in decode_choose_args()
Raphael Zimmer
-1
/
+4
2026-05-11
libceph: Fix potential out-of-bounds access in osdmap_decode()
Raphael Zimmer
-1
/
+1
2026-05-11
libceph: Fix potential out-of-bounds access in __ceph_x_decrypt()
Raphael Zimmer
-0
/
+5
2026-05-11
libceph: Fix unnecessarily high ceph_decode_need() for uniform bucket
Raphael Zimmer
-2
/
+1
2026-05-11
libceph: Fix potential out-of-bounds access in crush_decode()
Raphael Zimmer
-5
/
+5
2026-04-22
libceph: Fix slab-out-of-bounds access in auth message processing
Raphael Zimmer
-1
/
+3
2026-04-22
crush: cleanup in crush_do_rule() method
Viacheslav Dubeyko
-4
/
+3
2026-04-22
libceph: update outdated comment in ceph_sock_write_space()
kexinsun
-2
/
+2
2026-04-22
libceph: Remove obsolete session key alignment logic
Eric Biggers
-8
/
+5
2026-04-22
libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()
Raphael Zimmer
-1
/
+1
2026-03-11
libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()
Raphael Zimmer
-2
/
+4
2026-03-11
libceph: Use u32 for non-negative values in ceph_monmap_decode()
Raphael Zimmer
-3
/
+3
2026-03-10
libceph: reject preamble if control segment is empty
Ilya Dryomov
-9
/
+8
2026-03-10
libceph: admit message frames only in CEPH_CON_S_OPEN state
Ilya Dryomov
-0
/
+5
2026-03-10
libceph: prevent potential out-of-bounds reads in process_message_header()
Ilya Dryomov
-1
/
+8
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-53
/
+48
2026-02-09
libceph: adapt ceph_x_challenge_blob hashing and msgr1 message signing
Ilya Dryomov
-23
/
+72
2026-02-09
libceph: add support for CEPH_CRYPTO_AES256KRB5
Ilya Dryomov
-46
/
+254
2026-02-09
libceph: introduce ceph_crypto_key_prepare()
Ilya Dryomov
-42
/
+56
2026-02-09
libceph: generalize ceph_x_encrypt_offset() and ceph_x_encrypt_buflen()
Ilya Dryomov
-15
/
+56
2026-02-09
libceph: define and enforce CEPH_MAX_KEY_LEN
Ilya Dryomov
-5
/
+7
2026-01-06
libceph: make calc_target() set t->paused, not just clear it
Ilya Dryomov
-2
/
+9
2026-01-05
libceph: reset sparse-read state in osd_fault()
Sam Edwards
-0
/
+3
2026-01-05
libceph: return the handler error from mon_handle_auth_done()
Ilya Dryomov
-1
/
+1
2026-01-05
libceph: make free_choose_arg_map() resilient to partial allocation
Tuo Li
-8
/
+12
2026-01-05
libceph: replace overzealous BUG_ON in osdmap_apply_incremental()
Ilya Dryomov
-1
/
+3
2026-01-05
libceph: prevent potential out-of-bounds reads in handle_auth_done()
ziming zhang
-0
/
+2
2025-12-14
Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
-70
/
+56
2025-12-10
libceph: make decode_pool() more resilient against corrupted osdmaps
Ilya Dryomov
-64
/
+52
2025-12-10
libceph: Amend checking to fix `make W=1` build breakage
Andy Shevchenko
-2
/
+2
2025-12-10
libceph: fix log output race condition in OSD client
Simon Buttgereit
-4
/
+2
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-1
/
+1
2025-12-03
Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-4
/
+2
2025-11-27
libceph: prevent potential out-of-bounds writes in handle_auth_session_key()
ziming zhang
-0
/
+2
2025-11-27
libceph: replace BUG_ON with bounds check for map->max_osd
ziming zhang
-7
/
+11
2025-11-27
ceph: fix crash in process_v2_sparse_read() for encrypted directories
Viacheslav Dubeyko
-4
/
+7
2025-11-26
libceph: drop started parameter of __ceph_open_session()
Ilya Dryomov
-3
/
+2
2025-11-26
libceph: fix potential use-after-free in have_mon_and_osd_map()
Ilya Dryomov
-25
/
+42
2025-11-19
libceph: Switch to use %ptSp
Andy Shevchenko
-4
/
+2
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-10-10
Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
-173
/
+144
2025-10-08
libceph: add empty check to ceph_con_get_out_msg()
Max Kellermann
-9
/
+8
2025-10-08
libceph: pass the message pointer instead of loading con->out_msg
Max Kellermann
-105
/
+112
2025-10-08
libceph: make ceph_con_get_out_msg() return the message pointer
Max Kellermann
-4
/
+3
2025-10-08
libceph: Use HMAC-SHA256 library instead of crypto_shash
Eric Biggers
-57
/
+23
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-1
/
+2
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
-1
/
+1
[next]