summaryrefslogtreecommitdiff
path: root/src/bio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in design comment of bio.c.antirez2018-10-091-1/+1
* bio: fix bioWaitStepOfType.youjiali19952018-09-141-3/+3
* rdb: incremental fsync when redis saves rdbzhaozhao.zz2018-03-161-1/+1
* Lazyfree: ability to free whole DBs in background.antirez2015-10-011-1/+12
* Lazyfree: keep count of objects to free.antirez2015-10-011-1/+2
* Threaded lazyfree WIP #1.antirez2015-10-011-0/+2
* bio.c: new API bioWaitStepOfType().antirez2015-10-011-4/+31
* RDMF: more names updated.antirez2015-07-271-11/+11
* RDMF: More consistent define names.antirez2015-07-271-6/+6
* RDMF: redisLog -> serverLog.antirez2015-07-261-5/+5
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Check bio.c job type at thread startup.antirez2015-03-301-0/+7
* Fixed many typos.guiquanz2013-01-191-1/+1
* Make bio.c threads killable ASAP if needed.antirez2012-11-221-50/+23
* BSD license added to every C source and header file.antirez2012-11-081-0/+30
* Mask SIGALRM everything but in the main thread.antirez2012-03-271-0/+9
* Comment out things in bio.c that are currently not useful but that may be use...antirez2011-09-191-0/+6
* use aof_fsync wrapper instead of fsync(2) in bio.cantirez2011-09-161-1/+1
* REDIS_BIO_AOF_FSYNC implementedantirez2011-09-151-0/+2
* fixed a problem in bioOlderJobType() when there are no jobs of the specified ...antirez2011-09-151-0/+4
* some more comment about bio.c designantirez2011-09-151-0/+4
* Remove backgroud jobs from the queue only when the processing was completed, ...antirez2011-09-151-1/+1
* Use a different thread for every different type of background jobantirez2011-09-151-36/+62
* Better comments for bioWaitPendingJobsLEantirez2011-09-151-1/+9
* Background I/O library enhanced so that the main thread can query for the num...antirez2011-09-151-1/+46
* make bio_list static as wellantirez2011-09-131-1/+1
* debug message removedantirez2011-09-131-1/+0
* use pthread_cond_signal() to make sure the background thread will process the...antirez2011-09-131-0/+1
* typo fixed in bio.cantirez2011-09-131-1/+2
* bio.c typos fixes to make it compileantirez2011-09-131-4/+9
* bio.o added to redis-server objectsantirez2011-09-131-0/+107