summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-70/+56
2025-12-10libceph: make decode_pool() more resilient against corrupted osdmapsIlya Dryomov1-64/+52
2025-12-10libceph: Amend checking to fix `make W=1` build breakageAndy Shevchenko1-2/+2
2025-12-10libceph: fix log output race condition in OSD clientSimon Buttgereit1-4/+2
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+2
2025-11-27libceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang1-0/+2
2025-11-27libceph: replace BUG_ON with bounds check for map->max_osdziming zhang1-7/+11
2025-11-27ceph: fix crash in process_v2_sparse_read() for encrypted directoriesViacheslav Dubeyko1-4/+7
2025-11-27libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-3/+2
2025-11-27libceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov2-25/+42
2025-11-19libceph: Switch to use %ptSpAndy Shevchenko1-4/+2
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-173/+144
2025-10-09libceph: add empty check to ceph_con_get_out_msg()Max Kellermann3-9/+8
2025-10-09libceph: pass the message pointer instead of loading con->out_msgMax Kellermann3-105/+112
2025-10-09libceph: make ceph_con_get_out_msg() return the message pointerMax Kellermann2-4/+3
2025-10-09libceph: Use HMAC-SHA256 library instead of crypto_shashEric Biggers2-57/+23
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2025-09-23net: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-10libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov1-3/+4
2025-07-04libceph: Rename hmac_sha256() to ceph_hmac_sha256()Eric Biggers1-6/+6
2025-04-26Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-23/+0
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-04-03ceph: Remove osd_client deadcodeDr. David Alan Gilbert1-23/+0
2024-12-17ceph: allocate sparse_ext map only for sparse readsIlya Dryomov1-0/+2
2024-11-18libceph: Remove unused ceph_crypto_key_encodeDr. David Alan Gilbert2-13/+0
2024-11-18libceph: Remove unused ceph_osdc_watch_checkDr. David Alan Gilbert1-34/+0
2024-11-18libceph: Remove unused pagevec functionsDr. David Alan Gilbert1-52/+0
2024-11-18libceph: Remove unused ceph_pagelist functionsDr. David Alan Gilbert1-38/+0
2024-08-27libceph: use min() to simplify code in ceph_dns_resolve_name()Li Zetao1-1/+1
2024-07-11libceph: fix crush_choose_firstn() kernel-doc warningsJeff Johnson1-0/+4
2024-07-11libceph: suppress crush_choose_indep() kernel-doc warningsJeff Johnson1-2/+1
2024-07-10libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov1-2/+12
2024-03-06libceph: init the cursor when preparing sparse read in msgr2Xiubo Li1-0/+3
2024-02-07libceph: just wait for more data to be available on the socketXiubo Li3-20/+18
2024-02-07libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li1-4/+4
2024-02-07libceph: fail sparse-read if the data length doesn't matchXiubo Li1-3/+15
2024-01-15libceph: remove MAX_EXTENTS check for sparse readsXiubo Li1-13/+4
2023-11-03Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-4/+0
2023-10-27libceph: stop checking crypto_shash_alignmaskEric Biggers1-4/+0
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-10-09libceph: use kernel_connect()Jordan Rife1-2/+2
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byKees Cook1-1/+1
2023-08-24libceph: do not include crypto/algapi.hHerbert Xu1-1/+1
2023-08-24libceph: allow ceph_osdc_new_request to accept a multi-op readJeff Layton1-6/+21
2023-08-24libceph: add CEPH_OSD_OP_ASSERT_VER supportJeff Layton1-0/+5
2023-08-22libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton2-0/+104
2023-08-22libceph: add sparse read support to OSD clientJeff Layton1-4/+253
2023-08-22libceph: add sparse read support to msgr1Jeff Layton1-8/+90