Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\s+4\/7\]\[TAKE5\]\s+support\s+new\s+modes\s+in\s+fallocate\s*$/: 76 ]

Total 76 documents matching your query.

1. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: Andreas Dilger <adilger@xxxxxxxxxxxxx>
Date: Sat, 30 Jun 2007 12:52:46 -0400
I definitely agree that the behaviour should be specified part of the interface. The current behaviour of both ext4 and XFS is that the successful part of the unallocated extent is left in place when
/archives/xfs/2007-07/msg00000.html (14,965 bytes)

2. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: David Chinner <dgc@xxxxxxx>
Date: Mon, 2 Jul 2007 08:55:43 +1000
Yeah, and AFAICT glibc leaves them behind ATM. We can't simply walk the range an remove unwritten extents, as some of them may have been present before the fallocate() call. That makes it extremely d
/archives/xfs/2007-07/msg00002.html (12,469 bytes)

3. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: "Amit K. Arora" <aarora@xxxxxxxxxxxxxxxxxx>
Date: Mon, 2 Jul 2007 17:17:30 +0530
Yes, it does. I would not call it a "leak", since the blocks which got allocated as part of the partial success of the fallocate syscall can be strictly accounted for (i.e. they are assigned to a par
/archives/xfs/2007-07/msg00005.html (13,598 bytes)

4. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: "Amit K. Arora" <aarora@xxxxxxxxxxxxxxxxxx>
Date: Tue, 3 Jul 2007 15:38:48 +0530
We now have two sets of flags - 1) the above three with which I think no one has any issues with, and 2) the ones below, for which we need some discussions before finalizing on them. I will prefer fa
/archives/xfs/2007-07/msg00019.html (11,724 bytes)

5. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Tue, 3 Jul 2007 11:31:07 +0100
Yes, I do. FA_FL_DEL_DATA is plain stupid, a preallocation call should never delete data. FA_FL_DEALLOC should probably be a separate syscall because it's very different functionality. While we're at
/archives/xfs/2007-07/msg00020.html (12,900 bytes)

6. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: "Amit K. Arora" <aarora@xxxxxxxxxxxxxxxxxx>
Date: Tue, 3 Jul 2007 17:16:50 +0530
Well, if you see the modes proposed using above flags : FA_FL_DEL_DATA is _not_ being used for preallocation. We have two modes for preallocation FA_ALLOCATE and FA_RESV_SPACE, which do not use this
/archives/xfs/2007-07/msg00021.html (13,735 bytes)

7. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: Timothy Shimmin <tes@xxxxxxx>
Date: Wed, 04 Jul 2007 15:37:01 +1000
Amit K. Arora wrote: FA_FL_NO_MTIME 0x10 /* keep same mtime (default change on size, data change) */ FA_FL_NO_CTIME 0x20 /* keep same ctime (default change on size, data change) */ NACK to these aswe
/archives/xfs/2007-07/msg00024.html (12,367 bytes)

8. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Wed, 11 Jul 2007 10:05:16 +0100
Agreed, looks like we should stay with the user has to clean up behaviour.
/archives/xfs/2007-07/msg00067.html (11,748 bytes)

9. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Wed, 11 Jul 2007 10:03:12 +0100
Sorry, but this doesn't make any sense. There is no need to put every feature in the XFS ioctls in the syscalls. The XFS ioctls will need to be supported forever anyway - as I suggested before they r
/archives/xfs/2007-07/msg00068.html (13,829 bytes)

10. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Wed, 11 Jul 2007 10:04:41 +0100
You're not :) You're using an O_INVIBLE equivalent (as described below), which would be a useful thing to have at the VFS level, but adding hacks to some system calls only wouldn't help any HSM syste
/archives/xfs/2007-07/msg00069.html (12,281 bytes)

11. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: "Amit K. Arora" <aarora@xxxxxxxxxxxxxxxxxx>
Date: Thu, 12 Jul 2007 13:56:50 +0530
As you suggest, let us just have two modes for the time being: As the name suggests, when FALLOC_ALLOCATE_KEEP_SIZE mode is passed it will result in file size not being changed even if the preallocat
/archives/xfs/2007-07/msg00081.html (14,789 bytes)

12. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: David Chinner <dgc@xxxxxxx>
Date: Thu, 12 Jul 2007 23:13:34 +1000
Sure. I'll just make XFS work with whatever it is that gets merged. Cheers, Dave. -- Dave Chinner Principal Engineer SGI Australian Software Group
/archives/xfs/2007-07/msg00082.html (11,675 bytes)

13. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: "Amit K. Arora" <aarora@xxxxxxxxxxxxxxxxxx>
Date: Thu, 12 Jul 2007 19:45:16 +0530
Great. I will post the new patches soon. -- Regards, Amit Arora
/archives/xfs/2007-07/msg00083.html (11,888 bytes)

14. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: Andreas Dilger <adilger@xxxxxxxxxxxxx>
Date: Thu, 12 Jul 2007 08:40:55 -0600
What does FALLOC_ALLOCATE mean vs. not passing this flag? I have no objection to this as long as the code remains with these as "flags" instead of "modes"... Essentially just dropping the FALLOC_FL_D
/archives/xfs/2007-07/msg00084.html (12,408 bytes)

15. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: Andreas Dilger <adilger@xxxxxxxxxxxxx>
Date: Sat, 30 Jun 2007 12:52:46 -0400
I definitely agree that the behaviour should be specified part of the interface. The current behaviour of both ext4 and XFS is that the successful part of the unallocated extent is left in place when
/archives/xfs/2007-07/msg00363.html (14,965 bytes)

16. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: David Chinner <dgc@xxxxxxx>
Date: Mon, 2 Jul 2007 08:55:43 +1000
Yeah, and AFAICT glibc leaves them behind ATM. We can't simply walk the range an remove unwritten extents, as some of them may have been present before the fallocate() call. That makes it extremely d
/archives/xfs/2007-07/msg00365.html (12,469 bytes)

17. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: "Amit K. Arora" <aarora@xxxxxxxxxxxxxxxxxx>
Date: Mon, 2 Jul 2007 17:17:30 +0530
Yes, it does. I would not call it a "leak", since the blocks which got allocated as part of the partial success of the fallocate syscall can be strictly accounted for (i.e. they are assigned to a par
/archives/xfs/2007-07/msg00368.html (13,598 bytes)

18. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: "Amit K. Arora" <aarora@xxxxxxxxxxxxxxxxxx>
Date: Tue, 3 Jul 2007 15:38:48 +0530
We now have two sets of flags - 1) the above three with which I think no one has any issues with, and 2) the ones below, for which we need some discussions before finalizing on them. I will prefer fa
/archives/xfs/2007-07/msg00382.html (11,724 bytes)

19. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Tue, 3 Jul 2007 11:31:07 +0100
Yes, I do. FA_FL_DEL_DATA is plain stupid, a preallocation call should never delete data. FA_FL_DEALLOC should probably be a separate syscall because it's very different functionality. While we're at
/archives/xfs/2007-07/msg00383.html (12,900 bytes)

20. Re: [PATCH 4/7][TAKE5] support new modes in fallocate (score: 1)
Author: "Amit K. Arora" <aarora@xxxxxxxxxxxxxxxxxx>
Date: Tue, 3 Jul 2007 17:16:50 +0530
Well, if you see the modes proposed using above flags : FA_FL_DEL_DATA is _not_ being used for preallocation. We have two modes for preallocation FA_ALLOCATE and FA_RESV_SPACE, which do not use this
/archives/xfs/2007-07/msg00384.html (13,735 bytes)


This search system is powered by Namazu