aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAge
...
* libceph: drop last_piece logic from write_partial_message_data()Ilya Dryomov2018-12-26
* libceph: fall back to sendmsg for slab pagesIlya Dryomov2018-11-19
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-01
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-23
* | Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-10-31
|\ \
| * | libceph: support the RADOS copy-from operationLuis Henriques2018-10-22
| * | libceph: check reply num_data_items in setup_request_data()Ilya Dryomov2018-10-22
| * | libceph: preallocate message data itemsIlya Dryomov2018-10-22
| * | libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov2018-10-22
| * | libceph: introduce alloc_watch_request()Ilya Dryomov2018-10-22
| * | libceph: assign cookies in linger_submit()Ilya Dryomov2018-10-22
| * | libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get()Ilya Dryomov2018-10-22
| * | libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()Ilya Dryomov2018-10-22
| * | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov2018-10-22
| * | libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-22
| * | libceph: osd_req_op_cls_init() doesn't need to take opcodeIlya Dryomov2018-10-22
| |/
* / libceph: Remove VLA usage of skcipherKees Cook2018-09-28
|/
* crush: fix using plain integer as NULL warningYueHaibing2018-08-13
* libceph: remove unnecessary non NULL check for request_keyYueHaibing2018-08-13
* libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov2018-08-02
* libceph: check authorizer reply/challenge length before readingIlya Dryomov2018-08-02
* libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-08-02
* libceph: add authorizer challengeIlya Dryomov2018-08-02
* libceph: factor out encrypt_authorizer()Ilya Dryomov2018-08-02
* libceph: factor out __ceph_x_decrypt()Ilya Dryomov2018-08-02
* libceph: factor out __prepare_write_connect()Ilya Dryomov2018-08-02
* libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-08-02
* ceph: fix whitespaceStephen Hemminger2018-08-02
* libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-02
* libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2018-08-02
* libceph: amend "bad option arg" error messageIlya Dryomov2018-08-02
* libceph: stop parsing when a bad int arg is detectedChengguang Xu2018-08-02
* libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov2018-08-02
* Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-14
|\
| * libceph: allocate the locator string with GFP_NOFAILIlya Dryomov2018-06-04
| * libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-04
| * libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov2018-06-04
| * libceph: avoid a use-after-free during map checkIlya Dryomov2018-06-04
| * libceph: don't warn if req->r_abort_on_full is setIlya Dryomov2018-06-04
| * libceph: use for_each_request() in ceph_osdc_abort_on_full()Ilya Dryomov2018-06-04
| * libceph: defer __complete_request() to a workqueueIlya Dryomov2018-06-04
| * libceph: move more code into __complete_request()Ilya Dryomov2018-06-04
| * libceph: no need to call flush_workqueue() before destructionIlya Dryomov2018-06-04
| * libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov2018-06-04
| * libceph: use MSG_TRUNC for discarding received bytesIlya Dryomov2018-06-04
| * libceph: get rid of more_kvec in try_write()Ilya Dryomov2018-06-04
| * libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu2018-06-04
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-06
|\ \ | |/ |/|
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-06