Commit Graph

74 Commits (bfb6b1b8a892d93ad1f41e5c571b848d1b9ea11d)

Author SHA1 Message Date
Andrew Kryczka 258459ed54 Properly destroy ChrootEnv in env_test 8 years ago
Andrew Kryczka 3f16a836a4 Introduce chroot Env 8 years ago
dx9 b71c4e613f Alpine Linux Build (#990) 8 years ago
Andrew Kryczka 1c868d6848 Fix includes for env_test 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Andrew Kryczka 59b3ee658f Env function for bulk metadata retrieval 9 years ago
Dmitri Smirnov 5270b33bd3 Make use of portable `uint64_t` type to make possible file access 9 years ago
Dmitri Smirnov 5421c9728b Make use of portable `uint64_t` type to make possible file access 9 years ago
sdong 2889df84cb Revert "Avoid to reply on ROCKSDB_FALLOCATE_PRESENT in include/posix/io_posix.h" 9 years ago
sdong c37223c083 Avoid to reply on ROCKSDB_FALLOCATE_PRESENT in include/posix/io_posix.h 9 years ago
Igor Canadi 7b7b5d9f18 [minor] Reuse SleepingBackgroundTask 9 years ago
Dmitri Smirnov 30e82d5c41 Refactor to support file_reader_writer on Windows. 9 years ago
Islam AbdelRahman 3bd9db420e [Cleanup] Remove RandomRWFile 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
Dmitri Smirnov d2f0912bd3 Merge the latest changes from github/master 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Mike Kolupaev 2ecac9f96d add rocksdb::WritableFileWrapper similar to rocksdb::EnvWrapper 9 years ago
Jim Meyering 0a91bca5db test: avoid vuln-inducing use of temporary directory 9 years ago
Jim Meyering 79c21ec0c4 skip ioctl-using tests when not supported 9 years ago
Igor Sugak 9405b5ef8f rocksdb: Remove #include "util/string_util.h" from util/testharness.h 9 years ago
Venkatesh Radhakrishnan 230e68727a Fix TSAN failue in env_test 9 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 9 years ago
Venkatesh Radhakrishnan b2b3086524 Speed up rocksDB close call. 9 years ago
fyrz cfe8837e43 Switch logv with loglevel to virtual 10 years ago
Igor Canadi 218c3ecea3 Fix std::cout data race 10 years ago
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available. 10 years ago
Lukáš Lalinský 746cfaac58 Relax the block count check on deallocation in env_test 10 years ago
sdong 09899f0b51 DB::Open() to automatically increase thread pool size if it is smaller than max number of parallel compactions or flushes 10 years ago
Lei Jin 0e526eb9d7 introduce TestMemEnv and use it in db_test 10 years ago
Damian Lezama 41af0f56b0 Fix build break because of unsigned/signed mismatch 10 years ago
Lei Jin 44f0ff31c2 use fallocate(FALLOC_FL_PUNCH_HOLE) to release unused blocks at the end of file 10 years ago
Igor Canadi b680033e63 Include atomic in env_test 10 years ago
Igor Canadi 48842ab316 Deprecate AtomicPointer 10 years ago
sdong cdaf44f9ae Enlarge log size cap when printing file summary 10 years ago
sdong 976caca09b Skip AllocateTest if fallocate() is not supported in the file system 10 years ago
Igor Canadi 51ea889002 Fix travis builds 10 years ago
Mike Orr d788bb8f71 - hdfs cleanup; fix to NewDirectory to comply with definition in env.h 10 years ago
sdong 3df07d1703 ThreadPool to allow decrease number of threads and increase of number of threads is to be instantly scheduled 10 years ago
Igor Canadi 8dc34364d2 Rename "benchmark" back to "bench". 10 years ago
Igor Canadi 05c168658e Relax env_test::AllocateTest 10 years ago
Igor Canadi c7076a7a05 Fix Allocate test 10 years ago
Igor Canadi 6c0fc5d3ba Fix some InfoLogLevels 10 years ago
Igor Canadi ddef6841b3 Renamed InfoLogLevel::DEBUG to InfoLogLevel::DEBUG_LEVEL 10 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 10 years ago
sdong d556200264 Some small cleaning up to make some compiling environment happy 10 years ago
sdong 83ab62e2bb Fix data corruption by LogBuffer 10 years ago
Caio SBA f234dfd8fb Breaking line 10 years ago
Caio SBA b9c78d2db6 Make it compile on Debian/GCC 4.7 10 years ago
sdong 01dcef114b Env to add a function to allow users to query waiting queue length 10 years ago