freebsd-dev/lib/libzfs
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
..
include Add linux events 2010-08-31 13:41:36 -07:00
libzfs_changelist.c Fix gcc missing case warnings 2010-08-27 15:34:03 -07:00
libzfs_config.c Fix gcc missing braces warnings 2010-08-27 15:34:03 -07:00
libzfs_dataset.c Add linux mlslabel support 2010-08-31 13:41:49 -07:00
libzfs_diff.c Add linux kernel device support 2010-08-31 13:41:50 -07:00
libzfs_fru.c Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
libzfs_graph.c Fix gcc missing braces warnings 2010-08-27 15:34:03 -07:00
libzfs_import.c Fix gcc uninitialized variable warnings 2010-08-31 08:38:43 -07:00
libzfs_mount.c Fix gcc init pragma warnings 2010-08-27 15:34:02 -07:00
libzfs_pool.c Add linux events 2010-08-31 13:41:36 -07:00
libzfs_sendrecv.c Add linux kernel device support 2010-08-31 13:41:50 -07:00
libzfs_status.c Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
libzfs_util.c Add linux mntent support 2010-08-31 13:41:50 -07:00
Makefile.am Add build system 2010-08-31 13:41:27 -07:00