| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | libceph: don't abort reads in ceph_osdc_abort_on_full() | Ilya Dryomov | 2018-06-04 | 1 | -1/+2 |
| * | libceph: avoid a use-after-free during map check | Ilya Dryomov | 2018-06-04 | 1 | -1/+1 |
| * | libceph: don't warn if req->r_abort_on_full is set | Ilya Dryomov | 2018-06-04 | 1 | -4/+6 |
| * | libceph: use for_each_request() in ceph_osdc_abort_on_full() | Ilya Dryomov | 2018-06-04 | 1 | -53/+26 |
| * | libceph: defer __complete_request() to a workqueue | Ilya Dryomov | 2018-06-04 | 1 | -1/+18 |
| * | libceph: move more code into __complete_request() | Ilya Dryomov | 2018-06-04 | 1 | -8/+6 |
| * | libceph: no need to call flush_workqueue() before destruction | Ilya Dryomov | 2018-06-04 | 1 | -1/+0 |
| * | libceph: introduce ceph_osdc_abort_requests() | Ilya Dryomov | 2018-06-04 | 1 | -5/+62 |
| * | libceph, rbd: add error handling for osd_req_op_cls_init() | Chengguang Xu | 2018-06-04 | 1 | -3/+9 |
* | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-06 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 2018-06-06 | 1 | -2/+1 |
* | | libceph: add osd_req_op_extent_osd_data_bvecs() | Ilya Dryomov | 2018-05-10 | 1 | -4/+23 |
|/ |
|
* | libceph, ceph: add __init attribution to init funcitons | Chengguang Xu | 2018-04-02 | 1 | -3/+1 |
* | libceph, ceph: move ceph_calc_file_object_mapping() to striper.c | Ilya Dryomov | 2018-04-02 | 1 | -0/+1 |
* | libceph: introduce BVECS data type | Ilya Dryomov | 2018-04-02 | 1 | -0/+39 |
* | libceph, rbd: new bio handling code (aka don't clone bios) | Ilya Dryomov | 2018-04-02 | 1 | -5/+8 |
* | libceph, ceph: change ceph_calc_file_object_mapping() signature | Ilya Dryomov | 2018-04-02 | 1 | -6/+4 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ceph: nuke startsync op | Yanhu Cao | 2017-09-06 | 1 | -5/+0 |
* | libceph: make RECOVERY_DELETES feature create a new interval | Ilya Dryomov | 2017-08-01 | 1 | -0/+5 |
* | libceph: make encode_request_*() work with r_mempool requests | Ilya Dryomov | 2017-08-01 | 1 | -3/+6 |
* | libceph: don't call encode_request_finish() on MOSDBackoff messages | Ilya Dryomov | 2017-07-17 | 1 | -1/+4 |
* | libceph: respect RADOS_BACKOFF backoffs | Ilya Dryomov | 2017-07-07 | 1 | -0/+593 |
* | libceph: avoid unnecessary pi lookups in calc_target() | Ilya Dryomov | 2017-07-07 | 1 | -4/+4 |
* | libceph: use target pi for calc_target() calculations | Ilya Dryomov | 2017-07-07 | 1 | -1/+8 |
* | libceph: always populate t->target_{oid,oloc} in calc_target() | Ilya Dryomov | 2017-07-07 | 1 | -11/+4 |
* | libceph: make sure need_resend targets reflect latest map | Ilya Dryomov | 2017-07-07 | 1 | -8/+25 |
* | libceph: delete from need_resend_linger before check_linger_pool_dne() | Ilya Dryomov | 2017-07-07 | 1 | -0/+1 |
* | libceph: resend on PG splits if OSD has RESEND_ON_SPLIT | Ilya Dryomov | 2017-07-07 | 1 | -7/+14 |
* | libceph: drop need_resend from calc_target() | Ilya Dryomov | 2017-07-07 | 1 | -7/+11 |
* | libceph: MOSDOp v8 encoding (actual spgid + full hash) | Ilya Dryomov | 2017-07-07 | 1 | -19/+134 |
* | libceph: encode_{pgid,oloc}() helpers | Ilya Dryomov | 2017-07-07 | 1 | -23/+27 |