summaryrefslogtreecommitdiff
path: root/src/block/block_read.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-1/+1
* WT-3018 lint (#3142)Keith Bostic2016-11-111-2/+0
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-5/+5
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-18/+22
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-2/+2
* WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-241-6/+6
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-39/+22
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-291-3/+10
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-281-3/+3
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-261-37/+35
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-2/+2
* WT-60: big endian supportKeith Bostic2016-01-271-0/+5
* WT-60: big endian supportKeith Bostic2016-01-261-5/+5
* WT-60: big endian supportKeith Bostic2016-01-151-1/+7
* WT-60: big endian supportKeith Bostic2016-01-141-0/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2258: Ignore pre-load calls for direct I/O files.Keith Bostic2015-12-021-0/+7
* WT-2258: restructure __wt_bm_preload() to be cleaner and simpler.Keith Bostic2015-12-021-19/+14
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-2/+2
* WT-1822, WT-2051Keith Bostic2015-08-241-3/+3
* Don's review, use "checksum" in the message, not "cksum".Keith Bostic2015-07-241-4/+6
* WT-2020: clarify checksum error failure messages.Keith Bostic2015-07-241-8/+14
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Check the block header checksum before we clear it, it should beKeith Bostic2014-12-171-19/+21
* Whenever we verify an address when running with HAVE_DIAGNOSTIC, confirmKeith Bostic2014-10-241-6/+2
* Typedef wt_off_t as an off_t if the type is available on the system.Keith Bostic2014-10-021-2/+2
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-8/+8
* A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic2014-05-051-2/+2
* Change the block manager to not touch the WT_ITEM.{mem,memsize} fieldsKeith Bostic2014-04-281-19/+2
* Add support for a new verify option "-d dump_offsets=#,#,#", that allowsKeith Bostic2014-04-011-0/+37
* Minor re-working of 9dd055a.Keith Bostic2014-01-081-11/+9
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Don't abort if there is a checksum failure during verification or salvage: we...Michael Cahill2014-01-021-1/+6
* If running in DIAGNOSTIC mode, drop core when there's a checksum error,Keith Bostic2013-12-241-1/+3
* Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic2013-12-231-3/+3
* Rework uint32_t/size_t declarations, size_t is more appropriate for theKeith Bostic2013-12-221-5/+6
* Rewrite the read/write loops to handle short returns, POSIX allows shortKeith Bostic2013-12-171-1/+1
* Coverity is concerned we might be indirecting through a NULL pointer --Keith Bostic2013-11-151-6/+8
* Salvage can read through the standard WT_BM handle when reading overflowKeith Bostic2013-10-281-2/+6
* Minor restructuring, don't reach through the session handle to figure outKeith Bostic2013-10-281-14/+8
* It is okay for checkpoint reads to see a page that is discarded in the live s...Michael Cahill2013-10-281-1/+2
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-5/+5
* Split statistics macros into two parts: run-time and everything else,Keith Bostic2013-10-101-5/+5
* StyleSusan LoVerso2013-09-031-1/+2
* Make it OK if a filesystem doesn't support some posix_fadvise flags.Alex Gorrod2013-08-301-12/+13
* Create a more general-purpose block-manager preload call and pre-loadKeith Bostic2013-05-281-5/+47
* Preload internal pages into file system cache with compression.Alex Gorrod2013-05-141-3/+6
* Changes based on Alex's review.Michael Cahill2013-04-161-1/+1
* When reading from a memory map, tell the OS the size of the block so it is fa...Michael Cahill2013-04-041-0/+2