Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | OSD: ping tphandle during pg removal | Samuel Just | 2013-10-15 | 2 | -4/+13 | |
* | | | | | | Merge pull request #687 from ceph/wip-pool | Sage Weil | 2013-10-15 | 4 | -21/+48 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | mon: make 'mon {add,remove}_data_pool ...' take pool name or id | Sage Weil | 2013-10-14 | 4 | -21/+48 | |
* | | | | | | | Merge pull request #723 from ceph/wip-6334 | Sage Weil | 2013-10-15 | 1 | -6/+2 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | common: don't do special things for unprivileged daemons | Sage Weil | 2013-10-15 | 1 | -6/+2 | |
|/ / / / / / | ||||||
* | | | | | | mon, osd: send leveldb log to /dev/null by default | Sage Weil | 2013-10-15 | 1 | -2/+2 | |
* | | | | | | Merge pull request #542 from ceph/wip-6122 | Sage Weil | 2013-10-15 | 1 | -3/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | test/librados/cmd.cc: tolerate thrashing on pg_command testswip-6122 | Sage Weil | 2013-08-26 | 1 | -3/+6 | |
* | | | | | | | doc: Update from user feedback. Needed to enable S3/Keystone. | John Wilkins | 2013-10-15 | 1 | -0/+1 | |
* | | | | | | | os/FileStore: fix fiemap double-free(s) | Alan Somers | 2013-10-15 | 2 | -3/+5 | |
* | | | | | | | ceph-dencoder: select_generated() should properly validate its input | Alan Somers | 2013-10-15 | 1 | -2/+2 | |
* | | | | | | | vstart.sh: create dev/ automatically | Sage Weil | 2013-10-15 | 1 | -1/+2 | |
* | | | | | | | Merge pull request #706 from ceph/wip-6059 | Sage Weil | 2013-10-15 | 4 | -40/+245 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ReplicatedPG.h: while there cannot be a read in progress, there may be a read... | Samuel Just | 2013-10-13 | 1 | -1/+0 | |
| * | | | | | | | ReplicatedPG: remove unused RWTracker::ObjState::clear | Samuel Just | 2013-10-10 | 1 | -7/+0 | |
| * | | | | | | | ReplicatedPG: remove the other backfill related flushes | Samuel Just | 2013-10-09 | 2 | -17/+25 | |
| * | | | | | | | RadosModel: send racing read on write | Samuel Just | 2013-10-09 | 1 | -0/+26 | |
| * | | | | | | | ReplicatedPG: block reads on an object until the write is committed | Samuel Just | 2013-10-09 | 2 | -23/+202 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #717 from dachary/master | Sage Weil | 2013-10-15 | 1 | -9/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | mon: osd pool set syntax relaxed, modify unit tests | Loic Dachary | 2013-10-15 | 1 | -9/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-10-14 | 3 | -2/+17 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | rgw: swift update obj metadata also add generic attrs | Yehuda Sadeh | 2013-10-14 | 1 | -0/+7 | |
| * | | | | | | Merge branch 'wip-6444' into next | Yehuda Sadeh | 2013-10-11 | 2 | -2/+10 | |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | librados: add some clarifying comments | Yehuda Sadeh | 2013-10-11 | 1 | -1/+6 | |
| | * | | | | | librados: drop reference to completion in container destructor | Yehuda Sadeh | 2013-10-11 | 1 | -1/+4 | |
| * | | | | | | Go back to $PWD in fsstress.sh if compiling from source. | Sandon Van Ness | 2013-10-08 | 1 | -0/+2 | |
* | | | | | | | ceph.spec.in: do not list ceph-rest-api twice; add missing cls_hello files | huangjun | 2013-10-14 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #712 from ceph/wip-mon-pool-set | Sage Weil | 2013-10-14 | 6 | -70/+158 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | osd/osd_types: generalize pg_pool_t::get_flags_string() | Sage Weil | 2013-10-14 | 1 | -7/+10 | |
| * | | | | | | | osd: osd_types: Output pool's flag names during dumpwip-mon-pool-set | Joao Eduardo Luis | 2013-10-11 | 2 | -1/+21 | |
| * | | | | | | | mon: OSDMonitor: allow (un)setting 'hashpspool' flag via 'osd pool set' | Joao Eduardo Luis | 2013-10-11 | 3 | -1/+16 | |
| * | | | | | | | mon: OSDMonitor: split 'osd pool set' out of 'prepare_command' | Joao Eduardo Luis | 2013-10-11 | 3 | -68/+118 | |
* | | | | | | | | Merge pull request #694 from grosskur/fix-rpm-junit4 | Sage Weil | 2013-10-14 | 1 | -6/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ceph.spec.in: Always depend on junit4 (fixes bug #6216) | Alan Grosskurth | 2013-10-06 | 1 | -6/+0 | |
* | | | | | | | | | Merge branch 'wip-rgw-quota' | Yehuda Sadeh | 2013-10-14 | 22 | -16/+875 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | radosgw-admin: add --quota-scope param to usage | Yehuda Sadeh | 2013-10-14 | 2 | -0/+6 | |
| * | | | | | | | | | rgw: switch out param to a pointer instead of reference | Yehuda Sadeh | 2013-10-11 | 2 | -9/+18 | |
| * | | | | | | | | | test: update cli test for radosgw-admin | Yehuda Sadeh | 2013-10-11 | 1 | -0/+8 | |
| * | | | | | | | | | radosgw-admin: clarify --max-size param | Yehuda Sadeh | 2013-10-11 | 1 | -1/+1 | |
| * | | | | | | | | | formatter: dump_bool dumps unquoted strings | Yehuda Sadeh | 2013-10-11 | 1 | -1/+1 | |
| * | | | | | | | | | rgw_quoa.{h,cc}: add copyright notice | Yehuda Sadeh | 2013-10-11 | 2 | -0/+28 | |
| * | | | | | | | | | radosgw-admin: limit user bucket-level quota | Yehuda Sadeh | 2013-10-10 | 1 | -0/+7 | |
| * | | | | | | | | | radosgw-admin: can set user's bucket quota | Yehuda Sadeh | 2013-10-10 | 3 | -33/+83 | |
| * | | | | | | | | | rgw: bucket quota threshold | Yehuda Sadeh | 2013-10-10 | 3 | -5/+41 | |
| * | | | | | | | | | rgw: configurable bucket quota size | Yehuda Sadeh | 2013-10-10 | 2 | -2/+2 | |
| * | | | | | | | | | rgw: protect against concurrent async quota updates | Yehuda Sadeh | 2013-10-10 | 2 | -10/+29 | |
| * | | | | | | | | | rgw: async quota update | Yehuda Sadeh | 2013-10-10 | 6 | -7/+243 | |
| * | | | | | | | | | rgw: rearrange includes | Yehuda Sadeh | 2013-10-08 | 1 | -1/+1 | |
| * | | | | | | | | | rgw: update cache atomically | Yehuda Sadeh | 2013-10-04 | 1 | -13/+19 | |
| * | | | | | | | | | lru_map: add find_and_update() | Yehuda Sadeh | 2013-10-04 | 1 | -10/+40 |