summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | os/LevelDBStore: handle deletion race when checking store sizeSage Weil2013-10-151-1/+3
| * | | Merge pull request #718 from ceph/wip-6553Sage Weil2013-10-151-1/+1
| |\ \ \
| | * | | rgw: fix authenticated users acl group checkwip-6553Yehuda Sadeh2013-10-151-1/+1
| * | | | rgw: change default log levelYehuda Sadeh2013-10-151-1/+1
| * | | | Merge pull request #720 from liewegas/wip-6521Sage Weil2013-10-152-1/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mon/PGMonitor: set floor below which we do not warn about objects/pgSage Weil2013-10-152-1/+5
| |/ / /
| * | | Merge pull request #596 from ceph/wip-6147Sage Weil2013-10-145-77/+433
| |\ \ \
| | * | | mon: OSDMonitor: add 'osd pool stats' commandJoao Eduardo Luis2013-10-152-0/+103
| | * | | mon: PGMap: rework client IO rate calc and outputJoao Eduardo Luis2013-10-152-33/+78
| | * | | mon: PGMap: reuse existing summary functions to output pool statsJoao Eduardo Luis2013-10-153-25/+71
| | * | | mon: PGMap: keep track of per-pool stats deltasJoao Eduardo Luis2013-10-153-19/+181
| |/ / /
* | | | Merge pull request #655 from ceph/wip-cache-crcSage Weil2013-10-1612-16/+1207
|\ \ \ \
| * | | | common/buffer: behave when cached crc stats don't start at 0Sage Weil2013-10-161-16/+19
| * | | | crc32c: expand unit testYehuda Sadeh2013-10-161-0/+171
| * | | | sctp_crc32c: fix crc calculation in the NULL buffer caseYehuda Sadeh2013-10-161-1/+1
| * | | | crc32c: add a special case crc32c NULL buffer handlingYehuda Sadeh2013-10-163-1/+652
| * | | | common/buffer: pass NULL buffer instead of a zero-filled oneSage Weil2013-10-161-20/+1
| * | | | common/crc32c: document interfaceSage Weil2013-10-161-2/+9
| * | | | common/crc32c_intel_baseline: accept null data bufferSage Weil2013-10-161-5/+13
| * | | | common/sctp_crc32: accept NULL buffer pointerSage Weil2013-10-161-1/+56
| * | | | common/buffer: explicitly init zbuf to zerosSage Weil2013-10-161-2/+11
| * | | | common/buffer: add crc caching performance testSage Weil2013-10-161-1/+142
| * | | | common/buffer: instrument utilization of cached crcsSage Weil2013-10-162-2/+33
| * | | | common/buffer: cache crcs in buffer::rawSage Weil2013-10-162-5/+81
| * | | | include: add SpinlockSage Weil2013-10-162-0/+58
* | | | | Merge pull request #709 from ceph/wip-filerecoverGregory Farnum2013-10-162-10/+10
|\ \ \ \ \
| * | | | | mds: don't decrease file size when recovering filewip-filerecoverYan, Zheng2013-10-112-10/+10
* | | | | | Merge pull request #724 from ceph/wip-4047Josh Durgin2013-10-161-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cls_rbd: do not make noise in osd log on rbd removalSage Weil2013-10-151-2/+4
* | | | | | Merge pull request #728 from ceph/wip-6059athanatos2013-10-150-0/+0
|\ \ \ \ \ \
| * | | | | | ReplicatedPG: remove the other backfill related flushesSamuel Just2013-10-152-17/+25
| * | | | | | RadosModel: send racing read on writeSamuel Just2013-10-151-0/+26
| * | | | | | ReplicatedPG: block reads on an object until the write is committedSamuel Just2013-10-152-23/+194
* | | | | | | test_ceph_argparse: fix typoSage Weil2013-10-151-1/+1
* | | | | | | test_ceph_argparse: fix mds {add,remove}_data_pool testsSage Weil2013-10-151-2/+4
* | | | | | | common: fix non-daemon initSage Weil2013-10-152-3/+19
* | | | | | | test/librados/cmd: fix compile errorSage Weil2013-10-151-1/+1
* | | | | | | OSD: ping tphandle during pg removalSamuel Just2013-10-152-4/+13
* | | | | | | Merge pull request #687 from ceph/wip-poolSage Weil2013-10-154-21/+48
|\ \ \ \ \ \ \
| * | | | | | | mon: make 'mon {add,remove}_data_pool ...' take pool name or idSage Weil2013-10-144-21/+48
* | | | | | | | Merge pull request #723 from ceph/wip-6334Sage Weil2013-10-151-6/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | common: don't do special things for unprivileged daemonsSage Weil2013-10-151-6/+2
|/ / / / / / /
* | | | | | | mon, osd: send leveldb log to /dev/null by defaultSage Weil2013-10-151-2/+2
* | | | | | | Merge pull request #542 from ceph/wip-6122Sage Weil2013-10-151-3/+6
|\ \ \ \ \ \ \
| * | | | | | | test/librados/cmd.cc: tolerate thrashing on pg_command testswip-6122Sage Weil2013-08-261-3/+6
* | | | | | | | doc: Update from user feedback. Needed to enable S3/Keystone.John Wilkins2013-10-151-0/+1
* | | | | | | | os/FileStore: fix fiemap double-free(s)Alan Somers2013-10-152-3/+5
* | | | | | | | ceph-dencoder: select_generated() should properly validate its inputAlan Somers2013-10-151-2/+2
* | | | | | | | vstart.sh: create dev/ automaticallySage Weil2013-10-151-1/+2
* | | | | | | | Merge pull request #706 from ceph/wip-6059Sage Weil2013-10-154-40/+245
|\ \ \ \ \ \ \ \