summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorLines
2018-08-13crush: fix using plain integer as NULL warningYueHaibing-2/+2
2018-08-13libceph: remove unnecessary non NULL check for request_keyYueHaibing-1/+1
2018-08-02libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov-2/+4
2018-08-02libceph: check authorizer reply/challenge length before readingIlya Dryomov-0/+7
2018-08-02libceph: implement CEPHX_V2 calculation modeIlya Dryomov-17/+56
2018-08-02libceph: add authorizer challengeIlya Dryomov-6/+117
2018-08-02libceph: factor out encrypt_authorizer()Ilya Dryomov-13/+36
2018-08-02libceph: factor out __ceph_x_decrypt()Ilya Dryomov-9/+24
2018-08-02libceph: factor out __prepare_write_connect()Ilya Dryomov-9/+12
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov-28/+26
2018-08-02ceph: fix whitespaceStephen Hemminger-9/+1
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann-4/+4
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann-20/+20
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov-2/+1
2018-08-02libceph: stop parsing when a bad int arg is detectedChengguang Xu-4/+4
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov-4/+4
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-117/+149
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-4/+5
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+3
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-5/+3
2018-06-04libceph: allocate the locator string with GFP_NOFAILIlya Dryomov-20/+9
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov-5/+4
2018-06-04libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov-1/+2
2018-06-04libceph: avoid a use-after-free during map checkIlya Dryomov-1/+1
2018-06-04libceph: don't warn if req->r_abort_on_full is setIlya Dryomov-4/+6
2018-06-04libceph: use for_each_request() in ceph_osdc_abort_on_full()Ilya Dryomov-53/+26
2018-06-04libceph: defer __complete_request() to a workqueueIlya Dryomov-1/+18
2018-06-04libceph: move more code into __complete_request()Ilya Dryomov-8/+6
2018-06-04libceph: no need to call flush_workqueue() before destructionIlya Dryomov-1/+0
2018-06-04libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov-5/+62
2018-06-04libceph: use MSG_TRUNC for discarding received bytesIlya Dryomov-13/+8
2018-06-04libceph: get rid of more_kvec in try_write()Ilya Dryomov-7/+3
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu-3/+9
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov-4/+23
2018-04-26libceph: validate con->state at the top of try_write()Ilya Dryomov-0/+7
2018-04-24libceph: reschedule a tick in finish_hunting()Ilya Dryomov-0/+1
2018-04-24libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov-3/+10
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-168/+453
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques-0/+1
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu-13/+8
2018-04-02libceph: adding missing message types to ceph_msg_type_name()Chengguang Xu-0/+5
2018-04-02libceph: fix misjudgement of maximum monitor numberChengguang Xu-1/+1
2018-04-02libceph, ceph: change permission for readonly debugfs entriesChengguang Xu-5/+5
2018-04-02ceph: add newline to end of debug message formatChengguang Xu-1/+1
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov-38/+37
2018-04-02libceph: striping framework implementationIlya Dryomov-0/+227
2018-04-02libceph: handle zero-length data itemsIlya Dryomov-2/+12
2018-04-02libceph: introduce BVECS data typeIlya Dryomov-0/+114
2018-04-02libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov-72/+42
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov-10/+6