summaryrefslogtreecommitdiff
path: root/src.mk
AgeCommit message (Expand)Author
2020-08-27Add buffer prefetch support for non directIO usecase (#7312)Jay Zhuang
2020-08-27Add a blob file builder class that can be used in background jobs (#7306)Levi Tamasi
2020-08-14Introduce a global StatsDumpScheduler for stats dumping (#7223)Jay Zhuang
2020-08-06Replace tracked_keys with a new LockTracker interface in TransactionDB (#7013)Cheng Chang
2020-08-05Define WAL related classes to be used in VersionEdit and VersionSet (#7164)Cheng Chang
2020-07-24SST Partitioner interface that allows to split SST files (#6957)Tomas Kolda
2020-07-13Add FileSystem wrapper classes for IO tracing. (#7002)Akanksha Mahajan
2020-07-09More Makefile Cleanup (#7097)mrambacher
2020-06-30Use Libraries in the RocksDB Makefile Build (#6660)mrambacher
2020-06-24Add a new option for BackupEngine to store table files under shared_checksum ...Zitan Chen
2020-06-18Add IOTracer reader, writer classes for reading/writing IO operations in a bi...Akanksha Mahajan
2020-06-09Move blob_log_{format,reader,writer}.{cc,h} to db/blob/ (#6960)Levi Tamasi
2020-06-03Revert "Update googletest from 1.8.1 to 1.10.0 (#6808)" (#6923)sdong
2020-06-01Update googletest from 1.8.1 to 1.10.0 (#6808)Adam Retter
2020-05-20Use in-repo gtest in buck build (#6858)Peter Dillinger
2020-05-14Enable IO Uring in MultiGet in direct IO mode (#6815)Cheng Chang
2020-04-28Add Functions to OptionTypeInfo (#6422)mrambacher
2020-04-24Reduce memory copies when fetching and uncompressing blocks from SST files (#...Cheng Chang
2020-04-21Add a ConfigOptions for use in comparing objects and converting to/from strin...mrambacher
2020-04-10Compaction with timestamp: input boundaries (#6645)Yanqin Jin
2020-04-09Provide an allocator for new memory type to be used with RocksDB block cache ...Luca Giacchino
2020-04-08Add unit test for TransactionLockMgr (#6599)Cheng Chang
2020-04-07Add a simple timer support to schedule work at fixed times/intervals (#6543)Sagar Vemuri
2020-04-01Add pipelined & parallel compression optimization (#6262)Ziyue Yang
2020-03-26Add blob files to VersionStorageInfo/VersionBuilder (#6597)Levi Tamasi
2020-03-20Attempt to recover from db with missing table files (#6334)Yanqin Jin
2020-03-20Support direct IO in RandomAccessFileReader::MultiRead (#6446)Cheng Chang
2020-03-16De-template block based table iterator (#6531)sdong
2020-03-13Fix build bug caused by PR 6516 (#6535)Zhichao Cao
2020-03-13Separate timestamp related test from db_basic_test (#6516)Zhichao Cao
2020-03-12Divide block_based_table_reader.cc (#6527)sdong
2020-03-12Move BlobDB related files under db/ to db/blob/ (#6519)Levi Tamasi
2020-03-11Cache result of GetLogicalBufferSize in Linux (#6457)Cheng Chang
2020-03-10Split BlobFileState into an immutable and a mutable part (#6502)Levi Tamasi
2020-03-04Introduce FaultInjectionTestFS to test fault File system instead of Env (#6414)Zhichao Cao
2020-02-24Add blob file state to VersionEdit (#6416)Levi Tamasi
2020-02-10Add utility class Defer (#6382)Cheng Chang
2020-02-10Checksum for each SST file and stores in MANIFEST (#6216)Zhichao Cao
2020-02-07Support move semantics for PinnableSlice (#6374)Cheng Chang
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-12-13Add useful idioms to Random API (OneInOpt, PercentTrue) (#6154)Peter Dillinger
2019-12-08Break db_stress_tool.cc to a list of source files (#6134)sdong
2019-10-24FilterPolicy consolidation, part 2/2 (#5966)Peter Dillinger
2019-10-24FilterPolicy consolidation, part 1/2 (#5963)Peter Dillinger
2019-10-21Include db_stress_tool in rocksdb tools lib (#5950)Yanqin Jin
2019-10-18Store the filter bits reader alongside the filter block contents (#5936)Levi Tamasi
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-09-13Refactor ArenaWrappedDBIter into separate files (#5801)anand76
2019-09-09Added support for SstFileReader JNI interface (#5556)Richard He
2019-09-05Copy/split PlainTableBloomV1 from DynamicBloom (refactor) (#5767)Peter Dillinger