summaryrefslogtreecommitdiff
path: root/file/delete_scheduler.cc
AgeCommit message (Expand)Author
2024-05-01Fix delete obsolete files on recovery not rate limited (#12590)Yu Zhang
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2023-12-04internal_repo_rocksdb (4372117296613874540) (#12117)Yu Zhang
2023-06-16Add a ticker to track number of trash files deleted in background thread (#11...Yu Zhang
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-10-24Run Clang format on file folder (#10860)akankshamahajan
2022-10-03Add new property in IOOptions to skip recursing through directories and list ...akankshamahajan
2021-11-03Skip directory fsync for filesystem btrfs (#8903)Jay Zhuang
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
2021-01-07Add more tests to the ASC pass list (#7834)mrambacher
2021-01-06Add more tests to ASSERT_STATUS_CHECKED (3), API change (#7715)Adam Retter
2020-12-22Add more tests for assert status checked (#7524)mrambacher
2020-08-20Add EnvTestWithParam::OptionsTest to the ASSERT_STATUS_CHECKED passes (#7283)mrambacher
2020-08-20Fixed missing space in DeleteScheduler::BackgroundEmptyTrash log message (#7286)Will Angenent
2020-06-26Fix for TSAN failure in DeleteScheduler (#7029)Akanksha Mahajan
2020-06-05Add logs and stats in DeleteScheduler (#6927)Akanksha Mahajan
2020-03-24Create a thread in DeleteScheduler only when rate limit enabled (#6564)akankshamahajan
2020-02-28fix some spelling typos (#6464)Michael R. Crusoe
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-12-17Fix use-after-free and double-deleting files in BackgroundCallPurge() (#6193)Mike Kolupaev
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-05-31Move some logging related files to logging/ (#5387)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