| Commit message (Expand) | Author | Age | Files | Lines |
* | libceph, ceph: disambiguate ceph_connection_operations handlers | Ilya Dryomov | 2021-01-04 | 1 | -20/+20 |
* | libceph, ceph: make use of __ceph_auth_get_authorizer() in msgr1 | Ilya Dryomov | 2020-12-14 | 1 | -16/+5 |
* | libceph, ceph: implement msgr2.1 protocol (crc and secure modes) | Ilya Dryomov | 2020-12-14 | 1 | -2/+83 |
* | libceph, ceph: get and handle cluster maps with addrvecs | Ilya Dryomov | 2020-12-14 | 1 | -2/+2 |
* | libceph, ceph: incorporate nautilus cephx changes | Ilya Dryomov | 2020-12-14 | 1 | -1/+4 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -2/+2 |
* | libceph: just have osd_req_op_init() return a pointer | Jeff Layton | 2020-08-03 | 1 | -23/+16 |
* | libceph: use target_copy() in send_linger() | Ilya Dryomov | 2020-08-03 | 1 | -3/+1 |
* | libceph: don't omit used_replica in target_copy() | Ilya Dryomov | 2020-06-16 | 1 | -0/+1 |
* | libceph: don't omit recovery_deletes in target_copy() | Ilya Dryomov | 2020-06-16 | 1 | -0/+1 |
* | libceph: move away from global osd_req_flags | Ilya Dryomov | 2020-06-16 | 1 | -5/+2 |
* | libceph: support for alloc hint flags | Ilya Dryomov | 2020-06-01 | 1 | -1/+7 |
* | libceph: read_from_replica option | Ilya Dryomov | 2020-06-01 | 1 | -1/+4 |
* | libceph: support for balanced and localized reads | Ilya Dryomov | 2020-06-01 | 1 | -4/+83 |
* | ceph: add read/write latency metric support | Xiubo Li | 2020-06-01 | 1 | -0/+3 |
* | libceph: ignore pool overlay and cache logic on redirects | Jerry Lee | 2020-05-27 | 1 | -1/+3 |
* | libceph: directly skip to the end of redirect reply | Ilya Dryomov | 2020-03-30 | 1 | -3/+0 |
* | ceph: move ceph_osdc_{read,write}pages to ceph.ko | Xiubo Li | 2020-03-30 | 1 | -79/+0 |
* | libceph: fix alloc_msg_with_page_vector() memory leaks | Ilya Dryomov | 2020-03-23 | 1 | -11/+3 |
* | ceph: use copy-from2 op in copy_file_range | Luis Henriques | 2020-01-27 | 1 | -6/+12 |
* | libceph: drop unused con parameter of calc_target() | Ilya Dryomov | 2019-09-16 | 1 | -7/+5 |
* | libceph: handle OSD op ceph_pagelist_append() errors | David Disseldorp | 2019-09-16 | 1 | -5/+22 |
* | libceph: add function that clears osd client's abort_err | Yan, Zheng | 2019-09-16 | 1 | -0/+8 |
* | libceph: add function that reset client's entity addr | Yan, Zheng | 2019-09-16 | 1 | -0/+18 |
* | libceph: fix PG split vs OSD (re)connect race | Ilya Dryomov | 2019-08-22 | 1 | -5/+4 |
* | libceph: export osd_req_op_data() macro | Ilya Dryomov | 2019-07-08 | 1 | -8/+0 |
* | libceph: change ceph_osdc_call() to take page vector for response | Ilya Dryomov | 2019-07-08 | 1 | -5/+5 |
* | libceph: rename r_unsafe_item to r_private_item | Ilya Dryomov | 2019-07-08 | 1 | -2/+2 |
* | libceph: fix watch_item_t decoding to use ceph_decode_entity_addr | Jeff Layton | 2019-07-08 | 1 | -7/+13 |
* | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2019-05-16 | 1 | -1/+1 |
|\ |
|
| * | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer | Jeff Layton | 2019-05-07 | 1 | -1/+1 |
* | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 2019-04-09 | 1 | -1/+1 |
|/ |
|
* | libceph: allow setting abort_on_full for rbd | Dongsheng Yang | 2019-01-07 | 1 | -2/+2 |
* | libceph: support the RADOS copy-from operation | Luis Henriques | 2018-10-22 | 1 | -0/+90 |
* | libceph: check reply num_data_items in setup_request_data() | Ilya Dryomov | 2018-10-22 | 1 | -25/+23 |
* | libceph: preallocate message data items | Ilya Dryomov | 2018-10-22 | 1 | -14/+88 |
* | libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls | Ilya Dryomov | 2018-10-22 | 1 | -17/+21 |
* | libceph: introduce alloc_watch_request() | Ilya Dryomov | 2018-10-22 | 1 | -9/+19 |
* | libceph: assign cookies in linger_submit() | Ilya Dryomov | 2018-10-22 | 1 | -21/+27 |
* | libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get() | Ilya Dryomov | 2018-10-22 | 1 | -2/+2 |
* | libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op() | Ilya Dryomov | 2018-10-22 | 1 | -6/+0 |
* | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist() | Ilya Dryomov | 2018-10-22 | 1 | -0/+8 |
* | libceph: introduce ceph_pagelist_alloc() | Ilya Dryomov | 2018-10-22 | 1 | -10/+4 |
* | libceph: osd_req_op_cls_init() doesn't need to take opcode | Ilya Dryomov | 2018-10-22 | 1 | -5/+4 |
* | libceph: add authorizer challenge | Ilya Dryomov | 2018-08-02 | 1 | -0/+11 |
* | libceph: use timespec64 for r_mtime | Arnd Bergmann | 2018-08-02 | 1 | -4/+4 |
* | libceph: make ceph_osdc_notify{,_ack}() payload_len u32 | Ilya Dryomov | 2018-08-02 | 1 | -4/+4 |
* | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-06-15 | 1 | -86/+130 |
|\ |
|
| * | libceph: allocate the locator string with GFP_NOFAIL | Ilya Dryomov | 2018-06-04 | 1 | -9/+1 |
| * | libceph: make abort_on_full a per-osdc setting | Ilya Dryomov | 2018-06-04 | 1 | -5/+4 |