summaryrefslogtreecommitdiffstats
path: root/src/os (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12578 from kylinstorage/wip-filestore-refSage Weil2017-03-132-92/+108
|\
| * filestore: avoid copy ghobject_t in _check_replay_guardYunchuan Wen2016-12-202-2/+3
| * filestore: remove unused routineYunchuan Wen2016-12-201-6/+0
| * filestore: avoid unnecessary copy with coll_tYunchuan Wen2016-12-201-56/+77
| * filestore: avoid unnecessary copy with ghobject_tYunchuan Wen2016-12-201-28/+28
* | Merge pull request #13896 from optimistyzy/39_1Haomai Wang2017-03-091-4/+7
|\ \
| * | Bluestore, NVMeDevice: fix the core id for rte_remote_launchoptimistyzy2017-03-091-4/+7
* | | Merge pull request #13556 from tangwenjun3/wip-fix-coredumpHaomai Wang2017-03-091-0/+7
|\ \ \
| * | | os/bluestore: fix coredump in register_ctrlr()tangwenjun2017-02-211-0/+7
* | | | Merge pull request #13217 from liewegas/wip-bluestore-prefer-wal-sizeSage Weil2017-03-082-34/+63
|\ \ \ \ | |_|/ / |/| | |
| * | | os/bluestore: drop unused OpSequencer::wait_for_wal_on_seq()Sage Weil2017-03-081-22/+0
| * | | os/bluestore: add bluestore_prefer_wal_size[_hdd,_ssd] optionsSage Weil2017-03-082-12/+63
* | | | Merge pull request #13742 from liupan1111/wip-cleanup-journalKefu Chai2017-03-071-3/+2
|\ \ \ \
| * | | | os/filestore: use existing variable to assign newsize.Pan Liu2017-03-061-3/+2
* | | | | Merge pull request #12177 from kylinstorage/wip-remove-unneeded-loopKefu Chai2017-03-071-2/+1
|\ \ \ \ \
| * | | | | os/filestore/FileStore.cc: remove unneeded loopLi Wang2017-03-031-2/+1
| |/ / / /
* | | | | Merge pull request #13799 from optimistyzy/36_1Haomai Wang2017-03-071-2/+1
|\ \ \ \ \
| * | | | | bluestore, NVMEDEVICE: Specify the max io completion in confoptimistyzy2017-03-061-2/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #13425 from dzafman/wip-15912David Zafman2017-03-067-6/+32
|\ \ \ \ \
| * | | | | bluestore: Fix BlueStore::statfs available amount to not include bluefs min r...David Zafman2017-02-271-2/+4
| * | | | | filestore: Account for dirty journal data in statfsDavid Zafman2017-02-274-0/+24
| * | | | | osd: Fix ENOSPC crash message textDavid Zafman2017-02-244-4/+4
* | | | | | Merge pull request #13715 from wangzhengyong/masterSage Weil2017-03-061-4/+2
|\ \ \ \ \ \
| * | | | | | os/bluestore: "noid" is not always necessary in clone opwangzhengyong2017-03-031-2/+2
| * | | | | | os/bluestore: remove unused local variable "pos"wangzhengyong2017-03-011-2/+0
* | | | | | | Merge pull request #13728 from ifed01/wip-bluestore-fix-smallwriteSage Weil2017-03-061-1/+5
|\ \ \ \ \ \ \
| * | | | | | | os/bluestore: fix a bug in small write handling on sharded extentsIgor Fedotov2017-03-011-1/+5
* | | | | | | | Merge pull request #13736 from rzarzynski/wip-bs-bitmap-exact-type-in-leafSage Weil2017-03-062-75/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | os/bluestore: switch to alloc_dbg_assert in BmapEntityListIter::next().Radoslaw Zarzynski2017-03-021-1/+4
| * | | | | | | | os/bluestore: inline for the sake of BitMapAreaLeaf::child_check_n_lock.Radoslaw Zarzynski2017-03-022-68/+54
| * | | | | | | | os/bluestore: leverage the type knowledge in BitMapAreaLeaf.Radoslaw Zarzynski2017-03-022-11/+10
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #13743 from rzarzynski/wip-bs-bitmap-zone-direct-vectorSage Weil2017-03-062-9/+7
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | os/bluestore: remove unneeded indirection in BitMapZone.Radoslaw Zarzynski2017-03-032-9/+7
| |/ / / / / /
* | | | | | | Merge pull request #12421 from cernceph/wip-dvanders-splitSage Weil2017-03-031-1/+10
|\ \ \ \ \ \ \
| * | | | | | | os/filestore/HashIndex: be loud about splitsDan van der Ster2016-12-121-1/+10
* | | | | | | | Merge pull request #13599 from kylinstorage/cleanup_bitmapallocatorSage Weil2017-03-021-1/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | BitMapAllocator: rm unused variableJie Wang2017-02-231-1/+0
* | | | | | | | Merge pull request #13651 from rzarzynski/wip-bs-bitmap-nocct-in-entrySage Weil2017-03-012-10/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | bluestore: remove CephContext* from BmapEntry.Radoslaw Zarzynski2017-02-252-10/+6
* | | | | | | | | Merge pull request #13662 from majianpeng/aio-memsetSage Weil2017-03-012-2/+0
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | os/aio: remove the redundant memset(struct iocb)Jianpeng Ma2017-02-272-2/+0
| |/ / / / / / /
* | | | | | | | os/filestore: debug which omap keys are setSage Weil2017-02-271-0/+5
* | | | | | | | Merge pull request #13553 from yonghengdexin735/wip-zzz-dbevKefu Chai2017-02-271-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | os/bluestore/BlueStore.cc:remove unuse code in _open_bdev()yonghengdexin7352017-02-211-1/+0
* | | | | | | | | Merge pull request #13653 from rzarzynski/wip-bs-bitmap-fast-exhausted-checkKefu Chai2017-02-271-6/+8
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | bluestore: the exhausted check in BitMapZone can be lock-less.Radoslaw Zarzynski2017-02-251-6/+8
* | | | | | | | | Merge pull request #13619 from kylinstorage/cleanup_bitallocatorBrad Hubbard2017-02-251-2/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | BitAllocator: delete useless codesJie Wang2017-02-241-2/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #13545 from liewegas/wip-18933Sage Weil2017-02-241-2/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | os/ObjectStore: make setattrs take const attrsetSage Weil2017-02-201-2/+2
| | |/ / / / / | |/| | | | |