summaryrefslogtreecommitdiff
path: root/src/bio.c
Commit message (Expand)AuthorAgeFilesLines
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-141-57/+113
* Reclaim page cache of RDB file (#11248)Tian2023-02-121-1/+9
* Removing old redundant code from bio.c (#11136)Moti Cohen2022-08-261-39/+2
* fsync the old aof file when open a new INCR AOF (#11004)Binbin2022-07-251-18/+29
* Delete unused 'time' fields from struct bio_job (#9622)menwen2021-10-101-2/+0
* Fix wrong check for aof fsync and handle aof fsync errno (#8751)Wang Yuan2021-04-111-1/+7
* Handle remaining fsync errors (#8419)Wang Yuan2021-04-011-1/+11
* Cleanup key tracking documentation and table management (#8039)Madelyn Olson2020-12-231-24/+37
* Backup keys to slots map and restore when fail to sync if diskless-load type ...Wang Yuan2020-12-021-1/+1
* Make main thread killable so that it can be canceled at any time.WuYunlong2020-09-211-4/+1
* bio: fix doFastMemoryTest.WuYunlong2020-09-161-1/+2
* Fix unidentical function declaration in bio.c. lazyfree.c: lazyfreeFreeSlots...Muhammad Zahalqa2020-08-111-1/+1
* Support setcpuaffinity on linux/bsdzhenwei pi2020-05-021-0/+2
* fix for crash during panic before all threads are upDave-in-lafayette2020-04-201-1/+1
* Threaded IO: set thread name for redis-serverzhenwei pi2020-04-181-0/+12
* Fix typo in design comment of bio.c.antirez2018-10-051-1/+1
* bio: fix bioWaitStepOfType.youjiali19952018-09-051-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