Age | Commit message (Expand) | Author |
2020-03-23 | libceph: fix alloc_msg_with_page_vector() memory leaks | Ilya Dryomov |
2020-01-27 | ceph: use copy-from2 op in copy_file_range | Luis Henriques |
2019-09-16 | libceph: drop unused con parameter of calc_target() | Ilya Dryomov |
2019-09-16 | libceph: handle OSD op ceph_pagelist_append() errors | David Disseldorp |
2019-09-16 | libceph: add function that clears osd client's abort_err | Yan, Zheng |
2019-09-16 | libceph: add function that reset client's entity addr | Yan, Zheng |
2019-08-22 | libceph: fix PG split vs OSD (re)connect race | Ilya Dryomov |
2019-07-08 | libceph: export osd_req_op_data() macro | Ilya Dryomov |
2019-07-08 | libceph: change ceph_osdc_call() to take page vector for response | Ilya Dryomov |
2019-07-08 | libceph: rename r_unsafe_item to r_private_item | Ilya Dryomov |
2019-07-08 | libceph: fix watch_item_t decoding to use ceph_decode_entity_addr | Jeff Layton |
2019-05-16 | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2019-05-07 | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer | Jeff Layton |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus |
2019-01-07 | libceph: allow setting abort_on_full for rbd | Dongsheng Yang |
2018-10-22 | libceph: support the RADOS copy-from operation | Luis Henriques |
2018-10-22 | libceph: check reply num_data_items in setup_request_data() | Ilya Dryomov |
2018-10-22 | libceph: preallocate message data items | Ilya Dryomov |
2018-10-22 | libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls | Ilya Dryomov |
2018-10-22 | libceph: introduce alloc_watch_request() | Ilya Dryomov |
2018-10-22 | libceph: assign cookies in linger_submit() | Ilya Dryomov |
2018-10-22 | libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get() | Ilya Dryomov |
2018-10-22 | libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op() | Ilya Dryomov |
2018-10-22 | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist() | Ilya Dryomov |
2018-10-22 | libceph: introduce ceph_pagelist_alloc() | Ilya Dryomov |
2018-10-22 | libceph: osd_req_op_cls_init() doesn't need to take opcode | Ilya Dryomov |
2018-08-02 | libceph: add authorizer challenge | Ilya Dryomov |
2018-08-02 | libceph: use timespec64 for r_mtime | Arnd Bergmann |
2018-08-02 | libceph: make ceph_osdc_notify{,_ack}() payload_len u32 | Ilya Dryomov |
2018-06-15 | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2018-06-06 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook |
2018-06-04 | libceph: allocate the locator string with GFP_NOFAIL | Ilya Dryomov |
2018-06-04 | libceph: make abort_on_full a per-osdc setting | Ilya Dryomov |
2018-06-04 | libceph: don't abort reads in ceph_osdc_abort_on_full() | Ilya Dryomov |
2018-06-04 | libceph: avoid a use-after-free during map check | Ilya Dryomov |
2018-06-04 | libceph: don't warn if req->r_abort_on_full is set | Ilya Dryomov |
2018-06-04 | libceph: use for_each_request() in ceph_osdc_abort_on_full() | Ilya Dryomov |
2018-06-04 | libceph: defer __complete_request() to a workqueue | Ilya Dryomov |
2018-06-04 | libceph: move more code into __complete_request() | Ilya Dryomov |
2018-06-04 | libceph: no need to call flush_workqueue() before destruction | Ilya Dryomov |
2018-06-04 | libceph: introduce ceph_osdc_abort_requests() | Ilya Dryomov |
2018-06-04 | libceph, rbd: add error handling for osd_req_op_cls_init() | Chengguang Xu |
2018-05-10 | libceph: add osd_req_op_extent_osd_data_bvecs() | Ilya Dryomov |
2018-04-02 | libceph, ceph: add __init attribution to init funcitons | Chengguang Xu |
2018-04-02 | libceph, ceph: move ceph_calc_file_object_mapping() to striper.c | Ilya Dryomov |
2018-04-02 | libceph: introduce BVECS data type | Ilya Dryomov |
2018-04-02 | libceph, rbd: new bio handling code (aka don't clone bios) | Ilya Dryomov |
2018-04-02 | libceph, ceph: change ceph_calc_file_object_mapping() signature | Ilya Dryomov |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |