2014-05-05 |
Samuel Just | OSD: wake_pg_waiters atomically with pg_map update |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Samuel Just | OSD: remove wake_all_pg_waiters |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Samuel Just | OSD: add session waiting_for_map mechanisms |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Samuel Just | OSD: pass osdmap to handle_op and handle_replica_op |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Greg Farnum | OSD: add a RWLock pg_map_lock |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Samuel Just | OSDService: add osdmap reservation mechanism |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Greg Farnum | msgr: change the delay queue flushing semantics |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Greg Farnum | msgr: enable fast_dispatch on local connections |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Samuel Just | Messenger,DispatchQueue: add ms_fast_dispatch mechanism |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Samuel Just | DispatchQueue: factor out pre_dispatch and post_dispatch |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Greg Farnum | OSD: remove never-activated while loop from send_increm... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Greg Farnum | OSD: rename gen_wq, schedule_work, and PG_QueueAsync... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Greg Farnum | OSD: remove unused push_wq |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Samuel Just | OSD: replace handle_pg_scan, handle_pg_backfill with... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Greg Farnum | OSD: add handle_osd_map debug output |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Samuel Just | OSD::_share_map_incoming: line wrap debug output |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Greg Farnum | PG: constify the init() function params |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Samuel Just | RWLock: assert pthread function return values |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Yan, Zheng | osd: check blacklisted clients in ReplicatedPG::do_op() |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Sage Weil | Merge pull request #1740 from ceph/wip-8155 |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Sage Weil | ceph-object-corpus: rebase onto firefly corpus |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Sage Weil | Merge pull request #1762 from yuyuyu101/wip-8282 |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Sage Weil | Merge pull request #1752 from ceph/wip-da-SCA-fixes... |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Sage Weil | Merge pull request #1755 from eile/master |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Stefan Eilemann | Fix out of source builds 1755/head |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Haomai Wang | Fix clone problem 1762/head |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Joao Eduardo... | mon: OSDMonitor: disallow nonsensical cache-mode transi... 1740/head |
commit | commitdiff | tree | snapshot |
2014-05-03 |
David Zafman | Merge pull request #1735 from ceph/wip-8113 |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Samuel Just | Merge pull request #1698 from ceph/wip-snapmapper-debug |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Samuel Just | Merge pull request #1694 from ceph/wip-throttle-snap... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Danny Al-Gaaf | Merge pull request #1759 from dachary/wip-mailmap |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Samuel Just | Revert "ReplicatedPG: block scrub on blocked object... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Sage Weil | osd: Prevent divide by zero in agent_choose_mode() 1735/head |
commit | commitdiff | tree | snapshot |
2014-05-02 |
David Zafman | osd, common: If agent_work() finds no objs to work... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Danny Al-Gaaf | rados.cc: fix typo in help output 1752/head |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Danny Al-Gaaf | Dumper::dump_entries(): reduce scope of 'got_data' |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Danny Al-Gaaf | PG::read_info(): pass 'const coll_t coll' by reference |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Danny Al-Gaaf | PGBackend::be_compare_scrubmaps(): pass pgid by reference |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Danny Al-Gaaf | osd_types.h: pass eversion_t by reference to operator<< |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Danny Al-Gaaf | SimpleLock.h: remove unused private function clear_more() |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Danny Al-Gaaf | SimpleLock.h: remove twice included osd_types.h |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Danny Al-Gaaf | linux_fiemap.h: remove twice included int_types.h |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Danny Al-Gaaf | Dumper::dump_entries(): remove not needed variable |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Danny Al-Gaaf | rgw_bucket.cc: return error if update_containers_stats... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Sage Weil | mon/PGMonitor: set tid on no-op PGStatsAck |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Sage Weil | mon/OSDMonitor: share latest map with osd on dup boot... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Sage Weil | mon/MonClient: remove stray _finish_hunting() calls |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Loic Dachary | mailmap: Florent Bautista affiliation 1759/head |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Loic Dachary | mailmap: Warren Usui name normalization |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Loic Dachary | mailmap: Guang Yang name normalization |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Sage Weil | Merge pull request #1754 from nereocystis/hardware... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
David Zafman | osd/ReplicatedPG: agent_work() fix next if finished... |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Sage Weil | osd/SnapMapper: pass snaps set by const ref 1698/head |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Sage Weil | osd/SnapMapper: debug |
commit | commitdiff | tree | snapshot |
2014-05-02 |
Kevin Dalley | doc: Include links from hardware-recommendations to... 1754/head |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Danny Al-Gaaf | Merge pull request #1749 from hufman/fix-typo-releaseno... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Sage Weil | mds: note MDiscoverReply encoding change in corpus |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Sage Weil | mds: bump protocol |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Samuel Just | Merge pull request #1738 from ceph/wip-8147 |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Sage Weil | doc/release-notes: changelog link |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Sage Weil | doc/release-notes: final v0.67.8 notes and changelog |
commit | commitdiff | tree | snapshot |
2014-05-01 |
John Wilkins | Merge pull request #1750 from nereocystis/doc-link... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Walter Huf | Fixes a very minor typo in the release notes 1749/head |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Kevin Dalley | doc: documenting links to get-involved 1750/head |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Samuel Just | ReplicatedPG: block scrub on blocked object contexts |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Sage Weil | Merge pull request #1745 from ceph/wip-7941 |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Sage Weil | Merge pull request #1744 from ceph/wip-8161 |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Sage Weil | Merge pull request #1746 from ceph/wip-8086 |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | rgw_common.cc: reduce scope of 'fpos' variable |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | rgw_admin.cc: remove unused string variable |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | PGBackend.cc: remove unused to_remove variable |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | KeyValueStore.cc: remove unused variable |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | rgw_op.cc: remove unused map variable |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | rgw_main.cc: remove unused variable |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | rgw_main.cc: use static_cast instead of c-style |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | ObjectStore.h: pass const string parameter by reference |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | CDentry.cc: fix bool comparison using relational operator |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | rados.cc: reduce scope of variable |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | buffer.cc: catch exception by reference |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | SimpleLock.h: fix bool comparison using relational... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | hitset.cc: fix format string to unsigned int |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | OSDMap.cc: prefer prefix ++operator for non-trivial... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | OSDMonitor.cc: prefer prefix ++operator for non-trivial... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | KeyValueStore: rename s/logger/perf_logger/ |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Danny Al-Gaaf | crush/mapper.c: fix printf format for unsigned variable |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Alfredo Deza | Merge pull request #1629 from ceph/wip-die-mkcephfs |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Yan, Zheng | Merge pull request #1741 from ceph/wip-early-reply |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Yan, Zheng | mds: avoid adding replicas of target dentry to rename... 1741/head |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Yan, Zheng | mds: allow early reply when request's witness list... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Sage Weil | Merge pull request #1121 from ceph/wip-no-anchor |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Sage Weil | Merge pull request #1670 from yuyuyu101/wip-test-clone |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Yan, Zheng | mds: include authority of the source inode in rename... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Sage Weil | osd: automatically scrub PGs with invalid stats 1738/head |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Joao Eduardo... | mon: OSDMonitor: return immediately if 'osd tier cache... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Yan, Zheng | mds: remove discover ino 1121/head |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Yan, Zheng | mds: remove anchor table |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Haomai Wang | Copy range using fiemap not entire length |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Shawn Edwards | rbd-fuse: fix unlink |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Sage Weil | Merge pull request #1701 from ceph/wip-libkrbd |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Sage Weil | Merge pull request #1648 from ceph/wip-client-sleep |
commit | commitdiff | tree | snapshot |
next |