aboutsummaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2024-03-06libceph: init the cursor when preparing sparse read in msgr2Gravatar Xiubo Li 1-0/+3
2024-02-07libceph: just wait for more data to be available on the socketGravatar Xiubo Li 3-20/+18
2024-02-07libceph: rename read_sparse_msg_*() to read_partial_sparse_msg_*()Gravatar Xiubo Li 1-4/+4
2024-02-07libceph: fail sparse-read if the data length doesn't matchGravatar Xiubo Li 1-3/+15
2024-01-15libceph: remove MAX_EXTENTS check for sparse readsGravatar Xiubo Li 1-13/+4
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-4/+0
2023-10-27libceph: stop checking crypto_shash_alignmaskGravatar Eric Biggers 1-4/+0
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2023-10-09libceph: use kernel_connect()Gravatar Jordan Rife 1-2/+2
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byGravatar Kees Cook 1-1/+1
2023-08-24libceph: do not include crypto/algapi.hGravatar Herbert Xu 1-1/+1
2023-08-24libceph: allow ceph_osdc_new_request to accept a multi-op readGravatar Jeff Layton 1-6/+21
2023-08-24libceph: add CEPH_OSD_OP_ASSERT_VER supportGravatar Jeff Layton 1-0/+5
2023-08-22libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeGravatar Jeff Layton 2-0/+104
2023-08-22libceph: add sparse read support to OSD clientGravatar Jeff Layton 1-4/+253
2023-08-22libceph: add sparse read support to msgr1Gravatar Jeff Layton 1-8/+90
2023-08-22libceph: support sparse reads on msgr2 secure codepathGravatar Jeff Layton 1-10/+110
2023-08-22libceph: new sparse_read op, support sparse reads on msgr2 crc codepathGravatar Jeff Layton 2-9/+159
2023-08-22libceph: define struct ceph_sparse_extent and add some helpersGravatar Jeff Layton 1-0/+13
2023-08-22libceph: add spinlock around osd->o_requestsGravatar Jeff Layton 1-0/+5
2023-08-02libceph: fix potential hang in ceph_osdc_notify()Gravatar Ilya Dryomov 1-6/+14
2023-07-26rbd: harden get_lock_owner_info() a bitGravatar Ilya Dryomov 1-0/+1
2023-07-13libceph: harden msgr2.1 frame segment length checksGravatar Ilya Dryomov 1-15/+26
2023-06-27libceph: Partially revert changes to support MSG_SPLICE_PAGESGravatar David Howells 2-39/+107
2023-06-24ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()Gravatar David Howells 1-72/+19
2023-06-24ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageGravatar David Howells 1-40/+20
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+4
2023-02-03libceph: use bvec_set_page to initialize bvecsGravatar Christoph Hellwig 2-22/+13
2023-01-23net/sock: Introduce trace_sk_data_ready()Gravatar Peilin Ye 1-0/+4
2022-12-19Treewide: Stop corrupting socket's task_fragGravatar Benjamin Coddington 1-0/+1
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-9/+9
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 2-9/+9
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 2-2/+2
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 2-2/+2
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorGravatar Jeff Layton 3-39/+9
2022-08-03libceph: clean up ceph_osdc_start_request prototypeGravatar Jeff Layton 1-9/+6
2022-08-03libceph: fix ceph_pagelist_reserve() comment typoGravatar Jason Wang 1-1/+1
2022-08-03libceph: print fsid and epoch with osd idGravatar Daichi Mukai 1-7/+23
2022-08-03libceph: check pointer before assigned to "c->rules[]"Gravatar Li Qiong 1-1/+1
2022-05-25libceph: use swap() macro instead of taking tmp variableGravatar Guo Zhengkui 1-4/+1
2022-05-18libceph: fix misleading ceph_osdc_cancel_request() commentGravatar Ilya Dryomov 1-2/+7
2022-05-18libceph: fix potential use-after-free on linger ping and resendsGravatar Ilya Dryomov 1-183/+119
2022-04-25libceph: disambiguate cluster/pool full log messageGravatar Ilya Dryomov 1-1/+5
2022-03-01libceph: drop else branches in prepare_read_data{,_cont}Gravatar Jeff Layton 1-6/+2
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeGravatar Ilya Dryomov 4-20/+103
2022-02-02libceph: make recv path in secure mode work the same as send pathGravatar Ilya Dryomov 1-62/+154
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-16/+17
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocGravatar Michal Hocko 6-38/+11
2022-01-13libceph: rename parse_fsid() to ceph_parse_fsid() and exportGravatar Venky Shankar 1-4/+5