]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-06-20 Sage Weilinit-radosgw: use radosgw --show-config-value to get... 367/head
2013-06-20 Sage Weilceph: fix ceph-conf call to get admin socket path for...
2013-06-20 Sage Weilceph-conf: make --show-config-value reflect daemon...
2013-06-20 Sage Weilceph-disk: use unix lock instead of lockfile class
2013-06-20 Sage WeilMerge remote-tracking branch 'gh/next'
2013-06-19 Alexandre Maragoneceph-disk: make list_partition behave with unusual...
2013-06-19 athanatosMerge pull request #364 from dachary/wip-5213
2013-06-19 athanatosMerge pull request #366 from dachary/wip-5398
2013-06-19 Samuel JustFileStore: get_index prior to taking fdcache_lock in...
2013-06-19 Loic DacharyPGLog::rewind_divergent_log must not call mark_dirty_fr... 366/head
2013-06-19 Loic Dacharyunit tests for PGLog::proc_replica_log 364/head
2013-06-19 Loic Dacharyadd constness to PGLog::proc_replica_log
2013-06-19 Sage WeilMerge pull request #342 from ceph/wip-mon
2013-06-19 Sage Weilmon/PaxosService: not active during paxos UPDATING_PREVIOUS 342/head
2013-06-19 Sage Weilmon: simplify states
2013-06-19 Sage Weilmon/Paxos: not readable when LOCKED
2013-06-19 Sage Weilmon/Paxos: cleanup: drop unused PREPARING state bit
2013-06-19 Sage Weilmon/PaxosService: simplify is_writeable
2013-06-19 Sage Weilmon/PaxosService: simplify readable check
2013-06-19 Sage Weilmon/MonmapMonitor: remove some dead code
2013-06-19 Sage Weilmon/MonmapMonitor: fix typo in check to remove mkfs...
2013-06-19 Sage Weilmon: fix whitespace
2013-06-19 Sage Weilmon: debug proposal timers
2013-06-19 Sage Weilmon: simplify Monitor::init_paxos()
2013-06-19 Sage Weilmon/Paxos: go active *after* refreshing
2013-06-19 Sage Weilmon: safely signal bootstrap from MonmapMonitor::update...
2013-06-19 Sage Weilmon/Paxos: do paxos refresh in finish_proposal; and...
2013-06-19 Joao Eduardo... mon/PaxosService: cache {first,last}_committed
2013-06-19 Sage Weilmon: no need to refresh from _active
2013-06-19 Sage Weilmon: remove unnecessary update_from_paxos calls
2013-06-19 Sage Weilmon: explicitly refresh_from_paxos() when leveldb state...
2013-06-19 Sage Weilos/FileStore: disable fadvise on XFS
2013-06-19 Sage Weilclient: fix warning
2013-06-19 Sage WeilMerge branch 'next'
2013-06-19 Sage WeilRevert "client: fix warning"
2013-06-19 Joao Eduardo... mon: Monitor: make sure we backup a monmap during sync...
2013-06-19 Joao Eduardo... mon: Monitor: obtain latest monmap on sync store init
2013-06-19 Joao Eduardo... mon: Monitor: don't remove 'mon_sync' when clearing...
2013-06-19 Samuel JustMerge remote-tracking branch 'upstream/wip-log-rewrite...
2013-06-18 Dan MickAuthMonitor: auth export's status message to ss, not ds
2013-06-18 John Wilkinsdoc: Fixed OpenStack Keystone instruction.
2013-06-18 Sage Weilceph.spec: create /var/run on package install
2013-06-18 John WilkinsMerge branch 'master' of https://github.com/ceph/ceph
2013-06-18 John Wilkinsdoc: Updated deployment preflight.
2013-06-18 Dan Micktest_rados.py: add some tests for mon_command
2013-06-18 Dan Mickrados.py: wrap target in c_char_p()
2013-06-18 Dan Mickrados.py: return error strings even if ret != 0
2013-06-18 Dan Mickceph.in: pass parsed conffile to Rados constructor
2013-06-18 Dan Mickceph.in: global var dontsplit should be capitalized
2013-06-18 Samuel JustFileStore: optionally compact leveldb on mount
2013-06-18 Sage Weilclient: fix warning
2013-06-18 Samuel JustFileStore::lfn_open: don't call get_index under fdcache...
2013-06-18 Sage Weilcommon/Preforker: fix warning
2013-06-18 Sage Weilclient: fix warning
2013-06-18 Samuel Justconfig.h: ensure U64 option defaults are computed as...
2013-06-18 Sage WeilMerge branch 'next'
2013-06-18 Sage Weilclient: handle reset during initial mds session open
2013-06-17 Sage Weilmon: fix 'osd dump <epoch>'
2013-06-17 Sage WeilMerge branch 'wip-5194' into next
2013-06-17 Sage Weilceph-disk: add some notes on wth we are up to
2013-06-17 Samuel Justtest/osd/TestPGLog: %s/dirty()/is_dirty()
2013-06-17 Samuel JustPGLog: check for dirty_to != eversion_t() and dirty_fro...
2013-06-17 Samuel JustPGLog: rename dirty() to is_dirty()
2013-06-17 Samuel JustPGLog: only iterate over dirty portions of the log
2013-06-17 Samuel JustPGLog,PG: use normal log dirtying and writing for appen...
2013-06-17 Samuel JustPGLog: add debug check on written keys, verify on write
2013-06-17 Samuel Justtest/osd/TestPGLog: fix pglog unittests for dirty_log...
2013-06-17 Samuel JustPG,PGLog: remove dirty_log arguments
2013-06-17 Samuel JustPGLog: replace dirty_log with mark_dirty_*
2013-06-17 Samuel JustPG: move instances of log dirtying in PG into PGLog
2013-06-17 Samuel JustPGLog: track dirty_to and dirty_from for log
2013-06-17 Samuel Justosd_types: move code for pg_log_entry_t::get_key_name...
2013-06-17 Samuel JustPGLog: remove OndiskLog
2013-06-17 Samuel JustPGLog: remove other ondisklog references
2013-06-17 Samuel JustPGLog: pass only divergent_priors, not ondisklog
2013-06-17 Samuel JustPG: remove ondisklog usages from PG
2013-06-17 Sage WeilFileStore: add rmkeyrange
2013-06-17 Samuel JustPGLog: clear missing on backfill reset
2013-06-17 Samuel Just*: always include rados.h using types.h
2013-06-17 Samuel JustMerge branch 'next'
2013-06-17 Samuel JustOSD: we need to check pg ?.0 for resurrection
2013-06-17 Sage Weillibcephfs: add a couple multiclient tests
2013-06-17 Sage Weilclient: fix sync read zeroing at EOF
2013-06-17 Sage Weilceph-disk: clear TERM to avoid libreadline hijinx
2013-06-17 Sage Weilceph-disk-udev: set up by-partuuid, -typeuuid symlinks...
2013-06-17 Sage Weilceph-disk: do not stop activate-all on first failure
2013-06-17 Sage Weilceph.spec: include partuuid rules in package
2013-06-17 Yehuda Sadehrgw: escape prefix correctly when listing objects
2013-06-17 Sage Weilclient: fix ancient typo in caps revocation path
2013-06-17 Sage Weilceph.spec: install/uninstall init script
2013-06-17 Sage Weilsysvinit, upstart: ceph-disk activate-all on start
2013-06-17 Sage Weilceph-disk: add 'activate-all'
2013-06-17 Sage Weiludev: /dev/disk/by-parttypeuuid/$type-$uuid
2013-06-17 Sage Weilmon: make mark_me_down asserts match check
2013-06-16 Sage WeilMerge branch 'next'
2013-06-16 Sage Weilceph: remove space when prefix is blank
2013-06-16 Sage Weilceph: fix return code for multi-target commands
2013-06-16 Sage Weilceph: error out properly when failing to get commands
2013-06-16 Sage Weiltest/admin_socket/objecter_requests: fix test
2013-06-16 Sage Weilceph: do not print status to output file when talking...
next