Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #673 from liewegas/wip-usage | Dan Mick | 2013-10-01 | 2 | -3/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | rbd: be helpful with invalid command | Sage Weil | 2013-10-01 | 1 | -1/+1 | |
| * | | | | | rados: do not dump usage on invalid command | Sage Weil | 2013-10-01 | 1 | -2/+3 | |
* | | | | | | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-10-01 | 15 | -14/+53 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | crush: invalidate rmap on create (and thus decode) | Sage Weil | 2013-10-01 | 2 | -1/+1 | |
| * | | | | | | Merge pull request #666 from dmick/wip-6384 | Alfredo Deza | 2013-10-01 | 1 | -0/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ceph_argparse.py: clean up error reporting when required param missing | Dan Mick | 2013-09-30 | 1 | -0/+6 | |
| * | | | | | | | Merge pull request #664 from ceph/wip-6445 | Josh Durgin | 2013-09-30 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | rgw: fix leak in RGWMetadataManager::remove()wip-6445 | Yehuda Sadeh | 2013-09-30 | 1 | -0/+2 | |
| * | | | | | | | | Merge pull request #665 from ceph/wip-6444 | Josh Durgin | 2013-09-30 | 4 | -6/+11 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | PendingReleaseNotes: update regarding librados change | Yehuda Sadeh | 2013-09-30 | 2 | -3/+10 | |
| | * | | | | | | | rgw: drop async pool create completion reference | Yehuda Sadeh | 2013-09-30 | 1 | -1/+1 | |
| | * | | | | | | | librados: pool async create / delete does not delete completion handle | Yehuda Sadeh | 2013-09-30 | 1 | -2/+0 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #662 from dmick/next | Alfredo Deza | 2013-09-30 | 7 | -7/+6 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Invoke python with /usr/bin/env python instead of directly | Dan Mick | 2013-09-30 | 7 | -7/+6 | |
| |/ / / / / / | ||||||
| * | | | | | | rbd.cc: propagate some errors to user-space when they're available | Joao Eduardo Luis | 2013-09-30 | 1 | -55/+55 | |
* | | | | | | | osd/osd_types: bump encoding from 11 -> 12 | Sage Weil | 2013-10-01 | 1 | -2/+2 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #670 from ceph/wip-osd-whiteout | Sage Weil | 2013-10-01 | 3 | -36/+76 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | osd/osd_types: convert object_info_t::uses_tmap to a flag | Sage Weil | 2013-10-01 | 3 | -24/+30 | |
| * | | | | | | osd/ReplicatedPG: update all find_object_context() users to handle whiteouts | Sage Weil | 2013-10-01 | 2 | -4/+9 | |
| * | | | | | | osd/osd_types: add WHITEOUT flag to object_info_t | Sage Weil | 2013-10-01 | 2 | -0/+6 | |
| * | | | | | | osd/osd_types: replace bool lost with a flags field | Sage Weil | 2013-10-01 | 3 | -14/+37 | |
* | | | | | | | Add unit_to_bytesize test for 'k' on input; continues fix for #4612 | Dan Mick | 2013-10-01 | 1 | -0/+1 | |
* | | | | | | | Merge pull request #669 from ceph/wip-6443 | Sage Weil | 2013-10-01 | 1 | -6/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | ReplicatedPG: don't bless C_OSD_SendMessageOnConn | Samuel Just | 2013-10-01 | 1 | -6/+4 | |
* | | | | | | | msgr: debug delay_thread join | Sage Weil | 2013-10-01 | 2 | -10/+14 | |
|/ / / / / / | ||||||
* | | | | | | Use 'k' when printing 'kilo'; accept either 'K' or 'k' as input | Dan Mick | 2013-10-01 | 2 | -4/+5 | |
* | | | | | | Merge pull request #659 from ceph/wip-objecter-notier | Sage Weil | 2013-10-01 | 3 | -1/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | OSD: unset_honor_cache_redirects() on Objecterwip-objecter-notier | Greg Farnum | 2013-09-30 | 1 | -0/+1 | |
| * | | | | | | Objecter: add "honor_cache_redirects" flag covering cache settings | Greg Farnum | 2013-09-30 | 2 | -1/+6 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #668 from liewegas/wip-cache-stall | Josh Durgin | 2013-10-01 | 1 | -1/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | osdc/ObjectCacher: limit writeback IOs generated while holding lock | Sage Weil | 2013-10-01 | 1 | -1/+5 | |
* | | | | | | | Merge pull request #663 from ceph/wip-cancel-copy | Gregory Farnum | 2013-10-01 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | osd/ReplicatedPG: fix iterator corruption in cancel_copy_ops() | Sage Weil | 2013-10-01 | 1 | -4/+3 | |
* | | | | | | | | rbd: fix cli test | Sage Weil | 2013-10-01 | 1 | -0/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | rgw: quiet down warning message | Yehuda Sadeh | 2013-10-01 | 1 | -1/+3 | |
* | | | | | | | rbd.cc: add readonly option for "rbd map" | Guangliang Zhao | 2013-09-30 | 3 | -1/+19 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #660 from ceph/wip-fs-crc | Sage Weil | 2013-09-30 | 11 | -3/+561 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | os/FileStore: add sloppy crc tracking | Sage Weil | 2013-09-30 | 5 | -3/+180 | |
| * | | | | | | common/SloppyCRCMap: add type to sloppily track crcs | Sage Weil | 2013-09-30 | 6 | -0/+381 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #661 from ceph/wip-copy-cleanups | Sage Weil | 2013-09-30 | 2 | -20/+10 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | ReplicatedPG: remove unused CopyOp::waiting member, rename function for accuracy | Greg Farnum | 2013-09-30 | 2 | -13/+5 | |
| * | | | | | ReplicatedPG: remove useless pcop param from start_copy | Greg Farnum | 2013-09-30 | 2 | -5/+3 | |
| * | | | | | ReplicatedPG: use our already-found iterator instead of going back into map | Greg Farnum | 2013-09-30 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-09-27 | 4 | -6/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge pull request #658 from dmick/next | Sage Weil | 2013-09-27 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | ceph.in: fix missing exception variable in failure to open -o file | Dan Mick | 2013-09-27 | 1 | -1/+1 | |
| * | | | | | Merge pull request #657 from ceph/wip-6397 | Josh Durgin | 2013-09-27 | 2 | -4/+1 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | rgw: don't append NULL char before json parsing | Yehuda Sadeh | 2013-09-27 | 1 | -1/+0 | |
| | * | | | | ceph_json: use different string constructor for parser buffer | Yehuda Sadeh | 2013-09-27 | 1 | -3/+1 |