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
/
block
/
block_addr.c
Age
Commit message (
Expand
)
Author
2014-10-02
Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...
Mark Benvenuto
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-12-23
Make addr_size (block manager's address sizes) a size_t instead of a
Keith Bostic
2013-05-11
Rename the WT_FH.file_size field to be WT_FH.size.
Keith Bostic
2013-05-10
__wt_block_ckpt_init() shouldn't set the checkpoint's file size to a
Keith Bostic
2013-05-09
Use the allocation size for the file "desc" block. This is important for dir...
Michael Cahill
2013-01-31
Fix an error message, we might someday have more than one checkpoint version.
Keith Bostic
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-11-28
Move the write-generation out of the block header and into the page
Keith Bostic
2012-06-19
Push snapshot to checkpoint rename down through the rest of the system
Keith Bostic
2012-04-23
Store the bytes required by each snapshot in the file's snapshot
Keith Bostic
2012-03-28
Don't make arguments to crack location cookies optional, it's more
Keith Bostic
2012-03-28
We can't use WT_BLOCK_INVALID_OFFSET as an out-of-band offset in the
Keith Bostic
2012-03-26
Delete the code which discarded each extent list before it was written;
Keith Bostic
2012-03-25
Second set of snapshot changes, ref #167:
Keith Bostic
2012-03-22
First set of snapshot changes, ref #167. The big changes are to create
Keith Bostic
2012-01-23
Merge WT_BUF into WT_ITEM.
Michael Cahill
2012-01-22
Update copyright notices to 2012.
Keith Bostic
2011-12-28
Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_t
Keith Bostic
2011-12-27
Create a per-block structure, WT_BLOCK, and move all of the block-specific
Keith Bostic
2011-12-27
Finish splitting out the block functions vs. the block-manager
Keith Bostic