Go to file
Brian Behlendorf 3713b73335 Linux 4.11 compat: avoid refcount_t name conflict
Related to commit 4859fe796, when directly using the kernel's
refcount functions in kernel compatibility code do not map
refcount_t to zfs_refcount_t.  This leads to a type mismatch.

Longer term we should consider renaming refcount_t to
zfs_refcount_t in the zfs code base.

Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Chunwei Chen <david.chen@nutanix.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #7148
2018-03-14 16:10:36 -07:00
.github Update codecov.yml 2018-03-14 16:10:36 -07:00
cmd ZTS: Fix create-o_ashift test case 2018-03-14 16:10:36 -07:00
config Linux 4.16 compat: inode_set_iversion() 2018-03-14 16:10:36 -07:00
contrib Add /usr/bin/env to COPY_EXEC_LIST initramfs hook 2017-12-04 17:22:36 -08:00
etc Use /sbin/openrc-run for openrc init scripts 2018-01-30 10:27:30 -06:00
include Linux 4.11 compat: avoid refcount_t name conflict 2018-03-14 16:10:36 -07:00
lib Fix 'zfs receive -o' when used with '-e|-d' 2018-01-30 10:27:32 -06:00
man Remove deprecated zfs_arc_p_aggressive_disable 2018-03-14 16:10:36 -07:00
module Linux 4.16 compat: inode_set_iversion() 2018-03-14 16:10:36 -07:00
rpm Fix systemd_ RPM macros usage on Debian-based distributions 2018-03-14 16:10:36 -07:00
scripts Extend zloop.sh for automated testing 2018-01-30 10:27:31 -06:00
tests ZTS: Fix create-o_ashift test case 2018-03-14 16:10:36 -07:00
udev
.gitignore Add configure option to enable gcov analysis 2018-03-14 16:10:36 -07:00
.gitmodules
AUTHORS
autogen.sh
configure.ac Add support for "--enable-code-coverage" option 2018-03-14 16:10:36 -07:00
copy-builtin
COPYRIGHT
DISCLAIMER
Makefile.am Add support for "--enable-code-coverage" option 2018-03-14 16:10:36 -07:00
META Tag zfs-0.7.6 2018-02-01 10:02:58 -08:00
OPENSOLARIS.LICENSE
README.markdown Update codecov.yml 2018-03-14 16:10:36 -07:00
TEST
zfs-script-config.sh.in zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
zfs.release.in

img

ZFS on Linux is an advanced file system and volume manager which was originally developed for Solaris and is now maintained by the OpenZFS community.

codecov

Official Resources

Installation

Full documentation for installing ZoL on your favorite Linux distribution can be found at our site.

Contribute & Develop

We have a separate document with contribution guidelines.