Commit Graph

  • f206af56fc add use_direct_io() to ReadaheadRandomAccessFile Aaron Gao 2017-02-22 14:48:09 -0800
  • 0824934423 truncate patch Aaron Gao 2017-02-22 10:21:39 -0800
  • 286a36db7f posix writablefile truncate Aaron Gao 2017-02-22 10:00:25 -0800
  • f0879e4c39 Page size isn't always 4k on linux Daniel Black 2017-02-21 16:33:54 -0800
  • 18eeb7b90e Fix interference between max_total_wal_size and db_write_buffer_size checks Mike Kolupaev 2017-02-21 15:53:59 -0800
  • 1560b2f5f0 Temporarly return deprecated functions to fix MongoRocks build Islam AbdelRahman 2017-02-21 12:42:52 -0800
  • 2a0f3d0de1 level compaction expansion Aaron Gao 2017-02-21 10:11:04 -0800
  • ebc8a79980 alignment is on in ReadaheadRandomAccessFile::Read() Yulia Kartseva 2017-02-18 11:54:49 -0800
  • 381fd32247 Remove timeout_hint_us from WriteOptions Yi Wu 2017-02-17 15:15:23 -0800
  • fce7a6e196 Fail IngestExternalFile when bg_error_ exists Islam AbdelRahman 2017-02-17 13:36:46 -0800
  • a618a16f44 New subcode for IOError to detect the ESTALE errno Marcin Dlugajczyk 2017-02-17 10:47:35 -0800
  • 7ab0051835 Remove deprecated DB::AddFile and DB::CompactRange Islam AbdelRahman 2017-02-17 10:46:32 -0800
  • 4016673663 Adding Dlang to the list notna123 2017-02-16 17:11:13 -0800
  • 756c5924e6 Allow adding external v1 sst file with no global seqno support Shu Zhang 2017-02-16 17:02:51 -0800
  • aa0298fa9b Remove trailing whitespace from examples Makefile Volker Mische 2017-02-16 13:14:53 -0800
  • db2b4eb50e avoid direct io in rocksdb_lite Aaron Gao 2017-02-16 10:25:06 -0800
  • 43e9f01c20 Fix repair_test on ROCKSDB_LITE Andrew Kryczka 2017-02-15 11:16:34 -0800
  • 7106a994fe Use monotonic time points in write_controller.cc and rate_limiter.cc Xiaofei Du 2017-02-14 18:15:05 -0800
  • c2247dc1c7 Make DBImpl::has_unpersisted_data_ atomic Yi Wu 2017-02-13 18:44:21 -0800
  • eb912a927e Remove disableDataSync option Sagar Vemuri 2017-02-13 10:54:38 -0800
  • 0227c16d67 Update static library versions and add checksums Adam Retter 2017-02-12 22:53:42 -0800
  • b3aae4d07c Add repair_test to make check Andrew Kryczka 2017-02-10 18:04:05 -0800
  • 421ce7c2ba Add support for JNI Library on Linux on PowerPC. Adam Retter 2017-02-10 14:58:07 -0800
  • 9afa20cf2f Increase build version and HISTORY.md for releasing 5.2 Siying Dong 2017-02-10 11:57:23 -0800
  • a5adda0642 Fix repair issues Dmitri Smirnov 2017-02-10 10:51:08 -0800
  • b48e4778be Consolidate file cutting logic in compaction loop Andrew Kryczka 2017-02-08 16:07:29 -0800
  • ac2a77a746 Announce the experimetnal two-level index feature in HISTORY.md Maysam Yabandeh 2017-02-08 14:10:55 -0800
  • c4a37dcb44 Print the missed last layer in cfstats Maysam Yabandeh 2017-02-08 10:31:59 -0800
  • a12818afc0 Blog post for 5.1.2 release Maysam Yabandeh 2017-02-08 08:37:18 -0800
  • 3b4ac8076b Clarify ldb column family argument Andrew Kryczka 2017-02-07 11:36:01 -0800
  • d70ce7ee0b Move db_bench flags out of unnamed namespace Andrew Kryczka 2017-02-07 11:34:14 -0800
  • 186c7eedb0 Remove incorrect statistics warning Andrew Kryczka 2017-02-07 11:33:14 -0800
  • 53bb01516d [rocksdb][PR] compaction_style and compaction_pri should output their value as a st… James Sun 2017-02-07 10:35:15 -0800
  • 69d5262c81 Two-level Indexes Maysam Yabandeh 2017-02-06 16:29:29 -0800
  • 0a4cdde50a Windows thread Dmitri Smirnov 2017-02-06 14:43:55 -0800
  • 1aaa898cf1 Adding GetApproximateMemTableStats method Vitaliy Liptchinsky 2017-02-06 14:42:38 -0800
  • 9fc23c55f2 Use gcc-4.9-glibc-2.20-fb python in precommit_checker Rhys Parry 2017-02-03 13:22:18 -0800
  • b797e42157 Dump compression dictionary meta-block Andrew Kryczka 2017-02-03 12:37:02 -0800
  • 036d668b19 Fix wrong result in data race case related to Get() Siying Dong 2017-02-03 11:35:22 -0800
  • 574b543f80 Rename merger.h -> merging_iterator.h Islam AbdelRahman 2017-02-02 16:38:40 -0800
  • add8b50cc9 Move ThreadLocal implementation into .cc Dmitri Smirnov 2017-02-02 14:02:41 -0800
  • 71d2496afc Fix arc setting for Facebook internal tools Siying Dong 2017-02-02 13:18:53 -0800
  • f289d9f4ac Fix OSX build break after the fallocate change Siying Dong 2017-02-02 10:32:40 -0800
  • 4a3e7d320c Change the default of delayed slowdown value to 16MB/s Siying Dong 2017-02-01 20:25:01 -0800
  • 0513e21f9b RangeSync() should work with ROCKSDB_FALLOCATE_PRESENT not set Siying Dong 2017-02-01 10:19:47 -0800
  • 8b369ae5bd Cleaner default options using C++11 in-class init Islam AbdelRahman 2017-01-31 17:57:56 -0800
  • ec79a7b53c Dedup code in option.cc and db_options.cc Islam AbdelRahman 2017-01-31 17:30:20 -0800
  • b96372dead improving the C wrapper oranagra 2017-01-27 17:31:33 -0800
  • 04c4ec41d1 Change corruption_test to use 4 bits. Siying Dong 2017-01-27 11:15:02 -0800
  • 2d75cd40d3 NewLRUCache() to pick number of shard bits based on capacity if not given Siying Dong 2017-01-27 06:35:41 -0800
  • f25f1ec60b Add test DBTest2.GetRaceFlush which can expose a data race bug Siying Dong 2017-01-26 16:25:19 -0800
  • 37d4a79e99 Deserialize custom Statistics object in db_bench Andrew Kryczka 2017-01-26 15:18:07 -0800
  • 3b35134e4b Avoid cache lookups for range deletion meta-block Andrew Kryczka 2017-01-26 11:18:19 -0800
  • 94a0c32e73 Fix LRU Ref() for handles with external references only Andrew Kryczka 2017-01-26 10:41:30 -0800
  • 17c1180603 Generalize Env registration framework Andrew Kryczka 2017-01-25 15:54:09 -0800
  • 07dddd5f7e EnvPosixTestWithParam should wait for all threads to finish sdong 2017-01-25 15:51:18 -0800
  • 5dad9d6d28 Avoid logs_ operation out of DB mutex sdong 2017-01-25 15:48:19 -0800
  • a7b13919bf Fix CompactFiles() bug when used with CompactionFilter using SuperVersion Islam AbdelRahman 2017-01-25 14:03:49 -0800
  • 616a1464ea Fix DeleteRange including sentinels in output files Andrew Kryczka 2017-01-25 11:03:27 -0800
  • c918c4b76a Update USERS.md add user Pika Zongzhi Chen 2017-01-25 10:32:17 -0800
  • 03ca2ac8a9 Remove function from DBImpl that are not used anywhere Islam AbdelRahman 2017-01-24 17:31:51 -0800
  • b0029bc7fa Test merge op covered by range deletion in memtable Andrew Kryczka 2017-01-24 13:23:50 -0800
  • d438e1ec17 Test range deletion block outlives table reader Andrew Kryczka 2017-01-24 13:20:02 -0800
  • fba726e555 Version librocksdb.so Arun Sharma 2017-01-24 10:48:55 -0800
  • 9da4d542fe Range deletions unsupported in tailing iterator Andrew Kryczka 2017-01-23 13:30:14 -0800
  • f2b4939da4 fixed typo Hyeonseok Oh 2017-01-23 12:50:40 -0800
  • 973f1b78fd memtable: delete merge value for range deleteion yinqiwen 2017-01-23 12:22:29 -0800
  • aebfd1703b fix non-portable behavior in encoder jsteemann 2017-01-20 16:26:16 -0800
  • 753ff84a3d Fix get approx size Vitaliy Liptchinsky 2017-01-20 15:51:21 -0800
  • d7ea44f2f9 Fixup a couple of builds errors on Linux. Arun Sharma 2017-01-20 13:16:22 -0800
  • 537da370da c: allow set savepoint to writebatch Jay Lee 2017-01-20 13:15:09 -0800
  • af6ec4d78e fix batchresult handle leak Min Wei 2017-01-20 13:12:24 -0800
  • e29bb934f7 Zlib 1.2.8 is no longer available, switched to 1.2.10 Adam Retter 2017-01-20 13:09:26 -0800
  • 5ac97314e7 Fix std::out_of_range when DBOptions::keep_log_file_num is zero Changli Gao 2017-01-20 13:11:13 -0800
  • 4e35ffdfab cmake: check -momit-leaf-frame-pointer before using it Kefu Chai 2017-01-20 13:02:58 -0800
  • 3c0852d1da Make ingest external file backward compatible Shu Zhang 2017-01-20 11:53:33 -0800
  • 0e8dfd6062 Fix OptimizeForPointLookup() Siying Dong 2017-01-20 10:43:59 -0800
  • e840213d6e Change DB::GetApproximateSizes for more flexibility needed for MyRocks Vitaliy Liptchinsky 2017-01-20 09:26:07 -0800
  • 9239103cd4 Flush job should release reference current version if sync log failed Yi Wu 2017-01-19 23:03:45 -0800
  • da54d36a96 Disable IngestExternalFile in ReadOnly mode Islam AbdelRahman 2017-01-19 15:43:51 -0800
  • 5cf176ca15 Fix for 2PC causing WAL to grow too large Reid Horuff 2017-01-19 15:21:07 -0800
  • 4a73bb0b43 Split travis jobs Islam AbdelRahman 2017-01-19 13:37:08 -0800
  • c70d3c7ade Enable DBTest.GroupCommit as it runs in a reasonlable time now. Dmitri Smirnov 2017-01-18 14:09:58 -0800
  • 602c13a964 Remove fadvise with direct IO read Yi Wu 2017-01-18 12:02:08 -0800
  • f9d18e22d2 Fix DeleteRange file boundary correctness issue with max_compaction_bytes Andrew Kryczka 2017-01-18 11:47:07 -0800
  • 3ce091fd73 Add KEEP_DB env var option Islam AbdelRahman 2017-01-17 13:38:40 -0800
  • 77b4806625 Fix 2PC with concurrent memtable insert Siying Dong 2017-01-17 11:18:12 -0800
  • e8a096000b util/thread_local.h: silence a clang-build warning Kefu Chai 2017-01-15 13:19:17 -0800
  • 324a0f988e Follow up for DirectIO refactor Dmitri Smirnov 2017-01-15 13:11:04 -0800
  • bc5d7b7029 travis: For linux, do all tests under gcc Daniel Black 2017-01-13 15:24:55 -0800
  • 3e6899d116 change UseDirectIO() to use_direct_io() Aaron Gao 2017-01-13 12:01:08 -0800
  • d4e07a8459 fix warning of unused direct io helper functions Aaron Gao 2017-01-12 12:26:39 -0800
  • dc2584eea0 direct reads refactor Aaron Gao 2017-01-11 16:42:07 -0800
  • d18dd2c41f Abort compactions more reliably when closing DB Mike Kolupaev 2017-01-11 15:01:21 -0800
  • 62384ebe9c Guarding extra fallocate call with TRAVIS because its not working pro… Anirban Rahut 2017-01-11 14:08:47 -0800
  • 9f246298e2 Performance: Iterate vector by reference Changli Gao 2017-01-11 10:38:07 -0800
  • fe395fb63d Allow incrementing refcount on cache handles Andrew Kryczka 2017-01-10 16:48:23 -0800
  • 2172b660eb Fix build on FreeBSD Sunpoet Po-Chuan Hsieh 2017-01-10 11:35:36 -0800
  • 3c233ca4ea Fix Windows environment issues Dmitri Smirnov 2017-01-09 15:37:57 -0800
  • 7631734563 Fix the error in ColumnFamiliesTest Maysam Yabandeh 2017-01-09 14:00:25 -0800