summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2023-10-25libceph: use kernel_connect()Jordan Rife1-2/+2
2023-10-25libceph: fix unaligned accesses in ceph_entity_addr handlingJeff Layton1-40/+37
2023-08-11libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov1-6/+14
2020-11-05libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov1-0/+5
2020-07-22libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov1-0/+1
2020-06-03libceph: ignore pool overlay and cache logic on redirectsJerry Lee1-1/+3
2020-04-02ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov1-0/+9
2019-08-29libceph: fix PG split vs OSD (re)connect raceIlya Dryomov1-5/+4
2019-03-27libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2-1/+26
2019-02-27libceph: handle an empty authorize replyIlya Dryomov1-6/+9
2019-02-15libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov1-2/+3
2018-11-27libceph: fall back to sendmsg for slab pagesIlya Dryomov1-3/+9
2018-08-13crush: fix using plain integer as NULL warningYueHaibing1-2/+2
2018-08-13libceph: remove unnecessary non NULL check for request_keyYueHaibing1-1/+1
2018-08-02libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov1-2/+4
2018-08-02libceph: check authorizer reply/challenge length before readingIlya Dryomov1-0/+7
2018-08-02libceph: implement CEPHX_V2 calculation modeIlya Dryomov1-17/+56
2018-08-02libceph: add authorizer challengeIlya Dryomov5-6/+117
2018-08-02libceph: factor out encrypt_authorizer()Ilya Dryomov1-13/+36
2018-08-02libceph: factor out __ceph_x_decrypt()Ilya Dryomov1-9/+24
2018-08-02libceph: factor out __prepare_write_connect()Ilya Dryomov1-9/+12
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov1-28/+26
2018-08-02ceph: fix whitespaceStephen Hemminger8-9/+1
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann1-4/+4
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann4-20/+20
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov1-2/+1
2018-08-02libceph: stop parsing when a bad int arg is detectedChengguang Xu1-4/+4
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov1-4/+4
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds3-117/+149
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-4/+5
2018-06-07Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+3
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook2-5/+3
2018-06-04libceph: allocate the locator string with GFP_NOFAILIlya Dryomov2-20/+9
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov1-5/+4
2018-06-04libceph: don't abort reads in ceph_osdc_abort_on_full()Ilya Dryomov1-1/+2
2018-06-04libceph: avoid a use-after-free during map checkIlya Dryomov1-1/+1
2018-06-04libceph: don't warn if req->r_abort_on_full is setIlya Dryomov1-4/+6
2018-06-04libceph: use for_each_request() in ceph_osdc_abort_on_full()Ilya Dryomov1-53/+26
2018-06-04libceph: defer __complete_request() to a workqueueIlya Dryomov1-1/+18
2018-06-04libceph: move more code into __complete_request()Ilya Dryomov1-8/+6
2018-06-04libceph: no need to call flush_workqueue() before destructionIlya Dryomov1-1/+0
2018-06-04libceph: introduce ceph_osdc_abort_requests()Ilya Dryomov1-5/+62
2018-06-04libceph: use MSG_TRUNC for discarding received bytesIlya Dryomov1-13/+8
2018-06-04libceph: get rid of more_kvec in try_write()Ilya Dryomov1-7/+3
2018-06-04libceph, rbd: add error handling for osd_req_op_cls_init()Chengguang Xu1-3/+9
2018-05-10libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov1-4/+23
2018-04-26libceph: validate con->state at the top of try_write()Ilya Dryomov1-0/+7
2018-04-24libceph: reschedule a tick in finish_hunting()Ilya Dryomov1-0/+1
2018-04-24libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov1-3/+10
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-168/+453