summaryrefslogtreecommitdiff
path: root/file/filename.cc
AgeCommit message (Expand)Author
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-12-04internal_repo_rocksdb (4372117296613874540) (#12117)Yu Zhang
2022-10-24Run Clang format on file folder (#10860)akankshamahajan
2022-08-29Sync dir containing CURRENT after RenameFile on CURRENT as much as possible (...Hui Xiao
2022-06-07Handle "NotSupported" status by default implementation of Close() in … (#10...zczhu
2022-06-01Explicitly closing all directory file descriptors (#10049)Zichen Zhu
2022-03-30fixing issue #8345 RocksDB does not work when using UNC network paths (#9384)bbkot
2021-11-03Skip directory fsync for filesystem btrfs (#8903)Jay Zhuang
2021-10-16Add (Live)FileStorageInfo API (#8968)Peter Dillinger
2021-08-16Add db_test2 to to ASSERT_STATUS_CHECKED (#8640)Adam Retter
2021-05-05Refactor kill point (#8241)sdong
2021-05-05Make ImmutableOptions struct that inherits from ImmutableCFOptions and Immuta...mrambacher
2021-04-19Handle rename() failure in non-local FS (#8192)Yanqin Jin
2021-03-15Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routi...mrambacher
2021-01-25Add a SystemClock class to capture the time functions of an Env (#7858)mrambacher
2020-10-28Remove unused includes (#7604)Yanqin Jin
2020-10-27Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileS...mrambacher
2020-10-22Make FileType Public and Replace kLogFile with kWalFile (#7580)Zhichao Cao
2020-10-05Avoid to suppress status code in ~BlockBasedTableBuilder (#7507)sdong
2020-10-01Fix MSVC-related build issues (#7439)Koby Kahane
2020-05-07Find/purge obsolete blob files (#6807)Levi Tamasi
2020-03-28Be able to decrease background thread's CPU priority when creating database b...Cheng Chang
2020-03-27Pass IOStatus to write path and set retryable IO Error as hard error in BG jo...Zhichao Cao
2020-03-20Attempt to recover from db with missing table files (#6334)Yanqin Jin
2020-03-02Replace Directory with FSDirectory in DB (#6468)Zhichao Cao
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-09-03Persistent globally unique DB ID in manifest (#5725)Vijay Nadimpalli
2019-08-06New API to get all merge operands for a Key (#5604)Vijay Nadimpalli
2019-08-01Fix duplicated file names in PurgeObsoleteFiles (#5603)Zhongyi Xie
2019-06-06simplify include directive involving inttypes (#5402)Zhongyi Xie
2019-05-31Move some logging related files to logging/ (#5387)Siying Dong
2019-05-31Fix a clang analyze warning (#5398)Zhongyi Xie
2019-05-31Auto roll logger to enforce options.keep_log_file_num immediately after a new...Siying Dong
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-05-29Move some file related files outside util/ (#5375)Siying Dong