Commit Graph

7 Commits

Author SHA1 Message Date
Aron Xu
cae5b34040 New upstream version 0.7.2 2017-10-06 21:03:18 +08:00
Aron Xu
ea04106bca Imported Upstream version 0.6.4.2 2015-08-13 20:04:48 +08:00
Liang Guo
a08ee8756d Imported Upstream version 0.6.2+git20140204 2014-02-09 00:25:11 +08:00
Aron Xu
c06d4368ee Imported Upstream version 0.6.2 2013-08-24 14:37:28 +08:00
Carlos Alberto Lopez Perez
0e3762cae9 Imported Upstream version 0.6.1 2013-04-10 03:57:11 +02:00
Brian Behlendorf
9691eb9fee Remove scripts/common.sh
This script is now dynamically generated at configure time
from scripts/common.sh.in.  This change was made by commit
26e61dd074df64f9e1d779273efd56fa9d92cdc5 but we accidentally
kept the common.sh file around.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2010-09-01 13:29:50 -07:00
Brian Behlendorf
325f023544 Add linux kernel device support
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.

This patch also adds the onexit infrastructure needed to track
some minimal state between ioctls.  Under Linux it would be easy
to do this simply using the file->private_data.  But under Solaris
they apparent need to pass the file descriptor as part of the ioctl
data and then perform a lookup in the kernel.  Once again to keep
code change to a minimum I've implemented the Solaris solution.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2010-08-31 13:41:50 -07:00