summaryrefslogtreecommitdiffstats
path: root/src/osdc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15776 from ukernel/wip-20338John Spray2017-06-221-5/+10
|\
| * osdc/Journaler: fix memory leak in Journaler::_issue_read()Yan, Zheng2017-06-201-5/+10
* | Merge pull request #15430 from jcsp/wip-20165John Spray2017-06-221-1/+1
|\ \
| * | osdc: always use finisher from wait_for_readableJohn Spray2017-06-201-1/+1
| |/
* / osdc/Objecter: fix inflight_ops updateYan, Zheng2017-06-201-1/+1
|/
* Merge pull request #15495 from wjwithagen/wip-wjw-freebsd-host-errnoSage Weil2017-06-161-2/+2
|\
| * core: introduce (and fix) code to pass errno to other OSesWillem Jan Withagen2017-06-091-2/+2
* | osdc/Objecter: s/atomic_t/std::atomic<>/Kefu Chai2017-06-082-103/+101
|/
* osd/osd_types: put pg_log_entry_t::extra_reqids in osd_pglog mempoolSage Weil2017-06-071-3/+3
* Merge pull request #15240 from ukernel/wip-20055John Spray2017-06-011-3/+28
|\
| * osdc/Journaler: use waitfor_safe map to find journal entry boundariesYan, Zheng2017-05-241-2/+24
| * osdc/Journaler: avoid executing on_safe contexts prematurelyYan, Zheng2017-05-241-2/+5
* | Merge branch 'wip-extensible_tier-redirect' of git://github.com/myoungwon/cep...Sage Weil2017-05-271-0/+12
|\ \
| * | osd: a rados op to create a redirectmyoungwon oh2017-05-061-0/+12
* | | osdc: expose new blacklist entries from ObjecterJohn Spray2017-05-232-1/+85
* | | blkin: improved objecter trace eventsJason Dillaman2017-05-192-4/+13
* | | blkin: improve trace visibility into object cacherJason Dillaman2017-05-193-99/+157
* | | blkin: pass trace information to object cacherVictor Araujo2017-05-193-31/+54
* | | Merge pull request #14769 from ukernel/wip-19755John Spray2017-05-162-25/+107
|\ \ \ | |_|/ |/| |
| * | osdc/Filer: truncate large file party by partyYan, Zheng2017-04-252-25/+107
* | | Merge pull request #14793 from dmick/wip-prio-and-daemonperfSage Weil2017-05-061-8/+8
|\ \ \
| * | | osdc/Objecter: set perf counter prioritiesSage Weil2017-04-261-8/+8
| * | | osdc/Objecter: rename nicks to be <= 4 charsSage Weil2017-04-261-3/+3
* | | | librados: Overload aio_operate with blkin trace info parameterVictor Araujo2017-05-051-4/+6
* | | | blkin: add config variable osdc_blkin_trace_allCasey Bodley2017-05-051-0/+2
* | | | blkin: add traces to librados and ObjecterCasey Bodley2017-05-052-6/+17
* | | | Merge pull request #14444 from liewegas/wip-past-intervalsSage Weil2017-05-021-1/+1
|\ \ \ \
| * | | | osd/: refactor past_intervals logic into PastIntervalsSamuel Just2017-04-281-1/+1
| | |_|/ | |/| |
* / | | osdc/Objecter: fix pool dne corner caseSage Weil2017-05-012-3/+7
|/ / /
* | | Merge pull request #14302 from liewegas/wip-19452Sage Weil2017-04-281-3/+9
|\ \ \
| * | | osdc/Objecter: do not set up a session if there is no valid command targetSage Weil2017-04-031-3/+5
| * | | osdc/Objecter: set target.osd to -1 if command osd is downSage Weil2017-04-031-0/+4
* | | | Merge pull request #14819 from tchaikov/wip-objecter-more-constnessSage Weil2017-04-272-4/+6
|\ \ \ \
| * | | | osdc/Objecter: more constnessKefu Chai2017-04-272-4/+6
| | |/ / | |/| |
* | | | Merge pull request #14715 from wangzhengyong/cmpextYuri Weinstein2017-04-261-1/+63
|\ \ \ \
| * | | | librados: add cmpext APIwangzhengyong2017-04-261-1/+63
| | |_|/ | |/| |
* | | | osd/OSDMap: use auto where possibleSage Weil2017-04-251-7/+6
| |/ / |/| |
* | | Merge pull request #14636 from jcsp/wip-19691John Spray2017-04-241-35/+0
|\ \ \
| * | | osdc: remove journaler_allow_split_entries optionJohn Spray2017-04-191-35/+0
* | | | osdc: warning: comparison between signed and unsigned integer expressionsJos Collin2017-04-241-1/+1
| |/ / |/| |
* | | Merge pull request #14447 from ukernel/wip-19450John Spray2017-04-202-19/+32
|\ \ \
| * | | osdc/Journaler: make header write_pos align to boundary of flushed entryYan, Zheng2017-04-182-19/+32
| |/ /
* / / librados: expose new checksum osd operationJason Dillaman2017-04-181-0/+16
|/ /
* | Merge pull request #13587 from yanghonggang/masterJohn Spray2017-04-152-4/+35
|\ \
| * | cephfs: fix write_buf's _len overflow problemYang Honggang2017-04-132-4/+35
* | | mgr,mon,osdc: more constnessKefu Chai2017-04-101-5/+3
* | | osdc/Objecter: remove duplicated with_osdmap() template functionKefu Chai2017-04-101-18/+2
* | | Merge pull request #14190 from idryomov/wip-respect-epoch-barrierSage Weil2017-04-041-2/+7
|\ \ \
| * | | osdc/Objecter: respect epoch barrier in _op_submit()Ilya Dryomov2017-03-281-2/+7
| | |/ | |/|
* / | librados: set the flag CEPH_OSD_FLAG_FULL_TRY of Op in the right place.Pan Liu2017-03-281-3/+4
|/ /