summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rados.py: fix Rados() unicode checkingwip-5970Josh Durgin2013-08-142-1/+15
* rados.py: fix Rados() backwards compatibilityJosh Durgin2013-08-142-2/+27
* librados: fix async aio completion wakeupSage Weil2013-08-141-12/+17
* librados: fix locking for AioCompletionImpl refcountingJosh Durgin2013-08-141-5/+9
* Merge branch 'next'Gary Lowell2013-08-134-3/+15
|\
| * v0.67v0.67Gary Lowell2013-08-131-0/+6
| * rgw: fix multi deleteYehuda Sadeh2013-08-121-1/+1
| * ceph-disk: fix mount options passed to move_mountSage Weil2013-08-091-0/+6
| * config_opts.h: reduce osd_recovery_max_active and osd_recovery_max_single_startSamuel Just2013-08-091-2/+2
* | client: add enclosing object for asok dumpsSage Weil2013-08-131-0/+2
* | pybind/ceph_argparse: GPL -> LGPL2Sage Weil2013-08-131-4/+1
* | rbd.cc: relicense as LGPL2Sage Weil2013-08-133-15/+2
* | librados: fix MWatchNotify leakSage Weil2013-08-131-9/+6
* | rgw: do not leak handler in get_handler() error pathSage Weil2013-08-131-1/+3
* | Merge pull request #497 from ksperis/rbdmap.init-3Sage Weil2013-08-131-9/+11
|\ \
| * | init-rbdmap: minor fix no rbd existLaurent Barbe2013-08-131-5/+7
| * | init-rbdmap: fix for recursive umountLaurent Barbe2013-08-131-5/+5
* | | doc/release-notes: fix rstSage Weil2013-08-131-10/+8
* | | doc/release-notes: upgrade sequenceSage Weil2013-08-131-0/+19
* | | doc/release-notes: roll-up of upgrade/compat notes from cuttlefish to dumplingSage Weil2013-08-131-0/+50
|/ /
* | Makefile.am: fix libglobal.la racesGary Lowell2013-08-121-11/+8
* | doc/release-notes: adjust whitespaceSage Weil2013-08-091-45/+45
* | doc/release-notes: v0.67 release notesSage Weil2013-08-092-45/+160
* | Merge remote-tracking branch 'gh/next'Sage Weil2013-08-099-30/+64
|\ \ | |/
| * ceph: retry new-style mon command if we get EINVAL from the old-style commandSage Weil2013-08-091-15/+23
| * common: pick_addresses: fix bug with observer class that triggered #5205Joao Eduardo Luis2013-08-091-7/+6
| * rgw: return 423 Locked response when failing to lock objectYehuda Sadeh2013-08-094-0/+8
| * rgw: make RGWHTTPClient callback methods pure virtualYehuda Sadeh2013-08-092-3/+22
| * rgw: rename read_header() to receive_header() where neededYehuda Sadeh2013-08-091-2/+2
| * rgw: rename data receive callbacks in swift token revocationYehuda Sadeh2013-08-091-2/+2
| * RadosClient: shutdown monclient after dropping lockSamuel Just2013-08-081-1/+1
* | Merge pull request #486 from kri5/wip-s3-compliance-docYehuda Sadeh2013-08-092-1/+306
|\ \
| * | doc: Add a page about rgw S3 API complianceChristophe Courtaut2013-08-092-1/+306
* | | Merge remote-tracking branch 'gh/wip-5648-c'Sage Weil2013-08-0910-145/+533
|\ \ \
| * | | test: mon: moncap: add 'allow command foo with arg="bar.baz"' testsJoao Eduardo Luis2013-08-061-0/+2
| * | | qa: workunits: mon: workunit to stress the monitor's capsJoao Eduardo Luis2013-08-061-0/+370
| * | | mon: AuthMonitor: change 'auth add' behaviourJoao Eduardo Luis2013-08-061-16/+98
| * | | mon: drop old _allowed_command()Sage Weil2013-08-062-42/+0
| * | | mon: services: no longer needed to enforce caps on a per-service basisJoao Eduardo Luis2013-08-067-31/+12
| * | | mon: Monitor: purge old permission checking format on handle_command()Joao Eduardo Luis2013-08-061-57/+0
| * | | mon: Monitor: check caps considering command's requirementsJoao Eduardo Luis2013-08-062-0/+52
* | | | PendingReleaseNotes: note 'ceph daemon ...' argument behavior changeSage Weil2013-08-091-0/+11
| |/ / |/| |
* | | mds: notify clients about deleted inodeYan, Zheng2013-08-081-0/+4
* | | Merge remote-tracking branch 'yan/wip-mds'Sage Weil2013-08-087-56/+52
|\ \ \
| * | | mds: don't issue caps while session is staleYan, Zheng2013-08-051-1/+3
| * | | mds: change LOCK_SCAN to unstable stateYan, Zheng2013-08-054-16/+7
| * | | mds: handle "state == LOCK_LOCK_XLOCK" when cancelling xlockYan, Zheng2013-08-051-2/+10
| * | | mds: remove "type != CEPH_LOCK_DN" check in Locker::cancel_locking()Yan, Zheng2013-08-051-7/+5
| * | | mds: revoke GSHARED cap when finishing xlockYan, Zheng2013-08-052-32/+27
| * | | mds: fix cap revoke confirmationYan, Zheng2013-08-051-3/+5