summaryrefslogtreecommitdiff
path: root/src/os_posix/os_fallocate.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-241-8/+8
* WT-2552 Minor cleanup of new pluggable file system APIKeith Bostic2016-04-291-5/+12
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-90/+63
* WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-121-4/+4
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-6/+0
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-211-21/+18
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-0/+2
* WT-2349 Initial addition of readonly configuration option.Susan LoVerso2016-02-041-0/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* whitespaceKeith Bostic2015-10-141-4/+2
* WT-2165 Remove FALLOC_FL_KEEP_SIZE flag.Susan LoVerso2015-10-131-2/+2
* Boolean conversion pass over include.Keith Bostic2015-09-271-6/+6
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Don't lose real errors (we ignore the error the first time the stubKeith Bostic2014-11-171-9/+6
* Refactor the fallocate call.Keith Bostic2014-11-171-63/+127
* KNFSusan LoVerso2014-11-171-19/+16
* Check for fallocate at runtimeEliot Horowitz2014-11-171-2/+26
* Fix unused variable on OS X.Michael Cahill2014-10-141-0/+1
* Make fallocate/posix_fallocate more configurable.Keith Bostic2014-10-121-38/+62
* posix_fallocate fails on Solaris except for UFS -- if we get EINVALKeith Bostic2014-10-091-8/+31
* Typedef wt_off_t as an off_t if the type is available on the system.Keith Bostic2014-10-021-1/+2
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-1/+1
* A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic2014-05-051-3/+2
* Add --enable-verbose option, disabled by default.Alex Gorrod2014-05-051-0/+2
* The posix_fallocate call on Linux is corrupting already written data,Keith Bostic2014-04-091-1/+13
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Make __wt_fallocate compile even if neither system call is found.Alex Gorrod2013-08-081-0/+4
* Add __wt_fallocate.Susan LoVerso2013-07-111-0/+31