..
compaction
Add more callers for table reader. ( #5454 )
2019-06-20 14:31:48 -07:00
db_impl
add more tracing for stats history ( #5566 )
2019-07-15 11:49:17 -07:00
builder.cc
Add more callers for table reader. ( #5454 )
2019-06-20 14:31:48 -07:00
builder.h
Move some logging related files to logging/ ( #5387 )
2019-05-31 17:23:59 -07:00
c.cc
Fix memorty leak in rocksdb_wal_iter_get_batch
function ( #5515 )
2019-07-15 12:59:39 -07:00
c_test.c
Add C binding for secondary instance ( #5505 )
2019-06-27 08:58:54 -07:00
column_family.cc
Integrate block cache tracer into db_impl ( #5433 )
2019-06-13 15:43:10 -07:00
column_family.h
Integrate block cache tracer into db_impl ( #5433 )
2019-06-13 15:43:10 -07:00
column_family_test.cc
Make format
2019-05-31 15:24:43 -07:00
compact_files_test.cc
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
compacted_db_impl.cc
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
compacted_db_impl.h
Make format
2019-05-31 15:24:43 -07:00
comparator_db_test.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
convenience.cc
Add more callers for table reader. ( #5454 )
2019-06-20 14:31:48 -07:00
corruption_test.cc
simplify include directive involving inttypes ( #5402 )
2019-06-06 13:56:07 -07:00
cuckoo_table_db_test.cc
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
db_basic_test.cc
Support GetAllKeyVersions() for non-default cf ( #5544 )
2019-07-07 22:43:52 -07:00
db_blob_index_test.cc
db_block_cache_test.cc
Move the filter readers out of the block cache ( #5504 )
2019-07-16 13:14:58 -07:00
db_bloom_filter_test.cc
db_compaction_filter_test.cc
db_compaction_test.cc
Combine the read-ahead logic for user reads and compaction reads ( #5431 )
2019-06-19 14:10:46 -07:00
db_dynamic_level_test.cc
db_encryption_test.cc
db_filesnapshot.cc
Add missing check before calling PurgeObsoleteFiles in EnableFileDeletions ( #5448 )
2019-06-13 14:43:13 -07:00
db_flush_test.cc
Ref and unref cfd before and after calling WaitForFlushMemTables ( #5513 )
2019-07-01 14:12:02 -07:00
db_info_dumper.cc
simplify include directive involving inttypes ( #5402 )
2019-06-06 13:56:07 -07:00
db_info_dumper.h
db_inplace_update_test.cc
db_io_failure_test.cc
db_iter.cc
Reduce iterator key comparison for upper/lower bound check (2nd attempt) ( #5468 )
2019-07-02 11:48:46 -07:00
db_iter.h
Make format
2019-05-31 15:24:43 -07:00
db_iter_stress_test.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
db_iter_test.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
db_iterator_test.cc
Fix lower bound check error when iterate across file boundary ( #5540 )
2019-07-04 17:28:30 -07:00
db_log_iter_test.cc
db_memtable_test.cc
db_merge_operator_test.cc
db_options_test.cc
fix rocksdb lite and clang contrun test failures ( #5477 )
2019-06-17 21:16:29 -07:00
db_properties_test.cc
db_range_del_test.cc
Fix merging range tombstone covering put during flush/compaction ( #5406 )
2019-06-04 10:24:14 -07:00
db_sst_test.cc
Fix bugs in WAL trash file handling ( #5520 )
2019-07-06 21:07:32 -07:00
db_statistics_test.cc
db_table_properties_test.cc
db_tailing_iter_test.cc
db_test.cc
sanitize and limit block_size under 4GB ( #5492 )
2019-06-20 11:45:08 -07:00
db_test2.cc
db_test_util.cc
db_test_util.h
simplify include directive involving inttypes ( #5402 )
2019-06-06 13:56:07 -07:00
db_universal_compaction_test.cc
db_wal_test.cc
Fix bugs in DBWALTest.kTolerateCorruptedTailRecords triggered by #5520 ( #5550 )
2019-07-09 11:18:32 -07:00
db_write_test.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
dbformat.cc
simplify include directive involving inttypes ( #5402 )
2019-06-06 13:56:07 -07:00
dbformat.h
Add support for timestamp in Get/Put ( #5079 )
2019-06-05 23:10:47 -07:00
dbformat_test.cc
Move some logging related files to logging/ ( #5387 )
2019-05-31 17:23:59 -07:00
deletefile_test.cc
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
error_handler.cc
Make format
2019-05-31 15:24:43 -07:00
error_handler.h
error_handler_test.cc
event_helpers.cc
event_helpers.h
Move some logging related files to logging/ ( #5387 )
2019-05-31 17:23:59 -07:00
experimental.cc
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
external_sst_file_basic_test.cc
Fix ingested file and direcotry not being sync ( #5435 )
2019-06-21 10:15:38 -07:00
external_sst_file_ingestion_job.cc
Fix ingested file and direcotry not being sync ( #5435 )
2019-06-21 10:15:38 -07:00
external_sst_file_ingestion_job.h
Fix ingested file and direcotry not being sync ( #5435 )
2019-06-21 10:15:38 -07:00
external_sst_file_test.cc
fault_injection_test.cc
Move some logging related files to logging/ ( #5387 )
2019-05-31 17:23:59 -07:00
file_indexer.cc
file_indexer.h
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
file_indexer_test.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
filename_test.cc
Move some logging related files to logging/ ( #5387 )
2019-05-31 17:23:59 -07:00
flush_job.cc
simplify include directive involving inttypes ( #5402 )
2019-06-06 13:56:07 -07:00
flush_job.h
Move some logging related files to logging/ ( #5387 )
2019-05-31 17:23:59 -07:00
flush_job_test.cc
Integrate block cache tracer into db_impl ( #5433 )
2019-06-13 15:43:10 -07:00
flush_scheduler.cc
Remove global locks from FlushScheduler ( #5372 )
2019-06-10 16:50:26 -07:00
flush_scheduler.h
forward_iterator.cc
Add more callers for table reader. ( #5454 )
2019-06-20 14:31:48 -07:00
forward_iterator.h
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
forward_iterator_bench.cc
simplify include directive involving inttypes ( #5402 )
2019-06-06 13:56:07 -07:00
internal_stats.cc
simplify include directive involving inttypes ( #5402 )
2019-06-06 13:56:07 -07:00
internal_stats.h
Fix MyRocks compile warnings-treated-as-errors on Fedora 30, gcc 9.1.1 ( #5553 )
2019-07-12 17:30:51 -07:00
job_context.h
listener_test.cc
Move some logging related files to logging/ ( #5387 )
2019-05-31 17:23:59 -07:00
log_format.h
log_reader.cc
log_reader.h
log_test.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
log_writer.cc
log_writer.h
logs_with_prep_tracker.cc
logs_with_prep_tracker.h
lookup_key.h
malloc_stats.cc
Support jemalloc compiled with --with-jemalloc-prefix
( #5521 )
2019-07-02 12:07:01 -07:00
malloc_stats.h
manual_compaction_test.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
memtable.cc
Add support for timestamp in Get/Put ( #5079 )
2019-06-05 23:10:47 -07:00
memtable.h
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
memtable_list.cc
simplify include directive involving inttypes ( #5402 )
2019-06-06 13:56:07 -07:00
memtable_list.h
Move some logging related files to logging/ ( #5387 )
2019-05-31 17:23:59 -07:00
memtable_list_test.cc
Integrate block cache tracer into db_impl ( #5433 )
2019-06-13 15:43:10 -07:00
merge_context.h
merge_helper.cc
Fix merging range tombstone covering put during flush/compaction ( #5406 )
2019-06-04 10:24:14 -07:00
merge_helper.h
merge_helper_test.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
merge_operator.cc
merge_test.cc
Make format
2019-05-31 15:24:43 -07:00
obsolete_files_test.cc
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
options_file_test.cc
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
perf_context_test.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
pinned_iterators_manager.h
plain_table_db_test.cc
Move some logging related files to logging/ ( #5387 )
2019-05-31 17:23:59 -07:00
pre_release_callback.h
WritePrepared: reduce prepared_mutex_ overhead ( #5420 )
2019-06-10 11:53:31 -07:00
prefix_test.cc
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
range_del_aggregator.cc
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
range_del_aggregator.h
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
range_del_aggregator_bench.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
range_del_aggregator_test.cc
range_tombstone_fragmenter.cc
simplify include directive involving inttypes ( #5402 )
2019-06-06 13:56:07 -07:00
range_tombstone_fragmenter.h
range_tombstone_fragmenter_test.cc
read_callback.h
repair.cc
Add more callers for table reader. ( #5454 )
2019-06-20 14:31:48 -07:00
repair_test.cc
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
snapshot_checker.h
snapshot_impl.cc
snapshot_impl.h
table_cache.cc
Remove RandomAccessFileReader.for_compaction_ ( #5572 )
2019-07-16 16:32:18 -07:00
table_cache.h
Remove RandomAccessFileReader.for_compaction_ ( #5572 )
2019-07-16 16:32:18 -07:00
table_properties_collector.cc
table_properties_collector.h
table_properties_collector_test.cc
Organizing rocksdb/db directory
2019-05-31 11:57:01 -07:00
transaction_log_impl.cc
Replace Corruption with TryAgain status when new tail is not visible to TransactionLogIterator ( #5474 )
2019-06-19 08:10:08 -07:00
transaction_log_impl.h
version_builder.cc
simplify include directive involving inttypes ( #5402 )
2019-06-06 13:56:07 -07:00
version_builder.h
version_builder_test.cc
Move some logging related files to logging/ ( #5387 )
2019-05-31 17:23:59 -07:00
version_edit.cc
Move some logging related files to logging/ ( #5387 )
2019-05-31 17:23:59 -07:00
version_edit.h
Fix MyRocks compile warnings-treated-as-errors on Fedora 30, gcc 9.1.1 ( #5553 )
2019-07-12 17:30:51 -07:00
version_edit_test.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
version_set.cc
Remove RandomAccessFileReader.for_compaction_ ( #5572 )
2019-07-16 16:32:18 -07:00
version_set.h
Add more callers for table reader. ( #5454 )
2019-06-20 14:31:48 -07:00
version_set_test.cc
Integrate block cache tracer into db_impl ( #5433 )
2019-06-13 15:43:10 -07:00
wal_manager.cc
Fix bugs in WAL trash file handling ( #5520 )
2019-07-06 21:07:32 -07:00
wal_manager.h
Fix bugs in WAL trash file handling ( #5520 )
2019-07-06 21:07:32 -07:00
wal_manager_test.cc
Replace Corruption with TryAgain status when new tail is not visible to TransactionLogIterator ( #5474 )
2019-06-19 08:10:08 -07:00
write_batch.cc
Make format
2019-05-31 15:24:43 -07:00
write_batch_base.cc
write_batch_internal.h
write_batch_test.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
write_callback.h
write_callback_test.cc
WritePrepared: reduce prepared_mutex_ overhead ( #5420 )
2019-06-10 11:53:31 -07:00
write_controller.cc
write_controller.h
write_controller_test.cc
write_thread.cc
Move some memory related files from util/ to memory/ ( #5382 )
2019-05-30 17:44:09 -07:00
write_thread.h