summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
2024-09-17Add missing RemapFileSystem::ReopenWritableFile (#12941)leipeng
2024-08-23Options for file temperature for more files (#12957)Peter Dillinger
2024-06-28Add some documentation for Env related interfaces (#12813)Yu Zhang
2024-06-05Remove close when fd == -1. (#12732)Adam Kupczyk
2024-05-07Make linux file write life time hinting work (#12595)Hans Holmberg
2024-05-02Fix compile error in Clang (#12588)Jaepil Jeong
2024-04-30Set optimize_filters_for_memory by default (#12377)Peter Dillinger
2024-04-19Basic RocksDB follower implementation (#12540)anand76
2024-02-16Change ReadAsync callback API to remove const from FSReadRequest (#11649)Akanksha Mahajan
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-01-31Remove 'virtual' when implied by 'override' (#12319)Peter Dillinger
2024-01-24Remove extra semi colon from internal_repo_rocksdb/repo/env/env_encryption.cc...Richard Barnes
2024-01-23Remove extra semi colon from internal_repo_rocksdb/repo/env/env_encryption_ctr.hRichard Barnes
2024-01-17Remove unused variables in internal_repo_rocksdb/repo/env/env_posix.cc (#12243)Richard Barnes
2024-01-05Refactor FilePrefetchBuffer code (#12097)akankshamahajan
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
2023-11-20Fix build on FreeBSD (#11218) (#12078)Timo Riski
2023-11-09Support to use environment variable to test customer encryption plugins (#12025)Yingchun Lai
2023-10-30Fix incorrect parameters order in env_basic_test.cc (#11997)Yingchun Lai
2023-10-24Fix windows build errors (rdtsc and fnptr) (#12008)Peter Dillinger
2023-08-29Add SystemClock::TimedWait() function (#11753)Andrew Kryczka
2023-07-30format_version=6 and context-aware block checksums (#9058)Peter Dillinger
2023-06-27remove duplicate comments in EncryptedEnv (#11549)Yingchun Lai
2023-06-23Add an interface to provide support for underlying FS to pass their own buffe...akankshamahajan
2023-06-21Internal API for generating semi-random salt (#11331)Peter Dillinger
2023-06-16Fix error case memory bug in GetHostName() (#11544)Yu Zhang
2023-06-14Avoid destroying default PosixEnv, safely (#11538)Peter Dillinger
2023-05-17Change internal headers with duplicate names (#11408)Peter Dillinger
2023-05-09Add hash_seed to Caches (#11391)Peter Dillinger
2023-03-17Ignore async_io ReadOption if FileSystem doesn't support it (#11296)anand76
2023-02-17Remove FactoryFunc from LoadXXXObject (#11203)mrambacher
2023-01-27Remove RocksDB LITE (#11147)sdong
2023-01-26Remove deprecated FileSystem::Load() (#11122)Changyu Bi
2023-01-25Remove deprecated Env::LoadEnv() (#11121)Peter Dillinger
2022-11-02Added placeholders for MADV defines (#10881)Brord van Wierst
2022-10-24Run clang-format on env/ folder (#10859)akankshamahajan
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-10-03Add new property in IOOptions to skip recursing through directories and list ...akankshamahajan
2022-09-21Fix sqe->addr passed in cancel request in io_uring (#10644)Akanksha Mahajan
2022-08-10Migrate to docker for CI run (#10496)Jay Zhuang
2022-08-02increase buffer size in PosixFileSystem::GetAbsolutePath to PATH_MAX (#10413)Vladimir Kikhtenko
2022-08-02Fix serious FSDirectory use-after-Close bug (missing fsync) (#10460)Peter Dillinger
2022-08-01Use EnvLogger instead of PosixLogger (#10436)sdong
2022-07-22Remove Travis CI (#10407)Jay Zhuang
2022-07-18Fix hang in MultiRead with O_DIRECT and io_uring (#10368)Akanksha Mahajan
2022-07-08Support reservation in thread pool (#10278)zczhu
2022-07-07Fix clang error implicit conversion loses integer precision (#10323)Akanksha Mahajan
2022-07-06Provide support for direct_reads with async_io (#10197)Akanksha Mahajan
2022-06-22Fix typo in comments and code (#10233)Bo Wang