freebsd-nq/module/zfs
Brian Behlendorf c85b224faf Call d_instantiate before unlocking inode
Under Linux a dentry referencing an inode must be instantiated before
the inode is unlocked.  To accomplish this without overly modifing
the core ZFS code the dentry it passed via the vattr_t.  There are
cases such as replay when a dentry is not available.  In which case
it is obviously not initialized at inode creation time, if a dentry
is needed it will be spliced as when required via d_lookup().
2011-04-07 09:51:57 -07:00
..
arc.c Use KM_PUSHPAGE instead of KM_SLEEP 2011-03-22 12:14:55 -07:00
bplist.c
bpobj.c
dbuf.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
ddt_zap.c
ddt.c
dmu_diff.c
dmu_object.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
dmu_objset.c Merge branch 'zpl' 2011-02-18 09:31:25 -08:00
dmu_send.c
dmu_traverse.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
dmu_tx.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
dmu_zfetch.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
dmu.c Suppress large kmem_alloc() warning 2011-02-10 09:27:22 -08:00
dnode_sync.c
dnode.c Quiet down very frequent large allocation warning in ZFS. 2010-09-17 16:24:15 -07:00
dsl_dataset.c Prototype/structure update for Linux 2011-02-10 09:27:21 -08:00
dsl_deadlist.c
dsl_deleg.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
dsl_dir.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
dsl_pool.c Prototype/structure update for Linux 2011-02-10 09:27:21 -08:00
dsl_prop.c Fix enum compiler warning 2011-02-23 12:52:51 -08:00
dsl_scan.c Suppress large kmem_alloc() warning. 2010-10-12 14:54:59 -07:00
dsl_synctask.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
fm.c Fix missing 'zpool events' 2010-10-12 14:55:03 -07:00
gzip.c
lzjb.c
Makefile.in Add Hooks for Linux File Operations 2011-02-10 09:27:21 -08:00
metaslab.c
refcount.c
rrwlock.c Enable rrwlock.c compilation 2010-12-07 16:05:25 -08:00
sa.c Enable zfs_znode compilation 2011-02-10 09:27:20 -08:00
sha256.c Add linux sha2 support 2010-08-31 13:41:59 -07:00
spa_boot.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
spa_config.c Prototype/structure update for Linux 2011-02-10 09:27:21 -08:00
spa_errlog.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
spa_history.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
spa_misc.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
spa.c Increate zio write interrupt thread count. 2010-11-08 14:03:35 -08:00
space_map.c
txg.c Fix inflated load average 2011-03-31 17:07:12 -07:00
uberblock.c
unique.c
vdev_cache.c
vdev_disk.c Don't set I/O Scheduler for Partitions 2011-03-10 13:34:17 -08:00
vdev_file.c Prototype/structure update for Linux 2011-02-10 09:27:21 -08:00
vdev_label.c
vdev_mirror.c
vdev_missing.c
vdev_queue.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
vdev_raidz.c
vdev_root.c
vdev.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
zap_leaf.c
zap_micro.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
zap.c
zfs_acl.c Prototype/structure update for Linux 2011-02-10 09:27:21 -08:00
zfs_byteswap.c Add linux kernel module support 2010-08-31 13:41:58 -07:00
zfs_debug.c
zfs_dir.c Call d_instantiate before unlocking inode 2011-04-07 09:51:57 -07:00
zfs_fm.c Initial zio delay timing 2010-10-12 14:55:02 -07:00
zfs_fuid.c Drop HAVE_XVATTR macros 2011-03-02 11:44:34 -08:00
zfs_ioctl.c Add the zpool and filesystem versions 2011-02-28 09:46:23 -08: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 Register .remount_fs handler 2011-03-15 13:33:29 -07:00
zfs_vnops.c Conserve stack in zfs_setattr() 2011-03-09 13:30:03 -08:00
zfs_znode.c Call d_instantiate before unlocking inode 2011-04-07 09:51:57 -07:00
zil.c
zio_checksum.c
zio_compress.c
zio_inject.c
zio.c Use KM_PUSHPAGE instead of KM_SLEEP 2011-03-22 12:14:55 -07:00
zle.c
zpl_file.c Linux 2.6.29 compat, credentials 2011-03-22 12:15:54 -07:00
zpl_inode.c Call d_instantiate before unlocking inode 2011-04-07 09:51:57 -07:00
zpl_super.c Linux 2.6.29 compat, .freeze_fs/.unfreeze_fs 2011-03-22 12:17:24 -07:00
zpl_xattr.c Linux 2.6.29 compat, credentials 2011-03-22 12:15:54 -07:00
zrlock.c Export ZFS symbols needed by Lustre. 2010-09-17 16:24:15 -07:00
zvol.c Use udev to create /dev/zvol/[dataset_name] links 2011-02-25 09:43:19 -08:00