summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 9.2.1v9.2.1Jenkins Build Slave User2016-02-242-1/+7
* Merge pull request #7484 from dillaman/wip-14610-infernalisLoic Dachary2016-02-119-104/+215
|\
| * librbd: ensure librados callbacks are flushed prior to destroying imageJason Dillaman2016-02-112-0/+8
| * librbd: simplify IO flush handlingJason Dillaman2016-02-116-103/+142
| * WorkQueue: PointerWQ drain no longer waits for other queuesJason Dillaman2016-02-111-1/+19
| * test: new librbd flatten test caseJason Dillaman2016-02-111-0/+46
* | Merge pull request #7406 from dillaman/wip-14542-infernalisLoic Dachary2016-02-116-180/+295
|\ \
| * | librbd: ImageWatcher shouldn't block the notification threadJason Dillaman2016-02-112-72/+166
| * | librados_test_stub: watch/notify now behaves similar to libradosJason Dillaman2016-02-113-107/+124
| * | tests: simulate writeback flush during snap createJason Dillaman2016-02-111-1/+5
* | | Merge pull request #6981 from dillaman/wip-14062-infernalisLoic Dachary2016-02-111-1/+4
|\ \ \
| * | | librbd: fix merge-diff for >2GB diff-filesJason Dillaman2016-02-111-1/+4
* | | | Merge pull request #6629 from Abhishekvrshny/wip-13733-infernalisLoic Dachary2016-02-113-16/+19
|\ \ \ \
| * | | | osd: move misdirected op check from OSD thread to PG threadJason Dillaman2015-11-232-16/+18
| * | | | osd: ensure op rwm flags are checked before they are initializedJason Dillaman2015-11-181-0/+1
* | | | | Merge pull request #7431 from Abhishekvrshny/wip-14067-infernalisLoic Dachary2016-02-103-8/+9
|\ \ \ \ \
| * | | | | mds: properly set STATE_STRAY/STATE_ORPHAN for stray dentry/inodeYan, Zheng2016-01-291-7/+5
| * | | | | mon: don't require OSD W for MRemoveSnapsJohn Spray2016-01-292-1/+4
| |/ / / /
* | | | | Merge pull request #7429 from Abhishekvrshny/wip-14490-infernalisLoic Dachary2016-02-101-1/+4
|\ \ \ \ \
| * | | | | fsx: checkout old version until it compiles properly on mirasGreg Farnum2016-01-291-1/+4
| |/ / / /
* | | | | Merge pull request #6853 from Abhishekvrshny/wip-13889-infernalisLoic Dachary2016-02-101-4/+4
|\ \ \ \ \
| * | | | | client: use null snapc to check pool permissionYan, Zheng2015-12-081-4/+4
| |/ / / /
* | | | | Merge pull request #6752 from ukernel/infernalis-11482Loic Dachary2016-02-106-11/+31
|\ \ \ \ \
| * | | | | mds: consider client's flushing caps when choosing lock statesYan, Zheng2015-12-015-5/+23
| * | | | | client: cancel revoking caps when reconnecting the mdsYan, Zheng2015-12-011-5/+7
| * | | | | mds: choose EXCL state for filelock when client has Fb capabilityYan, Zheng2015-12-011-1/+1
* | | | | | Merge pull request #6628 from Abhishekvrshny/wip-13792-infernalisLoic Dachary2016-02-101-1/+3
|\ \ \ \ \ \
| * | | | | | build/ops: rbd-replay moved from ceph-test-dbg to ceph-common-dbgLoic Dachary2015-11-181-1/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #7079 from Abhishekvrshny/wip-14199-infernalisLoic Dachary2016-02-091-1/+1
|\ \ \ \ \ \
| * | | | | | librbd: properly handle replay of snap remove RPC messageJason Dillaman2015-12-301-1/+1
* | | | | | | Merge pull request #7080 from Abhishekvrshny/wip-14142-infernalisLoic Dachary2016-02-094-2/+86
|\ \ \ \ \ \ \
| * | | | | | | tests: new integration test for validating new RBD poolsJason Dillaman2015-12-302-0/+37
| * | | | | | | librbd: optionally validate RBD pool configuration (snapshot support)Jason Dillaman2015-12-302-2/+49
| |/ / / / / /
* | | | | | | Merge pull request #7428 from Abhishekvrshny/wip-14321-infernalisLoic Dachary2016-02-091-0/+2
|\ \ \ \ \ \ \
| * | | | | | | cls_rbd: enable object map checksums for object_map_saveDouglas Fuller2016-01-291-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #7427 from Abhishekvrshny/wip-14465-infernalisLoic Dachary2016-02-083-3/+10
|\ \ \ \ \ \ \
| * | | | | | | rbd-replay: handle EOF gracefullyMykola Golub2016-01-293-3/+10
| |/ / / / / /
* | | | | | | Merge pull request #7426 from Abhishekvrshny/wip-14552-infernalisLoic Dachary2016-02-081-0/+1
|\ \ \ \ \ \ \
| * | | | | | | rbd: remove canceled tasks from timer threadDouglas Fuller2016-01-291-0/+1
| |/ / / / / /
* | | | | | | Merge pull request #6397 from SUSE/wip-13615-infernalisSage Weil2016-02-081-0/+2
|\ \ \ \ \ \ \
| * | | | | | | OSD:shall reset primary and up_primary fields when beginning a new past_inter...xiexingguo2015-10-271-0/+2
* | | | | | | | Merge pull request #6840 from SUSE/wip-13791-infernalisSage Weil2016-02-081-4/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Objecter: remove redundant result-check of _calc_target in _map_session.xiexingguo2015-12-081-4/+1
| * | | | | | | | Objecter: potential null pointer access when do pool_snap_list.xiexingguo2015-12-081-0/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #6851 from Abhishekvrshny/wip-14018-infernalisSage Weil2016-02-081-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | osd: Test osd_find_best_info_ignore_history_les config in another assertDavid Zafman2015-12-081-1/+2
* | | | | | | | | Merge pull request #6849 from Abhishekvrshny/wip-13979-infernalisSage Weil2016-02-081-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | osd: call on_new_interval on newly split child PGSage Weil2015-12-081-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #6907 from Abhishekvrshny/wip-13929-infernalisSage Weil2016-02-081-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mon/PGMonitor: MAX AVAIL is 0 if some OSDs' weight is 0Chengyuan Li2015-12-121-1/+4
| | |_|_|_|_|/ / / | |/| | | | | | |