index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
log.h
Age
Commit message (
Expand
)
Author
2014-01-08
When using fsync or fdatasync for log durability, have groups of threads pigg...
Michael Cahill
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-11-21
Switch log_printf to use a log record in the same format as transactional ope...
Michael Cahill
2013-11-15
Add a heuristic to tune how long log slot close waits.
Alex Gorrod
2013-11-12
Switch log code from busy wait loops to condition variables.
Alex Gorrod
2013-11-12
Fixes based on Sue's review feedback.
Michael Cahill
2013-11-08
Merge branch 'develop' into fine-grained-durability
Alex Gorrod
2013-11-08
Fix compiler warning:
Alex Gorrod
2013-10-25
Add statistics to log buffering and general review cleanup.
Alex Gorrod
2013-10-24
Change the sleep in log_slot_close to a yield.
Alex Gorrod
2013-10-22
Various enhancements to consolidated logging:
Alex Gorrod
2013-10-21
Use WT_CACHE_LINE_ALIGNMENT convention. #703
Susan LoVerso
2013-10-21
Fix a race growing the log slot buffer.
Alex Gorrod
2013-10-18
Add basic log buffering support. Not yet complete.
Alex Gorrod
2013-09-14
Treat database-wide checkpoints differently to file syncs. For database-wide...
Michael Cahill
2013-09-14
Fixes from Sue's initial review:
Michael Cahill
2013-09-04
Add __wt_log_ckpt to record a checkpoint LSN and signal archive thread.
Susan LoVerso
2013-08-30
Add logging and recovery of file truncates.
Michael Cahill
2013-08-29
Deal with empty metadata during recovery.
Michael Cahill
2013-08-29
Scan through files before the main recovery loop, gathering checkpoint LSNs a...
Michael Cahill
2013-08-26
Save LSNs in files during checkpoint.
Michael Cahill
2013-08-13
Update dist/log.py to generate code to read and write log records.
Michael Cahill
2013-07-18
Lint.
Susan LoVerso
2013-07-17
Some small fixes / changes to logging to fix the size of records passed to ca...
Michael Cahill
2013-07-16
Delay pre-allocation until first real log record is written.
Susan LoVerso
2013-07-08
Make offsets, lens and slot state 64-bits.
Susan LoVerso
2013-06-20
Fix some signed / unsigned warnings.
Michael Cahill
2013-06-19
Add a couple new stats. Changes to handle direct_io.
Susan LoVerso
2013-06-19
Clean up warnings.
Susan LoVerso
2013-06-04
Clean up strings. Add slot_release_lsn to fix bug when changing files.
Susan LoVerso
2013-06-03
Clean up a bunch of warnings and remove a bunch of prints.
Susan LoVerso
2013-05-29
Remove unnecessary total_len from log record.
Susan LoVerso
2013-05-29
Add flags to flags.py. Implement log_scan API. Some bug fixes.
Susan LoVerso
2013-05-22
Basic __wt_log_read function and some test code to use it.
Susan LoVerso
2013-05-22
Add support for log descriptor structure at the beginning of log files.
Susan LoVerso
2013-05-21
Some clean-up.
Susan LoVerso
2013-05-21
Add sync support, return LSN and print thread id.
Susan LoVerso
2013-05-20
Add direct_io support for logging.
Susan LoVerso
2013-05-16
Add switching of log files.
Susan LoVerso
2013-05-16
Working slot code.
Susan LoVerso
2013-05-15
First pass that compiles.
Susan LoVerso
2013-05-09
Commit log.h and comments in log.c
Susan LoVerso
2013-05-02
Add missing WT_ATOMIC functions and log config.
Susan LoVerso
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-01-22
Update copyright notices to 2012.
Keith Bostic
2012-01-17
Documentation: add notes on remote file systems, created file permissions,
Keith Bostic
2011-03-16
Add the beginnings of a log manager.
Michael Cahill