summaryrefslogtreecommitdiffstats
path: root/src/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29443 from simon-rock/metatool_devYan, Zheng2020-03-261-0/+2
|\
| * tool: add cephfs-meta-injection to show and amend info of inodesimon gao2020-03-241-0/+2
* | rgw: remove unused librgw_admin_userCasey Bodley2020-03-252-65/+1
|/
* Merge pull request #32171 from rosinL/wip-ec-isla-aarch64Kefu Chai2020-03-231-0/+3
|\
| * erasure-code: enable isa-l EC for aarch64 platformHang Li2020-03-101-0/+3
* | Merge pull request #33796 from adamemerson/wip-using-namespace-commonKefu Chai2020-03-214-32/+30
|\ \
| * | include: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-074-32/+30
| |/
* | librbd: prevent 'non-primary' feature from being set via APIJason Dillaman2020-03-111-0/+1
* | librbd: new RBD_FEATURE_NON_PRIMARY to prevent R/W IOJason Dillaman2020-03-111-8/+14
* | Revert "Merge pull request #33673 from cbodley/wip-denc-enum"Sage Weil2020-03-101-41/+12
|/
* Merge pull request #30224 from chardan/jfw-wip-random-deduction-guideKefu Chai2020-03-051-2/+5
|\
| * common: random: added a deduction guide to make using the function objectJesse Williamson2019-09-141-2/+5
* | Merge pull request #33673 from cbodley/wip-denc-enumKefu Chai2020-03-041-12/+41
|\ \
| * | denc: add denc_traits for enum classCasey Bodley2020-03-021-0/+38
| * | denc: remove conditional underlying_type_t from ceph_le* traitsCasey Bodley2020-03-021-12/+3
* | | Merge PR #33506 into masterPatrick Donnelly2020-03-031-2/+2
|\ \ \ | |/ / |/| |
| * | client: add client_fs mount option supportXiubo Li2020-02-281-2/+2
* | | Merge pull request #33638 from tchaikov/wip-btreeKefu Chai2020-03-021-14/+33
|\ \ \
| * | | include/cpp-btree: use the same type when allocate/deallocateKefu Chai2020-03-021-14/+33
* | | | Merge pull request #33536 from yuvalif/sync_object_write_with_return_value_opKefu Chai2020-03-021-0/+2
|\ \ \ \
| * | | | librados: allow passing flags to operate sync APIsYuval Lifshitz2020-02-251-0/+2
| | |/ / | |/| |
* | | | Merge pull request #33373 from rzarzynski/wip-bl-bumpup_api_verionKefu Chai2020-03-023-5/+5
|\ \ \ \
| * | | | common, include: bump the version of ceph::buffer's C++ API.Radoslaw Zarzynski2020-02-173-5/+5
* | | | | crimson: complete context delete in alien worldChunmei Liu2020-02-281-3/+1
* | | | | crimson:add alien blue storeChunmei Liu2020-02-282-2/+4
* | | | | crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-283-5/+46
| |_|/ / |/| | |
* | | | Merge pull request #32937 from rzarzynski/wip-bl-carry-_carriageKefu Chai2020-02-271-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | include, common: make bufferlist's move constructor inlineable.Radoslaw Zarzynski2020-02-141-1/+8
* | | | librbd: collapse API mirror primary/non-primary namespaces to single typeJason Dillaman2020-02-192-33/+25
| |/ / |/| |
* | | librbd: expose mirror uuid via the APIJason Dillaman2020-02-132-0/+5
* | | librbd: switch from fsid to mirror within mirror peerJason Dillaman2020-02-112-5/+5
|/ /
* | Merge PR #33117 into masterSage Weil2020-02-091-11/+21
|\ \
| * | include/utime: allow legacy rendering of timestampSage Weil2020-02-071-11/+21
* | | Merge pull request #32934 from rzarzynski/wip-bl-32bytesKefu Chai2020-02-092-41/+21
|\ \ \
| * | | include, common: bufferlist is now 32 bytes long on x86.Radoslaw Zarzynski2020-02-041-29/+4
| * | | include, common: introduce unsigned-typed _num to bufferlist.Radoslaw Zarzynski2020-02-041-8/+26
| * | | include, common: drop _memcopy_count from bufferlist.Radoslaw Zarzynski2020-02-041-10/+3
| * | | include, common, *: unify getting number of buffers in bufferlist.Radoslaw Zarzynski2020-02-041-1/+6
| * | | include, common: drop CLAIM_ALLOW_NONSHAREABLE & co from bufferlist.Radoslaw Zarzynski2020-02-041-6/+2
| * | | common: drop is_shareable() from buffer_raw.Radoslaw Zarzynski2020-02-041-6/+0
| * | | include, common: drop buffer::create_unshareable() and buffer::raw_unshareable.Radoslaw Zarzynski2020-02-041-1/+0
* | | | Merge PR #32816 into masterPatrick Donnelly2020-02-091-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | mds: process re-sent async dir operations at clientreplay stageYan, Zheng2020-02-041-0/+1
* | | | Merge pull request #33003 from tchaikov/wip-buffer-list-advanceKefu Chai2020-02-053-11/+11
|\ \ \ \
| * | | | src/: s/advance/operator+=/Kefu Chai2020-02-023-17/+10
| * | | | include/buffer: add operator+=() for iteratorsKefu Chai2020-02-011-1/+8
* | | | | Merge pull request #33034 from rzarzynski/wip-include-ceph_atomic_in_mempoolKefu Chai2020-02-051-6/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | include: switch mempool.h to ceph::atomic.Radoslaw Zarzynski2020-02-021-6/+6
| |/ / /
* | | | Merge PR #32831 into masterSage Weil2020-02-041-25/+9
|\ \ \ \ | |/ / / |/| | |
| * | | common, include: drop the copy{_in} from bufferlist entirely.Radoslaw Zarzynski2020-01-261-8/+0