summaryrefslogtreecommitdiffstats
path: root/src/osd/ECBackend.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change tid_t to ceph_tid_t to avoid conflicts with a popular typeDan Mick2014-03-191-20/+22
* Merge remote-tracking branch 'gh/wip-da-SCA-firefly-20140304'Sage Weil2014-03-141-1/+1
|\
| * ECBackend.cc: use !empty() instead of size()Danny Al-Gaaf2014-03-041-1/+1
* | ECBackend: when removing the temp obj, use the right shardSamuel Just2014-03-121-1/+6
* | ECBackend,ReplicatedPG: delete temp if we didn't get the transactionSamuel Just2014-03-051-0/+9
* | PGBackend/ECBackend: handle temp objects correctlySamuel Just2014-03-051-2/+2
|/
* ECBackend: don't leak transactionsSamuel Just2014-02-281-0/+4
* ECBackend: skip canceled xattr reads as wellSamuel Just2014-02-231-1/+4
* ECBackend::filter_read_op: clean up read state properlySamuel Just2014-02-221-23/+51
* ECBackend: deal with temp collection details in handle_sub_writeSamuel Just2014-02-211-0/+5
* ECBackend: handle short readsSamuel Just2014-02-201-1/+1
* osd/: instantiate the right backend based on poolSamuel Just2014-02-181-0/+16
* ECBackend: flesh out ECBackend implementationSamuel Just2014-02-181-8/+1603
* src/osd/: add ECBackend stubsSamuel Just2014-02-181-0/+100