summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)Author
5 daysMerge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
5 daysMerge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
11 dayslibceph: prevent potential out-of-bounds writes in handle_auth_session_key()ziming zhang
11 dayslibceph: replace BUG_ON with bounds check for map->max_osdziming zhang
11 daysceph: fix crash in process_v2_sparse_read() for encrypted directoriesViacheslav Dubeyko
12 dayslibceph: drop started parameter of __ceph_open_session()Ilya Dryomov
12 dayslibceph: fix potential use-after-free in have_mon_and_osd_map()Ilya Dryomov
2025-11-19libceph: Switch to use %ptSpAndy Shevchenko
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-10-08libceph: add empty check to ceph_con_get_out_msg()Max Kellermann
2025-10-08libceph: pass the message pointer instead of loading con->out_msgMax Kellermann
2025-10-08libceph: make ceph_con_get_out_msg() return the message pointerMax Kellermann
2025-10-08libceph: Use HMAC-SHA256 library instead of crypto_shashEric Biggers
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-10libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov
2025-07-04libceph: Rename hmac_sha256() to ceph_hmac_sha256()Eric Biggers
2025-04-25Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-03ceph: Remove osd_client deadcodeDr. David Alan Gilbert
2024-12-16ceph: allocate sparse_ext map only for sparse readsIlya Dryomov
2024-11-18libceph: Remove unused ceph_crypto_key_encodeDr. David Alan Gilbert
2024-11-18libceph: Remove unused ceph_osdc_watch_checkDr. David Alan Gilbert
2024-11-18libceph: Remove unused pagevec functionsDr. David Alan Gilbert
2024-11-18libceph: Remove unused ceph_pagelist functionsDr. David Alan Gilbert
2024-08-27libceph: use min() to simplify code in ceph_dns_resolve_name()Li Zetao
2024-07-11libceph: fix crush_choose_firstn() kernel-doc warningsJeff Johnson
2024-07-11libceph: suppress crush_choose_indep() kernel-doc warningsJeff Johnson
2024-07-10libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov
2024-03-06libceph: init the cursor when preparing sparse read in msgr2Xiubo Li
2024-02-07libceph: just wait for more data to be available on the socketXiubo Li
2024-02-07libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li
2024-02-07libceph: fail sparse-read if the data length doesn't matchXiubo Li
2024-01-15libceph: remove MAX_EXTENTS check for sparse readsXiubo Li
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-10-27libceph: stop checking crypto_shash_alignmaskEric Biggers
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-09libceph: use kernel_connect()Jordan Rife
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byKees Cook
2023-08-24libceph: do not include crypto/algapi.hHerbert Xu
2023-08-24libceph: allow ceph_osdc_new_request to accept a multi-op readJeff Layton
2023-08-24libceph: add CEPH_OSD_OP_ASSERT_VER supportJeff Layton
2023-08-22libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton
2023-08-22libceph: add sparse read support to OSD clientJeff Layton
2023-08-22libceph: add sparse read support to msgr1Jeff Layton
2023-08-22libceph: support sparse reads on msgr2 secure codepathJeff Layton
2023-08-22libceph: new sparse_read op, support sparse reads on msgr2 crc codepathJeff Layton
2023-08-22libceph: define struct ceph_sparse_extent and add some helpersJeff Layton
2023-08-22libceph: add spinlock around osd->o_requestsJeff Layton