Commit Graph

2823 Commits

Author SHA1 Message Date
Brian Behlendorf 7e8136818b Merge branch 'gcc-debug' into refs/top-bases/gcc-branch 2009-10-09 15:42:23 -07:00
Brian Behlendorf c0df2778ff Merge commit 'refs/top-bases/gcc-debug' into gcc-debug 2009-10-09 15:42:21 -07:00
Brian Behlendorf 69ce77278a Merge branch 'gcc-cast' into refs/top-bases/gcc-branch 2009-10-09 15:42:19 -07:00
Brian Behlendorf 05aabf4bea Merge commit 'refs/top-bases/gcc-cast' into gcc-cast 2009-10-09 15:42:18 -07:00
Brian Behlendorf 3728b6d9c1 Merge branch 'gcc-c90' into refs/top-bases/gcc-branch 2009-10-09 15:42:16 -07:00
Brian Behlendorf 1b0e5a1485 Merge commit 'refs/top-bases/gcc-c90' into gcc-c90 2009-10-09 15:42:15 -07:00
Brian Behlendorf 5c36312909 Script update-zfs.sh updated to include libefi library 2009-10-09 15:37:29 -07:00
Brian Behlendorf a4a2726d2a Merge commit 'refs/top-bases/linux-zpios' into linux-zpios 2009-10-06 12:29:44 -07:00
Brian Behlendorf 5d4c60fabe Use alternate /etc/zfs/zpool.cache file for in-tree tests
Pass an alternate location via module option for the zpool.cache file
used by the kernel.  This allows us to write in-tree tests which do
not modify any out-of-tree files we do not own.  This is just standard
good behavior for any test suite.

Additionally, refine the existing test case to explicity use the cache
file when looking for pools to import.  And add a second test cache
which is forced to probe the disks for available pools to import.
2009-10-06 12:12:05 -07:00
Brian Behlendorf ba270e398a Merge commit 'refs/top-bases/linux-zpios' into linux-zpios 2009-10-05 13:11:26 -07:00
Brian Behlendorf b615df53c8 Remove usage of the __id_u macro for portability.
This macro was removed from the default RPM macro file.  Interestly,
some of the arch specific macro's add it back it based on your distro
but it should not be counted on.  However, __id still exists and its
command line args have historically been fairly stable so we will
directly use %{__id} -un to get the user name.
2009-10-05 13:01:01 -07:00
Brian Behlendorf b5b5b23cbf Use kobject_set_name() for increased portability.
As of 2.6.25 kobj->k_name was replaced with kobj->name.  Some distros
such as RHEL5 (2.6.18) add a patch to prevent this from being a problem
but other older distros such as SLES10 (2.6.16) have not.  To avoid
the whole issue I'm updating the code to use kobject_set_name() which
does what I want and has existed all the way back to 2.6.11.
2009-10-02 16:31:23 -07:00
Brian Behlendorf e02d23d347 Merge commit 'refs/top-bases/linux-zpios' into linux-zpios
Conflicts:

	scripts/Makefile.am
2009-10-01 17:09:38 -07:00
Brian Behlendorf 0efea24e73 Add zconfig.sg test script.
This is an initial script for validation of zfs/zpool configuration.
For now there is only one test here to ensure that /etc/zfs/zpool.cache
is being updated properly from the kernel module.  Additional tests
should be added, I believe Richardo said there was an existing test
suite out there which validated the behavior of many zpool/zfs commands.
It would be nice to add that as appropriate.
2009-10-01 16:55:34 -07:00
Brian Behlendorf 69bdec9913 Update to use spl_module_{init,exit}() macro API. 2009-10-01 16:49:12 -07:00
Brian Behlendorf af90397fbc Move ZPIOS chunk to linux-zpios topic branch 2009-08-18 14:48:25 -07:00
Brian Behlendorf cd710627dd Merge commit 'refs/top-bases/linux-zpios' into linux-zpios 2009-08-18 14:21:47 -07:00
Brian Behlendorf e4b55cfbff Merge commit 'refs/top-bases/zfs-branch' into zfs-branch 2009-08-18 14:18:36 -07:00
Brian Behlendorf 5d83878f46 Merge branch 'gcc-branch' into refs/top-bases/zfs-branch 2009-08-18 14:18:34 -07:00
Brian Behlendorf 21ccfb65d6 Merge commit 'refs/top-bases/gcc-branch' into gcc-branch 2009-08-18 14:18:33 -07:00
Brian Behlendorf e134b976b6 Merge branch 'gcc-missing-braces' into refs/top-bases/gcc-branch 2009-08-18 14:18:33 -07:00
Brian Behlendorf ef74bed821 Merge branch 'gcc-shadow' into refs/top-bases/gcc-branch 2009-08-18 14:18:32 -07:00
Brian Behlendorf f3ddd9d082 Merge branch 'gcc-uninit' into refs/top-bases/gcc-branch 2009-08-18 14:18:32 -07:00
Brian Behlendorf 8767bb3fdd Merge branch 'gcc-c90' into refs/top-bases/gcc-branch 2009-08-18 14:18:31 -07:00
Brian Behlendorf f9a74de46a Required build 121 updates for gcc-uninit 2009-08-18 14:09:35 -07:00
Brian Behlendorf 08f5b3c23d Required build 121 updates for gcc-shadow 2009-08-18 14:09:15 -07:00
Brian Behlendorf b29c1f87a0 Required build 121 updates for gcc-missing-braces 2009-08-18 14:08:46 -07:00
Brian Behlendorf d42b88372f Required build 121 updates for gcc-c90 2009-08-18 14:07:25 -07:00
Brian Behlendorf 5b4a08d0f4 Move ZPIOS chunk to linux-zpios topic branch 2009-08-18 14:06:05 -07:00
Brian Behlendorf 543989b909 Merge commit 'refs/top-bases/linux-zpios' into linux-zpios 2009-08-18 12:35:28 -07:00
Brian Behlendorf 50c623ccef Merge commit 'refs/top-bases/zfs-branch' into zfs-branch 2009-08-18 12:10:55 -07:00
Brian Behlendorf ef0204794a Merge branch 'feature-branch' into refs/top-bases/zfs-branch 2009-08-18 12:10:51 -07:00
Brian Behlendorf 799792cf1c Merge commit 'refs/top-bases/feature-branch' into feature-branch 2009-08-18 12:10:49 -07:00
Brian Behlendorf 8aab887b7c Merge commit 'refs/top-bases/feature-pthreads' into feature-pthreads 2009-08-18 12:10:47 -07:00
Brian Behlendorf 33143ae6ad Merge branch 'feature-pthreads' into refs/top-bases/feature-branch 2009-08-18 12:10:47 -07:00
Brian Behlendorf 5a81224e6f Merge commit 'refs/top-bases/feature-commit-cb' into feature-commit-cb 2009-08-18 12:10:43 -07:00
Brian Behlendorf bfbac5daec Merge branch 'feature-zap-cursor-to-key' into refs/top-bases/feature-branch 2009-08-18 12:10:38 -07:00
Brian Behlendorf 4f6bbcd0e7 Merge commit 'refs/top-bases/feature-zap-cursor-to-key' into feature-zap-cursor-to-key 2009-08-18 12:10:36 -07:00
Brian Behlendorf 3fd8eb337b Merge branch 'fix-branch' into refs/top-bases/zfs-branch 2009-08-18 12:10:30 -07:00
Brian Behlendorf e24611a2a9 Merge commit 'refs/top-bases/fix-branch' into fix-branch 2009-08-18 12:10:28 -07:00
Brian Behlendorf 7945050987 Merge branch 'fix-acl' into refs/top-bases/fix-branch 2009-08-18 12:10:24 -07:00
Brian Behlendorf 3206fa76cc Merge commit 'refs/top-bases/fix-acl' into fix-acl 2009-08-18 12:10:23 -07:00
Brian Behlendorf bd4a1cc4ef Merge branch 'fix-deadcode' into refs/top-bases/fix-branch 2009-08-18 12:10:18 -07:00
Brian Behlendorf fe373ddad8 Merge commit 'refs/top-bases/fix-deadcode' into fix-deadcode 2009-08-18 12:10:17 -07:00
Brian Behlendorf 5e33dd44ae Merge branch 'fix-strncat' into refs/top-bases/fix-branch 2009-08-18 12:10:13 -07:00
Brian Behlendorf c77ce6cb93 Merge commit 'refs/top-bases/fix-strncat' into fix-strncat 2009-08-18 12:10:12 -07:00
Brian Behlendorf 0d46ebf0ff Merge branch 'fix-list' into refs/top-bases/fix-branch 2009-08-18 12:10:08 -07:00
Brian Behlendorf ae5bc5970d Merge commit 'refs/top-bases/fix-list' into fix-list 2009-08-18 12:10:07 -07:00
Brian Behlendorf 8a8490b570 Merge branch 'fix-taskq' into refs/top-bases/fix-branch 2009-08-18 12:10:03 -07:00
Brian Behlendorf e20ba40c91 Merge commit 'refs/top-bases/fix-taskq' into fix-taskq 2009-08-18 12:10:02 -07:00