summaryrefslogtreecommitdiff
path: root/file
AgeCommit message (Expand)Author
2021-02-23Make BlockBasedTable::kMaxAutoReadAheadSize configurable (#7951)Akanksha Mahajan
2021-02-18Fix typo: replace readadhead with readahead (#7953)Ziyue Yang
2021-02-10Handoff checksum Implementation (#7523)Zhichao Cao
2021-01-28Remove Legacy and Custom FileWrapper classes from header files (#7851)mrambacher
2021-01-25Add a SystemClock class to capture the time functions of an Env (#7858)mrambacher
2021-01-25In IOTracing, add filename with each operation in trace file. (#7885)Akanksha Mahajan
2021-01-09Improvements to Env::GetChildren (#7819)Adam Retter
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
2021-01-06Create a CustomEnv class; Add WinFileSystem; Make LegacyFileSystemWrapper pri...mrambacher
2021-01-04Make StringEnv, StringSink, StringSource use FS classes (#7786)mrambacher
2021-01-04Verify file checksum generator name (#7824)Andrew Kryczka
2020-12-30Return Status from FilePrefetchBuffer::TryReadFromCache() (#7816)anand76
2020-12-26Add rate_limiter to GenerateOneFileChecksum (#7811)Zhichao Cao
2020-12-22Add more tests for assert status checked (#7524)mrambacher
2020-12-22Add more tests to ASSERT_STATUS_CHECKED (4) (#7718)Adam Retter
2020-12-22Add tests in ASSERT_STATUS_CHECKED (#7793)Akanksha Mahajan
2020-10-28Remove unused includes (#7604)Yanqin Jin
2020-10-28Updated GenerateOneFileChecksum to use requested_checksum_func_name (#7586)Zhichao Cao
2020-10-27Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileS...mrambacher
2020-10-22Make FileType Public and Replace kLogFile with kWalFile (#7580)Zhichao Cao
2020-10-20Fix for stress test failure (#7574)Akanksha Mahajan
2020-10-14Return error if Get/Multi() fails in Prefetching Filter blocks (#7543)Akanksha Mahajan
2020-10-05Avoid to suppress status code in ~BlockBasedTableBuilder (#7507)sdong
2020-10-03Revert "Return error if Get() fails in Prefetching Filter blocks (#7463)" (#7...Levi Tamasi
2020-10-02Return error if Get() fails in Prefetching Filter blocks (#7463)Akanksha Mahajan
2020-10-01Fix MSVC-related build issues (#7439)Koby Kahane
2020-09-08Store FSWritableFilePtr object in WritableFileWriter (#7193)Akanksha Mahajan
2020-08-27Add buffer prefetch support for non directIO usecase (#7312)Jay Zhuang
2020-08-27Store FSRandomAccessPtr object in RandomAccessFileReader (#7192)Akanksha Mahajan
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-08-18Store FSSequentialFilePtr object in SequenceFileReader (#7190)Akanksha Mahajan
2020-08-07Enable IO timeouts for iterators (#7161)anand76
2020-07-28Make env*_test work with ASSERT_STATUS_CHECKED (#7176)mrambacher
2020-07-25Fix RandomAccessFileReaderTest failures on Travis (#7173)Cheng Chang
2020-07-23Add more tests for RandomAccessFileReader::MultiRead (#7157)Cheng Chang
2020-07-22Fix bug in MultiRead() coalescing introduced in 4fc216649d (#6446). (#6979)Jason Volk
2020-07-22Use steady_clock instead of system_clock in FileOperationInfo::TimePoint (#7153)Haosen Wen
2020-07-09More Makefile Cleanup (#7097)mrambacher
2020-07-07extend listener callback functions to more file I/O operations (#7055)wenh
2020-06-29Extend Get/MultiGet deadline support to table open (#6982)Anand Ananthabhotla
2020-06-26Fix for TSAN failure in DeleteScheduler (#7029)Akanksha Mahajan
2020-06-19Fix block checksum for >=4GB, refactor (#6978)Peter Dillinger
2020-06-11Ingest SST files with checksum information (#6891)Zhichao Cao
2020-06-07Remove unnecessary inclusion of version_edit.h in env (#6952)Yanqin Jin
2020-06-05Add logs and stats in DeleteScheduler (#6927)Akanksha Mahajan
2020-06-03Some fixes for gcc 4.8 and add to Travis (#6915)Peter Dillinger
2020-06-02Replace Status with IOStatus in CopyFile and CreateFile (#6916)Zhichao Cao
2020-06-02Reduce dependency on gtest dependency in release code (#6907)sdong