freebsd-nq/module/zfs
Brian Behlendorf 2b8cad6159 Use vmem_alloc() for zfs_ioc_userspace_many()
The default buffer size when requesting multiple quota entries
is 100 times the zfs_useracct_t size.  In practice this works out
to exactly 27200 bytes.  Since this will be a short lived buffer
in a non-performance critical path it is preferable to vmem_alloc()
the needed memory.
2011-05-20 14:23:18 -07:00
..
arc.c Fix 'negative objects to delete' warning 2011-05-18 10:29:22 -07:00
bplist.c
bpobj.c
dbuf.c
ddt_zap.c
ddt.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
dmu_diff.c
dmu_object.c
dmu_objset.c Merge branch 'zpl' 2011-02-18 09:31:25 -08:00
dmu_send.c
dmu_traverse.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
dmu_tx.c
dmu_zfetch.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
dmu.c
dnode_sync.c
dnode.c
dsl_dataset.c
dsl_deadlist.c
dsl_deleg.c
dsl_dir.c
dsl_pool.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
dsl_prop.c Fix enum compiler warning 2011-02-23 12:52:51 -08:00
dsl_scan.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
dsl_synctask.c
fm.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
gzip.c
lzjb.c
Makefile.in Implemented NFS export_operations. 2011-04-29 12:36:13 -07:00
metaslab.c
refcount.c
rrwlock.c
sa.c
sha256.c
spa_boot.c
spa_config.c
spa_errlog.c
spa_history.c
spa_misc.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
spa.c Disable direct reclaim for z_wr_* threads 2011-05-06 15:26:26 -07:00
space_map.c
txg.c Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool)) 2011-04-07 09:52:16 -07:00
uberblock.c
unique.c
vdev_cache.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
vdev_disk.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
vdev_file.c
vdev_label.c
vdev_mirror.c
vdev_missing.c
vdev_queue.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
vdev_raidz.c
vdev_root.c
vdev.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
zap_leaf.c
zap_micro.c
zap.c
zfs_acl.c
zfs_byteswap.c
zfs_debug.c
zfs_dir.c Added missing initialization for va.va_dentry in zfs_get_xattrdir. 2011-04-19 13:57:41 -07:00
zfs_fm.c
zfs_fuid.c Drop HAVE_XVATTR macros 2011-03-02 11:44:34 -08:00
zfs_ioctl.c Use vmem_alloc() for zfs_ioc_userspace_many() 2011-05-20 14:23:18 -07:00
zfs_log.c Drop HAVE_XVATTR macros 2011-03-02 11:44:34 -08:00
zfs_onexit.c
zfs_replay.c Use Linux ATTR_ versions 2011-03-03 11:29:15 -08:00
zfs_rlock.c Range lock performance improvements 2011-03-08 12:44:06 -08:00
zfs_sa.c Drop HAVE_XVATTR macros 2011-03-02 11:44:34 -08:00
zfs_vfsops.c Implemented NFS export_operations. 2011-04-29 12:36:13 -07:00
zfs_vnops.c Update synchronous open zfs_close() comment 2011-05-13 08:20:06 -07:00
zfs_znode.c Don't store rdev in SA for FIFOs and sockets 2011-05-09 13:35:07 -07:00
zil.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
zio_checksum.c
zio_compress.c
zio_inject.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
zio.c Add missing ZFS tunables 2011-05-04 10:02:37 -07:00
zle.c
zpl_export.c Implemented NFS export_operations. 2011-04-29 12:36:13 -07:00
zpl_file.c Handle NULL in nfsd .fsync() hook 2011-05-06 12:33:45 -07:00
zpl_inode.c Don't store rdev in SA for FIFOs and sockets 2011-05-09 13:35:07 -07:00
zpl_super.c Implemented NFS export_operations. 2011-04-29 12:36:13 -07:00
zpl_xattr.c Truncate the xattr znode when updating existing attributes. 2011-04-19 14:14:40 -07:00
zrlock.c
zvol.c Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00