freebsd-dev/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Julian Elischer 3745c395ec Rename the kthread_xxx (e.g. kthread_create()) calls
to kproc_xxx as they actually make whole processes.
Thos makes way for us to add REAL kthread_create() and friends
that actually make theads. it turns out that most of these
calls actually end up being moved back to the thread version
when it's added. but we need to make this cosmetic change first.

I'd LOVE to do this rename in 7.0  so that we can eventually MFC the
new kthread_xxx() calls.
2007-10-20 23:23:23 +00:00
..
sys MFp4: Synchronize with vendor (mostly 'zfs rename -r'). 2007-04-12 23:16:02 +00:00
arc.c After dfr@ vnode leak fix, we can allow ARC to consume more memory. 2007-09-10 18:12:27 +00:00
bplist.c
dbuf.c - Add missing lock destruction and remove duplicate initializations. 2007-05-06 19:05:37 +00:00
dmu_object.c
dmu_objset.c MFp4: Synchronize with recent OpenSolaris changes. 2007-04-08 16:29:25 +00:00
dmu_send.c White space fixes. 2007-05-01 13:32:22 +00:00
dmu_traverse.c
dmu_tx.c
dmu_zfetch.c
dmu.c
dnode_sync.c - Add missing lock destruction and remove duplicate initializations. 2007-05-06 19:05:37 +00:00
dnode.c - Add missing lock destruction and remove duplicate initializations. 2007-05-06 19:05:37 +00:00
dsl_dataset.c MFp4: Synchronize with vendor (mostly 'zfs rename -r'). 2007-04-12 23:16:02 +00:00
dsl_dir.c MFp4: Synchronize with recent OpenSolaris changes. 2007-04-08 16:29:25 +00:00
dsl_pool.c - Add missing lock destruction and remove duplicate initializations. 2007-05-06 19:05:37 +00:00
dsl_prop.c
dsl_synctask.c
fletcher.c
gzip.c
lzjb.c
metaslab.c
refcount.c
sha256.c
spa_config.c MFp4: Reduce diff against vendor code: 2007-04-23 00:52:07 +00:00
spa_errlog.c
spa_history.c
spa_misc.c MFp4: Allow to set zfs_recover via vfs.zfs.recover from /boot/loader.conf. 2007-04-10 12:54:19 +00:00
spa.c MFp4: Reduce diff against vendor code: 2007-04-23 00:52:07 +00:00
space_map.c
txg.c
uberblock.c
unique.c
vdev_cache.c
vdev_disk.c
vdev_file.c
vdev_geom.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
vdev_label.c
vdev_mirror.c
vdev_missing.c
vdev_queue.c
vdev_raidz.c Fix RAID-Z resilvering. 2007-04-14 20:50:14 +00:00
vdev_root.c
vdev.c MFp4: We have stronger 'lock already initialized' check now, so we can 2007-04-24 16:45:42 +00:00
zap_leaf.c
zap_micro.c Fix lock leak leading to the 'System call <name> returning with 1 locks held' 2007-10-04 17:51:59 +00:00
zap.c Fix 'zpool status -v'. To get object number we should use ZFS_DIRENT_OBJ() 2007-04-22 21:18:40 +00:00
zfs_acl.c MFp4: Reduce diff against vendor. 2007-04-24 16:49:01 +00:00
zfs_byteswap.c
zfs_ctldir.c Reimplement traverse() helper function: 2007-06-04 11:31:46 +00:00
zfs_dir.c MFp4: Reduce diff against vendor. 2007-04-24 16:49:01 +00:00
zfs_fm.c ZFS_LOG adds a newline by itself. 2007-10-14 16:14:32 +00:00
zfs_ioctl.c Initialize ZFS a bit earlier and block root mounting until 2007-05-24 07:43:00 +00:00
zfs_log.c MFp4: Reduce diff against vendor code: 2007-04-23 00:52:07 +00:00
zfs_replay.c Because we allocate componentname structures on stack, bzero() them before 2007-05-28 00:26:20 +00:00
zfs_rlock.c
zfs_vfsops.c Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the original 2007-09-10 19:58:14 +00:00
zfs_vnops.c Update assertion after revision 1.23. 2007-07-24 15:00:43 +00:00
zfs_znode.c Correct a reference-counting mistake in the ZFS code which led to abnormal 2007-07-09 09:03:49 +00:00
zfs.conf
zil.c ZIL (ZFS Intent Log) can be safely turned on and off at run time, because 2007-04-24 19:02:51 +00:00
zio_checksum.c
zio_compress.c
zio_inject.c
zio.c - Add missing lock destruction and remove duplicate initializations. 2007-05-06 19:05:37 +00:00
zvol.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00