summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.48.3argonautv0.48.3argonautGary Lowell2013-01-072-2/+8
* osd: fix race in do_recovery()Sage Weil2013-01-072-0/+9
* ReplicatedPG: requeue waiting_for_ondisk in apply_and_flush_repopsSamuel Just2013-01-071-12/+19
* ObjectCacher: fix off-by-one error in splitJosh Durgin2013-01-041-9/+10
* config: change default log_max_recent to 10,000Sage Weil2013-01-041-1/+1
* os/FileStore: fix non-btrfs op_seq commit orderSage Weil2013-01-031-5/+16
* log: broadcast cond signalsSage Weil2013-01-032-8/+14
* log: fix locking typo/stupid for dump_recent()Sage Weil2013-01-031-1/+1
* init-ceph: fix status version check across machinesSage Weil2012-12-281-2/+2
* init-ceph: use SSH in "service ceph status -a" to get versionTravis Rhoden2012-12-281-1/+1
* log: 10,000 recent log entriesSage Weil2012-12-261-1/+1
* log: fix log_max_recent configSage Weil2012-12-261-1/+1
* log: fix flush/signal raceSage Weil2012-12-261-1/+1
* .gitignore: Add ar-lib to ignore listGary Lowell2012-12-211-0/+1
* autogen.sh: Create m4 directory for leveldbGary Lowell2012-12-211-1/+1
* leveldb: Update submoduleGary Lowell2012-12-211-0/+0
* ceph.spec.in: Fedora builds debuginfo by default.Gary Lowell2012-12-201-1/+1
* rgw: fix error handling with swiftYehuda Sadeh2012-12-191-1/+1
* client: Fix for #3184 cfuse segv with no keyringSam Lang2012-12-112-8/+25
* mon: Monitor: resolve keyring option to a file before loading keyringJoao Eduardo Luis2012-12-111-1/+7
* .gitignore: Add m4 macro directories to ignore listGary Lowell2012-12-051-1/+5
* build: Add RPM release string generated from git describe.Gary Lowell2012-12-032-1/+7
* ceph.spec.in: Build debuginfo subpackage.Gary Lowell2012-12-031-0/+7
* rgw: fix swift auth concurrency issueYehuda Sadeh2012-12-031-1/+1
* rgw: fix rgw_tools get_obj()Yehuda Sadeh2012-12-032-10/+14
* rgw: fix PUT aclsYehuda Sadeh2012-11-291-7/+10
* rgw: fix xml parser leakYehuda Sadeh2012-11-211-4/+3
* rgw: fix memory leaksYehuda Sadeh2012-11-212-15/+18
* rgw: don't convert object mtime to UTCYehuda Sadeh2012-11-151-8/+1
* rgw: relax date format checkYehuda Sadeh2012-11-141-8/+0
* ceph-disk-activate: avoid duplicating mounts if already activatedSage Weil2012-11-121-5/+20
* ceph-disk-prepare: poke kernel into refreshing partition tablesSage Weil2012-11-121-0/+14
* ceph-disk-prepare: fix journal partition creationSage Weil2012-11-121-1/+1
* ceph-disk-prepare: assume parted failure means no partition tableSage Weil2012-11-121-1/+2
* Merge remote-tracking branch 'gh/wip-mds-stable' into stableSage Weil2012-11-122-7/+44
|\
| * mds: re-try_set_loner() after doing evals in eval(CInode*, int mask)Sage Weil2012-11-091-1/+12
| * CompatSet: users pass bit indices rather than masksSamuel Just2012-11-091-4/+30
| * mds: move to from loner -> mix if *anyone* wants rd|wrSage Weil2012-11-051-1/+1
| * mds: base loner decision on wanted RD|WR|EXCL, not CACHE|BUFFERSage Weil2012-11-051-1/+1
* | ceph.spec.in: Remove ceph version requirement from ceph-fuse package.Gary Lowell2012-11-081-1/+1
* | rgw: fix multipart overwriteYehuda Sadeh2012-11-061-4/+0
|/
* osd: make pool_snap_info_t encoding backward compatibleSage Weil2012-10-303-6/+22
* osd/OSD.cc: Fix typo in OSD::heartbeat_check()Yan, Zheng2012-10-261-2/+2
* rgw: dump an error message if FCGX_Accept failsYehuda Sadeh2012-10-221-1/+4
* workqueue: make debug output include active threadsSage Weil2012-10-221-3/+5
* rgw: don't continue processing of GET request on errorYehuda Sadeh2012-10-225-8/+25
* osd: be quiet about watchesSage Weil2012-10-191-2/+2
* addr_parsing: make , and ; and ' ' all delimitersSage Weil2012-10-171-2/+3
* ceph-disk-prepare, debian/control: Support external journals.Tommi Virtanen2012-10-162-2/+175
* rgw: don't add port to url if already has oneYehuda Sadeh2012-10-161-1/+1