freebsd-dev/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Pawel Jakub Dawidek b39ba076ec zfs vdev_file_io_start: validate vdev before using vdev_tsd
vdev_tsd can be NULL for certain vdev states.
At least in userland testing with ztest.

Submitted by:	avg
MFC after:	3 days
2011-10-21 14:00:48 +00:00
..
sys Eliminate the zfsdev_state_lock entirely and replace it with the 2011-08-12 07:04:16 +00:00
arc.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
bplist.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
bpobj.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dbuf.c Fix potential panic in dbuf_sync_list() relate to spill blocks handling. 2011-03-14 11:07:12 +00:00
ddt_zap.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
ddt.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dmu_diff.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dmu_object.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dmu_objset.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dmu_send.c Fix deduplicated zfs receive 2011-04-30 14:52:49 +00:00
dmu_traverse.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dmu_tx.c Import fix for Illumos bug #1475 to reduce diff against upstream. 2011-10-18 13:58:22 +00:00
dmu_zfetch.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dmu.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dnode_sync.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dnode.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dsl_dataset.c Add a new "REFCOMPRESSRATIO" property. 2011-06-28 07:52:01 +00:00
dsl_deadlist.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dsl_deleg.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dsl_dir.c Fix libzpool build. 2011-03-06 01:22:14 +00:00
dsl_pool.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dsl_prop.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dsl_scan.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
dsl_synctask.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
gzip.c
lzjb.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
metaslab.c ZFS tries to allocate blocks evenly across all devices. This means when 2011-07-18 08:29:49 +00:00
refcount.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +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
sa.c Fix a bug in sa_find_sizes() which could lead to panic: 2011-10-17 22:23:27 +00:00
sha256.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
spa_config.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
spa_errlog.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
spa_history.c Silence notice on pool creation, import and access. 2011-06-07 20:46:31 +00:00
spa_misc.c ZFS tries to allocate blocks evenly across all devices. This means when 2011-07-18 08:29:49 +00:00
spa.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
space_map.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
txg.c Fix integer overflow in txg_delay() by initializing 2011-08-01 14:50:31 +00:00
uberblock.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
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 Disable vdev cache (readahead) by default. 2011-06-28 06:32:35 +00:00
vdev_disk.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
vdev_file.c zfs vdev_file_io_start: validate vdev before using vdev_tsd 2011-10-21 14:00:48 +00:00
vdev_geom.c Eliminate the zfsdev_state_lock entirely and replace it with the 2011-08-12 07:04:16 +00:00
vdev_label.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
vdev_mirror.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
vdev_missing.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
vdev_queue.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
vdev_raidz.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
vdev_root.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
vdev.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zap_leaf.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zap_micro.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zap.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfs_acl.c Resurrect the ZFS "aclmode" property 2011-07-18 07:16:44 +00:00
zfs_byteswap.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfs_ctldir.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfs_debug.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfs_dir.c Don't pass pointer to name buffer which is on the stack to another thread, 2011-05-24 20:10:12 +00:00
zfs_fm.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfs_fuid.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfs_ioctl.c zfs_ioctl.c: improve code readability in zfs_ioc_dataset_list_next() 2011-08-13 21:35:22 +00:00
zfs_log.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfs_onexit.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfs_replay.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfs_rlock.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfs_sa.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zfs_vfsops.c Resurrect the ZFS "aclmode" property 2011-07-18 07:16:44 +00:00
zfs_vnops.c Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic 2011-09-06 10:30:11 +00:00
zfs_znode.c Generalize ffs_pages_remove() into vn_pages_remove(). 2011-08-25 08:17:39 +00:00
zfs.conf
zil.c Fix serious bug in ZIL that can lead to pool corruption 2011-07-30 19:00:31 +00:00
zio_checksum.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zio_compress.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zio_inject.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zio.c ZFS tries to allocate blocks evenly across all devices. This means when 2011-07-18 08:29:49 +00:00
zle.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zrlock.c Finally... Import the latest open-source ZFS version - (SPA) 28. 2011-02-27 19:41:40 +00:00
zvol.c zfs_ioctl.c: improve code readability in zfs_ioc_dataset_list_next() 2011-08-13 21:35:22 +00:00