aboutsummaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2016-08-24libceph: support for blacklisting clientsGravatar Douglas Fuller 1-0/+82
2016-08-24libceph: support for lock.lock_infoGravatar Douglas Fuller 1-0/+145
2016-08-24libceph: support for advisory locking on RADOS objectsGravatar Douglas Fuller 2-0/+181
2016-08-24libceph: add ceph_osdc_call() single-page helperGravatar Douglas Fuller 1-0/+51
2016-08-24libceph: support for CEPH_OSD_OP_LIST_WATCHERSGravatar Douglas Fuller 1-0/+117
2016-08-24libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()Gravatar Ilya Dryomov 2-3/+6
2016-08-08libceph: using kfree_rcu() to simplify the codeGravatar Wei Yongjun 1-7/+1
2016-08-08libceph: make cancel_generic_request() staticGravatar Wei Yongjun 1-1/+1
2016-08-08libceph: fix return value check in alloc_msg_with_page_vector()Gravatar Wei Yongjun 1-1/+1
2016-07-28libceph: fsmap.user subscription supportGravatar Yan, Zheng 1-1/+3
2016-07-28libceph: make sure redirect does not change namespaceGravatar Yan, Zheng 1-0/+15
2016-07-28libceph: rados pool namespace supportGravatar Yan, Zheng 3-15/+81
2016-07-28libceph: introduce reference counted stringGravatar Yan, Zheng 3-1/+114
2016-07-28libceph: define new ceph_file_layout structureGravatar Yan, Zheng 3-8/+32
2016-07-28libceph: fix some missing includesGravatar Ilya Dryomov 1-0/+1
2016-07-22libceph: apply new_state before new_up_client on incrementalsGravatar Ilya Dryomov 1-43/+113
2016-05-30libceph: use %s instead of %pE in dout()sGravatar Ilya Dryomov 2-5/+5
2016-05-30libceph: put request only if it's done in handle_reply()Gravatar Ilya Dryomov 1-3/+3
2016-05-30libceph: change ceph_osdmap_flag() to take osdcGravatar Ilya Dryomov 1-20/+19
2016-05-26libceph: make ceph_osdc_wait_request() uninterruptibleGravatar Yan, Zheng 1-1/+1
2016-05-26ceph: make logical calculation functions return boolGravatar Zhang Zhuoyu 1-1/+1
2016-05-26libceph: support for subscribing to "mdsmap.<id>" mapsGravatar Ilya Dryomov 2-5/+14
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Gravatar Ilya Dryomov 2-14/+7
2016-05-26libceph: take osdc->lock in osdmap_show() and dump flags in hexGravatar Ilya Dryomov 1-5/+5
2016-05-26libceph: pool deletion detectionGravatar Ilya Dryomov 1-6/+242
2016-05-26libceph: async MON client generic requestsGravatar Ilya Dryomov 1-106/+210
2016-05-26libceph: support for checking on status of watchGravatar Ilya Dryomov 1-1/+51
2016-05-26libceph: support for sending notifiesGravatar Ilya Dryomov 2-11/+226
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Gravatar Ilya Dryomov 3-249/+951
2016-05-26libceph: wait_request_timeout()Gravatar Ilya Dryomov 1-13/+21
2016-05-26libceph: request_init() and request_release_checks()Gravatar Ilya Dryomov 1-17/+27
2016-05-26libceph: a major OSD client updateGravatar Ilya Dryomov 2-611/+587
2016-05-26libceph: protect osdc->osd_lru list with a spinlockGravatar Ilya Dryomov 1-11/+18
2016-05-26libceph: allocate ceph_osd with GFP_NOFAILGravatar Ilya Dryomov 1-4/+1
2016-05-26libceph: osd_init() and osd_cleanup()Gravatar Ilya Dryomov 1-9/+37
2016-05-26libceph: handle_one_map()Gravatar Ilya Dryomov 2-56/+138
2016-05-26libceph: allocate dummy osdmap in ceph_osdc_init()Gravatar Ilya Dryomov 2-16/+29
2016-05-26libceph: schedule tick from ceph_osdc_init()Gravatar Ilya Dryomov 1-28/+9
2016-05-26libceph: move schedule_delayed_work() in ceph_osdc_init()Gravatar Ilya Dryomov 1-3/+3
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingGravatar Ilya Dryomov 1-153/+209
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tGravatar Ilya Dryomov 1-2/+2
2016-05-26libceph: switch to calc_target(), part 2Gravatar Ilya Dryomov 2-200/+216
2016-05-26libceph: switch to calc_target(), part 1Gravatar Ilya Dryomov 2-97/+24
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Gravatar Ilya Dryomov 2-2/+276
2016-05-26libceph: pi->min_size, pi->last_force_request_resendGravatar Ilya Dryomov 2-5/+53
2016-05-26libceph: make pgid_cmp() globalGravatar Ilya Dryomov 1-11/+12
2016-05-26libceph: rename ceph_calc_pg_primary()Gravatar Ilya Dryomov 1-4/+5
2016-05-26libceph: ceph_osds, ceph_pg_to_up_acting_osds()Gravatar Ilya Dryomov 2-143/+197
2016-05-26libceph: rename ceph_oloc_oid_to_pg()Gravatar Ilya Dryomov 2-17/+18
2016-05-26libceph: DEFINE_RB_FUNCS macroGravatar Ilya Dryomov 2-131/+18