Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\s+v2\]\s+xfstests\:\s+add\s+support\s+for\s+ext4dev\s+FSTYP\s*$/: 20 ]

Total 20 documents matching your query.

1. [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: amir73il@xxxxxxxxxxxxxxxxxxxxx
Date: Wed, 1 Jun 2011 15:56:52 +0300
blkid knows to identify the ext4dev FSTYP of a partition that was formatted with mkfs.ext4dev. quota tools and various util-linux utils are also aware of ext4dev, so ext4dev shares the same capabilit
/archives/xfs/2011-06/msg00010.html (11,160 bytes)

2. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Thu, 2 Jun 2011 09:28:04 +1000
Perhaps this should be changes to a case statement? Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx
/archives/xfs/2011-06/msg00016.html (11,342 bytes)

3. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: "Amir G." <amir73il@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Jun 2011 05:16:05 +0300
you're making me go to v3 in such a trivial patch, but ok, I'll do it ;-)
/archives/xfs/2011-06/msg00023.html (14,156 bytes)

4. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: "Amir G." <amir73il@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Jun 2011 05:33:34 +0300
I rechecked the fsck -t ext4dev vs. fsck.ext4dev. fsck -t ext4dev doesn't work for me :-( Sergey has a newer version of util-linux-ng see: amir@qalab:~/xfstests$ sudo fsck -t ext4dev -nf /dev/sda5 fs
/archives/xfs/2011-06/msg00024.html (15,905 bytes)

5. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Thu, 2 Jun 2011 13:08:02 +1000
For filessytems that use the generic fsck multiplexor, yes. In general, no. XFS is a special case in that fsck.xfs is a no-op - it does no checking at all and only returns values needed for init scri
/archives/xfs/2011-06/msg00025.html (16,874 bytes)

6. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: "Amir G." <amir73il@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Jun 2011 06:49:20 +0300
no. not a big deal at all. The features are going into mainline, but are not there yet. I did not invent the ext4dev standard, which is pretty well supported by all relevant tools, but I find it very
/archives/xfs/2011-06/msg00026.html (19,863 bytes)

7. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Thu, 2 Jun 2011 16:40:40 +1000
So using feature bits as they were intended is the right thing to do, isn't it? As I understand it, ext4dev is deprecated and should not be used for any new filesystems. When did that status change?
/archives/xfs/2011-06/msg00029.html (12,927 bytes)

8. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: "Amir G." <amir73il@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Jun 2011 10:11:43 +0300
I am not sure what you mean by that. The fact that to this day fsck.ext2/3/4 have always been the same file (hence support the same feature set) does not mean that they have to be that way by design.
/archives/xfs/2011-06/msg00043.html (16,431 bytes)

9. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: "Amir G." <amir73il@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Jun 2011 10:16:48 +0300
OK, after upgrading to newer util-linux and building it from git, which also didn't help, I finally found who to blame - me. I had an old (noauto) entry in /etc/fstab which claimed that /dev/sda5 is
/archives/xfs/2011-06/msg00044.html (16,105 bytes)

10. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: Lukas Czerner <lczerner@xxxxxxxxxx>
Date: Thu, 2 Jun 2011 14:10:11 +0200 (CEST)
And that's perfectly fine, you can use whatever you want on you system. ext4dev is not a tool for ext4 developers. It has been deprecated and does not exist anymore, looking at kernel config there is
/archives/xfs/2011-06/msg00047.html (18,496 bytes)

11. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: "Amir G." <amir73il@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Jun 2011 16:17:54 +0300
Ted actually brought this up in our ext4 developers meeting on LSF. He said we could register an ext4 module with the ext4dev external symbols and it would be useful for testing, since we already hav
/archives/xfs/2011-06/msg00049.html (25,828 bytes)

12. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: Lukas Czerner <lczerner@xxxxxxxxxx>
Date: Thu, 2 Jun 2011 16:44:07 +0200 (CEST)
--snip-- I know, but my point is still valid. why to introduce non-existing FSTYP into other tools, this is not proper course of action. If the goal is really resurrect ext4dev we should do this firs
/archives/xfs/2011-06/msg00051.html (14,280 bytes)

13. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxx>
Date: Thu, 02 Jun 2011 09:59:35 -0500
So where are we at with all this? I don't really mind adding ext4dev to FSTYP case statements, it -is- something which blkid could, in theory, still return, and making xfstests cope with that and try
/archives/xfs/2011-06/msg00052.html (11,193 bytes)

14. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: Andreas Dilger <adilger@xxxxxxxxx>
Date: Thu, 2 Jun 2011 11:22:53 -0600
I'm perfectly OK with using ext4dev as a filesystem type that allows testing changes to ext4 on a system that is already running ext4 as the root fs. No, but it's not like this is affecting a lot of
/archives/xfs/2011-06/msg00054.html (11,776 bytes)

15. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: "Ted Ts'o" <tytso@xxxxxxx>
Date: Thu, 2 Jun 2011 20:36:10 -0400
My take on this is that way too much time has been spent this subject. Being able to use ext4dev is useful, and given that we have all of this support in our existing system tools, why not use it to
/archives/xfs/2011-06/msg00059.html (13,454 bytes)

16. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Fri, 3 Jun 2011 12:01:27 +1000
f it is ext4 community decides that ext4dev is not deprecated then I don't have any objection. It won't cause me any PEBKAC problems. ;) Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx
/archives/xfs/2011-06/msg00063.html (11,578 bytes)

17. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxx>
Date: Thu, 02 Jun 2011 22:26:05 -0500
I think we just want to make sure we understand the reasons for a change. Every change has risks, and xfstests is used on a lot of different systems. If I don't fully understand the motivation for a
/archives/xfs/2011-06/msg00066.html (14,369 bytes)

18. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: "Amir G." <amir73il@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 3 Jun 2011 07:59:25 +0300
No doubt. I blame only myself for not presenting the case correctly. I made it sound like I am trying to push my own private hack upstream. Actually, all 10 people involved in snapshot development cl
/archives/xfs/2011-06/msg00068.html (15,858 bytes)

19. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxx>
Date: Fri, 03 Jun 2011 00:06:09 -0500
mmm I like beer, I'll see you then! ;) -Eric (tucking this email away for future reference... ;)
/archives/xfs/2011-06/msg00069.html (14,835 bytes)

20. Re: [PATCH v2] xfstests: add support for ext4dev FSTYP (score: 1)
Author: "Amir G." <amir73il@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 3 Jun 2011 20:21:09 +0300
Well, if anyone doesn't like beer, here are my low-tech ext4dev clone scripts ;-) ext4: scripts to clone and build ext4dev fs with default config options diff --git a/clone_ext4dev.sh b/clone_ext4dev
/archives/xfs/2011-06/msg00077.html (19,137 bytes)


This search system is powered by Namazu