1. Aug 29, 2011
  2. Jul 28, 2011
  3. May 02, 2011
  4. Feb 10, 2011
  5. Jan 25, 2011
  6. Jan 04, 2011
  7. Dec 10, 2010
  8. Nov 30, 2010
  9. Nov 15, 2010
  10. Jun 07, 2010
  11. Apr 02, 2010
  12. Jan 07, 2010
  13. Dec 09, 2009
  14. Nov 20, 2009
  15. Oct 19, 2009
  16. 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
  17. Jul 15, 2009
  18. Jul 02, 2009
  19. Jun 28, 2009
  20. Jun 22, 2009
  21. May 27, 2009
  22. May 05, 2009
  23. Apr 17, 2009
  24. Mar 18, 2009
  25. Jun 09, 2008
  26. Apr 16, 2008
  27. Apr 15, 2008
  28. Mar 25, 2008
  29. Sep 05, 2007
  30. Aug 27, 2007
  31. Aug 21, 2007
  32. Aug 17, 2007
  33. Aug 07, 2007
  34. Jul 16, 2007
  35. Jul 03, 2007
  36. Jun 12, 2007
  37. May 16, 2007