summaryrefslogtreecommitdiff
path: root/src/lsm/lsm_work_unit.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3715 Lookaside eviction tuning. (#3777)Michael Cahill2017-11-101-3/+5
* WT-3616 format failed to report a stuck cache (#3745)Keith Bostic2017-10-201-2/+2
* WT-3613 Enable eviction in LSM chunks after they are flushed. (#3685)Michael Cahill2017-10-031-7/+18
* WT-3230 automatic style checking: function local variable declarations (#3678)Keith Bostic2017-09-291-1/+1
* WT-3468 Avoid shared timespec usage in LSM (#3635)sueloverso2017-09-011-2/+2
* WT-3476 Make tables first class data handles. (#3545)Michael Cahill2017-08-281-5/+5
* WT-3365 Fix LSM tree visibility rules when timestamps are used. (#3592)Alex Gorrod2017-08-181-3/+58
* WT-3418 Fix a block manager race in tree close/open (#3512)Keith Bostic2017-07-201-1/+1
* WT-3181 Add timestamp support. (#3373)Michael Cahill2017-06-221-2/+2
* WT-3354 Fix bugs found by Coverity. (#3451)Michael Cahill2017-06-021-1/+2
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-2990 Restore use of dhandle lock in LSM. (#3342)sueloverso2017-03-201-3/+6
* WT-3196 Prevent eviction in LSM primaries after the are flushed. (#3336)Michael Cahill2017-03-201-66/+3
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-3/+5
* WT-3204 eviction changes cost LSM performance (#3325)Keith Bostic2017-03-161-29/+80
* WT-3199 bug: eviction assertion failure (#3317)Keith Bostic2017-03-021-2/+3
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-2/+2
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-151-3/+3
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-4/+4
* WT-3022 Change lsm_tree flags to fields to prevent race conditions (#3148)Sulabh Mahajan2016-11-151-2/+2
* WT-3012 Don't track the LSM Primary as part of dirty bytes in cache (#3136)David Hows2016-11-111-1/+1
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-1/+1
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-1/+1
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-33/+37
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-151-1/+1
* SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-231-1/+2
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-1/+1
* WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-201-1/+1
* Merge pull request #2605 from wiredtiger/wt-2499-lsm-raceMichael Cahill2016-03-221-2/+2
|\
| * WT-2499 Fix a race in LSM between setting and checking WT_LSM_TREE_ACTIVE.Alex Gorrod2016-03-211-2/+2
* | WT-2426 Lock all handles for checkpoints in one pass.Michael Cahill2016-03-171-1/+1
|/
* WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-2/+2
* WT-2409 - Remove unneeded handling of EBUSY in LSM checkpointingDavid Hows2016-02-231-6/+1
* WT-2409 - Have LSM checkpoints wait for locks.David Hows2016-02-231-2/+0
* Merge branch 'develop' into WT-2346Michael Cahill2016-02-111-2/+2
|\
| * WT-2378 Always wait for the handle list lock.Michael Cahill2016-02-031-2/+2
* | WT-2346 Protect LSM flushes from racing with checkpoints.Michael Cahill2016-01-251-4/+17
|/
* WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-5/+6
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2164: there was a lurking WT_RET in the code, replace with WT_ERR.Keith Bostic2015-10-231-6/+3
* WT-2164: simplify reset of chunk->flushing, it simplifies the errorKeith Bostic2015-10-231-11/+9
* Merge branch 'develop' into wt-2164Susan LoVerso2015-10-231-0/+7
|\
| * WT-2164 Have LSM enable metadata tracking prior to checkpointing a chunk.Alex Gorrod2015-10-231-0/+7
* | WT-2164 Prevent another chunk checkpoint while the first is still inSusan LoVerso2015-10-221-14/+29
|/
* whitespaceKeith Bostic2015-10-191-2/+1
* WT-2068 Protect discarding handles with the handle list lock.Michael Cahill2015-10-141-3/+7
* Boolean conversion pass over include.Keith Bostic2015-09-271-1/+1
* Boolean conversion pass over txn.Keith Bostic2015-09-241-1/+1
* Boolean conversion pass over lsm.Keith Bostic2015-09-241-12/+13
* Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-1/+1