summaryrefslogtreecommitdiffstats
path: root/src/os/filestore/FileJournal.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ObjectStore: FileStore has been deprecatedNitzanMordhai2023-02-121-2234/+0
* common,os,kv: Define aligned_freeLucian Petrut2020-09-211-3/+3
* common/bl, *: deprecate list::claim() in favor of operator=(list&&).Radoslaw Zarzynski2020-06-291-1/+1
* mon: Build ceph-mon without using namespace declarations in headersAdam C. Emerson2020-03-221-9/+24
* os/filestore: switch users of CLAIM_ALLOW_NONSHAREABLE.Radoslaw Zarzynski2020-02-041-1/+1
* os: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-54/+57
* os/filestore/FileJournal: note EIO eventsSage Weil2019-04-071-0/+4
* os/bluestore,filestore: use get_raw_devicesSage Weil2019-01-041-6/+3
* common: modernize and refactor occurrences of bufferlist::buffers_t.Radoslaw Zarzynski2018-12-011-5/+3
* common: abstract the container type of bufferlist::_buffers.Radoslaw Zarzynski2018-12-011-1/+1
* os/filestore: collect partition/device metadata from journalSage Weil2018-11-051-1/+18
* os/filestore: include journal in get_devices resultSage Weil2018-11-011-0/+13
* blkdev: overhaul API for better portabilityAlan Somers2018-10-191-5/+9
* *: set missing CLOEXEC on opened fdsPatrick Donnelly2018-09-201-1/+1
* common/buffer.cc: add create_small_page_aligned to avoid mem waste when apply...Jiang Yutang2018-09-071-2/+2
* cleanup: Replace always-false assertions with abortAdam C. Emerson2018-08-271-4/+4
* os: Use ceph_assert for assertsAdam C. Emerson2018-08-271-40/+40
* OSD: translate the error resultWillem Jan Withagen2018-08-071-1/+1
* core: use const_iterator for decodeKefu Chai2018-05-171-2/+2
* Merge pull request #20398 from wjwithagen/wip-posix_fallocateKefu Chai2018-04-151-20/+1
|\
| * common: posix_fallocate on ZFS returns EINVALWillem Jan Withagen2018-04-131-20/+1
* | Merge pull request #21018 from ashitakasam/wip-bug-23440Kefu Chai2018-04-131-2/+0
|\ \ | |/ |/|
| * osd: remove duplicated "commit_queued_for_journal_write" in OpTrackerashitakasam2018-04-041-2/+0
* | misc: fix various log messagesGu Zhongyan2018-04-091-2/+2
* | os/filestore/FileJournal: avoid push_frontSage Weil2018-04-031-2/+8
|/
* rados: Switch MIN/MAX for std::min/max and use intarith templatesAdam C. Emerson2018-01-121-3/+3
* Merge branch 'wip-names!-in!-space!' of git://github.com/adamemerson/cephSage Weil2018-01-111-3/+3
|\
| * os: Use unqualified encode/decodeAdam C. Emerson2018-01-101-3/+3
* | os: FileStore, Using stl min | max, MIN | MAX macros insteadShinobu Kinjo2018-01-081-2/+2
|/
* os/filestore: print out the error if do_read_entry() failsKefu Chai2017-10-171-1/+2
* osd,common: avoid casting useless castsKefu Chai2017-10-091-1/+1
* os,common: check __APPLE__ for osx not DARWINKefu Chai2017-09-161-1/+1
* os/filestore: use __func__ instead of hardcode function namePan Liu2017-09-061-5/+5
* Merge pull request #16120 from yanghonggang/masterSage Weil2017-07-071-8/+18
|\
| * os/filestore/FileJournal: FileJournal::open() close journal file before retur...Yang Honggang2017-07-051-8/+18
* | os/filestore: call committed_thru when no journal entries are replayedKuan-Kai Chiu2017-06-201-11/+2
|/
* filestore: Initialize Zipkin traces when there is a store traceVictor Araujo2017-05-051-3/+5
* blkin: add traces to FileStore/JournalCasey Bodley2017-05-051-2/+15
* os/filestore/FileJournal.cc: fix unused warningWillem Jan Withagen2017-05-011-0/+2
* os/filestore: use new sleep strategy when io_submit gets EAGAIN.Pan Liu2017-04-281-2/+6
* os/filestore/FileJournal: Only write w/ directio fail, it check bufferlist wh...Jianpeng Ma2017-03-161-3/+4
* os/filestore/FileJournal: change func align_bl to check_align.Jianpeng Ma2017-03-161-3/+3
* os/filestore: Only directio mode, it do bufferlist::rebuild_align.Jianpeng Ma2017-03-161-1/+2
* 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
* | filestore: Account for dirty journal data in statfsDavid Zafman2017-02-271-0/+12
|/
* os/filestore: Destroy g_ceph_context and g_confAdam C. Emerson2016-12-221-26/+28
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* common: Unskew clockAdam C. Emerson2016-12-221-4/+4
* assert(0) -> ceph_abort()Sage Weil2016-11-221-3/+3