| Commit message (Expand) | Author | Age | Files | Lines |
* | ObjectStore: FileStore has been deprecated | NitzanMordhai | 2023-02-12 | 1 | -2234/+0 |
* | common,os,kv: Define aligned_free | Lucian Petrut | 2020-09-21 | 1 | -3/+3 |
* | common/bl, *: deprecate list::claim() in favor of operator=(list&&). | Radoslaw Zarzynski | 2020-06-29 | 1 | -1/+1 |
* | mon: Build ceph-mon without using namespace declarations in headers | Adam C. Emerson | 2020-03-22 | 1 | -9/+24 |
* | os/filestore: switch users of CLAIM_ALLOW_NONSHAREABLE. | Radoslaw Zarzynski | 2020-02-04 | 1 | -1/+1 |
* | os: s/Mutex/ceph::mutex/ | Kefu Chai | 2019-08-03 | 1 | -54/+57 |
* | os/filestore/FileJournal: note EIO events | Sage Weil | 2019-04-07 | 1 | -0/+4 |
* | os/bluestore,filestore: use get_raw_devices | Sage Weil | 2019-01-04 | 1 | -6/+3 |
* | common: modernize and refactor occurrences of bufferlist::buffers_t. | Radoslaw Zarzynski | 2018-12-01 | 1 | -5/+3 |
* | common: abstract the container type of bufferlist::_buffers. | Radoslaw Zarzynski | 2018-12-01 | 1 | -1/+1 |
* | os/filestore: collect partition/device metadata from journal | Sage Weil | 2018-11-05 | 1 | -1/+18 |
* | os/filestore: include journal in get_devices result | Sage Weil | 2018-11-01 | 1 | -0/+13 |
* | blkdev: overhaul API for better portability | Alan Somers | 2018-10-19 | 1 | -5/+9 |
* | *: set missing CLOEXEC on opened fds | Patrick Donnelly | 2018-09-20 | 1 | -1/+1 |
* | common/buffer.cc: add create_small_page_aligned to avoid mem waste when apply... | Jiang Yutang | 2018-09-07 | 1 | -2/+2 |
* | cleanup: Replace always-false assertions with abort | Adam C. Emerson | 2018-08-27 | 1 | -4/+4 |
* | os: Use ceph_assert for asserts | Adam C. Emerson | 2018-08-27 | 1 | -40/+40 |
* | OSD: translate the error result | Willem Jan Withagen | 2018-08-07 | 1 | -1/+1 |
* | core: use const_iterator for decode | Kefu Chai | 2018-05-17 | 1 | -2/+2 |
* | Merge pull request #20398 from wjwithagen/wip-posix_fallocate | Kefu Chai | 2018-04-15 | 1 | -20/+1 |
|\ |
|
| * | common: posix_fallocate on ZFS returns EINVAL | Willem Jan Withagen | 2018-04-13 | 1 | -20/+1 |
* | | Merge pull request #21018 from ashitakasam/wip-bug-23440 | Kefu Chai | 2018-04-13 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | osd: remove duplicated "commit_queued_for_journal_write" in OpTracker | ashitakasam | 2018-04-04 | 1 | -2/+0 |
* | | misc: fix various log messages | Gu Zhongyan | 2018-04-09 | 1 | -2/+2 |
* | | os/filestore/FileJournal: avoid push_front | Sage Weil | 2018-04-03 | 1 | -2/+8 |
|/ |
|
* | rados: Switch MIN/MAX for std::min/max and use intarith templates | Adam C. Emerson | 2018-01-12 | 1 | -3/+3 |
* | Merge branch 'wip-names!-in!-space!' of git://github.com/adamemerson/ceph | Sage Weil | 2018-01-11 | 1 | -3/+3 |
|\ |
|
| * | os: Use unqualified encode/decode | Adam C. Emerson | 2018-01-10 | 1 | -3/+3 |
* | | os: FileStore, Using stl min | max, MIN | MAX macros instead | Shinobu Kinjo | 2018-01-08 | 1 | -2/+2 |
|/ |
|
* | os/filestore: print out the error if do_read_entry() fails | Kefu Chai | 2017-10-17 | 1 | -1/+2 |
* | osd,common: avoid casting useless casts | Kefu Chai | 2017-10-09 | 1 | -1/+1 |
* | os,common: check __APPLE__ for osx not DARWIN | Kefu Chai | 2017-09-16 | 1 | -1/+1 |
* | os/filestore: use __func__ instead of hardcode function name | Pan Liu | 2017-09-06 | 1 | -5/+5 |
* | Merge pull request #16120 from yanghonggang/master | Sage Weil | 2017-07-07 | 1 | -8/+18 |
|\ |
|
| * | os/filestore/FileJournal: FileJournal::open() close journal file before retur... | Yang Honggang | 2017-07-05 | 1 | -8/+18 |
* | | os/filestore: call committed_thru when no journal entries are replayed | Kuan-Kai Chiu | 2017-06-20 | 1 | -11/+2 |
|/ |
|
* | filestore: Initialize Zipkin traces when there is a store trace | Victor Araujo | 2017-05-05 | 1 | -3/+5 |
* | blkin: add traces to FileStore/Journal | Casey Bodley | 2017-05-05 | 1 | -2/+15 |
* | os/filestore/FileJournal.cc: fix unused warning | Willem Jan Withagen | 2017-05-01 | 1 | -0/+2 |
* | os/filestore: use new sleep strategy when io_submit gets EAGAIN. | Pan Liu | 2017-04-28 | 1 | -2/+6 |
* | os/filestore/FileJournal: Only write w/ directio fail, it check bufferlist wh... | Jianpeng Ma | 2017-03-16 | 1 | -3/+4 |
* | os/filestore/FileJournal: change func align_bl to check_align. | Jianpeng Ma | 2017-03-16 | 1 | -3/+3 |
* | os/filestore: Only directio mode, it do bufferlist::rebuild_align. | Jianpeng Ma | 2017-03-16 | 1 | -1/+2 |
* | Merge pull request #13742 from liupan1111/wip-cleanup-journal | Kefu Chai | 2017-03-07 | 1 | -3/+2 |
|\ |
|
| * | os/filestore: use existing variable to assign newsize. | Pan Liu | 2017-03-06 | 1 | -3/+2 |
* | | filestore: Account for dirty journal data in statfs | David Zafman | 2017-02-27 | 1 | -0/+12 |
|/ |
|
* | os/filestore: Destroy g_ceph_context and g_conf | Adam C. Emerson | 2016-12-22 | 1 | -26/+28 |
* | dout: Use dout_context | Adam C. Emerson | 2016-12-22 | 1 | -0/+1 |
* | common: Unskew clock | Adam C. Emerson | 2016-12-22 | 1 | -4/+4 |
* | assert(0) -> ceph_abort() | Sage Weil | 2016-11-22 | 1 | -3/+3 |