summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorLines
2024-12-16ceph: allocate sparse_ext map only for sparse readsIlya Dryomov-0/+2
2024-11-18libceph: Remove unused ceph_crypto_key_encodeDr. David Alan Gilbert-13/+0
2024-11-18libceph: Remove unused ceph_osdc_watch_checkDr. David Alan Gilbert-34/+0
2024-11-18libceph: Remove unused pagevec functionsDr. David Alan Gilbert-52/+0
2024-11-18libceph: Remove unused ceph_pagelist functionsDr. David Alan Gilbert-38/+0
2024-08-27libceph: use min() to simplify code in ceph_dns_resolve_name()Li Zetao-1/+1
2024-07-11libceph: fix crush_choose_firstn() kernel-doc warningsJeff Johnson-0/+4
2024-07-11libceph: suppress crush_choose_indep() kernel-doc warningsJeff Johnson-2/+1
2024-07-10libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov-2/+12
2024-03-06libceph: init the cursor when preparing sparse read in msgr2Xiubo Li-0/+3
2024-02-07libceph: just wait for more data to be available on the socketXiubo Li-20/+18
2024-02-07libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li-4/+4
2024-02-07libceph: fail sparse-read if the data length doesn't matchXiubo Li-3/+15
2024-01-15libceph: remove MAX_EXTENTS check for sparse readsXiubo Li-13/+4
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-4/+0
2023-10-27libceph: stop checking crypto_shash_alignmaskEric Biggers-4/+0
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2023-10-09libceph: use kernel_connect()Jordan Rife-2/+2
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byKees Cook-1/+1
2023-08-24libceph: do not include crypto/algapi.hHerbert Xu-1/+1
2023-08-24libceph: allow ceph_osdc_new_request to accept a multi-op readJeff Layton-6/+21
2023-08-24libceph: add CEPH_OSD_OP_ASSERT_VER supportJeff Layton-0/+5
2023-08-22libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton-0/+104
2023-08-22libceph: add sparse read support to OSD clientJeff Layton-4/+253
2023-08-22libceph: add sparse read support to msgr1Jeff Layton-8/+90
2023-08-22libceph: support sparse reads on msgr2 secure codepathJeff Layton-10/+110
2023-08-22libceph: new sparse_read op, support sparse reads on msgr2 crc codepathJeff Layton-9/+159
2023-08-22libceph: define struct ceph_sparse_extent and add some helpersJeff Layton-0/+13
2023-08-22libceph: add spinlock around osd->o_requestsJeff Layton-0/+5
2023-08-02libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov-6/+14
2023-07-26rbd: harden get_lock_owner_info() a bitIlya Dryomov-0/+1
2023-07-13libceph: harden msgr2.1 frame segment length checksIlya Dryomov-15/+26
2023-06-27libceph: Partially revert changes to support MSG_SPLICE_PAGESDavid Howells-39/+107
2023-06-24ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells-72/+19
2023-06-24ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells-40/+20
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+4
2023-02-03libceph: use bvec_set_page to initialize bvecsChristoph Hellwig-22/+13
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye-0/+4
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington-0/+1
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-9/+9
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-9/+9
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-2/+2
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-2/+2
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton-39/+9
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton-9/+6
2022-08-03libceph: fix ceph_pagelist_reserve() comment typoJason Wang-1/+1
2022-08-03libceph: print fsid and epoch with osd idDaichi Mukai-7/+23
2022-08-03libceph: check pointer before assigned to "c->rules[]"Li Qiong-1/+1
2022-05-25libceph: use swap() macro instead of taking tmp variableGuo Zhengkui-4/+1