summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)Author
2023-10-09libceph: use kernel_connect()Jordan Rife
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
2023-08-02libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov
2023-07-26rbd: harden get_lock_owner_info() a bitIlya Dryomov
2023-07-13libceph: harden msgr2.1 frame segment length checksIlya Dryomov
2023-06-27libceph: Partially revert changes to support MSG_SPLICE_PAGESDavid Howells
2023-06-24ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells
2023-06-24ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-03libceph: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-04libceph: drop last_piece flag from ceph_msg_data_cursorJeff Layton
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton
2022-08-03libceph: fix ceph_pagelist_reserve() comment typoJason Wang
2022-08-03libceph: print fsid and epoch with osd idDaichi Mukai
2022-08-03libceph: check pointer before assigned to "c->rules[]"Li Qiong
2022-05-25libceph: use swap() macro instead of taking tmp variableGuo Zhengkui
2022-05-18libceph: fix misleading ceph_osdc_cancel_request() commentIlya Dryomov
2022-05-18libceph: fix potential use-after-free on linger ping and resendsIlya Dryomov
2022-04-25libceph: disambiguate cluster/pool full log messageIlya Dryomov
2022-03-01libceph: drop else branches in prepare_read_data{,_cont}Jeff Layton
2022-02-02libceph: optionally use bounce buffer on recv path in crc modeIlya Dryomov
2022-02-02libceph: make recv path in secure mode work the same as send pathIlya Dryomov
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko
2022-01-13libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques
2021-11-08libceph: drop ->monmap and err initializationJean Sacren
2021-06-28libceph: fix doc warnings in cls_lock_client.cBaokun Li
2021-06-28libceph: remove unnecessary ret variable in ceph_auth_init()zuoqilin
2021-06-28libceph: fix some spelling mistakesZheng Yongjun
2021-06-28libceph: kill ceph_none_authorizer::reply_bufIlya Dryomov
2021-06-24libceph: set global_id as soon as we get an auth ticketIlya Dryomov
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov