aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/crush/mapper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-31crush: eliminate CRUSH_MAX_SET result size limitationIlya Dryomov1-4/+6
2013-12-31crush: fix some commentsIlya Dryomov1-1/+1
2013-12-31crush: reduce scope of some local variablesIlya Dryomov1-3/+3
2013-12-31crush: pass weight vector size to map functionIlya Dryomov1-5/+12
2013-01-17crush: avoid recursion if we have already collidedSage Weil1-1/+1
2013-01-17libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is failedJim Schutt1-3/+10
2012-07-30libceph: support crush tunablesSage Weil1-6/+7
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-76/+48
2012-05-07crush: remove forcefeed functionalitySage Weil1-47/+1
2012-05-07crush: use a temporary variable to simplify crush_do_ruleSage Weil1-9/+11
2012-05-07crush: be more tolerant of nonsensical crush mapsSage Weil1-9/+24
2012-05-07crush: adjust local retry thresholdSage Weil1-1/+1
2012-05-07crush: clean up types, const-nessSage Weil1-15/+16
2012-04-27crush: include header for global symbolshartleys1-0/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-4/+4
2012-01-10crush: fix force for non-root TAKESage Weil1-3/+8
2011-12-12crush: fix mapping calculation when force argument doesn't existSage Weil1-22/+13
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-0/+609