summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: init the cursor when preparing sparse read in msgr2Xiubo Li2024-03-061-0/+3
* libceph: just wait for more data to be available on the socketXiubo Li2024-02-073-20/+18
* libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Xiubo Li2024-02-071-4/+4
* libceph: fail sparse-read if the data length doesn't matchXiubo Li2024-02-071-3/+15
* libceph: remove MAX_EXTENTS check for sparse readsXiubo Li2024-01-151-13/+4
* Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-021-4/+0
|\
| * libceph: stop checking crypto_shash_alignmaskEric Biggers2023-10-271-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+2
|\ \
| * | libceph: use kernel_connect()Jordan Rife2023-10-091-2/+2
| |/
* / ceph: Annotate struct ceph_monmap with __counted_byKees Cook2023-09-181-1/+1
|/
* libceph: do not include crypto/algapi.hHerbert Xu2023-08-241-1/+1
* libceph: allow ceph_osdc_new_request to accept a multi-op readJeff Layton2023-08-241-6/+21
* libceph: add CEPH_OSD_OP_ASSERT_VER supportJeff Layton2023-08-241-0/+5
* libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton2023-08-222-0/+104
* libceph: add sparse read support to OSD clientJeff Layton2023-08-221-4/+253
* libceph: add sparse read support to msgr1Jeff Layton2023-08-221-8/+90
* libceph: support sparse reads on msgr2 secure codepathJeff Layton2023-08-221-10/+110
* libceph: new sparse_read op, support sparse reads on msgr2 crc codepathJeff Layton2023-08-222-9/+159
* libceph: define struct ceph_sparse_extent and add some helpersJeff Layton2023-08-221-0/+13
* libceph: add spinlock around osd->o_requestsJeff Layton2023-08-221-0/+5
* libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov2023-08-021-6/+14
* rbd: harden get_lock_owner_info() a bitIlya Dryomov2023-07-261-0/+1
* libceph: harden msgr2.1 frame segment length checksIlya Dryomov2023-07-131-15/+26
* libceph: Partially revert changes to support MSG_SPLICE_PAGESDavid Howells2023-06-272-39/+107
* ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells2023-06-241-72/+19
* ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-241-40/+20
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+4
|\
| * net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+4
* | libceph: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-032-22/+13
|/
* Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-122-9/+9
|\
| * use less confusing names for iov_iter direction initializersAl Viro2022-11-252-9/+9
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-2/+2
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* | libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton2022-10-043-39/+9
|/
* libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-031-9/+6
* libceph: fix ceph_pagelist_reserve() comment typoJason Wang2022-08-031-1/+1
* libceph: print fsid and epoch with osd idDaichi Mukai2022-08-031-7/+23
* libceph: check pointer before assigned to "c->rules[]"Li Qiong2022-08-031-1/+1
* libceph: use swap() macro instead of taking tmp variableGuo Zhengkui2022-05-251-4/+1
* libceph: fix misleading ceph_osdc_cancel_request() commentIlya Dryomov2022-05-181-2/+7
* libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov2022-05-181-183/+119
* libceph: disambiguate cluster/pool full log messageIlya Dryomov2022-04-251-1/+5
* libceph: drop else branches in prepare_read_data{,_cont}Jeff Layton2022-03-011-6/+2
* libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov2022-02-024-20/+103
* libceph: make recv path in secure mode work the same as send pathIlya Dryomov2022-02-021-62/+154
* Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-202-16/+17
|\
| * libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar2022-01-131-4/+5
| * libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-132-12/+12