summaryrefslogtreecommitdiff
path: root/file/file_util.h
AgeCommit message (Expand)Author
2024-05-01Fix delete obsolete files on recovery not rate limited (#12590)Yu Zhang
2024-03-05Fix/improve temperature handling for file ingestion (#12402)Peter Dillinger
2024-01-29Remove unnecessary, confusing 'extern' (#12300)Peter Dillinger
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-09-15Fix a bug of rocksdb.file.read.verify.file.checksums.micros not being populat...Hui Xiao
2023-08-08Group rocksdb.sst.read.micros stat by different user read IOActivity + misc (...Hui Xiao
2023-06-23Add an interface to provide support for underlying FS to pass their own buffe...akankshamahajan
2023-04-21Group rocksdb.sst.read.micros stat by IOActivity flush and compaction (#11288)Hui Xiao
2022-05-18Set Read rate limiter priority dynamically and pass it to FS (#9996)gitbw95
2022-03-04Avoid usage of ReopenWritableFile in db_stress (#9649)anand76
2022-02-18Add Temperature info in `NewSequentialFile()` (#9499)Jay Zhuang
2022-02-16Add rate limiter priority to ReadOptions (#9424)Andrew Kryczka
2021-07-30Allow WAL dir to change with db dir (#8582)mrambacher
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-06Create a CustomEnv class; Add WinFileSystem; Make LegacyFileSystemWrapper pri...mrambacher
2020-12-26Add rate_limiter to GenerateOneFileChecksum (#7811)Zhichao Cao
2020-10-28Updated GenerateOneFileChecksum to use requested_checksum_func_name (#7586)Zhichao Cao
2020-08-27Store FSRandomAccessPtr object in RandomAccessFileReader (#7192)Akanksha Mahajan
2020-08-18Store FSSequentialFilePtr object in SequenceFileReader (#7190)Akanksha Mahajan
2020-08-07Enable IO timeouts for iterators (#7161)anand76
2020-07-09More Makefile Cleanup (#7097)mrambacher
2020-06-11Ingest SST files with checksum information (#6891)Zhichao Cao
2020-06-02Replace Status with IOStatus in CopyFile and CreateFile (#6916)Zhichao Cao
2020-04-30Pass a timeout to FileSystem for random reads (#6751)anand76
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-07-06Fix bugs in WAL trash file handling (#5520)anand76
2019-05-29Move some file related files outside util/ (#5375)Siying Dong