summaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)Author
2015-08-03crush: fix a bug in tree bucket decodeIlya Dryomov
2015-06-22crush: ensuring at most num-rep osds are selectedIlya Dryomov
2015-06-06libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov
2015-03-06libceph: fix double __remove_osd() problemIlya Dryomov
2015-03-06libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov
2015-03-06libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov
2014-11-21libceph: do not crash on large auth ticketsIlya Dryomov
2014-11-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov
2014-09-17libceph: gracefully handle large reply messages from the monSage Weil
2014-09-17libceph: do not hard code max auth ticket lenIlya Dryomov
2014-09-17libceph: add process_one_ticket() helperIlya Dryomov
2014-09-17libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctlyIlya Dryomov
2014-06-07libceph: fix corruption when using page_count 0 page in rbdChunwei Chen
2014-05-13crush: fix off-by-one errors in total_tries refactorIlya Dryomov
2014-02-07libceph: do not dereference a NULL bio pointerIlya Dryomov
2014-02-07libceph: take map_sem for read in handle_reply()Ilya Dryomov
2014-02-07libceph: factor out logic from ceph_osdc_start_request()Ilya Dryomov
2014-02-03libceph: fix error handling in ceph_osdc_init()Ilya Dryomov
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-27libceph: follow redirect replies from osdsIlya Dryomov
2014-01-27libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov
2014-01-27libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov
2014-01-27libceph: add ceph_pg_pool_by_id()Ilya Dryomov
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov
2014-01-27libceph: introduce and start using oid abstractionIlya Dryomov
2014-01-27libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov
2014-01-27libceph: start using oloc abstractionIlya Dryomov
2014-01-26libceph: dout() is missing a newlineIlya Dryomov
2014-01-26libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov
2014-01-14libceph: fix preallocation check in get_reply()Ilya Dryomov
2014-01-14libceph: rename front to front_len in get_reply()Ilya Dryomov
2014-01-14libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov
2013-12-31libceph: use CEPH_MON_PORT when the specified port is 0Ilya Dryomov
2013-12-31crush: fix crush_choose_firstn commentIlya Dryomov
2013-12-31crush: attempts -> triesIlya Dryomov
2013-12-31crush: add set_choose_local_[fallback_]tries stepsIlya Dryomov
2013-12-31crush: generalize descend_onceIlya Dryomov
2013-12-31crush: CHOOSE_LEAF -> CHOOSELEAF throughoutIlya Dryomov
2013-12-31crush: add SET_CHOOSE_TRIES rule stepIlya Dryomov
2013-12-31crush: apply chooseleaf_tries to firstn mode tooIlya Dryomov
2013-12-31crush: new SET_CHOOSE_LEAF_TRIES commandIlya Dryomov
2013-12-31crush: pass parent r value for indep callIlya Dryomov
2013-12-31crush: clarify numrep vs endposIlya Dryomov
2013-12-31crush: strip firstn conditionals out of crush_choose, renameIlya Dryomov
2013-12-31crush: add note about r in recursive chooseIlya Dryomov
2013-12-31crush: use breadth-first search for indep modeIlya Dryomov
2013-12-31crush: return CRUSH_ITEM_UNDEF for failed placements with indepIlya Dryomov
2013-12-31crush: eliminate CRUSH_MAX_SET result size limitationIlya Dryomov
2013-12-31crush: fix some commentsIlya Dryomov
2013-12-31crush: reduce scope of some local variablesIlya Dryomov