nginx/src
Maxim Dounin c66a1e7a17 Workaround for fs_size on ZFS (ticket #46).
ZFS reports incorrect st_blocks until file settles on disk, and this
may take a while (i.e. just after creation of a file the st_blocks value
is incorrect).  As a workaround we now use st_blocks only if
st_blocks * 512 > st_size, this should fix ZFS problems while still
preserving accuracy for other filesystems.

The problem had appeared in r3900 (1.0.1).
2012-02-28 11:09:02 +00:00
..
core Fix of rbtree lookup on hash collisions. 2012-02-27 22:15:39 +00:00
event Fix of rbtree lookup on hash collisions. 2012-02-27 22:15:39 +00:00
http Fix of rbtree lookup on hash collisions. 2012-02-27 22:15:39 +00:00
mail Time parsing cleanup. 2012-02-13 15:41:11 +00:00
misc Copyright updated. 2012-01-18 15:07:43 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Workaround for fs_size on ZFS (ticket #46). 2012-02-28 11:09:02 +00:00