summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 0.81v0.81Jenkins2014-06-022-1/+7
* Merge pull request #1857 from ceph/wip-8265Sage Weil2014-06-025-5/+187
|\
| * qa/workunits/cephtool: test setting options using SI unitsJoao Eduardo Luis2014-05-301-1/+60
| * common/config.cc: allow integer values to be parsed as SI unitsJoao Eduardo Luis2014-05-301-4/+4
| * test/strtol.cc: Test 'strict_strtosi()'Joao Eduardo Luis2014-05-301-0/+75
| * common/strtol.cc: strict_strtosi() converts str with SI units to uint64_tJoao Eduardo Luis2014-05-302-0/+48
* | rgw: calc md5 and compare if user provided appropriate headerYehuda Sadeh2014-05-301-0/+7
* | Merge pull request #1878 from ceph/wip-map-advanceSamuel Just2014-05-281-2/+7
|\ \ | |/ |/|
| * osd: fix map advance limit to handle map gapsSage Weil2014-05-251-2/+7
|/
* Merge pull request #1825 from ceph/wip-8380Samuel Just2014-05-202-1/+3
|\
| * osd: skip out of order op checks on tiered poolsSage Weil2014-05-192-1/+3
|/
* OSD: fix an osdmap_subscribe interface misuseGreg Farnum2014-05-161-1/+1
* workunits: provide some output in the dirfrag.sh testGreg Farnum2014-05-141-0/+4
* Merge pull request #1803 from onlyjob/java-gcjGregory Farnum2014-05-143-5/+5
|\
| * prioritise use of `javac` executable (gcj provides it through alternatives).Dmitry Smirnov2014-05-121-2/+2
| * pass '-classpath' option (gcj/javah ignores CLASSPATH environment variable).Dmitry Smirnov2014-05-121-2/+2
| * look for "jni.h" in gcj-jdk path, needed to find "jni.h" with gcj-jdk_4.9.0Dmitry Smirnov2014-05-121-1/+1
* | Merge pull request #1806 from ceph/wip-8011Samuel Just2014-05-140-0/+0
|\ \
| * | ReplicatedPG: block scrub on blocked object contextsSamuel Just2014-05-135-6/+49
* | | doc: Clarified Debian uses sysvinit.John Wilkins2014-05-141-4/+4
* | | doc: Added rgw print continue guidance.John Wilkins2014-05-141-0/+7
* | | doc: Minor edit.John Wilkins2014-05-141-2/+2
* | | doc: Added clarifying text to CRUSH add command.John Wilkins2014-05-141-7/+14
* | | doc: Omitted glance_api_version=2 to fix creating images from volumes.John Wilkins2014-05-141-1/+0
* | | doc: Changed example to use virtio and put key usage into one line.John Wilkins2014-05-141-3/+2
* | | Merge pull request #1802 from ceph/wip-mds-miscSage Weil2014-05-147-140/+78
|\ \ \
| * | | mds: lower IO priority of storing backtraceYan, Zheng2014-05-133-3/+8
| * | | mds: deny reconnect for closed sessionYan, Zheng2014-05-121-16/+11
| * | | mds: revert EMetaBlob::{fullbit,remotebit,nullbit} encoding optimizationYan, Zheng2014-05-122-95/+36
| * | | mds: properly clear new flag for stale client capYan, Zheng2014-05-121-0/+2
| * | | mds: propagate inode rstat if it has never been propagatedYan, Zheng2014-05-121-12/+7
| * | | mds: avoid journaling unnecessary dir contextYan, Zheng2014-05-121-4/+4
| * | | mds: cleanup usage of MDCache::predirty_journal_parent()Yan, Zheng2014-05-122-10/+10
| | |/ | |/|
* | | Merge pull request #1810 from ceph/wip-fedoraSage Weil2014-05-141-3/+15
|\ \ \
| * | | doc: update instructions for RPM distrosJohn Spray2014-05-131-3/+15
* | | | Improve Bash completion for various toolsWido den Hollander2014-05-133-12/+29
* | | | test: fix some templates to match new output codeGreg Farnum2014-05-133-18/+18
|/ / /
* | | Merge pull request #1771 from ceph/wip-5021Gregory Farnum2014-05-132-72/+96
|\ \ \
| * | | client: fix whitespace in stat relpathSage Weil2014-05-101-4/+4
| * | | client: use __func__ instead of incorrect function name in insert_readdir_res...Sage Weil2014-05-101-4/+4
| * | | client: make less noise when unlinking during readdirSage Weil2014-05-101-3/+7
| * | | client: invalidate dentry leases when unlinkingSage Weil2014-05-101-1/+3
| * | | client: audit unlink() callersSage Weil2014-05-101-14/+14
| * | | client: unlink dentry on traceless rmdir, unlink replySage Weil2014-05-081-3/+6
| * | | client: do not manually clean up on unlink/rmdirSage Weil2014-05-081-16/+0
| * | | client: refactor _lookup; fix NULL dentry caseSage Weil2014-05-081-7/+13
| * | | client: skip insert_trace on safe requestsSage Weil2014-05-081-0/+6
| * | | client: handle traceless rename in insert_trace, not verify_reply_traceSage Weil2014-05-071-8/+12
| * | | client: avoid blindly removing dentriesSage Weil2014-05-071-4/+8
| * | | client: leave NULL dentry in place on ENOENT during lookupSage Weil2014-05-072-26/+30