Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[RFC\]\s+add\s+FIEMAP\s+ioctl\s+to\s+efficiently\s+map\s+file\s+allocation\s*$/: 109 ]

Total 109 documents matching your query.

1. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author:
Date: Mon, 29 Oct 2007 13:45:07 -0600
By request on #linuxfs, here is the FIEMAP spec that we used to implement the FIEMAP support for ext4. There was an ext4 patch posted on August 29 to linux-ext4 entitled "[PATCH] FIEMAP ioctl". I've
/archives/xfs/2007-10/msg00271.html (18,055 bytes)

2. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author:
Date: Mon, 29 Oct 2007 16:13:02 -0600
I tried to make it as Lustre-agnostic as possible... Note the distinction between "fe_offset" (which is a physical offset for a single extent) and "fm_offset" (which is a logical offset for that file
/archives/xfs/2007-10/msg00275.html (14,268 bytes)

3. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author:
Date: Mon, 29 Oct 2007 13:57:44 -0700
Hi Andreas, Thanks for posting this. I believe that an interface such as FIEMAP would be very useful to Ocfs2 as well. (I added ocfs2-devel to the e-mail) My comments below are generally geared towar
/archives/xfs/2007-10/msg00276.html (16,055 bytes)

4. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author:
Date: Tue, 30 Oct 2007 09:25:33 +1100
Link: http://marc.info/?l=linux-ext4&m=118838241209683&w=2 That's a very ext4 specific ioctl interface. Can we get this made generic like the FIBMAP interface so we don't have to replicate all the co
/archives/xfs/2007-10/msg00277.html (10,762 bytes)

5. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author:
Date: Mon, 29 Oct 2007 16:29:07 -0600
Actually, that is completely bunk. What it should say is something like: "filefrag can easily call the FIEMAP ioctls repeatedly using the returned fm_start and fm_length as the start offset for the n
/archives/xfs/2007-10/msg00278.html (12,069 bytes)

6. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author:
Date: Mon, 29 Oct 2007 15:40:11 -0700
Yeah - that's where I was going with my question. This is much more clear now, thanks. --Mark -- Mark Fasheh Senior Software Developer, Oracle mark.fasheh@xxxxxxxxxx
/archives/xfs/2007-10/msg00285.html (11,908 bytes)

7. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author:
Date: Mon, 29 Oct 2007 17:11:26 -0700
IMHO, your description succeeded at that. I'm hoping that the final patch can have mostly generic code, like FIBMAP does today. Oh, ok great - I was primarily looking for a way to say "there's alloca
/archives/xfs/2007-10/msg00287.html (13,712 bytes)

8. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author:
Date: Mon, 29 Oct 2007 18:25:59 -0600
Oh, I was confused as to what you are asking. Mapping in-inode data is just fine using the existing interface. The byte offset of the data is given, and the "FIEMAP_EXTENT_NO_DIRECT" flag is set to i
/archives/xfs/2007-10/msg00288.html (12,697 bytes)

9. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: >
Date: Mon, 29 Oct 2007 13:45:07 -0600
By request on #linuxfs, here is the FIEMAP spec that we used to implement the FIEMAP support for ext4. There was an ext4 patch posted on August 29 to linux-ext4 entitled "[PATCH] FIEMAP ioctl". I've
/archives/xfs/2007-10/msg00598.html (18,055 bytes)

10. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: >
Date: Mon, 29 Oct 2007 16:13:02 -0600
I tried to make it as Lustre-agnostic as possible... Note the distinction between "fe_offset" (which is a physical offset for a single extent) and "fm_offset" (which is a logical offset for that file
/archives/xfs/2007-10/msg00602.html (14,268 bytes)

11. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: >
Date: Mon, 29 Oct 2007 13:57:44 -0700
Hi Andreas, Thanks for posting this. I believe that an interface such as FIEMAP would be very useful to Ocfs2 as well. (I added ocfs2-devel to the e-mail) My comments below are generally geared towar
/archives/xfs/2007-10/msg00603.html (16,055 bytes)

12. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: >
Date: Tue, 30 Oct 2007 09:25:33 +1100
Link: http://marc.info/?l=linux-ext4&m=118838241209683&w=2 That's a very ext4 specific ioctl interface. Can we get this made generic like the FIBMAP interface so we don't have to replicate all the co
/archives/xfs/2007-10/msg00604.html (10,762 bytes)

13. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: >
Date: Mon, 29 Oct 2007 16:29:07 -0600
Actually, that is completely bunk. What it should say is something like: "filefrag can easily call the FIEMAP ioctls repeatedly using the returned fm_start and fm_length as the start offset for the n
/archives/xfs/2007-10/msg00605.html (12,069 bytes)

14. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: >
Date: Mon, 29 Oct 2007 15:40:11 -0700
Yeah - that's where I was going with my question. This is much more clear now, thanks. --Mark -- Mark Fasheh Senior Software Developer, Oracle mark.fasheh@xxxxxxxxxx
/archives/xfs/2007-10/msg00612.html (11,908 bytes)

15. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: >
Date: Mon, 29 Oct 2007 17:11:26 -0700
IMHO, your description succeeded at that. I'm hoping that the final patch can have mostly generic code, like FIBMAP does today. Oh, ok great - I was primarily looking for a way to say "there's alloca
/archives/xfs/2007-10/msg00614.html (13,712 bytes)

16. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: >
Date: Mon, 29 Oct 2007 18:25:59 -0600
Oh, I was confused as to what you are asking. Mapping in-inode data is just fine using the existing interface. The byte offset of the data is given, and the "FIEMAP_EXTENT_NO_DIRECT" flag is set to i
/archives/xfs/2007-10/msg00615.html (12,697 bytes)

17. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: David Chinner <dgc@xxxxxxx>
Date: Wed, 2 May 2007 00:20:49 +1000
My point was that there is a difference between specification and implementation - if the specification says something is compulsory, then they must be implemented in the filesystem. This is easy eno
/archives/xfs/2007-05/msg00000.html (11,677 bytes)

18. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: Anton Altaparmakov <aia21@xxxxxxxxx>
Date: Tue, 1 May 2007 19:37:20 +0100
On 1 May 2007, at 05:22, David Chinner wrote: On Mon, Apr 30, 2007 at 04:44:01PM -0600, Andreas Dilger wrote: The FIBMAP ioctl is for privileged users only, and I wonder if FIEMAP should be the same,
/archives/xfs/2007-05/msg00001.html (12,197 bytes)

19. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: Anton Altaparmakov <aia21@xxxxxxxxx>
Date: Tue, 1 May 2007 19:46:53 +0100
On 1 May 2007, at 15:20, David Chinner wrote: On Mon, Apr 30, 2007 at 09:39:06PM -0700, Nicholas Miell wrote: On Tue, 2007-05-01 at 14:22 +1000, David Chinner wrote: On Mon, Apr 30, 2007 at 04:44:01P
/archives/xfs/2007-05/msg00002.html (15,298 bytes)

20. Re: [RFC] add FIEMAP ioctl to efficiently map file allocation (score: 1)
Author: Andreas Dilger <adilger@xxxxxxxxxxxxx>
Date: Tue, 1 May 2007 15:32:36 -0700
What you seem to be missing about my proposal is that the FLAG_INCOMPAT is for future use by that part of the specification we haven't thought of yet... Having COMPAT/INCOMPAT flags has been very use
/archives/xfs/2007-05/msg00003.html (12,381 bytes)


This search system is powered by Namazu