Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\]\s+xfsprogs\:\s+add\s+fallocate\s+command\s+to\s+xfs_io\s*$/: 7 ]

Total 7 documents matching your query.

1. [PATCH] xfsprogs: add fallocate command to xfs_io (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Sun, 10 May 2009 19:30:13 -0500
Based on Dave's earlier patch, but now we have an fallocate glibc call... this also adds autoconf magic and a manpage update. (hopefully not too #ifdef-heavy....) Signed-off-by: Eric Sandeen <sandeen
/archives/xfs/2009-05/msg00062.html (10,640 bytes)

2. Re: [PATCH] xfsprogs: add fallocate command to xfs_io (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Fri, 15 May 2009 13:13:24 -0400
Looks good to me and seems to work. What about just using #ifdef HAVE_FALLOCATE everywhere? Reviewed-by: Christoph Hellwig <hch@xxxxxx>
/archives/xfs/2009-05/msg00128.html (7,650 bytes)

3. Re: [PATCH] xfsprogs: add fallocate command to xfs_io (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Fri, 15 May 2009 13:27:11 -0400
Actually that was spoken too fast. On my Debian -testing system it detects fallocate as available because <linux/falloc.h> exists, but the glibc doesn't actually support a falloc(3) yet. So either th
/archives/xfs/2009-05/msg00131.html (8,514 bytes)

4. Re: [PATCH] xfsprogs: add fallocate command to xfs_io (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Fri, 15 May 2009 13:50:39 -0500
Ok, I think I know how to make the detection work better, I'll fix that up. -Eric
/archives/xfs/2009-05/msg00132.html (8,843 bytes)

5. Re: [PATCH] xfsprogs: add fallocate command to xfs_io (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Fri, 15 May 2009 17:11:24 -0500
oh, hrm. It's already doing what I thought was sufficient but it won't link will it: (from m4/package_libcdev.m4) +# +# Check if we have a fallocate libc call (Linux) +# +AC_DEFUN([AC_HAVE_FALLOCATE]
/archives/xfs/2009-05/msg00133.html (9,579 bytes)

6. Re: [PATCH] xfsprogs: add fallocate command to xfs_io (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Sat, 16 May 2009 16:40:25 -0400
Yes, that correctly detects fallocate as not present for me and thus gives a working fallocate. Why do you nee to include <linux/falloc.h> here anyway? You don't use any of the constants, and the fal
/archives/xfs/2009-05/msg00141.html (9,296 bytes)

7. Re: [PATCH] xfsprogs: add fallocate command to xfs_io (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Sat, 16 May 2009 17:08:43 -0500
Well, the actual patch includes it for FALLOC_FL_KEEP_SIZE so it'd be better to detect it at config time and if not there fail? Or we could #ifndef and have a local define ... -Eric
/archives/xfs/2009-05/msg00144.html (9,685 bytes)


This search system is powered by Namazu