summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-02Update HISTORY and version.h for 7.4.5v7.4.5Peter Dillinger
2022-08-02Fix serious FSDirectory use-after-Close bug (missing fsync) (#10460)Peter Dillinger
2022-07-19update HISTORY.md and version.h for 7.4.4v7.4.4Andrew Kryczka
2022-07-19Make RateLimiter not Customizable (#10378)Andrew Kryczka
2022-07-13Update versionv7.4.3Yanqin Jin
2022-07-13Stop tracking syncing live WAL for performance (#10330)Yanqin Jin
2022-06-30Update version to 7.4.2 and update HISTORYakankshamahajan
2022-06-30Fix bug in Logger creation if dbname and db_log_dir are on different filesyst...Akanksha Mahajan
2022-06-28Update version to 7.4.1 and update HISTORYPeter Dillinger
2022-06-28Pass rate_limiter_priority through filter block reader functions to FS (#10251)Bo Wang
2022-06-22Expose the initial logger creation error (#10223)Yanqin Jin
2022-06-22Add data block hash index to crash test, fix MultiGet issue (#10220)Peter Dillinger
2022-06-20Fix bad include (#10213)Peter Dillinger
2022-06-19Update HISTORY for 7.4.0 release freeze (#10196)Peter Dillinger
2022-06-18Fix a bug in WriteBatchInternal::Append when write batch KV protection is tur...Changyu Bi
2022-06-17Fix race condition with WAL tracking and `FlushWAL(true /* sync */)` (#10185)Andrew Kryczka
2022-06-17Add rate-limiting support to batched MultiGet() (#10159)Hui Xiao
2022-06-17Read blob from blob cache if exists when GetBlob() (#10178)Gang Liao
2022-06-17Use optimized folly DistributedMutex in LRUCache when available (#10179)Peter Dillinger
2022-06-17Fix overflow in ribbon_bench after #10184 (#10195)Peter Dillinger
2022-06-16Add WriteOptions::protection_bytes_per_key (#10037)Andrew Kryczka
2022-06-16Fix a false negative merge conflict (#10192)Peter Dillinger
2022-06-16Update HISTORY.md for #10114 (#10189)Changyu Bi
2022-06-16More testing w/prefix extractor, small refactor (#10122)Peter Dillinger
2022-06-16Remove deprecated block-based filter (#10184)Peter Dillinger
2022-06-16Update stats to help users estimate MultiGet async IO impact (#10182)anand76
2022-06-15Abort in dbg mode after logging (#10183)Yanqin Jin
2022-06-15Add few optimizations in async_io for short scans (#10140)Akanksha Mahajan
2022-06-15Fix handling of accidental truncation of IDENTITY file (#10173)Peter Dillinger
2022-06-15Use only ASCII in source files (#10164)Peter Dillinger
2022-06-15Verify write batch checksum before WAL (#10114)Changyu Bi
2022-06-15Change the instruction used for a pause on arm64 (#10118)Ali Saidi
2022-06-15Use madvise() for mmaped file advise (#10170)sdong
2022-06-15Allow db_bench and db_stress to set `allow_data_in_errors` (#10171)Yanqin Jin
2022-06-15fix cancel argument for latest liburing (#10168)Akanksha Mahajan
2022-06-14Fix C4702 on windows (#10146)iseki
2022-06-14Fix potential leak when reusing PinnableSlice instances. (#10166)mpoeter
2022-06-14Modify the instructions emited for PREFETCH on arm64 (#10117)Ali Saidi
2022-06-14mingw: remove no-asynchronous-unwind-tables (#9963)James Tucker
2022-06-14Add blob cache option in the column family options (#10155)Gang Liao
2022-06-14fix a false positive case of parsing table factory from options file (#10094)tabokie
2022-06-14Account memory of FileMetaData in global memory limit (#9924)Hui Xiao
2022-06-14Fix the failure related to io_uring_prep_cancel (#10165)Akanksha Mahajan
2022-06-13Make the per-shard hash table fixed-size. (#10154)Guido Tagliavini Ponce
2022-06-13Fix a race condition in transaction stress test (#10157)Yanqin Jin
2022-06-13Implement AbortIO using io_uring (#10125)Akanksha Mahajan
2022-06-13Increase num_levels for universal from 8 to 40 (#10158)Mark Callaghan
2022-06-13Document design/specification bugs with auto_prefix_mode (#10144)Peter Dillinger
2022-06-12Bypass tests instead of skipping to resolve internal failure (#10148)Akanksha Mahajan
2022-06-10Assume fixed size key (#10137)Guido Tagliavini Ponce