1. Nov 20, 2009
  2. Oct 19, 2009
  3. Sep 22, 2009
    • Karel Zak's avatar
      fallocate: new command · d46a5499
      Karel Zak authored
      The fallocate(1) utility is used to preallocate blocks to a file.
      
      This can be useful for virtual images, database files, testing, etc.
      Normally we'd hope that various tools will start using preallocation
      internally, but until then such a utility may be useful, and could be
      scripted as well.
      
      The original Eric's version is available at:
      http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/2490
      
      
      
      This version:
       - checks for fallocate glibc function and kernel syscall
       - does not provide a fallback and does not call posix_fallocate()
       - adds long options
       - uses err.h for errro messages
       - adds NLS support
       - cleanups man page
      
      Co-Author: Eric Sandeen <sandeen@redhat.com>
      Signed-off-by: default avatarEric Sandeen <sandeen@redhat.com>
      Signed-off-by: default avatarKarel Zak <kzak@redhat.com>
      d46a5499
  4. Jul 15, 2009
  5. Jul 02, 2009
  6. Jun 28, 2009
  7. Jun 22, 2009
  8. May 27, 2009
  9. May 05, 2009
  10. Apr 17, 2009
  11. Mar 18, 2009
  12. Jun 09, 2008
  13. Apr 16, 2008
  14. Apr 15, 2008
  15. Mar 25, 2008
  16. Sep 05, 2007
  17. Aug 27, 2007
  18. Aug 21, 2007
  19. Aug 17, 2007
  20. Aug 07, 2007
  21. Jul 16, 2007
  22. Jul 03, 2007
  23. Jun 12, 2007
  24. May 16, 2007
  25. Jan 04, 2007
  26. Dec 06, 2006