Merge branch '2610_posix_fallocate'
commit2013c92cbbf6464c5cc6e862e0fac81bc9015744
authorSlava Zanko <slavazanko@gmail.com>
Thu, 20 Oct 2011 07:52:02 +0000 (20 10:52 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Thu, 20 Oct 2011 07:52:02 +0000 (20 10:52 +0300)
treef152d7dc786fc38f259ba473d450d04cd7fa5c38
parent490711fca726441400b3c26d7c99ab682a3cc957
parent9a7d02f4b4a3661feadd9aa6216bd68345d66b5e
Merge branch '2610_posix_fallocate'

* 2610_posix_fallocate:
  Documentation updated for describe preallocate feature
  Added configuration option 'preallocate_space' for toggle space preallocating behaviour.
  Added implementation for files space preallocation
  Ticket #2610: Use posix_fallocate() when copying files/moving to a new mount point