summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FileStore: optionally compact leveldb on mountwip_cuttlefish_compact_on_startupSamuel Just2013-06-192-0/+10
* messages/MOSDMarkMeDown: fix uninit fieldSage Weil2013-06-191-5/+5
* Merge remote-tracking branch 'gh/wip-4976-cuttlefish' into cuttlefishSage Weil2013-06-191-30/+2
|\
| * os/FileStore: drop posix_fadvise(...DONTNEED)Sage Weil2013-06-181-28/+0
| * os/FileStore: use fdatasync(2) instead of sync_file_range(2)Sage Weil2013-06-181-2/+2
* | common/Preforker: fix warningSage Weil2013-06-181-2/+5
* | mon: Monitor: make sure we backup a monmap during sync startJoao Eduardo Luis2013-06-181-3/+5
* | mon: Monitor: obtain latest monmap on sync store initJoao Eduardo Luis2013-06-182-13/+54
* | mon: Monitor: don't remove 'mon_sync' when clearing the store during abortJoao Eduardo Luis2013-06-181-1/+0
* | config: fix run_dir typoSage Weil2013-06-181-1/+1
* | ceph.spec: create /var/run on package installSage Weil2013-06-181-0/+1
* | global: create /var/run/ceph on daemon startupSage Weil2013-06-182-1/+11
* | PG: don't dirty log unconditionally in activate()Samuel Just2013-06-181-1/+0
* | mon: OSDMonitor: don't ignore apply_incremental()'s return on UfP [1]Joao Eduardo Luis2013-06-181-1/+2
|/
* client: handle reset during initial mds session openSage Weil2013-06-171-1/+14
* ceph-disk: add some notes on wth we are up toSage Weil2013-06-171-0/+42
* ceph-disk: clear TERM to avoid libreadline hijinxSage Weil2013-06-171-0/+5
* ceph-disk-udev: set up by-partuuid, -typeuuid symlinks on ancient udevSage Weil2013-06-171-5/+17
* ceph-disk: do not stop activate-all on first failureSage Weil2013-06-171-2/+9
* ceph.spec: include partuuid rules in packageSage Weil2013-06-171-0/+1
* ceph.spec: install/uninstall init scriptSage Weil2013-06-171-2/+2
* sysvinit, upstart: ceph-disk activate-all on startSage Weil2013-06-172-0/+11
* ceph-disk: add 'activate-all'Sage Weil2013-06-171-0/+52
* udev: /dev/disk/by-parttypeuuid/$type-$uuidSage Weil2013-06-171-0/+3
* rgw: escape prefix correctly when listing objectsYehuda Sadeh2013-06-171-2/+6
* messages/MMonSync: initialize crc in ctorSage Weil2013-06-171-2/+2
* client: fix ancient typo in caps revocation pathSage Weil2013-06-171-1/+1
* messages/MMonHealth: remove unused flag fieldSage Weil2013-06-171-22/+2
* messages/MMonProbe: fix uninitialized variablesSage Weil2013-06-171-1/+4
* common/Preforker: fix broken recursion on exit(3)Sage Weil2013-06-151-2/+2
* rules: Don't disable tcmalloc on ARM (and other non-intel)Gary Lowell2013-06-141-7/+0
* Remove mon socket in post-stopGuilhem Lettron2013-06-141-0/+5
* Remove stop on from upstart tasksJames Page2013-06-145-5/+0
* ceph-disk: extra dash in error messageDan Mick2013-06-141-1/+1
* ceph-disk: cast output of _check_output()Danny Al-Gaaf2013-06-141-1/+1
* ceph-disk: remove unnecessary semicolonsDanny Al-Gaaf2013-06-141-2/+2
* ceph-disk: fix undefined variableDanny Al-Gaaf2013-06-141-1/+1
* ceph-disk: add missing spaces around operatorDanny Al-Gaaf2013-06-141-2/+2
* udev: drop useless --mount argument to ceph-diskSage Weil2013-06-142-4/+4
* ceph-disk-udev: activate-journalSage Weil2013-06-141-0/+2
* ceph-disk: do not use mount --move (or --bind)Sage Weil2013-06-141-2/+19
* ceph.spec: include by-partuuid udev workaround rulesSage Weil2013-06-141-0/+2
* ceph-disk: work around buggy rhel/centos partedSage Weil2013-06-141-0/+5
* ceph-disk: implement 'activate-journal'Sage Weil2013-06-142-0/+88
* ceph-disk: call partprobe outside of the prepare lock; drop udevadm settleSage Weil2013-06-141-31/+13
* ceph-disk: add 'zap' commandSage Weil2013-06-141-0/+14
* ceph-disk: fix stat errors with new suppress codeSage Weil2013-06-141-4/+4
* ceph-disk: add '[un]suppress-activate <dev>' commandSage Weil2013-06-141-0/+92
* upstart: start ceph-all on runlevel [2345]Sage Weil2013-06-141-1/+1
* client: set issue_seq (not seq) in cap releaseSage Weil2013-06-111-1/+1