summaryrefslogtreecommitdiff
path: root/util/io_posix.cc
AgeCommit message (Expand)Author
2017-04-05revert remove fallocate punch holeAndrew Kryczka
2017-03-30delete fallocate with punch_holeAaron Gao
2017-02-23detect logical sector sizeAaron Gao
2017-02-22posix writablefile truncateAaron Gao
2017-02-02Fix OSX build break after the fallocate changeSiying Dong
2017-02-01RangeSync() should work with ROCKSDB_FALLOCATE_PRESENT not setSiying Dong
2017-01-18Remove fadvise with direct IO readYi Wu
2017-01-13change UseDirectIO() to use_direct_io()Aaron Gao
2017-01-12fix warning of unused direct io helper functionsAaron Gao
2017-01-11direct reads refactorAaron Gao
2017-01-11Guarding extra fallocate call with TRAVIS because its not working pro…Anirban Rahut
2016-12-22direct io write supportAaron Gao
2016-11-18Direct I/O Reads Handle the last sector correctly.Siying Dong
2016-11-18Implement PositionedAppend for PosixWritableFileMaysam Yabandeh
2016-09-13Support POSIX RandomRWFileIslam AbdelRahman
2016-08-01Persistent Read Cache (part 6) Block Cache Tier Implementationkrad
2016-05-23Direct IO capability for RocksDBkrad
2016-05-19Implement GetUniqueId for Mackrad
2016-05-15Added PersistentCache abstractionkrad
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-11-10Make use of portable `uint64_t` type to make possible file accessDmitri Smirnov
2015-10-28Move include/posix/io_posix.h to util/io_posix.hsdong
2015-10-28Revert "Avoid to reply on ROCKSDB_FALLOCATE_PRESENT in include/posix/io_posix.h"sdong
2015-10-27Avoid to reply on ROCKSDB_FALLOCATE_PRESENT in include/posix/io_posix.hsdong
2015-10-27Mac build break caused by include/posix/io_posix.h not declearing errno,sdong
2015-10-26Avoid some includes in io_posix.hsdong
2015-10-22Split posix storage backend into Env and libraryJavier González