summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crush: don't try to share #include sections with kernelhistoric/wip-crush-pushpopSage Weil2011-09-062-28/+13
* crush: add PUSHOP feature bitSage Weil2011-09-062-0/+23
* crush: replace magic with encoding version and feature bitsSage Weil2011-09-063-8/+15
* crush: push/pop/shift/unshiftSage Weil2011-09-062-0/+78
* crush: cleanup using temp varSage Weil2011-09-061-7/+9
* rgw: fix arg parsingYehuda Sadeh2011-09-061-2/+2
* rbd: fix command option parsing, honor --Colin Patrick McCabe2011-09-061-54/+63
* cephtool: add --concise option againJosh Durgin2011-09-061-0/+2
* rgw: prepare for supporting other meta headersYehuda Sadeh2011-09-062-41/+53
* osdmaptool: fix typo in argumentJosh Durgin2011-09-061-1/+1
* doc: Note that mkcephfs can't do upgrades etc.Tommi Virtanen2011-09-061-0/+7
* doc: mkcephfs ssh's directly as root@Tommi Virtanen2011-09-061-0/+2
* mkcephfs: Config $user is irrelevant when we want to run as root.Tommi Virtanen2011-09-061-6/+1
* Merge branch 'wip-argparse'Colin Patrick McCabe2011-09-0619-657/+750
|\
| * ceph_argparse: remove unused macros, functionsColin Patrick McCabe2011-09-062-156/+0
| * cfuse: use new-style argument parsing stuffColin Patrick McCabe2011-09-061-9/+7
| * cmon: use new argument parsing stuffColin Patrick McCabe2011-09-061-15/+24
| * cosd.cc: use new argument parsing functionsColin Patrick McCabe2011-09-061-14/+23
| * crushtool: use new argument parsing stuffColin Patrick McCabe2011-09-061-83/+150
| * rgw_admin: use new argument parsing stuffColin Patrick McCabe2011-09-061-133/+130
| * rbd.cc: use new argument parsing stuffColin Patrick McCabe2011-09-061-32/+44
| * Add ceph_argparse_withlonglongColin Patrick McCabe2011-09-062-0/+26
| * monmaptool, osdmaptool: fix double-dash handlingColin Patrick McCabe2011-09-064-14/+27
| * monmaptool: use new argument parsing stuffColin Patrick McCabe2011-09-061-29/+30
| * cmds: remove unused macroColin Patrick McCabe2011-09-061-1/+0
| * TestSignalHandlers: use new argument parsing stuffColin Patrick McCabe2011-09-061-41/+23
| * osdmaptool: use new ceph_argparse stuffColin Patrick McCabe2011-09-061-54/+69
| * ceph_argparse: add ceph_argparse_withintColin Patrick McCabe2011-09-063-13/+129
| * rados.cc: remove unused macroColin Patrick McCabe2011-09-061-1/+0
| * librados-config: remove unused old-style argparseColin Patrick McCabe2011-09-061-4/+0
| * cauthtool: convert to new-style arg parsingColin Patrick McCabe2011-09-061-55/+66
| * gceph tool: convert to new-style arg parsingColin Patrick McCabe2011-09-061-11/+10
| * ceph tool: convert to new-style arg parsingColin Patrick McCabe2011-08-311-42/+32
* | ceph tool: convert to new-style arg parsingColin Patrick McCabe2011-09-061-42/+32
* | rgw: set perm_mask for swift operationsYehuda Sadeh2011-09-062-1/+6
* | rgw: fix update_container_stats()Yehuda Sadeh2011-09-061-4/+6
* | doc: Explicitly say ceph.conf host= must not include domain name.Tommi Virtanen2011-09-061-1/+1
* | mkcephfs: cosd and cmon setup must happen as root.Tommi Virtanen2011-09-061-2/+2
* | doc: Document mkcephfs-style installation.Tommi Virtanen2011-09-064-20/+145
* | man: mkcephfs: Typo.Tommi Virtanen2011-09-061-1/+1
* | FileStore: close correct fd in version_stamp methodsSamuel Just2011-09-061-2/+2
* | FileStore: check write_op_seq return code during sync_entrySamuel Just2011-09-061-1/+5
* | ReplicatedPG: use the client_messenger for OSD Op repliesGreg Farnum2011-09-041-1/+2
* | os/lfnindex: silence compiler warningsSage Weil2011-09-021-5/+5
* | client: only flush imported cap if it is now authSage Weil2011-09-021-5/+7
* | Makefile: flock.h!Sage Weil2011-09-021-0/+1
* | cosd: Do filestore conversion after common_init_finishSamuel Just2011-09-021-8/+14
* | rgw: fix includeYehuda Sadeh2011-09-022-2/+2
* | LFNIndex: Fix lfn parsing for hobjects with keysSamuel Just2011-09-021-1/+1
* | Merge branch 'hobject_change'Samuel Just2011-09-0215-61/+272
|\ \