[zfs-code] Increasing dnode size

2007-09-20 Thread Darren J Moffat
Matthew Ahrens wrote: > Darren J Moffat wrote: >> Andreas Dilger wrote: >> >>> I agree, but I suspect large dnodes could also be of use to ZFS at >>> some point, either for fast EAs and/or small files, so we wanted to >>> get some buy-in from the ZFS developers on an approach that would >>> be suit

[zfs-code] Extending RAIDZ.

2007-09-20 Thread Pawel Jakub Dawidek
layers to vdev_raidz. -- Pawel Jakub Dawidek http://www.wheel.pl pjd at FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/zfs-code/attachments/20070920/70035301/attachment.bin>

[zfs-code] Adding New Zpool Property

2007-09-20 Thread J Duff
Thanks Matt... It looks as if 6582456 is in snv_71, and PSARC 2007/342 will be in snv_75. I'll wait until snv_75 comes out since I'm just playing around with using ZFS on a laptop and thought I'd add a pool property to enable/disable a setting that identifies the pool as a laptop pool. There are

[zfs-code] Increasing dnode size

2007-09-20 Thread Andreas Dilger
On Sep 20, 2007 06:09 -0700, Matthew Ahrens wrote: > Andreas Dilger wrote: > >>I agree, but I suspect large dnodes could also be of use to ZFS at > >>some point, either for fast EAs and/or small files, so we wanted to > >>get some buy-in from the ZFS developers on an approach that would > >>be sui

[zfs-code] Which ZFS DMU objects should be encrypted ?

2007-09-20 Thread Darren J Moffat
eric kustarz wrote: > > On Sep 12, 2007, at 4:31 AM, Darren J Moffat wrote: > >> The DMU layer will determine which objects in be encrypted when being >> placed in a dataset that has the encryption property turned on. >> >> http://opensolaris.org/os/project/zfs-crypto/phase1/dmu_ot/ >> >> Which o

[zfs-code] Increasing dnode size

2007-09-20 Thread Matthew Ahrens
Darren J Moffat wrote: > Andreas Dilger wrote: > >> I agree, but I suspect large dnodes could also be of use to ZFS at >> some point, either for fast EAs and/or small files, so we wanted to >> get some buy-in from the ZFS developers on an approach that would >> be suitable for ZFS also. In partic

[zfs-code] Which ZFS DMU objects should be encrypted ?

2007-09-20 Thread Matthew Ahrens
eric kustarz wrote: > On Sep 12, 2007, at 4:31 AM, Darren J Moffat wrote: > >> The DMU layer will determine which objects in be encrypted when being >> placed in a dataset that has the encryption property turned on. >> >> http://opensolaris.org/os/project/zfs-crypto/phase1/dmu_ot/ >> >> Which of t

[zfs-code] Increasing dnode size

2007-09-20 Thread Andreas Dilger
On Sep 17, 2007 14:43 -0600, Mark Shellenbaum wrote: > >Andreas Dilger wrote: > >>0.b The ext2/3/4 format has a very clever IMHO versioning mechanism that > >> is superior to just incrementing a version number and forcing all > >> implementations to support every previous version's features.