summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mds: share inline data with capswip-inlineSage Weil2013-09-173-0/+16
* mds: share inline data in InodeStatSage Weil2013-09-171-0/+15
* mds: store inline data in the inode_tSage Weil2013-09-172-2/+13
* client: fallocate vs inline dataSage Weil2013-09-171-23/+50
* client: write inline data pathSage Weil2013-09-171-1/+24
* client: read inline data pathSage Weil2013-09-171-0/+26
* client: add migrate helperSage Weil2013-09-172-0/+54
* client: update inline data from caps, InodeStatsSage Weil2013-09-172-2/+26
* mds: inline data definitionsSage Weil2013-09-171-0/+3
* client/Inode: add inline dataSage Weil2013-09-171-0/+5
* messages/MClient{Request,Reply}: add inline data fieldsSage Weil2013-09-172-1/+26
* osdc/Objecter: add no-truncate write() methodSage Weil2013-09-171-1/+9
* add cmpxattr noentok flagSage Weil2013-09-173-4/+13
* add featureSage Weil2013-09-172-0/+3
* Merge pull request #601 from pipul/feature/develop_130917Josh Durgin2013-09-161-1/+1
|\
| * fix some commentsfangdong2013-09-171-1/+1
* | doc: Updated usage.John Wilkins2013-09-161-8/+4
* | doc: Removed --fs-type option and text.John Wilkins2013-09-161-4/+0
* | doc: Updated the usage scenario and made a few syntax edits.John Wilkins2013-09-161-14/+17
* | Merge pull request #600 from dachary/fix-erasure-warningGregory Farnum2013-09-161-1/+1
|\ \
| * | ErasureCode: fix uninitialized variable warningLoic Dachary2013-09-161-1/+1
| |/
* | Merge pull request #597 from ceph/remove-hadoop-shimGregory Farnum2013-09-1629-6141/+2
|\ \ | |/ |/|
| * hadoop: remove hadoop shimNoah Watkins2013-09-1329-6141/+2
* | Merge pull request #538 from dachary/wip-5879athanatos2013-09-1320-0/+6737
|\ \ | |/ |/|
| * ErasureCodeJerasure: pluginLoic Dachary2013-09-104-0/+147
| * ErasureCodeJerasure: define technique Liber8tionLoic Dachary2013-09-103-0/+46
| * ErasureCodeJerasure: define technique BlaumRothLoic Dachary2013-09-103-0/+18
| * ErasureCodeJerasure: define technique LiberationLoic Dachary2013-09-103-0/+95
| * ErasureCodeJerasure: define techniques CauchyOrig and CauchyGoodLoic Dachary2013-09-103-0/+106
| * ErasureCodeJerasure: define technique ReedSolomonRAID6Loic Dachary2013-09-103-0/+63
| * ErasureCodeJerasure: define technique ReedSolomonVandermondeLoic Dachary2013-09-103-0/+64
| * ErasureCodeJerasure: unit test common to all techniquesLoic Dachary2013-09-102-0/+110
| * ErasureCodeJerasure: base class for jerasure ErasureCodeInterfaceLoic Dachary2013-09-103-1/+234
| * ErasureCodeJerasure: fix jerasure compilationLoic Dachary2013-09-105-21/+33
| * ErasureCodeJerasure: import jerasure-1.2ALoic Dachary2013-09-1012-0/+5843
* | Merge pull request #594 from ceph/fix-no-tcmalloc-buildSage Weil2013-09-131-1/+1
|\ \
| * | make: add tmalloc lib dep in tcmalloc guardfix-no-tcmalloc-buildNoah Watkins2013-09-131-1/+1
|/ /
* | Merge branch 'wip-6226'David Zafman2013-09-122-1/+8
|\ \
| * | osd/ReplicatedPG.cc: Verify that recovery is truly completeDavid Zafman2013-09-121-0/+7
| * | osd/OSD.cc: Use MIN() so that we don't exceed osd_recovery_max_activeDavid Zafman2013-09-121-1/+1
* | | Merge pull request #589 from ceph/wip-6279Gregory Farnum2013-09-121-0/+1
|\ \ \ | |/ / |/| |
| * | mon/MDSMonitor: don't reset incarnation when creating newfsYan, Zheng2013-09-121-0/+1
|/ /
* | Merge pull request #587 from kri5/masterYehuda Sadeh2013-09-112-0/+2
|\ \
| * | rgw-admin: Adds --metadata-key option to helpChristophe Courtaut2013-09-112-0/+2
|/ /
* | osd: bind objecter messenger to cluster addressGreg Farnum2013-09-101-0/+2
* | osd: name the objecter's messenger "ms_objecter" instead of "hbclient"Greg Farnum2013-09-101-1/+1
* | Objecter: rename cancel_op -> cancel_linger_opGreg Farnum2013-09-102-7/+5
* | Merge pull request #580 from ceph/wip-6033-redirectsGregory Farnum2013-09-109-51/+228
|\ \
| * | test: update cache test since OSDs support redirectsGreg Farnum2013-09-101-12/+12
| * | osd: implement basic caching policies in ReplicatedPGGreg Farnum2013-09-102-17/+72