summaryrefslogtreecommitdiff
path: root/extstore.c
Commit message (Expand)AuthorAgeFilesLines
* core: give threads unique namesdormando2022-11-011-1/+16
* extstore: avoid looping IO queues on submissiondormando2021-11-181-16/+24
* extstore: use fcntl locking on disk filedormando2020-11-111-2/+19
* extstore: fix some valgrind errors.dormando2020-04-111-1/+1
* minor adjustment to previous commitdormando2020-04-101-4/+0
* fix extstore reads for OSX/cygwindormando2020-04-101-2/+9
* auth file, using alternative bcmp implementationDavid Carlier2020-01-131-1/+1
* extstore: fix indentationdormando2019-08-271-1/+1
* extstore: emulate pread(v) for macOSGregor Jasny2019-08-271-0/+11
* extstore: fix segfault if page_count is too high.dormando2019-04-271-1/+12
* extstore: balance IO thread queues1.5.11dormando2018-10-021-4/+28
* extstore JBOD supportdormando2018-08-061-31/+93
* Bugfix: missing initialization code for extstore maint thread objectsOri Shalev2018-03-241-0/+2
* Spelling fixesJosh Soref2018-03-141-2/+2
* extstore: better error handling for init.dormando2017-12-171-10/+36
* extstore: crawler fix and ext_low_ttl optiondormando2017-11-281-0/+1
* extstore: support chunked items.dormando2017-11-281-3/+20
* extstore: split write into write_request+writedormando2017-11-281-16/+28
* external storage base commitdormando2017-11-281-0/+800