summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* libceph: remove now unused finish_request() wrapperIlya Dryomov2016-12-141-10/+4
* libceph: always signal completion when doneIlya Dryomov2016-12-141-14/+11
* crush: include mapper.h in mapper.cTobias Klauser2016-12-121-0/+2
* libceph: no need to drop con->mutex for ->get_authorizer()Ilya Dryomov2016-12-121-6/+0
* libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-124-6/+6
* libceph: verify authorize reply on connectIlya Dryomov2016-12-121-0/+13
* libceph: no need for GFP_NOFS in ceph_monc_init()Ilya Dryomov2016-12-121-6/+6
* libceph: stop allocating a new cipher on every crypto requestIlya Dryomov2016-12-122-25/+61
* libceph: uninline ceph_crypto_key_destroy()Ilya Dryomov2016-12-122-8/+9
* libceph: remove now unused ceph_*{en,de}crypt*() functionsIlya Dryomov2016-12-122-383/+0
* libceph: switch ceph_x_decrypt() to ceph_crypt()Ilya Dryomov2016-12-121-46/+32
* libceph: switch ceph_x_encrypt() to ceph_crypt()Ilya Dryomov2016-12-121-34/+37
* libceph: tweak calcu_signature() a littleIlya Dryomov2016-12-121-15/+28
* libceph: rename and align ceph_x_authorizer::reply_bufIlya Dryomov2016-12-122-6/+7
* libceph: introduce ceph_crypt() for in-place en/decryptionIlya Dryomov2016-12-122-0/+89
* libceph: introduce ceph_x_encrypt_offset()Ilya Dryomov2016-12-121-2/+6
* libceph: old_key in process_one_ticket() is redundantIlya Dryomov2016-12-121-3/+1
* libceph: ceph_x_encrypt_buflen() takes in_lenIlya Dryomov2016-12-121-3/+4
* libceph: initialize last_linger_id with a large integerIlya Dryomov2016-11-101-0/+1
* libceph: fix legacy layout decode with pool 0Yan, Zheng2016-11-101-1/+2
* mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+1
* crush: remove redundant local variableIlya Dryomov2016-10-051-3/+2
* crush: don't normalize input of crush_ln iterativelyIlya Dryomov2016-10-051-3/+9
* libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()Ilya Dryomov2016-10-031-3/+1
* libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()Ilya Dryomov2016-10-031-1/+1
* rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov2016-08-241-0/+6
* rbd: support for exclusive-lock featureIlya Dryomov2016-08-241-0/+1
* rbd: retry watch re-registration periodicallyIlya Dryomov2016-08-241-0/+1
* libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov2016-08-241-3/+4
* libceph: support for blacklisting clientsDouglas Fuller2016-08-241-0/+82
* libceph: support for lock.lock_infoDouglas Fuller2016-08-241-0/+145
* libceph: support for advisory locking on RADOS objectsDouglas Fuller2016-08-242-0/+181
* libceph: add ceph_osdc_call() single-page helperDouglas Fuller2016-08-241-0/+51
* libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller2016-08-241-0/+117
* libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()Ilya Dryomov2016-08-242-3/+6
* libceph: using kfree_rcu() to simplify the codeWei Yongjun2016-08-081-7/+1
* libceph: make cancel_generic_request() staticWei Yongjun2016-08-081-1/+1
* libceph: fix return value check in alloc_msg_with_page_vector()Wei Yongjun2016-08-081-1/+1
* libceph: fsmap.user subscription supportYan, Zheng2016-07-281-1/+3
* libceph: make sure redirect does not change namespaceYan, Zheng2016-07-281-0/+15
* libceph: rados pool namespace supportYan, Zheng2016-07-283-15/+81
* libceph: introduce reference counted stringYan, Zheng2016-07-283-1/+114
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-283-8/+32
* libceph: fix some missing includesIlya Dryomov2016-07-281-0/+1
* libceph: apply new_state before new_up_client on incrementalsIlya Dryomov2016-07-221-43/+113
* libceph: use %s instead of %pE in dout()sIlya Dryomov2016-05-302-5/+5
* libceph: put request only if it's done in handle_reply()Ilya Dryomov2016-05-301-3/+3
* libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-301-20/+19
* libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng2016-05-261-1/+1
* ceph: make logical calculation functions return boolZhang Zhuoyu2016-05-261-1/+1
OpenPOWER on IntegriCloud