summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* debian: fix up debian scriptsv0.20Sage Weil2010-04-302-3/+3
* ceph.spec.in: updatesSage Weil2010-04-301-25/+24
* ceph.spec.in: from JosefSage Weil2010-04-302-50/+200
* objecter: show osds in laggy debug outputSage Weil2010-04-301-1/+2
* mds: fix trim_dentry on dentry under unlinked dirSage Weil2010-04-301-3/+6
* osd: fix pg_to_acting_osds() calculation to consider pg_tempSage Weil2010-04-301-33/+30
* filestore: fail to mount if journal open failsSage Weil2010-04-292-4/+8
* msgr: fix sigint/term signal handler to actually quit (by chaining)Sage Weil2010-04-291-2/+9
* librados: fix blank pool statsSage Weil2010-04-291-2/+1
* qa: make pjd clean upSage Weil2010-04-291-0/+3
* mds: clean up MIN/MAX, client_rangesSage Weil2010-04-294-10/+16
* msgr: remove pid file on SIGINT, SIGTERMSage Weil2010-04-291-15/+18
* config: post-process default config options tooSage Weil2010-04-291-0/+11
* mon: use (robust) buffer::list::write_fd() to write to diskSage Weil2010-04-293-18/+12
* mon: m->get_session() may return null if session has closedSage Weil2010-04-296-117/+195
* mds: fix snaprealm split on capless inodeSage Weil2010-04-261-4/+10
* v0.20Sage Weil2010-04-234-6/+16
* mds: skip client snap notification on unlinkSage Weil2010-04-233-5/+6
* osd: more useful debugging on repop version, out of order completionSage Weil2010-04-222-1/+9
* osd: print a bit more debug info about compat problemsSage Weil2010-04-221-5/+6
* mds: verify mdsmap compatset on startupSage Weil2010-04-221-0/+11
* mds: add CompatSet to mdsmapSage Weil2010-04-226-19/+77
* rbd: change rbd header disk format, update protocol versionYehuda Sadeh2010-04-222-3/+10
* mdsmap: add separate struct version for extended portion of mdsmapSage Weil2010-04-221-1/+6
* cauthtool: add --gen-print-keySage Weil2010-04-221-1/+12
* auth: take key or file containing key on command lineSage Weil2010-04-223-0/+30
* cauthtool: always print entire encoded CryptoKeySage Weil2010-04-224-10/+8
* msgr: increment connect_seq when STANDBY->CONNECTINGSage Weil2010-04-221-1/+3
* Merge remote branch 'origin/mdssnaps' into unstableSage Weil2010-04-214-22/+27
|\
| * debian: require hdparm, recommend btrfs-toolsSage Weil2010-04-211-2/+2
| * mds: always use get_newest_seq (not snap) when doing cowSage Weil2010-04-203-6/+6
| * mds: rename move_to_realm(), add debugging (cleanup)Sage Weil2010-04-203-15/+19
| * mds: don't cow already cowed dentrySage Weil2010-04-201-1/+2
* | filestore: default to writeahead journal, and no btrfs snapsSage Weil2010-04-212-8/+3
* | rbdtool: add, use prettybyte_t typeSage Weil2010-04-212-3/+25
* | rbdtool: add --info, --resize commandsSage Weil2010-04-211-43/+102
* | auth: make 'admin' the default userSage Weil2010-04-211-1/+1
* | librados: adjust C++ aio completion creation apiSage Weil2010-04-213-19/+28
* | sample.ceph.conf: add example on writeahead (vs parallel) journalSage Weil2010-04-211-0/+5
* | osd: create 'rbd' poolSage Weil2010-04-212-0/+2
* | debian: require hdparm, recommend btrfs-toolsSage Weil2010-04-211-2/+2
|/
* sample.ceph.conf: updatedSage Weil2010-04-201-11/+28
* fetch_config: enable fetching ceph.conf from a remote locationSage Weil2010-04-205-9/+42
* osd: don't capture SIGINT/SIGTERM; journal and/or btrfs snaps are sufficient.Sage Weil2010-04-201-2/+4
* auth: less noisy debugSage Weil2010-04-203-6/+6
* mds: drop mutation locksSage Weil2010-04-201-0/+4
* osd: fix snapset loading from _snapdirSage Weil2010-04-191-1/+2
* mds: clone dentry for multiversion dir if linkage is changing...Sage Weil2010-04-191-8/+9
* mds: avoid null deref when hiding .ceph dirSage Weil2010-04-191-3/+3
* autoconf: Fix detection of sync_file_range.Jim Schutt2010-04-161-2/+1