freebsd-dev/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Steven Hartland bc96366c86 Mechanically convert cddl sun #ifdef's to illumos
Since the upstream for cddl code is now illumos not sun, mechanically
convert all sun #ifdef's to illumos #ifdef's which have been used in all
newer code for some time.

Also do a manual pass to correct the use if #ifdef comments as per style(9)
as well as few uses of #if defined(__FreeBSD__) vs #ifndef illumos.

MFC after:	1 month
Sponsored by:	Multiplay
2015-01-17 14:44:59 +00:00
..
sys Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
arc.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
blkptr.c MFV r267565: 2014-07-01 06:43:15 +00:00
bplist.c
bpobj.c MFV r274273: 2014-11-10 08:20:21 +00:00
bptree.c MFV r274273: 2014-11-10 08:20:21 +00:00
dbuf.c MFV r275783: 2014-12-15 18:22:45 +00:00
ddt_zap.c
ddt.c Pull in r267961 and r267973 again. Fix for issues reported will follow. 2014-06-28 03:56:17 +00:00
dmu_diff.c MFV r275783: 2014-12-15 18:22:45 +00:00
dmu_object.c MFV r272804: 2014-10-09 07:52:51 +00:00
dmu_objset.c MFV r275783: 2014-12-15 18:22:45 +00:00
dmu_send.c MFV r275783: 2014-12-15 18:22:45 +00:00
dmu_traverse.c MFV r275783: 2014-12-15 18:22:45 +00:00
dmu_tx.c MFV r275551: 2014-12-15 07:52:23 +00:00
dmu_zfetch.c Make sysctls under vfs.zfs.zfetch writeable. 2014-07-26 09:09:14 +00:00
dmu.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
dnode_sync.c MFV r275544: 2014-12-13 01:18:23 +00:00
dnode.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
dsl_bookmark.c MFV r275551: 2014-12-15 07:52:23 +00:00
dsl_dataset.c MFV r275551: 2014-12-15 07:52:23 +00:00
dsl_deadlist.c MFV r275551: 2014-12-15 07:52:23 +00:00
dsl_deleg.c MFV r275551: 2014-12-15 07:52:23 +00:00
dsl_destroy.c MFV r275551: 2014-12-15 07:52:23 +00:00
dsl_dir.c MFV r275551: 2014-12-15 07:52:23 +00:00
dsl_pool.c MFV r275551: 2014-12-15 07:52:23 +00:00
dsl_prop.c MFV r275551: 2014-12-15 07:52:23 +00:00
dsl_scan.c MFV r275783: 2014-12-15 18:22:45 +00:00
dsl_synctask.c MFV r275551: 2014-12-15 07:52:23 +00:00
dsl_userhold.c MFV r275551: 2014-12-15 07:52:23 +00:00
gzip.c
lz4.c Introduce allocation cache to store LZ4 compression contexts without kicking 2013-11-14 15:54:54 +00:00
lzjb.c Improve lzjb decompress performance by reorganizing the code 2013-10-08 01:38:24 +00:00
metaslab.c MFV r275540: 2014-12-08 06:04:42 +00:00
range_tree.c MFV r272495: 2014-10-04 08:14:10 +00:00
refcount.c
rrwlock.c Reduce lock contention on the z_teardown_lock under heavily cached 2014-07-19 00:26:03 +00:00
sa.c MFV r275551: 2014-12-15 07:52:23 +00:00
sha256.c
spa_config.c Always sync the global ZFS config cache to reflect the new mosconfig 2014-12-23 09:31:24 +00:00
spa_errlog.c MFV r268119: 2014-07-01 21:51:30 +00:00
spa_history.c MFV r275551: 2014-12-15 07:52:23 +00:00
spa_misc.c Add a tunable for spa_slop_shift which controls how much space we 2014-11-18 18:52:38 +00:00
spa.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
space_map.c Add tunable vfs.zfs.space_map_blksz for space map's maximum block size. 2014-10-18 22:11:10 +00:00
space_reftree.c MFV r258371,r258372: 4101 metaslab_debug should allow for fine-grained control 2013-11-28 19:37:22 +00:00
THIRDPARTYLICENSE.lz4
THIRDPARTYLICENSE.lz4.descrip
trim_map.c Fix overflow bug from r248577, turning 30s TRIM timeout into ~4s. 2015-01-14 16:22:00 +00:00
txg.c MFV r268851: 2014-07-18 22:34:01 +00:00
uberblock.c MFV r275550: 2014-12-15 05:10:55 +00:00
unique.c
vdev_cache.c MFC r270195: 2014-08-20 21:44:48 +00:00
vdev_disk.c Disable TRIM on file backed ZFS vdevs and fix TRIM on init 2014-11-17 11:32:10 +00:00
vdev_file.c Disable TRIM on file backed ZFS vdevs and fix TRIM on init 2014-11-17 11:32:10 +00:00
vdev_geom.c Disable TRIM on file backed ZFS vdevs and fix TRIM on init 2014-11-17 11:32:10 +00:00
vdev_label.c Disable TRIM on file backed ZFS vdevs and fix TRIM on init 2014-11-17 11:32:10 +00:00
vdev_mirror.c Skip extra bcopy() when scrubbing vdev without redundancy. 2015-01-12 22:38:55 +00:00
vdev_missing.c MFV r274272 and diff reduction with upstream. 2014-11-09 07:37:00 +00:00
vdev_queue.c Add LBA as secondary sort key for synchronous I/O requests. 2015-01-11 00:26:18 +00:00
vdev_raidz.c MFV r274273: 2014-11-10 08:20:21 +00:00
vdev_root.c Enhance the ZFS vdev layer to maintain both a logical and a physical 2013-08-21 04:10:24 +00:00
vdev.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
zap_leaf.c MFV r275551: 2014-12-15 07:52:23 +00:00
zap_micro.c MFV r275551: 2014-12-15 07:52:23 +00:00
zap.c MFV r275551: 2014-12-15 07:52:23 +00:00
zfeature.c Fix build on platforms where atomic_swap_64 is not available. 2014-01-02 03:24:44 +00:00
zfs_acl.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
zfs_byteswap.c
zfs_ctldir.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
zfs_debug.c MFV r268848: 2014-07-18 20:41:40 +00:00
zfs_dir.c MFV r268452: 2014-07-09 18:32:40 +00:00
zfs_fm.c
zfs_fuid.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
zfs_ioctl.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
zfs_log.c MFV r274273: 2014-11-10 08:20:21 +00:00
zfs_onexit.c Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
zfs_replay.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
zfs_rlock.c
zfs_sa.c
zfs_vfsops.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
zfs_vnops.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
zfs_znode.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00
zfs.conf
zil.c MFV r275783: 2014-12-15 18:22:45 +00:00
zio_checksum.c MFV r254750: 2013-09-21 00:17:26 +00:00
zio_compress.c As of r268075, the responsibility of rounding up buffer to optimal size have 2014-07-25 06:53:20 +00:00
zio_inject.c MFC r270195: 2014-08-20 21:44:48 +00:00
zio.c Add missing continue: we can't proceed further if the 2014-12-19 00:20:29 +00:00
zle.c
zrlock.c
zvol.c Use new optimized dmu_read_uio_dbuf() for ZVOLs in device mode. 2015-01-10 18:28:58 +00:00