summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2018-05-02libceph: validate con->state at the top of try_write()Ilya Dryomov1-0/+7
2018-05-02libceph: reschedule a tick in finish_hunting()Ilya Dryomov1-0/+1
2018-05-02libceph: 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, Zheng1-1/+2
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 Dryomov1-0/+1
2016-11-10libceph: fix legacy layout decode with pool 0Yan, Zheng1-1/+2
2016-10-19mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-10-06crush: remove redundant local variableIlya Dryomov1-3/+2
2016-10-06crush: 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-25rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov1-0/+6
2016-08-25rbd: support for exclusive-lock featureIlya Dryomov1-0/+1
2016-08-25rbd: retry watch re-registration periodicallyIlya Dryomov1-0/+1
2016-08-25libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov1-3/+4
2016-08-25libceph: support for blacklisting clientsDouglas Fuller1-0/+82
2016-08-25libceph: support for lock.lock_infoDouglas Fuller1-0/+145
2016-08-25libceph: support for advisory locking on RADOS objectsDouglas Fuller2-0/+181
2016-08-25libceph: add ceph_osdc_call() single-page helperDouglas Fuller1-0/+51
2016-08-25libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller1-0/+117
2016-08-25libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()Ilya Dryomov2-3/+6
2016-08-08libceph: using kfree_rcu() to simplify the codeWei Yongjun1-7/+1
2016-08-08libceph: make cancel_generic_request() staticWei Yongjun1-1/+1
2016-08-08libceph: fix return value check in alloc_msg_with_page_vector()Wei Yongjun1-1/+1
2016-07-28libceph: fsmap.user subscription supportYan, Zheng1-1/+3
2016-07-28libceph: make sure redirect does not change namespaceYan, Zheng1-0/+15
2016-07-28libceph: rados pool namespace supportYan, Zheng3-15/+81
2016-07-28libceph: introduce reference counted stringYan, Zheng3-1/+114
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng3-8/+32
2016-07-28libceph: fix some missing includesIlya Dryomov1-0/+1
2016-07-22libceph: apply new_state before new_up_client on incrementalsIlya Dryomov1-43/+113
2016-05-31libceph: use %s instead of %pE in dout()sIlya Dryomov2-5/+5
2016-05-31libceph: put request only if it's done in handle_reply()Ilya Dryomov1-3/+3