mirror_zfs/module/zfs
Brian Behlendorf efcd79a883 Retire KM_NODEBUG
Callers of kmem_alloc() which passed the KM_NODEBUG flag to suppress
the large allocation warning have been replaced by vmem_alloc() as
appropriate.  The updated vmem_alloc() call will not print a warning
regardless of the size of the allocation.

A careful reader will notice that not all callers have been changed
to vmem_alloc().  Some have only had the KM_NODEBUG flag removed.
This was possible because the default warning threshold has been
increased to 32k.  This is desirable because it minimizes the need
for Linux specific code changes.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2015-01-16 14:40:32 -08:00
..
arc.c Remove duplicate typedefs from trace.h 2015-01-06 16:53:24 -08:00
blkptr.c Illumos 4757, 4913 2014-08-01 14:28:05 -07:00
bplist.c
bpobj.c Illumos 4757, 4913 2014-08-01 14:28:05 -07:00
bptree.c Fix dprintf format specifiers 2014-11-17 11:13:45 -08:00
dbuf_stats.c Fix improper null-byte termination handling 2014-11-17 15:28:59 -08:00
dbuf.c Remove duplicate typedefs from trace.h 2015-01-06 16:53:24 -08:00
ddt_zap.c
ddt.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
dmu_diff.c Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t 2014-08-06 14:48:41 -07:00
dmu_object.c Illumos 3693 - restore_object uses at least two transactions to restore an object 2014-10-21 15:26:50 -07:00
dmu_objset.c Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t 2014-08-06 14:48:41 -07:00
dmu_send.c Illumos 5162 - zfs recv should use loaned arc buffer to avoid copy 2014-10-21 16:32:11 -07:00
dmu_traverse.c Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t 2014-08-06 14:48:41 -07:00
dmu_tx.c Remove duplicate typedefs from trace.h 2015-01-06 16:53:24 -08:00
dmu_zfetch.c
dmu.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
dnode_sync.c Illumos 5117 - spacemap reallocation can cause corruption 2014-09-08 09:42:39 -07:00
dnode.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
dsl_bookmark.c
dsl_dataset.c Illumos 5150 - zfs clone of a defer_destroy snapshot causes strangeness 2014-10-21 15:26:58 -07:00
dsl_deadlist.c
dsl_deleg.c
dsl_destroy.c Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t 2014-08-06 14:48:41 -07:00
dsl_dir.c Correct error returns to unify cross-pool operation error handling 2014-12-19 10:51:24 -08:00
dsl_pool.c Remove duplicate typedefs from trace.h 2015-01-06 16:53:24 -08:00
dsl_prop.c
dsl_scan.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
dsl_synctask.c
dsl_userhold.c Illumos 4757, 4913 2014-08-01 14:28:05 -07:00
fm.c Fixed memory leaks in zevent handling 2014-08-20 10:45:16 -07:00
gzip.c
lz4.c
lzjb.c
Makefile.in Swap DTRACE_PROBE* with Linux tracepoints 2014-11-17 11:13:55 -08:00
metaslab.c Illumos 5213 - panic in metaslab_init due to space_map_open returning ENXIO 2014-11-14 15:37:45 -08:00
range_tree.c Illumos 4976-4984 - metaslab improvements 2014-08-18 08:40:49 -07:00
refcount.c
rrwlock.c
sa.c
sha256.c
spa_boot.c
spa_config.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
spa_errlog.c Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t 2014-08-06 14:48:41 -07:00
spa_history.c Update utsname support 2014-10-17 14:58:57 -07:00
spa_misc.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
spa_stats.c Fix improper null-byte termination handling 2014-11-17 15:28:59 -08:00
spa.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
space_map.c Fix dprintf format specifiers 2014-11-17 11:13:45 -08:00
space_reftree.c
trace.c Remove duplicate typedefs from trace.h 2015-01-06 16:53:24 -08:00
txg.c Mark IO pipeline with PF_FSTRANS 2015-01-16 14:28:05 -08:00
uberblock.c
unique.c
vdev_cache.c
vdev_disk.c Use is_vmalloc_addr() in vdev_disk.c 2015-01-16 14:28:05 -08:00
vdev_file.c Mark IO pipeline with PF_FSTRANS 2015-01-16 14:28:05 -08:00
vdev_label.c Fix function call with uninitialized value in vdev_inuse 2014-09-23 10:32:45 -07:00
vdev_mirror.c Handle NULL mirror child vdev 2014-10-17 14:59:05 -07:00
vdev_missing.c
vdev_queue.c Illumos 4753 - increase number of outstanding async writes when sync task is waiting 2014-09-23 13:50:55 -07:00
vdev_raidz.c
vdev_root.c
vdev.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
zap_leaf.c
zap_micro.c Add object type checking to zap_lockdir() 2014-09-08 09:15:38 -07:00
zap.c Fix dprintf format specifiers 2014-11-17 11:13:45 -08:00
zfeature_common.c Illumos 4924 - LZ4 Compression for metadata 2014-10-20 16:17:49 -07:00
zfeature.c
zfs_acl.c Remove duplicate typedefs from trace.h 2015-01-06 16:53:24 -08:00
zfs_byteswap.c
zfs_ctldir.c
zfs_debug.c Swap DTRACE_PROBE* with Linux tracepoints 2014-11-17 11:13:55 -08:00
zfs_dir.c Revert "Revert "Revert "Fix unlink/xattr deadlock""" 2014-08-11 16:12:36 -07:00
zfs_fm.c Fixed memory leaks in zevent handling 2014-08-20 10:45:16 -07:00
zfs_fuid.c
zfs_ioctl.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
zfs_log.c
zfs_onexit.c
zfs_replay.c Linux AIO Support 2014-09-05 15:11:43 -07:00
zfs_rlock.c
zfs_sa.c
zfs_vfsops.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
zfs_vnops.c Fix zfs_putpage() lock inversion (again) 2015-01-08 16:09:41 -08:00
zfs_znode.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
zil.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
zio_checksum.c Illumos 4757, 4913 2014-08-01 14:28:05 -07:00
zio_compress.c Illumos 4757, 4913 2014-08-01 14:28:05 -07:00
zio_inject.c Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_t 2014-08-06 14:48:41 -07:00
zio.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
zle.c
zpl_ctldir.c
zpl_export.c
zpl_file.c Retire KM_NODEBUG 2015-01-16 14:40:32 -08:00
zpl_inode.c
zpl_super.c Remove shrink_dcache_memory() and shrink_icache_memory() 2014-10-17 14:58:50 -07:00
zpl_xattr.c Linux AIO Support 2014-09-05 15:11:43 -07:00
zrlock.c Remove duplicate typedefs from trace.h 2015-01-06 16:53:24 -08:00
zvol.c Mark IO pipeline with PF_FSTRANS 2015-01-16 14:28:05 -08:00