summaryrefslogtreecommitdiffstats
path: root/net/ceph
Commit message (Expand)AuthorAgeFilesLines
* 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
* libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov2016-05-262-5/+14
* libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2016-05-262-14/+7
* libceph: take osdc->lock in osdmap_show() and dump flags in hexIlya Dryomov2016-05-261-5/+5
* libceph: pool deletion detectionIlya Dryomov2016-05-261-6/+242
* libceph: async MON client generic requestsIlya Dryomov2016-05-261-106/+210
* libceph: support for checking on status of watchIlya Dryomov2016-05-261-1/+51
* libceph: support for sending notifiesIlya Dryomov2016-05-262-11/+226
* libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov2016-05-263-249/+951
* libceph: wait_request_timeout()Ilya Dryomov2016-05-261-13/+21
* libceph: request_init() and request_release_checks()Ilya Dryomov2016-05-261-17/+27
* libceph: a major OSD client updateIlya Dryomov2016-05-262-611/+587
* libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov2016-05-261-11/+18
* libceph: allocate ceph_osd with GFP_NOFAILIlya Dryomov2016-05-261-4/+1
* libceph: osd_init() and osd_cleanup()Ilya Dryomov2016-05-261-9/+37
* libceph: handle_one_map()Ilya Dryomov2016-05-262-56/+138
* libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov2016-05-262-16/+29
* libceph: schedule tick from ceph_osdc_init()Ilya Dryomov2016-05-261-28/+9
* libceph: move schedule_delayed_work() in ceph_osdc_init()Ilya Dryomov2016-05-261-3/+3
* libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2016-05-261-153/+209
* libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-261-2/+2
* libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-262-200/+216
OpenPOWER on IntegriCloud