summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-27libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov3-1/+28
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
2019-01-13libceph: fix CEPH_FEATURE_CEPHX_V2 check in calc_signature()Ilya Dryomov1-1/+1
2018-12-08libceph: check authorizer reply/challenge length before readingIlya Dryomov1-0/+7
2018-12-08libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov1-2/+4
2018-12-08libceph: implement CEPHX_V2 calculation modeIlya Dryomov2-18/+59
2018-12-08libceph: add authorizer challengeIlya Dryomov9-7/+140
2018-12-08libceph: factor out encrypt_authorizer()Ilya Dryomov1-13/+36
2018-12-08libceph: factor out __ceph_x_decrypt()Ilya Dryomov1-9/+24
2018-12-08libceph: factor out __prepare_write_connect()Ilya Dryomov1-9/+12
2018-12-08libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2-30/+27
2018-12-08libceph: no need to drop con->mutex for ->get_authorizer()Ilya Dryomov1-6/+0
2018-12-08libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov7-12/+11
2018-11-27libceph: fall back to sendmsg for slab pagesIlya Dryomov1-3/+9
2018-05-01libceph: validate con->state at the top of try_write()Ilya Dryomov1-0/+7
2018-05-01libceph: reschedule a tick in finish_hunting()Ilya Dryomov1-0/+1
2018-05-01libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov1-3/+10
2018-04-13libceph: NULL deref on crush_decode() error pathDan Carpenter1-0/+1
2017-11-30libceph: don't WARN() if user tries to add invalid keyEric Biggers1-1/+3
2017-04-08libceph: force GFP_NOIO for socket allocationsIlya Dryomov1-0/+6
2017-03-30libceph: don't set weight to IN when OSD is destroyedIlya Dryomov1-1/+0
2017-03-12ceph: update readpages osd request according to size of pagesYan, Zheng2-1/+3
2017-01-26libceph: stop allocating a new cipher on every crypto requestIlya Dryomov2-25/+61
2017-01-26libceph: uninline ceph_crypto_key_destroy()Ilya Dryomov2-8/+9
2017-01-26libceph: make sure ceph_aes_crypt() IV is alignedIlya Dryomov1-1/+1
2017-01-26libceph: remove now unused ceph_*{en,de}crypt*() functionsIlya Dryomov2-383/+0
2017-01-26libceph: switch ceph_x_decrypt() to ceph_crypt()Ilya Dryomov1-46/+32
2017-01-26libceph: switch ceph_x_encrypt() to ceph_crypt()Ilya Dryomov1-34/+37
2017-01-26libceph: tweak calcu_signature() a littleIlya Dryomov1-15/+28
2017-01-26libceph: rename and align ceph_x_authorizer::reply_bufIlya Dryomov2-6/+7
2017-01-26libceph: introduce ceph_crypt() for in-place en/decryptionIlya Dryomov2-0/+89
2017-01-26libceph: introduce ceph_x_encrypt_offset()Ilya Dryomov1-2/+6
2017-01-26libceph: old_key in process_one_ticket() is redundantIlya Dryomov1-3/+1
2017-01-26libceph: ceph_x_encrypt_buflen() takes in_lenIlya Dryomov1-3/+4
2017-01-09libceph: verify authorize reply on connectIlya Dryomov1-0/+13
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov2-0/+3
2016-11-10libceph: fix legacy layout decode with pool 0Yan, Zheng1-1/+2
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes14-36/+27
2016-10-05crush: remove redundant local variableIlya Dryomov1-3/+2
2016-10-05crush: don't normalize input of crush_ln iterativelyIlya Dryomov1-3/+9
2016-10-03libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()Ilya Dryomov1-3/+1
2016-10-03libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()Ilya Dryomov1-1/+1
2016-08-24rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov4-0/+26
2016-08-24rbd: support for exclusive-lock featureIlya Dryomov3-16/+808
2016-08-24rbd: retry watch re-registration periodicallyIlya Dryomov2-29/+110
2016-08-24libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov3-5/+6
2016-08-24libceph: support for blacklisting clientsDouglas Fuller3-0/+96
2016-08-24libceph: support for lock.lock_infoDouglas Fuller2-0/+167
2016-08-24libceph: support for advisory locking on RADOS objectsDouglas Fuller3-0/+208
[next]