1. 19 Oct, 2015 1 commit
  2. 15 Oct, 2015 1 commit
  3. 14 Oct, 2015 5 commits
  4. 13 Oct, 2015 2 commits
  5. 11 Oct, 2015 2 commits
  6. 05 Oct, 2015 1 commit
  7. 02 Oct, 2015 1 commit
  8. 01 Oct, 2015 3 commits
  9. 30 Sep, 2015 3 commits
  10. 29 Sep, 2015 3 commits
  11. 28 Sep, 2015 4 commits
  12. 24 Sep, 2015 3 commits
  13. 23 Sep, 2015 1 commit
  14. 21 Sep, 2015 6 commits
  15. 16 Sep, 2015 3 commits
  16. 15 Sep, 2015 1 commit
    • Martin Blix Grydeland's avatar
      fallocate will for some filesystems (e.g. xfs) not take the already · 9f38e1a8
      Martin Blix Grydeland authored
      allocated blocks of the file into account. This will cause fallocate
      to report ENOSPC when called on an existing fully allocated file
      unless the filesystem has enough free space to accomodate the complete
      new file size. Because of this we enable fallocate only on filesystems
      that are known to work as we expect.
      
      Fixes: #1792
      9f38e1a8