summaryrefslogtreecommitdiff
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko2022-01-156-38/+11
|/
* libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques2021-11-081-51/+9
* libceph: drop ->monmap and err initializationJean Sacren2021-11-081-2/+1
* libceph: fix doc warnings in cls_lock_client.cBaokun Li2021-06-281-3/+9
* libceph: remove unnecessary ret variable in ceph_auth_init()zuoqilin2021-06-281-6/+1
* libceph: fix some spelling mistakesZheng Yongjun2021-06-283-4/+4
* libceph: kill ceph_none_authorizer::reply_bufIlya Dryomov2021-06-282-3/+2
* libceph: set global_id as soon as we get an auth ticketIlya Dryomov2021-06-243-14/+13
* libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov2021-06-243-11/+14
* Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-05-063-20/+38
|\
| * libceph: allow addrvecs with a single NONE/blank addressIlya Dryomov2021-05-041-6/+14
| * libceph: don't set global_id until we get an auth ticketIlya Dryomov2021-04-271-13/+23
| * libceph: bump CephXAuthenticate encoding versionIlya Dryomov2021-04-271-1/+1
* | net: ceph: Fix a typo in osdmap.cLu Wei2021-03-251-1/+1
|/
* libceph: remove osdtimeout option entirelyIlya Dryomov2021-02-161-6/+0
* libceph: deprecate [no]cephx_require_signatures optionsIlya Dryomov2021-02-161-6/+5
* libceph: fix "Boolean result is used in bitwise operation" warningIlya Dryomov2021-01-211-1/+1
* libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov2021-01-042-27/+27
* libceph: zero out session key and connection secretIlya Dryomov2021-01-043-43/+62
* libceph: align session_key and con_secret to 16 bytesIlya Dryomov2020-12-281-2/+10
* libceph: fix auth_signature buffer allocation in secure modeIlya Dryomov2020-12-281-1/+2
* Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-12-1716-1914/+6384
|\
| * libceph: drop ceph_auth_{create,update}_authorizer()Ilya Dryomov2020-12-141-28/+0
| * libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1Ilya Dryomov2020-12-141-16/+5
| * libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov2020-12-148-24/+4046
| * libceph: introduce connection modes and ms_mode optionIlya Dryomov2020-12-144-6/+87