]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-03-04 Sage Weiljounal: disable aio
2013-03-01 Sage Weilmsgr: drop messages on cons with CLOSED Pipes
2013-02-28 Samuel JustFileJournal::wrap_read_bl: adjust pos before returning
2013-02-26 Josh Durginlibrbd: fix rollback size
2013-02-26 Sage Weilmsg: fix entity_addr_t::is_same_host() for IPv6
2013-02-26 Sage Weilceph_common.sh: tolerate missing mds, mon, osds in...
2013-02-26 Sage WeilMerge remote-tracking branch 'gh/wip-4249' into next
2013-02-26 Josh Durginsystest: restrict list error acceptance
2013-02-26 Josh Durginsystest: fix race with pool deletion
2013-02-25 Josh Durginlibrbd: drop snap_lock before invalidating cache
2013-02-24 Sage Weilmds: reencode MDSMap in MMDSMap if MDSENC feature is...
2013-02-23 Sage Weilqa/run_xfstests.sh: use $TESTDIR instead of /tmp/cephtest
2013-02-23 Sage Weilosd: an interval can't go readwrite if its acting is...
2013-02-22 Dan Mickconfiguration parsing: give better error for missing =
2013-02-22 Sage Weilceph_common.sh: fix iteration of items in ceph.conf
2013-02-21 Greg Farnummds: use inode_t::layout for dir layout policy
2013-02-21 Sage Weilmds: parse ceph.*.layout vxattr key/value content
2013-02-21 Jan HarkesFix failing > 4MB range requests through radosgw S3...
2013-02-21 Sage Weilosd: clear recovery state on pg removal
2013-02-20 Yehuda Sadehrgw: refactor header grants
2013-02-20 caleb milesrgw_acl: Support ACL grants in headers.
2013-02-20 Sage Weilosd: lock pg in build_past_intervals_parallel()
2013-02-20 Yehuda Sadehrgw: fix multipart uploads listing
2013-02-20 Yehuda Sadehrgw: don't copy object when it's copied into itself
2013-02-19 Sage Weiltest/bufferlist: fix warning
2013-02-19 Gary LowellMerge branch 'master' of https://github.com/ceph/ceph
2013-02-19 Gary LowellMerge branch 'next'
2013-02-19 Joe Bucktesting: updating hadoop-internal test
2013-02-19 Noah Watkinsqa: sample test for new replication tests
2013-02-19 Sage Weildoc/release-notes: v0.57
2013-02-19 Samuel JustPG: remove weirdness log for last_complete < log.tail
2013-02-19 Sage Weilos/FileStore: check replay guard on src for collection...
2013-02-19 Sage Weilosd: requeue pg waiters at the front of the finished...
2013-02-19 Sage Weilosd: pull requeued requests off one at a time
2013-02-19 Gary Lowellv0.57 v0.57
2013-02-19 Sage Weilosd: fix printf warning on pg_log_entry_t::get_key_name
2013-02-19 Sage Weilqa: test_mon_workloadgen: use default config file path
2013-02-19 Sage Weilqa: mon/workloadgen.sh: drop TEST_CEPH_CONF code
2013-02-19 Sage Weilrbd: udevadm settle before unmap
2013-02-19 Joe Bucktest: correcting hadoop-internal tests
2013-02-19 Joe Bucktesting: adding a Hadoop wordcount test
2013-02-19 Sage Weilqa: rbd map-snapshot-io: udevadm settle
2013-02-19 Sage Weildebian: allow extra args to get passed to ./configure...
2013-02-18 Sage Weilqa: rbd/map-snapshot-io: remove image when done
2013-02-18 Sage Weilqa: fix quoting of wget URLs
2013-02-18 Sage Weilosd: log weirdness if caller_ops hash gets bigger than...
2013-02-18 Sage WeilMerge pull request #65 from javacruft/wip-ocf-rbd
2013-02-18 James PageStrip any trailing whitespace from rbd showmapped 65/head
2013-02-18 Sage Weilbuffer: drop large malloc tests
2013-02-18 Sage Weilbuffer: put big buffer on heap, not stack
2013-02-18 Loic Dacharyunit tests for src/common/buffer.{cc,h}
2013-02-18 Sage Weilmon: fix pgmap stat smoothing
2013-02-18 Sage Weildoc/release-notes: add note about upgrade to v0.56.3
2013-02-17 Sage Weilceph_common: fix check for defined/undefined entities...
2013-02-17 Loic Dacharybuffer::ptr::cmp only compares up to the smallest length
2013-02-17 Sage Weilceph-disk-prepare: -f for mkfs.xfs only
2013-02-17 Sage Weildebian: fix start of ceph-all
2013-02-16 Loic Dacharyfix operator>=(bufferlist& l, bufferlist& r)
2013-02-16 Sage WeilMerge remote-tracking branch 'gh/wip-deploy'
2013-02-16 Sage WeilMerge branch 'next'
2013-02-16 Samuel JustMerge remote-tracking branch 'upstream/wip-4075'
2013-02-16 Sage WeilMerge pull request #62 from dalgaaf/wip-da-sca-cppcheck...
2013-02-16 Sage Weilqa: rbd/map-snapshat-io: unmap image when done
2013-02-15 Alexandre Marangoneceph-disk-prepare: always force mkfs.xfs
2013-02-15 Sage Weiludev: trigger on dmcrypted osd partitions
2013-02-15 Sage Weilceph-disk-prepare: add initial support for dm-crypt
2013-02-15 Alexandre Marangoneceph-disk-activate: pull mount options from ceph.conf
2013-02-15 Sage Weilceph-disk-activate: use full paths for everything
2013-02-15 Sage Weilceph-disk-prepare: do partprobe after setting final...
2013-02-15 Samuel JustReplicatedPG: handle missing set even for old format
2013-02-15 Sage Weilqa: rbd/map-snapshot-io.sh: chown rbd device stuff
2013-02-15 Danny Al-Gaafcls/lock/cls_lock.cc: use !lockers.empty() instead... 62/head
2013-02-15 Danny Al-Gaafsrc/client/SyntheticClient.cc: use !subdirs.empty(...
2013-02-15 Danny Al-Gaafclient/Client.cc: use empty() instead of size()
2013-02-15 Danny Al-Gaafmds/MDSMap.h: use up.empty() instead of up.size()
2013-02-15 Danny Al-Gaafmds/CDentry.h: use projected.empty() instead of project...
2013-02-15 Danny Al-Gaafceph_authtool.cc: use empty() instead of size()
2013-02-15 Samuel JustOSD: add leveldblog compatibility flag for OSD
2013-02-15 Samuel JustPG: verify log versions during read_log
2013-02-15 Samuel JustPG: write_log if we read an old-format log
2013-02-15 David Zafmanosd: move pg log into leveldb
2013-02-15 Sage Weilqa: pull qa stuff from ceph.com ceph.git mirror
2013-02-15 Sage Weildoc: radosgw: document config without 100-continue...
2013-02-15 Wido den Hollanderconfig: Add small note about default number of PGs
2013-02-15 Noah WatkinsMerge remote-tracking branch 'origin/wip-hadoop-docs'
2013-02-15 Sage WeilMerge pull request #59 from dalgaaf/wip-da-add-errorhan...
2013-02-15 Sage WeilMerge remote-tracking branch 'gh/next'
2013-02-15 Danny Al-Gaaftest_sync_io.c: add error handling 59/head
2013-02-15 Danny Al-Gaaftest_short_dio_read.c: add error handling
2013-02-15 Sage Weildoc: update rados troubleshooting for slow requests
2013-02-14 Sage Weilosd/OSDCap: add unit test for parsing pools/objects...
2013-02-14 Sage Weilosd/OSDCap: tweak unquoted_word parsing in osd caps
2013-02-14 Samuel JustOSD: always activate_map in advance_pgs, only send...
2013-02-14 Sage Weilosd/OSDCap: add unit test for parsing pools/objects...
2013-02-14 Guilhem Lettronrgw: user can specify 'rgw port' to listen on a tcp...
2013-02-14 Sage Weiltest/filestore/chain_xattr: remove testfile; disable...
2013-02-14 Greg FarnumMerge branch 'master' of github.com:ceph/ceph
2013-02-14 Greg FarnumMerge branch 'wip-danny-perf-checks'
2013-02-14 Sage Weilosd: log error when ondisk snap collections do not...
2013-02-14 Greg FarnumMerge remote-tracking branch 'origin/wip-mds-names'
next