summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)Author
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro
2014-06-11ceph: remove bogus externstephen hemminger
2014-06-06libceph: add ceph_monc_wait_osdmap()Ilya Dryomov
2014-06-06libceph: mon_get_version request infrastructureIlya Dryomov
2014-06-06libceph: recognize poolop requests in debugfsIlya Dryomov
2014-05-16crush: decode and initialize chooseleaf_vary_rIlya Dryomov
2014-05-16libceph: fix corruption when using page_count 0 page in rbdChunwei Chen
2014-05-06ceph_sync_read: stop poking into iov_iter gutsAl Viro
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-04-28libceph: fix non-default values check in apply_primary_affinity()Ilya Dryomov
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-04-04libceph: dump pool {read,write}_tier to debugfsIlya Dryomov
2014-04-04libceph: output primary affinity values on osdmap updatesIlya Dryomov
2014-04-04libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Ilya Dryomov
2014-04-04libceph: add support for osd primary affinityIlya Dryomov
2014-04-04libceph: add support for primary_temp mappingsIlya Dryomov
2014-04-04libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov
2014-04-04libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov
2014-04-04libceph: introduce apply_temps() helperIlya Dryomov
2014-04-04libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpersIlya Dryomov
2014-04-04libceph: primary_affinity decode bitsIlya Dryomov
2014-04-04libceph: primary_affinity infrastructureIlya Dryomov
2014-04-04libceph: primary_temp decode bitsIlya Dryomov
2014-04-04libceph: primary_temp infrastructureIlya Dryomov
2014-04-04libceph: generalize ceph_pg_mappingIlya Dryomov
2014-04-04libceph: introduce get_osdmap_client_data_v()Ilya Dryomov
2014-04-04libceph: introduce decode{,_new}_pg_temp() and switch to themIlya Dryomov
2014-04-04libceph: switch osdmap_set_max_osd() to krealloc()Ilya Dryomov
2014-04-04libceph: introduce decode{,_new}_pools() and switch to themIlya Dryomov
2014-04-04libceph: rename __decode_pool{,_names}() to decode_pool{,_names}()Ilya Dryomov
2014-04-04libceph: fix and clarify ceph_decode_need() sizesIlya Dryomov
2014-04-04libceph: nuke bogus encoding version check in osdmap_apply_incremental()Ilya Dryomov
2014-04-04libceph: fixup error handling in osdmap_apply_incremental()Ilya Dryomov
2014-04-04libceph: fix crush_decode() call site in osdmap_decode()Ilya Dryomov
2014-04-04libceph: check length of osdmap osd arraysIlya Dryomov
2014-04-04libceph: safely decode max_osd value in osdmap_decode()Ilya Dryomov
2014-04-04libceph: fixup error handling in osdmap_decode()Ilya Dryomov
2014-04-04libceph: split osdmap allocation and decode stepsIlya Dryomov
2014-04-04libceph: dump osdmap and enhance output on decode errorsIlya Dryomov
2014-04-04libceph: dump pg_temp mappings to debugfsIlya Dryomov
2014-04-04libceph: do not prefix osd lines with \t in debugfs outputIlya Dryomov
2014-04-04libceph: refer to osdmap directly in osdmap_show()Ilya Dryomov
2014-04-04crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov
2014-04-04crush: add chooseleaf_vary_r tunableIlya Dryomov
2014-04-04crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov
2014-04-04crush: fix off-by-one errors in total_tries refactorIlya Dryomov
2014-04-04libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()Yan, Zheng