summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
...
| * | libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov2018-10-221-17/+21
| * | libceph: introduce alloc_watch_request()Ilya Dryomov2018-10-221-9/+19
| * | libceph: assign cookies in linger_submit()Ilya Dryomov2018-10-221-21/+27
| * | libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get()Ilya Dryomov2018-10-222-3/+3
| * | libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()Ilya Dryomov2018-10-221-6/+0Star
| * | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov2018-10-222-0/+9
| * | libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-222-10/+24
| * | libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov2018-10-221-5/+4Star
| |/
* / libceph: Remove VLA usage of skcipherKees Cook2018-09-282-7/+7
|/
* crush: fix using plain integer as NULL warningYueHaibing2018-08-131-2/+2
* libceph: remove unnecessary non NULL check for request_keyYueHaibing2018-08-131-1/+1
* libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov2018-08-021-2/+4
* libceph: check authorizer reply/challenge length before readingIlya Dryomov2018-08-021-0/+7
* libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-08-021-17/+56
* libceph: add authorizer challengeIlya Dryomov2018-08-025-6/+117
* libceph: factor out encrypt_authorizer()Ilya Dryomov2018-08-021-13/+36
* libceph: factor out __ceph_x_decrypt()Ilya Dryomov2018-08-021-9/+24
* libceph: factor out __prepare_write_connect()Ilya Dryomov2018-08-021-9/+12
* libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-08-021-28/+26Star
* ceph: fix whitespaceStephen Hemminger2018-08-028-9/+1Star
* libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-021-4/+4
* libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2018-08-024-20/+20
* libceph: amend "bad option arg" error messageIlya Dryomov2018-08-021-2/+1Star
* libceph: stop parsing when a bad int arg is detectedChengguang Xu2018-08-021-4/+4
* libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov2018-08-021-4/+4
* Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-153-117/+149
|\
| * libceph: allocate the locator string with GFP_NOFAILIlya Dryomov2018-06-042-20/+9Star
| * libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-041-5/+4Star
| * libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov2018-06-041-1/+2
| * libceph: avoid a use-after-free during map checkIlya Dryomov2018-06-041-1/+1
| * libceph: don't warn if req->r_abort_on_full is setIlya Dryomov2018-06-041-4/+6
| * libceph: use for_each_request() in ceph_osdc_abort_on_full()Ilya Dryomov2018-06-041-53/+26Star
| * libceph: defer __complete_request() to a workqueueIlya Dryomov2018-06-041-1/+18
| * libceph: move more code into __complete_request()Ilya Dryomov2018-06-041-8/+6Star
| * libceph: no need to call flush_workqueue() before destructionIlya Dryomov2018-06-041-1/+0Star
| * libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov2018-06-041-5/+62
| * libceph: use MSG_TRUNC for discarding received bytesIlya Dryomov2018-06-041-13/+8Star
| * libceph: get rid of more_kvec in try_write()Ilya Dryomov2018-06-041-7/+3Star
| * libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu2018-06-041-3/+9
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-4/+5
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-072-5/+3Star
|\ \ | |/ |/|
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-062-5/+3Star
* | libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov2018-05-101-4/+23
|/
* libceph: validate con->state at the top of try_write()Ilya Dryomov2018-04-261-0/+7
* libceph: reschedule a tick in finish_hunting()Ilya Dryomov2018-04-241-0/+1
* libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov2018-04-241-3/+10
* Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-109-168/+453
|\
| * ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-021-0/+1
| * libceph, ceph: add __init attribution to init funcitonsChengguang Xu2018-04-024-13/+8Star
| * libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu2018-04-021-0/+5