index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
libceph: remove pinning assertion in ceph_msg_data_iter_next()
Tal Zussman
1
-1
/
+0
2026-08-28
Merge tag 'ceph-for-7.3-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
4
-13
/
+37
2026-08-26
libceph: reject buckets with mismatched CRUSH ids
Jérémy Jean
1
-0
/
+2
2026-08-26
libceph: remove ceph_put_page_vector()
Tal Zussman
1
-13
/
+0
2026-08-26
libceph: validate banner payload length
Aleksandr Nogikh
1
-0
/
+5
2026-08-26
libceph: validate OSD extent maps before cursor advance
Michael Bommarito
1
-0
/
+30
2026-08-20
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2026-08-12
libceph: Avoid using invalid osd indices from primary_temp
Raphael Zimmer
1
-2
/
+3
2026-08-12
libceph: fix OOB read in decode_watchers() via missing bounds check
Pavitra Jha
1
-1
/
+4
2026-08-12
libceph: fix multiple unsafe decodes in decode_locker()
Pavitra Jha
1
-4
/
+9
2026-08-12
libceph: tolerate addrvecs with multiple entries of the same type
Kefu Chai
1
-9
/
+9
2026-08-06
block: rename bi_bvec_done
Pavel Begunkov
1
-2
/
+2
2026-07-23
libceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZE
Xiang Mei
1
-2
/
+2
2026-07-23
libceph: refresh auth->authorizer_buf{,_len} after authorizer update
Shuangpeng Bai
1
-1
/
+8
2026-07-23
libceph: guard missing CRUSH type name lookup
Zhao Zhang
1
-1
/
+4
2026-07-23
libceph: remove debugfs files before client teardown
Douya Le
1
-2
/
+2
2026-07-23
libceph: bound get_version reply decode to front len
Douya Le
1
-1
/
+1
2026-07-23
libceph: fix two unsafe bare decodes in decode_lockers()
Pavitra Jha
1
-2
/
+6
2026-07-23
libceph: Reject monmaps advertising zero monitors
Raphael Zimmer
1
-1
/
+1
2026-07-23
libceph: reject zero bucket types in crush_decode
Douya Le
1
-0
/
+2
2026-07-23
libceph: Fix multiplication overflow in decode_new_up_state_weight()
Raphael Zimmer
1
-1
/
+4
2026-05-12
libceph: Fix potential null-ptr-deref in decode_choose_args()
Raphael Zimmer
1
-1
/
+2
2026-05-12
libceph: handle rbtree insertion error in decode_choose_args()
Raphael Zimmer
1
-1
/
+4
2026-05-11
libceph: Fix potential out-of-bounds access in osdmap_decode()
Raphael Zimmer
1
-1
/
+1
2026-05-11
libceph: Fix potential out-of-bounds access in __ceph_x_decrypt()
Raphael Zimmer
1
-0
/
+5
2026-05-11
libceph: Fix unnecessarily high ceph_decode_need() for uniform bucket
Raphael Zimmer
1
-2
/
+1
2026-05-11
libceph: Fix potential out-of-bounds access in crush_decode()
Raphael Zimmer
2
-5
/
+5
2026-04-22
libceph: Fix slab-out-of-bounds access in auth message processing
Raphael Zimmer
2
-1
/
+3
2026-04-22
crush: cleanup in crush_do_rule() method
Viacheslav Dubeyko
1
-4
/
+3
2026-04-22
libceph: update outdated comment in ceph_sock_write_space()
kexinsun
1
-2
/
+2
2026-04-22
libceph: Remove obsolete session key alignment logic
Eric Biggers
1
-8
/
+5
2026-04-22
libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()
Raphael Zimmer
1
-1
/
+1
2026-03-11
libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()
Raphael Zimmer
1
-2
/
+4
2026-03-11
libceph: Use u32 for non-negative values in ceph_monmap_decode()
Raphael Zimmer
1
-3
/
+3
2026-03-10
libceph: reject preamble if control segment is empty
Ilya Dryomov
1
-9
/
+8
2026-03-10
libceph: admit message frames only in CEPH_CON_S_OPEN state
Ilya Dryomov
1
-0
/
+5
2026-03-10
libceph: prevent potential out-of-bounds reads in process_message_header()
Ilya Dryomov
1
-1
/
+8
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
14
-53
/
+48
2026-02-09
libceph: adapt ceph_x_challenge_blob hashing and msgr1 message signing
Ilya Dryomov
4
-23
/
+72
2026-02-09
libceph: add support for CEPH_CRYPTO_AES256KRB5
Ilya Dryomov
5
-46
/
+254
2026-02-09
libceph: introduce ceph_crypto_key_prepare()
Ilya Dryomov
3
-42
/
+56
2026-02-09
libceph: generalize ceph_x_encrypt_offset() and ceph_x_encrypt_buflen()
Ilya Dryomov
3
-15
/
+56
2026-02-09
libceph: define and enforce CEPH_MAX_KEY_LEN
Ilya Dryomov
3
-5
/
+7
2026-01-06
libceph: make calc_target() set t->paused, not just clear it
Ilya Dryomov
1
-2
/
+9
2026-01-05
libceph: reset sparse-read state in osd_fault()
Sam Edwards
1
-0
/
+3
2026-01-05
libceph: return the handler error from mon_handle_auth_done()
Ilya Dryomov
1
-1
/
+1
2026-01-05
libceph: make free_choose_arg_map() resilient to partial allocation
Tuo Li
1
-8
/
+12
2026-01-05
libceph: replace overzealous BUG_ON in osdmap_apply_incremental()
Ilya Dryomov
1
-1
/
+3
[next]