Commit Graph

44 Commits (496a6ae895ab9d3064dc92f4a3bcfeac839b80c4)

Author SHA1 Message Date
Andrew Kryczka 20dd828c01 Avoid clock_gettime on pre-10.12 macOS versions (#5570) 5 years ago
ggaurav28 60d8b19836 Implemented a file logger that uses WritableFileWriter (#5491) 5 years ago
Yanqin Jin cb1bf09bfc Fix tsan error (#5414) 5 years ago
Mark Rambacher c8267120d8 Add support for loading dynamic libraries into the RocksDB environment (#5281) 5 years ago
Siying Dong 000b9ec217 Move some logging related files to logging/ (#5387) 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Michael Liu 3c5d1b16b1 Apply modernize-use-override (3) 5 years ago
Alexander Zinoviev 32a6dd9a41 Add a new CPU time counter to compaction report (#4889) 6 years ago
Siying Dong da1c64b6e7 Introduce a CPU time counter in perf_context (#4741) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
Sagar Vemuri b1dad4cfcc assert in PosixEnv::FileExists should be based on errno (#4427) 6 years ago
Anand Ananthabhotla a27fce408e Auto recovery from out of space errors (#4164) 6 years ago
Wez Furlong d00e5de7fc use atomic O_CLOEXEC when available (#4328) 6 years ago
Jean-Marc Le Roux bbf30330b4 Fix the build failure with OS_ANDROID (#4232) 6 years ago
Siying Dong 926f3a78a6 In delete scheduler, before ftruncate file for slow delete, check whether there is other hard links (#4093) 6 years ago
Tomas Kolda 906a602c2c Build and tests fixes for Solaris Sparc (#4000) 6 years ago
Andrew Kryczka 1f32dc7d2b Check with PosixEnv before opening LOCK file (#3993) 6 years ago
Zhongyi Xie f1592a06c2 run make format for PR 3838 (#3954) 6 years ago
Andrew Kryczka 2210152947 Fix singleton destruction order of PosixEnv and SyncPoint (#3951) 6 years ago
奏之章 6e08916eb3 Fix Fadvise on closed file when reads use mmap 6 years ago
Siying Dong 3690276e74 Disallow to open RandomRW file if the file doesn't exist 6 years ago
Andrew Kryczka 19fde54841 initialize local variable for UBSAN in PosixEnv function 6 years ago
Andrew Kryczka 46152d53bf Second attempt at db_stress crash-recovery verification 6 years ago
Andrew Kryczka 6afe22db2e revert db_stress crash-recovery verification 6 years ago
Andrew Kryczka dfc61e7c24 initialize local variable for UBSAN in PosixEnv function 6 years ago
Andrew Kryczka a4fb1f8c04 Add crash-recovery correctness check to db_stress 6 years ago
Gabriel Wicke 090c78a0d7 Support lowering CPU priority of background threads 6 years ago
Xiaofei Du a0102aa6d7 Make database files' permissions configurable 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Bruce Mitchener 0de710f5b8 Use nullptr instead of NULL / 0 more consistently. 6 years ago
jsteemann 4e7a182d09 Several small "fixes" 6 years ago
Shaohua Li 33c7d4ccd9 Make writable_file_max_buffer_size dynamic 7 years ago
Prashant D c1be8d86c6 Fix removed structurally dead return statement 7 years ago
Andrew Kryczka 4708a6875c Repair DBs with trailing slash in name 7 years ago
Andrew Kryczka cc01985db0 Introduce bottom-pri thread pool for large universal compactions 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Siying Dong 857e9960be Improve the error message for I/O related errors. 7 years ago
Andrew Kryczka 6cc9aef162 New API for background work in single thread pool 7 years ago
Anirban Rahut d85ff4953c Blob storage pr 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Tomas Kolda 04d58970cb AIX and Solaris Sparc Support 7 years ago
Nikhil Benesch 72fc1e9d07 avoid non-existent O_DIRECT on OpenBSD 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Aaron Gao e877afa08b Remove bulk loading and auto_roll_logger in rocksdb_lite 7 years ago
Aaron Gao db2b4eb50e avoid direct io in rocksdb_lite 7 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Aaron Gao dc2584eea0 direct reads refactor 8 years ago
Aaron Gao 972f96b3fb direct io write support 8 years ago
Andrew Kryczka f0c509e2c8 Return finer-granularity status from Env::GetChildren* 8 years ago