Commit Graph

6 Commits

Author SHA1 Message Date
Brian Behlendorf 0c443b1d13 Create linux-kernel-device topic branch.
This branch contains the majority of the changes required to cleanly
intergrate with Linux style special devices (/dev/zfs).  Mainly this
means dropping all the Solaris style callbacks and replacing them
with the Linux equivilants.  Additionally, this means slightly
expanding the zfs_ioc_* functions to include a 'struct file *' to
allow the tracking of private data for each open file descriptor.
This is very helpful when you need to maintain a little information
about the open file between ioctls().
2010-05-14 11:48:06 -07:00
Brian Behlendorf 5d233af2da Add TODO 2009-01-21 11:26:19 -08:00
Brian Behlendorf 8e976f7fcf Moving GIT to master for easier reference 2009-01-20 15:35:40 -08:00
Brian Behlendorf 37d3644aa1 Refresh zfs-branch 2008-12-05 09:35:51 -08:00
Brian Behlendorf 6c97558f3f Refresh gcc-branch 2008-12-05 09:33:44 -08:00
Brian Behlendorf 9e5ad07ee1 Add gcc-c90 branch 2008-11-20 14:04:05 -08:00