summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorLines
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov-0/+1
2016-11-10libceph: fix legacy layout decode with pool 0Yan, Zheng-1/+2
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes-1/+1
2016-10-05crush: remove redundant local variableIlya Dryomov-3/+2
2016-10-05crush: don't normalize input of crush_ln iterativelyIlya Dryomov-3/+9
2016-10-03libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()Ilya Dryomov-3/+1
2016-10-03libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()Ilya Dryomov-1/+1
2016-08-24rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov-0/+6
2016-08-24rbd: support for exclusive-lock featureIlya Dryomov-0/+1
2016-08-24rbd: retry watch re-registration periodicallyIlya Dryomov-0/+1
2016-08-24libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov-3/+4
2016-08-24libceph: support for blacklisting clientsDouglas Fuller-0/+82
2016-08-24libceph: support for lock.lock_infoDouglas Fuller-0/+145
2016-08-24libceph: support for advisory locking on RADOS objectsDouglas Fuller-0/+181
2016-08-24libceph: add ceph_osdc_call() single-page helperDouglas Fuller-0/+51
2016-08-24libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller-0/+117
2016-08-24libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()Ilya Dryomov-3/+6
2016-08-08libceph: using kfree_rcu() to simplify the codeWei Yongjun-7/+1
2016-08-08libceph: make cancel_generic_request() staticWei Yongjun-1/+1
2016-08-08libceph: fix return value check in alloc_msg_with_page_vector()Wei Yongjun-1/+1
2016-07-28libceph: fsmap.user subscription supportYan, Zheng-1/+3
2016-07-28libceph: make sure redirect does not change namespaceYan, Zheng-0/+15
2016-07-28libceph: rados pool namespace supportYan, Zheng-15/+81
2016-07-28libceph: introduce reference counted stringYan, Zheng-1/+114
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng-8/+32
2016-07-28libceph: fix some missing includesIlya Dryomov-0/+1
2016-07-22libceph: apply new_state before new_up_client on incrementalsIlya Dryomov-43/+113
2016-05-30libceph: use %s instead of %pE in dout()sIlya Dryomov-5/+5
2016-05-30libceph: put request only if it's done in handle_reply()Ilya Dryomov-3/+3
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov-20/+19
2016-05-26libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng-1/+1
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu-1/+1
2016-05-26libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov-5/+14
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov-14/+7
2016-05-26libceph: take osdc->lock in osdmap_show() and dump flags in hexIlya Dryomov-5/+5
2016-05-26libceph: pool deletion detectionIlya Dryomov-6/+242
2016-05-26libceph: async MON client generic requestsIlya Dryomov-106/+210
2016-05-26libceph: support for checking on status of watchIlya Dryomov-1/+51
2016-05-26libceph: support for sending notifiesIlya Dryomov-11/+226
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov-249/+951
2016-05-26libceph: wait_request_timeout()Ilya Dryomov-13/+21
2016-05-26libceph: request_init() and request_release_checks()Ilya Dryomov-17/+27
2016-05-26libceph: a major OSD client updateIlya Dryomov-611/+587
2016-05-26libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov-11/+18
2016-05-26libceph: allocate ceph_osd with GFP_NOFAILIlya Dryomov-4/+1
2016-05-26libceph: osd_init() and osd_cleanup()Ilya Dryomov-9/+37
2016-05-26libceph: handle_one_map()Ilya Dryomov-56/+138
2016-05-26libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov-16/+29
2016-05-26libceph: schedule tick from ceph_osdc_init()Ilya Dryomov-28/+9
2016-05-26libceph: move schedule_delayed_work() in ceph_osdc_init()Ilya Dryomov-3/+3