Commit Graph

16998 Commits

Author SHA1 Message Date
Brian Behlendorf 9a3d5378c6 Clean up emulation of kernel threads in userspace.
Updated to use pthread thread specific data rather than keeping
a global list.  This also fixes at least one easily reproducible
crash in ztest
2010-03-09 12:25:28 -08:00
Brian Behlendorf b56a453c68 Merge branch 'linux-have-idmap' into refs/top-bases/linux-zfs-branch 2010-03-09 10:32:02 -08:00
Brian Behlendorf 63220bc50d Merge commit 'refs/top-bases/linux-have-idmap' into linux-have-idmap 2010-03-09 10:32:00 -08:00
Brian Behlendorf 7a5893a148 Merge branch 'linux-ztest' into refs/top-bases/linux-zfs-branch 2010-03-09 10:31:55 -08:00
Brian Behlendorf 31ad373507 Merge commit 'refs/top-bases/linux-ztest' into linux-ztest 2010-03-09 10:31:54 -08:00
Brian Behlendorf ad2f21ae79 Merge branch 'linux-unused' into refs/top-bases/linux-zfs-branch 2010-03-09 10:31:49 -08:00
Brian Behlendorf 792a63a7a6 Merge commit 'refs/top-bases/linux-unused' into linux-unused 2010-03-09 10:31:47 -08:00
Brian Behlendorf ddf5c4723a Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch 2010-03-09 10:31:42 -08:00
Brian Behlendorf 842b08cc3f Merge commit 'refs/top-bases/linux-libspl' into linux-libspl 2010-03-09 10:31:41 -08:00
Brian Behlendorf daa4742df9 Merge branch 'linux-zpios' into refs/top-bases/linux-zfs-branch 2010-03-09 10:31:35 -08:00
Brian Behlendorf 49f514aabb Merge commit 'refs/top-bases/linux-zpios' into linux-zpios 2010-03-09 10:31:33 -08:00
Brian Behlendorf 796afe2a80 Merge branch 'linux-user-disk' into refs/top-bases/linux-zfs-branch 2010-03-09 10:31:28 -08:00
Brian Behlendorf 41516067cf Merge commit 'refs/top-bases/linux-user-disk' into linux-user-disk 2010-03-09 10:31:26 -08:00
Brian Behlendorf 7b95f791f7 Merge branch 'linux-symbol-collisions' into refs/top-bases/linux-zfs-branch 2010-03-09 10:31:21 -08:00
Brian Behlendorf 96904978f8 Merge commit 'refs/top-bases/linux-symbol-collisions' into linux-symbol-collisions 2010-03-09 10:31:19 -08:00
Brian Behlendorf fc9e816d54 Merge branch 'linux-legacy' into refs/top-bases/linux-zfs-branch 2010-03-09 10:31:14 -08:00
Brian Behlendorf f3df9d18d8 Merge commit 'refs/top-bases/linux-legacy' into linux-legacy 2010-03-09 10:31:12 -08:00
Brian Behlendorf 244f858c77 Merge branch 'linux-kernel-mem' into refs/top-bases/linux-zfs-branch 2010-03-09 10:31:07 -08:00
Brian Behlendorf 4d0e16b4a8 Merge commit 'refs/top-bases/linux-kernel-mem' into linux-kernel-mem 2010-03-09 10:31:05 -08:00
Brian Behlendorf 4af24d3f18 Merge branch 'linux-kernel-disk' into refs/top-bases/linux-zfs-branch 2010-03-09 10:31:00 -08:00
Brian Behlendorf 4aec8c8fe5 Merge commit 'refs/top-bases/linux-kernel-disk' into linux-kernel-disk 2010-03-09 10:30:58 -08:00
Brian Behlendorf 41f03035c7 Merge branch 'linux-have-sysevent' into refs/top-bases/linux-zfs-branch 2010-03-09 10:30:53 -08:00
Brian Behlendorf 0d3d0d9497 Merge commit 'refs/top-bases/linux-have-sysevent' into linux-have-sysevent 2010-03-09 10:30:51 -08:00
Brian Behlendorf bbb9ce3401 Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2010-03-09 10:30:50 -08:00
Brian Behlendorf cb3d819487 Merge branch 'linux-have-spl-debug' into refs/top-bases/linux-zfs-branch 2010-03-09 10:30:41 -08:00
Brian Behlendorf ca6801fcb2 Merge commit 'refs/top-bases/linux-have-spl-debug' into linux-have-spl-debug 2010-03-09 10:30:39 -08:00
Brian Behlendorf a772a6d606 Merge branch 'linux-have-mntent' into refs/top-bases/linux-zfs-branch 2010-03-09 10:30:34 -08:00
Brian Behlendorf 85b17181ef Merge commit 'refs/top-bases/linux-have-mntent' into linux-have-mntent 2010-03-09 10:30:32 -08:00
Brian Behlendorf a43d8dfd67 Merge branch 'linux-have-fm' into refs/top-bases/linux-zfs-branch 2010-03-09 10:30:28 -08:00
Brian Behlendorf f3aec3d1eb Merge commit 'refs/top-bases/linux-have-fm' into linux-have-fm 2010-03-09 10:30:26 -08:00
Brian Behlendorf e760d8d950 Merge branch 'linux-docs' into refs/top-bases/linux-zfs-branch 2010-03-09 10:30:21 -08:00
Brian Behlendorf 8496a31266 Merge commit 'refs/top-bases/linux-docs' into linux-docs 2010-03-09 10:30:19 -08:00
Brian Behlendorf 3a9850385c Include all headers regardless of depth
The previous hack for this was to move headers 3 levels deep in to
the top level include dir and headers 4 levels deep in to sys.
Obviously this was fairly limiting and missed two important headers.

  ./zfs/include/sys/fm/fs/zfs.h
  ./zfs/include/sys/fs/zfs.h

This patch updates the code to be smarter and installs all the headers
to the correct location regardless of depth.  Each header will have its
leading 3 path args stripped (i.e. ./zfs/include/) and replaced with
the correct install destination.  All path information past the first
three levels will be preserved.
2010-03-09 10:20:34 -08:00
Brian Behlendorf 0e5d20ceac Merge branch 'linux-have-idmap' into refs/top-bases/linux-zfs-branch 2010-03-08 16:24:54 -08:00
Brian Behlendorf a8f1bad9d5 Merge commit 'refs/top-bases/linux-have-idmap' into linux-have-idmap 2010-03-08 16:24:52 -08:00
Brian Behlendorf 398b44a761 Merge branch 'linux-ztest' into refs/top-bases/linux-zfs-branch 2010-03-08 16:24:47 -08:00
Brian Behlendorf 85d1b54c86 Merge commit 'refs/top-bases/linux-ztest' into linux-ztest 2010-03-08 16:24:45 -08:00
Brian Behlendorf 16c9959be3 Merge branch 'linux-unused' into refs/top-bases/linux-zfs-branch 2010-03-08 16:24:41 -08:00
Brian Behlendorf 97149b90d3 Merge commit 'refs/top-bases/linux-unused' into linux-unused 2010-03-08 16:24:39 -08:00
Brian Behlendorf b5370773ce Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch 2010-03-08 16:24:34 -08:00
Brian Behlendorf 490ec1b3e9 Merge commit 'refs/top-bases/linux-libspl' into linux-libspl 2010-03-08 16:24:33 -08:00
Brian Behlendorf a09990e481 Merge branch 'linux-zpios' into refs/top-bases/linux-zfs-branch 2010-03-08 16:24:28 -08:00
Brian Behlendorf 3202500d97 Merge commit 'refs/top-bases/linux-zpios' into linux-zpios 2010-03-08 16:24:26 -08:00
Brian Behlendorf 9858ad6d60 Merge branch 'linux-user-disk' into refs/top-bases/linux-zfs-branch 2010-03-08 16:24:21 -08:00
Brian Behlendorf a32466bfde Merge commit 'refs/top-bases/linux-user-disk' into linux-user-disk 2010-03-08 16:24:19 -08:00
Brian Behlendorf 7854534517 Merge branch 'linux-symbol-collisions' into refs/top-bases/linux-zfs-branch 2010-03-08 16:24:14 -08:00
Brian Behlendorf 347501970c Merge commit 'refs/top-bases/linux-symbol-collisions' into linux-symbol-collisions 2010-03-08 16:24:12 -08:00
Brian Behlendorf efb08cece4 Merge branch 'linux-legacy' into refs/top-bases/linux-zfs-branch 2010-03-08 16:24:08 -08:00
Brian Behlendorf 94f6ff70d3 Merge commit 'refs/top-bases/linux-legacy' into linux-legacy 2010-03-08 16:24:06 -08:00
Brian Behlendorf 94ac570b7c Merge branch 'linux-kernel-mem' into refs/top-bases/linux-zfs-branch 2010-03-08 16:24:01 -08:00