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
/
net
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
libceph: admit message frames only in CEPH_CON_S_OPEN state
Ilya Dryomov
1
-0
/
+5
10 days
libceph: Use u32 for non-negative values in ceph_monmap_decode()
Raphael Zimmer
1
-3
/
+3
10 days
libceph: prevent potential out-of-bounds reads in process_message_header()
Ilya Dryomov
1
-1
/
+8
10 days
libceph: reject preamble if control segment is empty
Ilya Dryomov
1
-9
/
+8
10 days
libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()
Raphael Zimmer
1
-2
/
+4
2026-03-04
libceph: define and enforce CEPH_MAX_KEY_LEN
Ilya Dryomov
3
-5
/
+7
2026-01-17
libceph: make calc_target() set t->paused, not just clear it
Ilya Dryomov
1
-2
/
+9
2026-01-17
libceph: reset sparse-read state in osd_fault()
Sam Edwards
1
-0
/
+3
2026-01-17
libceph: return the handler error from mon_handle_auth_done()
Ilya Dryomov
1
-1
/
+1
2026-01-17
libceph: make free_choose_arg_map() resilient to partial allocation
Tuo Li
1
-8
/
+12
2026-01-17
libceph: replace overzealous BUG_ON in osdmap_apply_incremental()
Ilya Dryomov
1
-1
/
+3
2026-01-17
libceph: prevent potential out-of-bounds reads in handle_auth_done()
ziming zhang
1
-0
/
+2
2026-01-11
libceph: make decode_pool() more resilient against corrupted osdmaps
Ilya Dryomov
1
-64
/
+52
2025-12-07
libceph: replace BUG_ON with bounds check for map->max_osd
ziming zhang
1
-7
/
+11
2025-12-07
libceph: prevent potential out-of-bounds writes in handle_auth_session_key()
ziming zhang
1
-0
/
+2
2025-12-07
libceph: fix potential use-after-free in have_mon_and_osd_map()
Ilya Dryomov
2
-25
/
+42
2025-12-07
ceph: fix crash in process_v2_sparse_read() for encrypted directories
Viacheslav Dubeyko
1
-4
/
+7
2025-09-19
libceph: fix invalid accesses to ceph_connection_v1_info
Ilya Dryomov
1
-3
/
+4
2025-01-02
ceph: allocate sparse_ext map only for sparse reads
Ilya Dryomov
1
-0
/
+2
2024-10-17
libceph: init the cursor when preparing sparse read in msgr2
Xiubo Li
1
-0
/
+3
2024-07-18
libceph: fix race between delayed_work() and ceph_monc_stop()
Ilya Dryomov
1
-2
/
+12
2024-03-01
libceph: fail sparse-read if the data length doesn't match
Xiubo Li
1
-3
/
+15
2024-02-16
libceph: just wait for more data to be available on the socket
Xiubo Li
3
-20
/
+18
2024-02-16
libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()
Xiubo Li
1
-4
/
+4
2023-10-09
libceph: use kernel_connect()
Jordan Rife
1
-2
/
+2
2023-08-24
libceph: do not include crypto/algapi.h
Herbert Xu
1
-1
/
+1
2023-08-24
libceph: allow ceph_osdc_new_request to accept a multi-op read
Jeff Layton
1
-6
/
+21
2023-08-24
libceph: add CEPH_OSD_OP_ASSERT_VER support
Jeff Layton
1
-0
/
+5
2023-08-22
libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
Jeff Layton
2
-0
/
+104
2023-08-22
libceph: add sparse read support to OSD client
Jeff Layton
1
-4
/
+253
2023-08-22
libceph: add sparse read support to msgr1
Jeff Layton
1
-8
/
+90
2023-08-22
libceph: support sparse reads on msgr2 secure codepath
Jeff Layton
1
-10
/
+110
2023-08-22
libceph: new sparse_read op, support sparse reads on msgr2 crc codepath
Jeff Layton
2
-9
/
+159
2023-08-22
libceph: define struct ceph_sparse_extent and add some helpers
Jeff Layton
1
-0
/
+13
2023-08-22
libceph: add spinlock around osd->o_requests
Jeff Layton
1
-0
/
+5
2023-08-02
libceph: fix potential hang in ceph_osdc_notify()
Ilya Dryomov
1
-6
/
+14
2023-07-26
rbd: harden get_lock_owner_info() a bit
Ilya Dryomov
1
-0
/
+1
2023-07-13
libceph: harden msgr2.1 frame segment length checks
Ilya Dryomov
1
-15
/
+26
2023-06-27
libceph: Partially revert changes to support MSG_SPLICE_PAGES
David Howells
2
-39
/
+107
2023-06-24
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
David Howells
1
-72
/
+19
2023-06-24
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-40
/
+20
2023-02-21
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+4
2023-02-03
libceph: use bvec_set_page to initialize bvecs
Christoph Hellwig
2
-22
/
+13
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+4
2022-12-19
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
1
-0
/
+1
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2
-9
/
+9
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2
-9
/
+9
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2
-2
/
+2
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2
-2
/
+2
[next]