aboutsummaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)Author
2018-12-08libceph: check authorizer reply/challenge length before readingIlya Dryomov
2018-12-08libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov
2018-12-08libceph: implement CEPHX_V2 calculation modeIlya Dryomov
2018-12-08libceph: add authorizer challengeIlya Dryomov
2018-12-08libceph: factor out encrypt_authorizer()Ilya Dryomov
2018-12-08libceph: factor out __ceph_x_decrypt()Ilya Dryomov
2018-12-08libceph: factor out __prepare_write_connect()Ilya Dryomov
2018-12-08libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov
2018-12-08libceph: no need to drop con->mutex for ->get_authorizer()Ilya Dryomov
2018-12-08libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov
2018-11-27libceph: fall back to sendmsg for slab pagesIlya Dryomov
2018-05-01libceph: validate con->state at the top of try_write()Ilya Dryomov
2018-05-01libceph: reschedule a tick in finish_hunting()Ilya Dryomov
2018-05-01libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov
2018-04-13libceph: NULL deref on crush_decode() error pathDan Carpenter
2017-11-30libceph: don't WARN() if user tries to add invalid keyEric Biggers
2017-04-08libceph: force GFP_NOIO for socket allocationsIlya Dryomov
2017-03-30libceph: don't set weight to IN when OSD is destroyedIlya Dryomov
2017-03-12ceph: update readpages osd request according to size of pagesYan, Zheng
2017-01-26libceph: stop allocating a new cipher on every crypto requestIlya Dryomov
2017-01-26libceph: uninline ceph_crypto_key_destroy()Ilya Dryomov
2017-01-26libceph: make sure ceph_aes_crypt() IV is alignedIlya Dryomov
2017-01-26libceph: remove now unused ceph_*{en,de}crypt*() functionsIlya Dryomov
2017-01-26libceph: switch ceph_x_decrypt() to ceph_crypt()Ilya Dryomov
2017-01-26libceph: switch ceph_x_encrypt() to ceph_crypt()Ilya Dryomov
2017-01-26libceph: tweak calcu_signature() a littleIlya Dryomov
2017-01-26libceph: rename and align ceph_x_authorizer::reply_bufIlya Dryomov
2017-01-26libceph: introduce ceph_crypt() for in-place en/decryptionIlya Dryomov
2017-01-26libceph: introduce ceph_x_encrypt_offset()Ilya Dryomov
2017-01-26libceph: old_key in process_one_ticket() is redundantIlya Dryomov
2017-01-26libceph: ceph_x_encrypt_buflen() takes in_lenIlya Dryomov
2017-01-09libceph: verify authorize reply on connectIlya Dryomov
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov
2016-11-10libceph: fix legacy layout decode with pool 0Yan, Zheng
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-05crush: remove redundant local variableIlya Dryomov
2016-10-05crush: don't normalize input of crush_ln iterativelyIlya Dryomov
2016-10-03libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()Ilya Dryomov
2016-10-03libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()Ilya Dryomov
2016-08-24rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov
2016-08-24rbd: support for exclusive-lock featureIlya Dryomov
2016-08-24rbd: retry watch re-registration periodicallyIlya Dryomov
2016-08-24libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov
2016-08-24libceph: support for blacklisting clientsDouglas Fuller
2016-08-24libceph: support for lock.lock_infoDouglas Fuller
2016-08-24libceph: support for advisory locking on RADOS objectsDouglas Fuller
2016-08-24libceph: add ceph_osdc_call() single-page helperDouglas Fuller
2016-08-24libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller
2016-08-24libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()Ilya Dryomov
2016-08-08libceph: using kfree_rcu() to simplify the codeWei Yongjun