summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v0.19v0.19Sage Weil2010-02-173-2/+19
* mon: disable 'osd setmap'Sage Weil2010-02-172-3/+2
* osdmap: fix uninit var warningSage Weil2010-02-171-1/+1
* mon: add 'auth export ]name]' to export a full or partial keyringSage Weil2010-02-174-4/+48
* qa: fix snaptest1.shSage Weil2010-02-171-2/+3
* osdmap: decode old osdmaps prior to pool_max stuffSage Weil2010-02-171-2/+10
* osdmap: get rid of useless max_poolsSage Weil2010-02-171-6/+0
* osd: pool cleanupsSage Weil2010-02-173-16/+15
* todoSage Weil2010-02-171-32/+10
* mds: ignore session RENEWCAPS if state not open|staleSage Weil2010-02-171-4/+5
* osdmap/mon: Be more defensive about highest_pool_num usageGreg Farnum2010-02-163-4/+2
* rados tool: mkpool/rmpool commands now availableGreg Farnum2010-02-161-0/+25
* mon: can now delete pools via 'ceph osd pool delete foo'Greg Farnum2010-02-161-0/+13
* rgw: actually delete pools when using rados!Greg Farnum2010-02-161-9/+7
* rados/objecter: can now delete pools!Greg Farnum2010-02-164-0/+57
* mon/msg: MPoolOp can carry POOL_OP_DELETE; OSDMon puts pool in incre old_poolsGreg Farnum2010-02-163-1/+15
* librados: init PoolCtx properly -- was always setting snap_seq to CEPH_NOSNAPGreg Farnum2010-02-161-1/+1
* osd: Deal with pools being removed from OSDMap.Greg Farnum2010-02-166-28/+51
* OSDMap: get_pg_pool now returns a pointerGreg Farnum2010-02-168-45/+46
* rados: fix seg fault on cleanup of a failed pool openGreg Farnum2010-02-161-1/+2
* mds: infer 'follows' in journal_dirty_inode on non-head inodesSage Weil2010-02-151-0/+2
* mds: clear cap->issued on flushsnapSage Weil2010-02-152-13/+16
* mds: don't croak on null dentries in cache during reconnect/rejoinSage Weil2010-02-151-4/+6
* objectcacher: use trimtrunc read/write opsYehuda Sadeh2010-02-132-5/+15
* osdc: clean up some messYehuda Sadeh2010-02-131-2/+0
* objecter: add read_trunc, write_truncYehuda Sadeh2010-02-134-17/+105
* mkmonfs: rm -rf, so that we kill 0600 admin_keyring.binSage Weil2010-02-121-1/+1
* osd: fix recovery requeue raceSage Weil2010-02-121-18/+26
* init-ceph: print 'already started' instead of failing to startSage Weil2010-02-122-11/+26
* msgr: more conservative locking, thread join assertsSage Weil2010-02-122-4/+18
* mon: note mds beacon times more carefullySage Weil2010-02-122-5/+15
* osd: bail out of interval loop completelySage Weil2010-02-121-1/+1
* osd: always update up_thru if pg changes before going activeSage Weil2010-02-122-7/+3
* osd: simplify, and version, pg attrsSage Weil2010-02-121-13/+9
* osd: remove some dead code from build_priorSage Weil2010-02-121-8/+2
* osd: fail startup if store is in use (before we fork)Sage Weil2010-02-126-9/+52
* osd: set heartbeat addr properlySage Weil2010-02-121-0/+5
* osd: fix memset transposed paramsSage Weil2010-02-121-1/+1
* osd: don't block on mon negotiation on startupSage Weil2010-02-122-16/+3
* mkcephfs: fix up permissions, ownership on temp keyringsSage Weil2010-02-121-6/+7
* ceph_common: sudo su, not suSage Weil2010-02-121-1/+1
* mkcephfs: always clobber, since we don't support not clobbering anywaySage Weil2010-02-121-2/+2
* mkmonfs: require '-c conf' to avoid accidents; stash admin keyringSage Weil2010-02-121-3/+7
* cauthtool: mode 0600 for keyringsSage Weil2010-02-123-4/+4
* mkcephfs: put admin keyring in mon_data, for safe keepingSage Weil2010-02-121-0/+6
* mkcephfs: --clobber, not --clobber_old_dataSage Weil2010-02-121-2/+2
* qa: +x snaptest1.shSage Weil2010-02-121-0/+0
* objectcacher: use ObjectSet container instead of inodeno_t hash_mapsSage Weil2010-02-125-179/+182
* cephx: adjust auth ticket renewal encoding a bitSage Weil2010-02-111-12/+13
* qa: fix up runallonce.shSage Weil2010-02-111-3/+3