summaryrefslogtreecommitdiff
path: root/src/include/log.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3243 Reorder log slot release so joins don't wait on IO (#3360)sueloverso2017-03-311-1/+2
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-5/+5
* WT-3137 Fix a hang in logging due to a race condition (#3266)Keith Bostic2017-01-241-1/+1
* WT-3137 Fix a hang in logging due to a race condition (#3223)sueloverso2017-01-241-0/+1
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-1/+1
* WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill2016-12-151-1/+3
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-2/+2
* WT-2823 support file handles without a truncate method (#2940)Keith Bostic2016-08-121-1/+3
* WT-2706 Fix lost log writes when switching files (#2803)sueloverso2016-06-171-0/+2
* WT-2686 Report an error any time we fail to scan the log. (#2779)Michael Cahill2016-06-061-3/+0
* SERVER-23659 Improve log error message at startup. (#2766)sueloverso2016-06-031-0/+1
* WT-2537 Check for an old and new uninitialized LSN for recovery.Susan LoVerso2016-04-111-2/+4
* Merge pull request #2436 from wiredtiger/WT-60Michael Cahill2016-02-011-0/+36
|\
| * WT-60 Fix commentSusan LoVerso2016-01-281-2/+2
| * Merge branch 'develop' into WT-60Keith Bostic2016-01-261-2/+2
| |\
| * | WT-60 Add big-endian and byteswap support for logging.Susan LoVerso2016-01-191-0/+36
* | | WT-2215 Make WT_LSN simply a union. Clean up based on review.Susan LoVerso2016-01-291-30/+16
* | | WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value.Susan LoVerso2016-01-251-10/+42
| |/ |/|
* | WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-2/+2
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2235. Changes to wt printlog to add -x option and remove -p.Don Anderson2015-12-041-0/+5
* WT-2187 Add flag for flushing a slot so that we are locally handling theSusan LoVerso2015-10-301-2/+3
* WT-2075 Add stat and a busy retry so that a blocked thread can progress.Susan LoVerso2015-09-101-1/+2
* WT-2075 When closing a slot, detect, return and handle different values.Susan LoVerso2015-09-101-1/+3
* WT-2094 Add in actual data sizes to end_offset. Remove unused direct code.Susan LoVerso2015-09-091-1/+4
* WT-2094 Eliminate direct write and record unbuffered log records thatSusan LoVerso2015-09-081-24/+28
* WT-2084 Disable forced direct log writes in diagnostic builds.Alex Gorrod2015-09-041-1/+1
* WT-2070 Remove use of rwlock from main logging path.Susan LoVerso2015-08-311-2/+0
* Lint. Warning 568: non-negative quantity is never less than zero.Susan LoVerso2015-08-271-1/+4
* WT-2031 Fix -Wsign-conversion warnings.Susan LoVerso2015-08-261-3/+3
* WT-2031 Fixes from review. Add more comments, remove some debug code.Susan LoVerso2015-08-261-8/+29
* WT-2031 Code cleanup. Remove join call under lock as it led to hangs.Susan LoVerso2015-08-251-7/+0
* Merge branch 'develop' into log-slot-revampSusan LoVerso2015-08-241-9/+11
|\
| * Fix the WT_LOGSLOT declaration for alignment.Keith Bostic2015-08-221-12/+14
* | WT-2031 log_release debug info.Susan LoVerso2015-08-131-0/+7
* | WT-2031 Keep track of starting offset of last record in slot buffer.Susan LoVerso2015-08-121-0/+1
* | WT-2031 Make log compare an inlined function to use local variables soSusan LoVerso2015-08-101-10/+0
* | WT-2031 Code movement, comments, new stat and diagnostics.Susan LoVerso2015-08-101-0/+3
* | WT-2031 Add force_write wrapper. Force write when opening a log cursor.Susan LoVerso2015-08-051-1/+1
* | WT-2031 Fix deadlock. Use a new wrlsn lock. Remove incorrectSusan LoVerso2015-08-051-0/+1
* | WT-2031 Add slot lock macro to closing and manipulating the active slot.Susan LoVerso2015-08-041-5/+12
* | WT-2031 WhitespaceSusan LoVerso2015-08-041-1/+1
* | WT-1989 Add rwlock and have direct write and slots work together.Susan LoVerso2015-08-031-4/+6
* | WT-1989 Fix race condition releasing slot. Remove incorrect assertion.Susan LoVerso2015-07-291-4/+4
* | WT-1989 Some cleanup.Susan LoVerso2015-07-291-14/+14
* | WT-1989 Add code to force close a slot, fix file switch bugs.Susan LoVerso2015-07-291-14/+27
* | WT-1989 First pass at different slot management. With debugging.Susan LoVerso2015-07-221-17/+39
|/
* WT-1989 Use size_t for the log slot size in memory.Michael Cahill2015-07-211-1/+1
* WT-1989 Integrate second path for log scalability.Susan LoVerso2015-07-161-2/+0
* WT-1989 First pass at 2nd patch integration.Susan LoVerso2015-07-151-1/+2