summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)AuthorLines
2014-05-16crush: decode and initialize chooseleaf_vary_rIlya Dryomov-0/+5
2014-05-16libceph: fix corruption when using page_count 0 page in rbdChunwei Chen-1/+19
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-4/+5
2014-04-28libceph: fix non-default values check in apply_primary_affinity()Ilya Dryomov-4/+5
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-1/+1
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-316/+864
2014-04-04libceph: dump pool {read,write}_tier to debugfsIlya Dryomov-3/+3
2014-04-04libceph: output primary affinity values on osdmap updatesIlya Dryomov-0/+2
2014-04-04libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Ilya Dryomov-75/+4
2014-04-04libceph: add support for osd primary affinityIlya Dryomov-0/+68
2014-04-04libceph: add support for primary_temp mappingsIlya Dryomov-1/+6
2014-04-04libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov-14/+16
2014-04-04libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov-13/+38
2014-04-04libceph: introduce apply_temps() helperIlya Dryomov-0/+52
2014-04-04libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpersIlya Dryomov-0/+76
2014-04-04libceph: primary_affinity decode bitsIlya Dryomov-0/+72
2014-04-04libceph: primary_affinity infrastructureIlya Dryomov-2/+50
2014-04-04libceph: primary_temp decode bitsIlya Dryomov-0/+69
2014-04-04libceph: primary_temp infrastructureIlya Dryomov-1/+16
2014-04-04libceph: generalize ceph_pg_mappingIlya Dryomov-6/+6
2014-04-04libceph: introduce get_osdmap_client_data_v()Ilya Dryomov-16/+65
2014-04-04libceph: introduce decode{,_new}_pg_temp() and switch to themIlya Dryomov-72/+67
2014-04-04libceph: switch osdmap_set_max_osd() to krealloc()Ilya Dryomov-15/+17
2014-04-04libceph: introduce decode{,_new}_pools() and switch to themIlya Dryomov-37/+57
2014-04-04libceph: rename __decode_pool{,_names}() to decode_pool{,_names}()Ilya Dryomov-6/+8
2014-04-04libceph: fix and clarify ceph_decode_need() sizesIlya Dryomov-6/+7
2014-04-04libceph: nuke bogus encoding version check in osdmap_apply_incremental()Ilya Dryomov-5/+4
2014-04-04libceph: fixup error handling in osdmap_apply_incremental()Ilya Dryomov-32/+34
2014-04-04libceph: fix crush_decode() call site in osdmap_decode()Ilya Dryomov-5/+2
2014-04-04libceph: check length of osdmap osd arraysIlya Dryomov-4/+10
2014-04-04libceph: safely decode max_osd value in osdmap_decode()Ilya Dryomov-2/+4
2014-04-04libceph: fixup error handling in osdmap_decode()Ilya Dryomov-26/+27
2014-04-04libceph: split osdmap allocation and decode stepsIlya Dryomov-16/+30
2014-04-04libceph: dump osdmap and enhance output on decode errorsIlya Dryomov-6/+15
2014-04-04libceph: dump pg_temp mappings to debugfsIlya Dryomov-0/+11
2014-04-04libceph: do not prefix osd lines with \t in debugfs outputIlya Dryomov-1/+1
2014-04-04libceph: refer to osdmap directly in osdmap_show()Ilya Dryomov-12/+14
2014-04-04crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov-0/+5
2014-04-04crush: add chooseleaf_vary_r tunableIlya Dryomov-6/+24
2014-04-04crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov-2/+2
2014-04-04crush: fix off-by-one errors in total_tries refactorIlya Dryomov-19/+27
2014-04-04libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()Yan, Zheng-0/+6
2014-04-03libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov-0/+27
2014-04-03libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov-0/+2
2014-04-03libceph: a per-osdc crush scratch bufferIlya Dryomov-9/+16
2014-02-13net: remove unnecessary return'sstephen hemminger-2/+0
2014-02-07libceph: do not dereference a NULL bio pointerIlya Dryomov-2/+6
2014-02-07libceph: take map_sem for read in handle_reply()Ilya Dryomov-6/+11
2014-02-07libceph: factor out logic from ceph_osdc_start_request()Ilya Dryomov-23/+39
2014-02-03libceph: fix error handling in ceph_osdc_init()Ilya Dryomov-1/+4