Kernel work update

2006-02-04 Thread Matthew Dillon
I am making good progress on the BIO conversion... that is, changing all the VFS and DEV strategy code to take a layerable struct bio instead of a struct buf and to disassociate the VM and vnode backing store for the original struct buf from the actual I/O. This work is simil

Re: Kernel work update

2006-02-03 Thread hui
On Tue, Jan 31, 2006 at 06:16:56PM -0800, Matthew Dillon wrote: > :Sun is playing nice with open-source at the moment, but will > :they continue to play nice when their stock price drops yet > :another 50% ? I dunno. I hope so. > > They've released the source under their creative commons lic

Re: Kernel work update

2006-01-31 Thread Jake Maciejewski
On Tue, 2006-01-31 at 18:16 -0800, Matthew Dillon wrote: > :I had no idea what ZFS was, so I googled it and found this: > : > :"...Sun's patent-pending "adaptive endian-ness" technology, > :which is unique to ZFS..." > : > :I still don't know was ZFS is, but now I know it's proprietary, > :like jav

Re: Kernel work update

2006-01-31 Thread Jake Maciejewski
On Tue, 2006-01-31 at 18:14 -0800, Devon H. O'Dell wrote: > On Tue, Jan 31, 2006 at 04:39:43PM -0600, Jake Maciejewski wrote: > > On Tue, 2006-01-31 at 13:37 -0800, walt wrote: > > > Matthew Dillon wrote: > > > [...] > > > > This work will eventually dovetail into the ZFS work... > > > > > > I

Re: Kernel work update

2006-01-31 Thread Devon H. O'Dell
On Tue, Jan 31, 2006 at 04:39:43PM -0600, Jake Maciejewski wrote: > On Tue, 2006-01-31 at 13:37 -0800, walt wrote: > > Matthew Dillon wrote: > > [...] > > > This work will eventually dovetail into the ZFS work... > > > > I had no idea what ZFS was, so I googled it and found this: > > > > "...

Re: Kernel work update

2006-01-31 Thread Matthew Dillon
:I had no idea what ZFS was, so I googled it and found this: : :"...Sun's patent-pending "adaptive endian-ness" technology, :which is unique to ZFS..." : :I still don't know was ZFS is, but now I know it's proprietary, :like java, with all the same baggage attached. : :Sun is playing nice with ope

Re: Kernel work update

2006-01-31 Thread Jake Maciejewski
On Tue, 2006-01-31 at 13:37 -0800, walt wrote: > Matthew Dillon wrote: > [...] > > This work will eventually dovetail into the ZFS work... > > I had no idea what ZFS was, so I googled it and found this: > > "...Sun's patent-pending "adaptive endian-ness" technology, > which is unique to ZFS..

Re: Kernel work update

2006-01-31 Thread walt
Matthew Dillon wrote: [...] > This work will eventually dovetail into the ZFS work... I had no idea what ZFS was, so I googled it and found this: "...Sun's patent-pending "adaptive endian-ness" technology, which is unique to ZFS..." I still don't know was ZFS is, but now I know it's propriet

Kernel work update

2006-01-31 Thread Matthew Dillon
Ok, the parallel route table code has been committed. Be prepared for some potential destabilization in HEAD. The next bit of work is going to be the buffer cache's indexing conversion from logical block numbers to byte-offset ranges. This work is going to accomplish the foll