Brian Behlendorf
149c4b2731
Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch
...
Conflicts:
cmd/ztest/ztest.c
lib/libzfs/libzfs_pool.c
module/zcommon/zfs_namecheck.c
module/zfs/dmu.c
module/zfs/include/sys/dmu.h
module/zfs/include/sys/zfs_fuid.h
module/zfs/spa.c
module/zfs/vdev.c
module/zfs/zap_micro.c
module/zfs/zfs_fuid.c
module/zfs/zfs_ioctl.c
module/zfs/zfs_vfsops.c
module/zfs/zfs_znode.c
2009-07-06 13:40:29 -07:00
Brian Behlendorf
e2b2597751
Merge branch 'gcc-c90' into refs/top-bases/gcc-branch
...
Conflicts:
cmd/zdb/zdb_il.c
cmd/zfs/zfs_main.c
cmd/zinject/zinject.c
cmd/ztest/ztest.c
lib/libzfs/libzfs_dataset.c
lib/libzfs/libzfs_graph.c
module/zcommon/include/sys/fm/fs/zfs.h
module/zcommon/include/zfs_deleg.h
module/zcommon/include/zfs_namecheck.h
module/zcommon/zfs_deleg.c
module/zcommon/zfs_namecheck.c
module/zcommon/zprop_common.c
module/zfs/arc.c
module/zfs/dmu.c
module/zfs/dmu_object.c
module/zfs/dmu_objset.c
module/zfs/dsl_pool.c
module/zfs/dsl_prop.c
module/zfs/fletcher.c
module/zfs/include/sys/dsl_deleg.h
module/zfs/include/sys/dsl_prop.h
module/zfs/include/sys/metaslab_impl.h
module/zfs/include/sys/spa_boot.h
module/zfs/include/sys/zap.h
module/zfs/include/sys/zap_impl.h
module/zfs/include/sys/zfs_context.h
module/zfs/include/sys/zfs_ctldir.h
module/zfs/include/sys/zfs_dir.h
module/zfs/include/sys/zfs_fuid.h
module/zfs/include/sys/zfs_ioctl.h
module/zfs/spa.c
module/zfs/spa_errlog.c
module/zfs/spa_history.c
module/zfs/zap.c
module/zfs/zap_leaf.c
module/zfs/zap_micro.c
module/zfs/zfs_ioctl.c
module/zfs/zio.c
2009-07-02 16:49:11 -07:00
Brian Behlendorf
9babb37438
Rebase master to b117
2009-07-02 15:44:48 -07:00
Brian Behlendorf
f8cd6b6b49
Merge branch 'linux-have-sysevent' into refs/top-bases/linux-zfs-branch
2009-03-17 16:06:51 -07:00
Brian Behlendorf
a9b0088f48
Use include missing zfs_config.h and use ZFS_META_VERSION (not VERSION)
2009-03-17 16:02:09 -07:00
Brian Behlendorf
165b2611d2
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-03-12 10:01:25 -07:00
Brian Behlendorf
0cdc14e427
Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch
2009-03-12 10:00:07 -07:00
Brian Behlendorf
eceaf813ad
Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branch
2009-03-12 10:00:01 -07:00
Brian Behlendorf
f2d72af596
Add remaining missing cases (or a default) to all switch statements.
...
The previous code was not wrong, but this prevents gcc from warning
us about missing cases for these known safe switch statements. The
-Wno-missing-cases can now be removed to detect places where we
accidentally forgot a case.
2009-03-12 09:53:08 -07:00
Brian Behlendorf
0d19b2613b
Merge branch 'linux-have-zpl' into refs/top-bases/linux-zfs-branch
2009-03-11 22:50:31 -07:00
Brian Behlendorf
1c0279a08f
Resolve newly revealed unused vars and symbols caused by topic branch.
2009-03-11 22:43:09 -07:00
Brian Behlendorf
b2041bc8ef
Merge commit 'refs/top-bases/linux-have-zpl' into linux-have-zpl
2009-03-11 14:13:33 -07:00
Brian Behlendorf
ab760deda7
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-03-11 14:10:39 -07:00
Brian Behlendorf
5afc3db3ce
Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch
2009-03-11 14:08:57 -07:00
Brian Behlendorf
e5011401cd
Merge branch 'gcc-no-parenthesis' into refs/top-bases/gcc-branch
2009-03-11 14:08:48 -07:00
Brian Behlendorf
3226eea157
Resolve additional cases where gcc wants extra parenthesis.
...
These were introduced by the rebase to b108.
2009-03-11 13:57:47 -07:00
Brian Behlendorf
7b8eca908f
Merge commit 'refs/top-bases/linux-have-zpl' into linux-have-zpl
...
Conflicts:
cmd/zpool/zpool_main.c
2009-02-18 14:38:20 -08:00
Brian Behlendorf
9f4865e4ca
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-02-18 14:34:45 -08:00
Brian Behlendorf
8090a9a908
Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch
...
Conflicts:
cmd/zpool/zpool_main.c
2009-02-18 14:31:46 -08:00
Brian Behlendorf
f686a87058
Merge branch 'gcc-c90' into refs/top-bases/gcc-branch
...
Conflicts:
module/zfs/arc.c
2009-02-18 13:12:26 -08:00
Brian Behlendorf
d164b20935
Rebase master to b108
2009-02-18 12:51:31 -08:00
Brian Behlendorf
adcb983918
Merge commit 'refs/top-bases/linux-have-zpl' into linux-have-zpl
2009-01-15 14:22:14 -08:00
Brian Behlendorf
091a4a4ca4
Resolve conflict with removed cleaner type
2009-01-15 14:20:49 -08:00
Brian Behlendorf
1f372d9030
Resolve conflict with removed cleaner type
2009-01-15 14:18:01 -08:00
Brian Behlendorf
3fa768e21b
Resolve conflict with removed cleaner type
2009-01-15 14:04:35 -08:00
Brian Behlendorf
fb5f0bc833
Rebase master to b105
2009-01-15 13:59:39 -08:00
Brian Behlendorf
13ab1d30be
Merge branch 'linux-have-sysevent' into refs/top-bases/linux-zfs-branch
2009-01-09 16:53:53 -08:00
Brian Behlendorf
3977cefecc
Update load/unload message, mknod /dev/zfs when udev is unavailable
2009-01-09 16:50:28 -08:00
Brian Behlendorf
bd06c6eb0e
Merge branch 'linux-have-sysevent' into refs/top-bases/linux-zfs-branch
2009-01-09 16:41:50 -08:00
Brian Behlendorf
7001fd57fa
Register sensible init/fini hooks
2009-01-09 16:38:13 -08:00
Brian Behlendorf
1ccec67674
Merge branch 'linux-have-sysevent' into refs/top-bases/linux-zfs-branch
2009-01-09 16:32:13 -08:00
Brian Behlendorf
d9a45283ce
Add ZFS load/unload console messages
2009-01-09 16:28:26 -08:00
Brian Behlendorf
598a2f5f4d
Merge branch 'linux-have-zvol' into refs/top-bases/linux-zfs-branch
2009-01-09 16:11:55 -08:00
Brian Behlendorf
2f2ae376e8
ifdef out some zvol specific ioctls
2009-01-09 16:08:18 -08:00
Brian Behlendorf
e64d6361f7
Merge commit 'refs/top-bases/linux-have-zpl' into linux-have-zpl
2009-01-09 13:34:48 -08:00
Brian Behlendorf
980384b4bc
Merge commit 'refs/top-bases/linux-have-zvol' into linux-have-zvol
2009-01-09 13:34:05 -08:00
Brian Behlendorf
d3d2ff38e8
Merge branch 'linux-have-sysevent' into refs/top-bases/linux-zfs-branch
2009-01-09 13:33:50 -08:00
Brian Behlendorf
bc5e2d8660
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-01-09 13:33:48 -08:00
Brian Behlendorf
bf5a93e1ec
Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch
2009-01-09 13:33:14 -08:00
Brian Behlendorf
ca4fc6ef63
Fix cast
2009-01-09 13:29:41 -08:00
Brian Behlendorf
68585e71a8
Get correct exit prototype
2009-01-09 13:28:42 -08:00
Brian Behlendorf
711774c008
Merge branch 'linux-have-zpl' into refs/top-bases/linux-zfs-branch
2009-01-09 13:01:22 -08:00
Brian Behlendorf
f1549b9636
Take tsd_* functions out for now, we need it for the ZPL later
2009-01-09 12:53:37 -08:00
Brian Behlendorf
0ae94a5f86
Merge commit 'refs/top-bases/linux-have-zpl' into linux-have-zpl
2009-01-09 12:50:45 -08:00
Brian Behlendorf
0963498e86
Merge commit 'refs/top-bases/linux-have-zvol' into linux-have-zvol
2009-01-09 12:49:00 -08:00
Brian Behlendorf
18f3ecb485
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2009-01-09 12:48:17 -08:00
Brian Behlendorf
f5a274607e
Merge branch 'linux-arc' into refs/top-bases/linux-zfs-branch
2009-01-09 12:46:56 -08:00
Brian Behlendorf
b3064162aa
Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branch
2009-01-09 12:46:40 -08:00
Brian Behlendorf
cb5fc9440b
Remove extra defaults
2009-01-09 12:42:27 -08:00
Brian Behlendorf
6b4205fe71
Merge branch 'linux-have-sysevent' into refs/top-bases/linux-zfs-branch
2009-01-09 11:31:42 -08:00