summaryrefslogtreecommitdiff
path: root/file
AgeCommit message (Expand)Author
2024-08-24Options for file temperature for more files (#12957)Peter Dillinger
2024-08-02Fix file deletions in DestroyDB not rate limited (#12891)Yu Zhang
2024-07-29Handle injected write error after successful WAL write in crash test + misc (...Hui Xiao
2024-07-15Deflake ThreadStatus related unit tests (#12858)Changyu Bi
2024-07-01Reset seen_injected_error_ with seen_error_ (#12830)Hui Xiao
2024-06-19Respect ReadOptions::read_tier in prefetching (#12782)Peter Dillinger
2024-06-19Inject more errors to more files in stress test (#12713)Hui Xiao
2024-06-12Ensure Close() before LinkFile() for WALs in Checkpoint (#12734)Peter Dillinger
2024-06-05Fix Checkpoint hard link of inactive but unsynced WAL (#12731)Peter Dillinger
2024-06-04FaultInjectionTestFS read unsynced data by default (#12729)Peter Dillinger
2024-05-20Sync WAL during db Close() (#12556)Hui Xiao
2024-05-01Fix delete obsolete files on recovery not rate limited (#12590)Yu Zhang
2024-04-30Fix wrong padded bytes being used to generate file checksum (#12598)Hui Xiao
2024-04-22Fix file checksum mismatch due to padded bytes when block_align=true (#12542)Hui Xiao
2024-04-18Retry DB::Open upon a corruption detected while reading the MANIFEST (#12518)anand76
2024-03-05Fix/improve temperature handling for file ingestion (#12402)Peter Dillinger
2024-02-28default_write_temperature option (#12388)Peter Dillinger
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-29Provide support for FSBuffer for point lookups (#12266)akankshamahajan
2024-01-29Remove unnecessary, confusing 'extern' (#12300)Peter Dillinger
2024-01-25Pass rate_limiter_priority from SequentialFileReader to FS (#12296)Hui Xiao
2024-01-18Fix PREFETCH_BYTES_USEFUL stat calculation (#12251)akankshamahajan
2024-01-05Fix heap use after free error in FilePrefetchBuffer (#12211)akankshamahajan
2024-01-05Refactor FilePrefetchBuffer code (#12097)akankshamahajan
2024-01-04Fix and defend against FilePrefetchBuffer combined with mmap reads (#12206)Peter Dillinger
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-12-14Make auto_readahead_size default true (#12080)akankshamahajan
2023-12-06Add AsyncIO support for tuning readahead_size by block cache lookup (#11936)akankshamahajan
2023-12-04internal_repo_rocksdb (4372117296613874540) (#12117)Yu Zhang
2023-10-23Add some stats to observe the usefulness of scan prefetching (#11981)anand76
2023-10-18Enforce status checking after Valid() returns false for IteratorWrapper (#11975)Changyu Bi
2023-10-16Remove assertion from PrefetchAsync (#11965)Akanksha Mahajan
2023-10-02Fix various failures in auto_readahead_size (#11884)akankshamahajan
2023-09-22Lookup ahead in block cache ahead to tune Readaheadsize (#11860)akankshamahajan
2023-09-20Fix Assertion `roundup_len2 >= alignment' failed in crash tests (#11852)akankshamahajan
2023-09-18Avoid double block cache lookup during Seek with async_io option (#11616)akankshamahajan
2023-09-15Fix a bug of rocksdb.file.read.verify.file.checksums.micros not being populat...Hui Xiao
2023-09-15Update upper_bound_offset when reseek changes iterate_upper_bound dynamically...akankshamahajan
2023-09-11Avoid alignment in FilePrefetchBuffer during seek with async_io (#11793)akankshamahajan
2023-09-06Add some unit tests when file read returns error during compaction/scanning (...Changyu Bi
2023-08-28Fix seg fault in auto_readahead_size with async_io (#11769)akankshamahajan
2023-08-18Improve PrefetchTest.Basic with explicit flush and file num variable (#11720)Hui Xiao
2023-08-18Implement trimming of readhead size when upper bound is specified (#11684)akankshamahajan
2023-08-09Add missing status check when compiling with `ASSERT_STATUS_CHECKED=1` (#11686)Changyu Bi
2023-08-08Group rocksdb.sst.read.micros stat by different user read IOActivity + misc (...Hui Xiao
2023-08-03Prepare for deprecation of Options::access_hint_on_compaction_start (#11658)Hui Xiao
2023-07-21Move prefetching responsibility to page cache for compaction read under non d...Hui Xiao
2023-07-14Remove reallocation of AlignedBuffer in direct_io sync reads if already align...akankshamahajan