summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)Author
2016-11-20libceph: apply new_state before new_up_client on incrementalsIlya Dryomov
2016-11-20libceph: set 'exists' flag for newly up osdYan, Zheng
2016-06-15libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov
2016-06-15libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov
2016-03-08libceph: don't bail early from try_read() when skipping a messageIlya Dryomov
2015-07-15crush: fix a bug in tree bucket decodeIlya Dryomov
2015-06-02libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov
2015-05-20crush: ensuring at most num-rep osds are selectedIlya Dryomov
2015-03-02libceph: fix double __remove_osd() problemIlya Dryomov
2015-03-02libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov
2015-03-02libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov
2014-11-27libceph: do not crash on large auth ticketsIlya Dryomov
2014-11-17libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov
2014-09-17libceph: do not hard code max auth ticket lenIlya Dryomov
2014-09-17libceph: add process_one_ticket() helperIlya Dryomov
2014-09-17libceph: gracefully handle large reply messages from the monSage Weil
2014-09-17libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov
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