freebsd-dev/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Pawel Jakub Dawidek 19ebc67beb Provide internal ioflags() function that converts ioflag provided by FreeBSD's
VFS to OpenSolaris-specific ioflag expected by ZFS. Use it for read and write
operations.

Reviewed by:	mm
MFC after:	1 week
2010-10-10 20:49:33 +00:00
..
sys Properly handle IO with B_FAILFAST 2010-09-27 09:42:31 +00:00
arc.c zfs arc_reclaim_needed: fix typo in mismerge in r212780 2010-09-17 07:34:50 +00:00
bplist.c Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. 2008-11-17 20:49:29 +00:00
dbuf.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dmu_object.c Fix deadlock during zfs receive. 2010-05-04 17:30:07 +00:00
dmu_objset.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dmu_send.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dmu_traverse.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dmu_tx.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dmu_zfetch.c Fix perfomance problem with ZFS prefetch caching [1] 2010-05-16 07:16:28 +00:00
dmu.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dnode_sync.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dnode.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dsl_dataset.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dsl_deleg.c Consider snapshots as descendants via zfs allow -d 2010-07-24 22:28:29 +00:00
dsl_dir.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dsl_pool.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dsl_prop.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
dsl_scrub.c Enable offlining of log devices. 2010-09-27 09:05:51 +00:00
dsl_synctask.c Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. 2008-11-17 20:49:29 +00:00
fletcher.c Switch to fletcher4 as the default checksum algorithm. Fletcher2 was proven to 2009-09-25 18:19:50 +00:00
gzip.c
lzjb.c
metaslab.c Update ZFS metaslab code from OpenSolaris. 2010-08-28 08:59:55 +00:00
refcount.c Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. 2008-11-17 20:49:29 +00:00
rrwlock.c Return NULL pointer instead of B_FALSE as it is done in the vendor code. 2010-08-28 19:29:06 +00:00
sha256.c Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. 2008-11-17 20:49:29 +00:00
spa_config.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
spa_errlog.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
spa_history.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
spa_misc.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
spa.c Properly handle IO with B_FAILFAST 2010-09-27 09:42:31 +00:00
space_map.c Update ZFS metaslab code from OpenSolaris. 2010-08-28 08:59:55 +00:00
txg.c Increase stack size for ZFS sync thread. This is required to make ZFS 2010-07-17 13:31:27 +00:00
uberblock.c
unique.c Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. 2008-11-17 20:49:29 +00:00
vdev_cache.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
vdev_disk.c Properly handle IO with B_FAILFAST 2010-09-27 09:42:31 +00:00
vdev_file.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
vdev_geom.c Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic. 2010-09-02 19:40:28 +00:00
vdev_label.c Properly handle IO with B_FAILFAST 2010-09-27 09:42:31 +00:00
vdev_mirror.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
vdev_missing.c Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. 2008-11-17 20:49:29 +00:00
vdev_queue.c Update ZFS metaslab code from OpenSolaris. 2010-08-28 08:59:55 +00:00
vdev_raidz.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
vdev_root.c Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. 2008-11-17 20:49:29 +00:00
vdev.c Properly handle IO with B_FAILFAST 2010-09-27 09:42:31 +00:00
zap_leaf.c Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. 2008-11-17 20:49:29 +00:00
zap_micro.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
zap.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
zfs_acl.c Import changes from OpenSolaris that provide 2010-08-28 09:24:11 +00:00
zfs_byteswap.c - Fix broken symlinks on cross platform zfs send/recv. [1] 2010-05-05 22:15:20 +00:00
zfs_ctldir.c Fix kernel panic when moving a file to .zfs/shares 2010-09-15 19:55:26 +00:00
zfs_dir.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
zfs_fm.c Properly handle IO with B_FAILFAST 2010-09-27 09:42:31 +00:00
zfs_fuid.c Enable fake resolving of SMB RIDs by using nulldomain and UID_NOBODY 2010-07-22 23:30:24 +00:00
zfs_ioctl.c On FreeBSD we can log from pool that have multiple top-level vdevs or log 2010-09-09 21:20:18 +00:00
zfs_log.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
zfs_replay.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
zfs_rlock.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00
zfs_vfsops.c Fix kernel panic when moving a file to .zfs/shares 2010-09-15 19:55:26 +00:00
zfs_vnops.c Provide internal ioflags() function that converts ioflag provided by FreeBSD's 2010-10-10 20:49:33 +00:00
zfs_znode.c Import changes from OpenSolaris that provide 2010-08-28 09:24:11 +00:00
zfs.conf
zil.c Enable offlining of log devices. 2010-09-27 09:05:51 +00:00
zio_checksum.c Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. 2008-11-17 20:49:29 +00:00
zio_compress.c
zio_inject.c Properly handle IO with B_FAILFAST 2010-09-27 09:42:31 +00:00
zio.c Properly handle IO with B_FAILFAST 2010-09-27 09:42:31 +00:00
zvol.c Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced 2010-07-12 23:49:04 +00:00