aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-04libceph: fixup error handling in osdmap_apply_incremental()Ilya Dryomov1-32/+34
2014-04-04libceph: fix crush_decode() call site in osdmap_decode()Ilya Dryomov1-5/+2
2014-04-04libceph: check length of osdmap osd arraysIlya Dryomov1-4/+10
2014-04-04libceph: safely decode max_osd value in osdmap_decode()Ilya Dryomov1-2/+4
2014-04-04libceph: fixup error handling in osdmap_decode()Ilya Dryomov1-26/+27
2014-04-04libceph: split osdmap allocation and decode stepsIlya Dryomov2-16/+30
2014-04-04libceph: dump osdmap and enhance output on decode errorsIlya Dryomov1-6/+15
2014-04-04libceph: dump pg_temp mappings to debugfsIlya Dryomov1-0/+11
2014-04-04libceph: do not prefix osd lines with \t in debugfs outputIlya Dryomov1-1/+1
2014-04-04libceph: refer to osdmap directly in osdmap_show()Ilya Dryomov1-12/+14
2014-04-04crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov1-0/+5
2014-04-04crush: add chooseleaf_vary_r tunableIlya Dryomov1-6/+24
2014-04-04crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov1-2/+2
2014-04-04crush: fix off-by-one errors in total_tries refactorIlya Dryomov1-19/+27
2014-04-04libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()Yan, Zheng1-0/+6
2014-04-03libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov1-0/+27
2014-04-03libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov1-0/+2
2014-04-03libceph: a per-osdc crush scratch bufferIlya Dryomov1-9/+16
2014-02-13net: remove unnecessary return'sstephen hemminger1-2/+0
2014-02-07libceph: do not dereference a NULL bio pointerIlya Dryomov1-2/+6
2014-02-07libceph: take map_sem for read in handle_reply()Ilya Dryomov1-6/+11
2014-02-07libceph: factor out logic from ceph_osdc_start_request()Ilya Dryomov1-23/+39
2014-02-03libceph: fix error handling in ceph_osdc_init()Ilya Dryomov1-1/+4
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+17
2014-01-27libceph: follow redirect replies from osdsIlya Dryomov1-9/+158
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov2-17/+17
2014-01-27libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov2-5/+53
2014-01-27libceph: add ceph_pg_pool_by_id()Ilya Dryomov1-0/+5
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2-14/+19
2014-01-27libceph: introduce and start using oid abstractionIlya Dryomov2-9/+11
2014-01-27libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov1-1/+1
2014-01-27libceph: start using oloc abstractionIlya Dryomov1-3/+5
2014-01-26libceph: dout() is missing a newlineIlya Dryomov1-2/+2
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov3-27/+28
2014-01-14libceph: fix preallocation check in get_reply()Ilya Dryomov2-4/+3
2014-01-14libceph: rename front to front_len in get_reply()Ilya Dryomov1-4/+5
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2-7/+7
2013-12-31libceph: use CEPH_MON_PORT when the specified port is 0Ilya Dryomov1-1/+3
2013-12-31crush: fix crush_choose_firstn commentIlya Dryomov1-1/+5
2013-12-31crush: attempts -> triesIlya Dryomov1-8/+8
2013-12-31crush: add set_choose_local_[fallback_]tries stepsIlya Dryomov1-5/+23
2013-12-31crush: generalize descend_onceIlya Dryomov1-11/+14
2013-12-31crush: CHOOSE_LEAF -> CHOOSELEAF throughoutIlya Dryomov1-5/+5
2013-12-31crush: add SET_CHOOSE_TRIES rule stepIlya Dryomov1-0/+5
2013-12-31crush: apply chooseleaf_tries to firstn mode tooIlya Dryomov1-4/+10
2013-12-31crush: new SET_CHOOSE_LEAF_TRIES commandIlya Dryomov1-10/+21
2013-12-31crush: pass parent r value for indep callIlya Dryomov1-4/+6
2013-12-31crush: clarify numrep vs endposIlya Dryomov1-8/+8
2013-12-31crush: strip firstn conditionals out of crush_choose, renameIlya Dryomov1-55/+33
2013-12-31crush: add note about r in recursive chooseIlya Dryomov1-0/+8