zfs/module/zfs
Brian Behlendorf 37cc2cedde Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch 2009-01-15 16:30:38 -08:00
..
include/sys Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
Makefile.in Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch 2009-01-09 14:45:13 -08:00
arc.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
bplist.c Move the world out of /zfs/ and seperate out module build tree 2008-12-11 11:08:09 -08:00
dbuf.c Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2009-01-13 15:34:38 -08:00
dmu.c Merge branch 'linux-have-sysevent' into refs/top-bases/linux-zfs-branch 2009-01-06 13:01:32 -08:00
dmu_object.c Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2008-12-11 11:36:00 -08:00
dmu_objset.c Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2008-12-18 09:05:57 -08:00
dmu_send.c Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch 2008-12-18 13:52:21 -08:00
dmu_traverse.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
dmu_tx.c Revert commit_cb feature 2008-12-18 11:39:02 -08:00
dmu_zfetch.c Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2008-12-18 13:27:14 -08:00
dnode.c Resolve conflict with removed cleaner type 2009-01-15 14:04:35 -08:00
dnode_sync.c Merge branch 'fix-clock-wrap' into refs/top-bases/fix-branch 2008-12-11 11:25:50 -08:00
dsl_dataset.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
dsl_deleg.c Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2008-12-11 11:36:00 -08:00
dsl_dir.c Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2009-01-13 13:33:09 -08:00
dsl_pool.c Merge branch 'fix-clock-wrap' into refs/top-bases/fix-branch 2008-12-11 11:25:50 -08:00
dsl_prop.c Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2008-12-11 11:36:00 -08:00
dsl_scrub.c Resolve C90 int declared in for() construct 2009-01-15 14:26:52 -08:00
dsl_synctask.c Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2008-12-11 11:36:00 -08:00
fletcher.c Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2008-12-11 11:36:00 -08:00
gzip.c Merge branch 'fix-clock-wrap' into refs/top-bases/fix-branch 2008-12-11 11:25:50 -08:00
lzjb.c Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit 2008-12-11 11:25:28 -08:00
metaslab.c Merge commit 'refs/top-bases/gcc-c90' into gcc-c90 2009-01-15 14:01:51 -08:00
refcount.c Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit 2008-12-11 11:25:28 -08:00
rrwlock.c Only needed by ZPL 2009-01-09 15:08:36 -08:00
sha256.c Move the world out of /zfs/ and seperate out module build tree 2008-12-11 11:08:09 -08:00
spa.c Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch 2009-01-15 14:38:41 -08:00
spa_boot.c Only allow this for the kernel 2008-12-22 13:33:06 -08:00
spa_config.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
spa_errlog.c Refresh exported symbols 2009-01-06 09:14:10 -08:00
spa_history.c Merge commit 'refs/top-bases/linux-have-xdr' into linux-have-xdr 2008-12-11 11:36:31 -08:00
spa_misc.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
space_map.c All init and destroy initialized pulled in 2009-01-15 16:25:25 -08:00
txg.c Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch 2009-01-15 16:30:38 -08:00
uberblock.c Move the world out of /zfs/ and seperate out module build tree 2008-12-11 11:08:09 -08:00
unique.c Move the world out of /zfs/ and seperate out module build tree 2008-12-11 11:08:09 -08:00
vdev.c Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch 2009-01-15 15:29:18 -08:00
vdev_cache.c Merge branch 'gcc-c90' into refs/top-bases/gcc-branch 2008-12-11 11:24:45 -08:00
vdev_disk.c Update vdev_disk.c implementation to be compatible with b103 API 2009-01-08 10:25:23 -08:00
vdev_file.c Rebase master to b105 2009-01-15 13:59:39 -08:00
vdev_label.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
vdev_mirror.c Merge commit 'refs/top-bases/gcc-c90' into gcc-c90 2009-01-15 14:01:51 -08:00
vdev_missing.c Move the world out of /zfs/ and seperate out module build tree 2008-12-11 11:08:09 -08:00
vdev_queue.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
vdev_raidz.c Resolve conflict with removed cleaner type 2009-01-15 14:04:35 -08:00
vdev_root.c Move the world out of /zfs/ and seperate out module build tree 2008-12-11 11:08:09 -08:00
zap.c Merge branch 'feature-commit-cb' into refs/top-bases/feature-branch 2008-12-11 11:27:12 -08:00
zap_leaf.c Merge commit 'refs/top-bases/gcc-uninit' into gcc-uninit 2008-12-11 11:25:28 -08:00
zap_micro.c Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2008-12-11 11:36:00 -08:00
zfs_acl.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
zfs_byteswap.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
zfs_ctldir.c ifdef HAVE_ZPL out source files with only ZPL bits 2009-01-09 14:43:22 -08:00
zfs_dir.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
zfs_fm.c Fix conflict 2008-12-11 11:34:16 -08:00
zfs_fuid.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
zfs_ioctl.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
zfs_log.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
zfs_replay.c ifdef HAVE_ZPL out source files with only ZPL bits 2009-01-09 14:43:22 -08:00
zfs_rlock.c ifdef HAVE_ZPL out source files with only ZPL bits 2009-01-09 14:43:22 -08:00
zfs_vfsops.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
zfs_vnops.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
zfs_znode.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
zil.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
zio.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00
zio_checksum.c Move the world out of /zfs/ and seperate out module build tree 2008-12-11 11:08:09 -08:00
zio_compress.c Move the world out of /zfs/ and seperate out module build tree 2008-12-11 11:08:09 -08:00
zio_inject.c Move the world out of /zfs/ and seperate out module build tree 2008-12-11 11:08:09 -08:00
zvol.c Resolve conflict with removed cleaner type 2009-01-15 14:18:01 -08:00