Commit Graph

16149 Commits

Author SHA1 Message Date
Brian Behlendorf ba2f476a1f Merge commit 'refs/top-bases/linux-have-libefi' into linux-have-libefi 2009-10-05 13:09:03 -07:00
Brian Behlendorf efa74a0928 Merge branch 'linux-have-libdiskmgt' into refs/top-bases/linux-zfs-branch 2009-10-05 13:08:54 -07:00
Brian Behlendorf ae0698082d Merge commit 'refs/top-bases/linux-have-libdiskmgt' into linux-have-libdiskmgt 2009-10-05 13:08:52 -07:00
Brian Behlendorf 93cdc9bb2a Merge branch 'linux-have-fm' into refs/top-bases/linux-zfs-branch 2009-10-05 13:08:43 -07:00
Brian Behlendorf fe26610e7d Merge commit 'refs/top-bases/linux-have-fm' into linux-have-fm 2009-10-05 13:08:41 -07:00
Brian Behlendorf 3249fcf328 Merge branch 'linux-docs' into refs/top-bases/linux-zfs-branch 2009-10-05 13:08:33 -07:00
Brian Behlendorf c62cdc13a0 Merge commit 'refs/top-bases/linux-docs' into linux-docs 2009-10-05 13:08:31 -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 73ff39b18d Merge branch 'linux-zpios' into refs/top-bases/linux-zfs-branch 2009-10-02 16:35:40 -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 449a75fda5 Merge branch 'linux-have-idmap' into refs/top-bases/linux-zfs-branch 2009-10-01 17:10:21 -07:00
Brian Behlendorf ff90642129 Merge commit 'refs/top-bases/linux-have-idmap' into linux-have-idmap 2009-10-01 17:10:19 -07:00
Brian Behlendorf a869533da1 Merge branch 'linux-ztest' into refs/top-bases/linux-zfs-branch 2009-10-01 17:10:14 -07:00
Brian Behlendorf 8e8e3804d7 Merge commit 'refs/top-bases/linux-ztest' into linux-ztest 2009-10-01 17:10:12 -07:00
Brian Behlendorf 1ca1ecbb28 Merge branch 'linux-have-zpl' into refs/top-bases/linux-zfs-branch 2009-10-01 17:10:07 -07:00
Brian Behlendorf cabca237f3 Merge commit 'refs/top-bases/linux-have-zpl' into linux-have-zpl 2009-10-01 17:10:05 -07:00
Brian Behlendorf 697359c3d4 Merge branch 'linux-unused' into refs/top-bases/linux-zfs-branch 2009-10-01 17:10:00 -07:00
Brian Behlendorf 86694a106c Merge commit 'refs/top-bases/linux-unused' into linux-unused 2009-10-01 17:09:58 -07:00
Brian Behlendorf 8ee196e19c Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch 2009-10-01 17:09:53 -07:00
Brian Behlendorf f9ab19bf6d Merge commit 'refs/top-bases/linux-libspl' into linux-libspl 2009-10-01 17:09:51 -07:00
Brian Behlendorf 48cc6b6565 Merge branch 'linux-zpios' into refs/top-bases/linux-zfs-branch 2009-10-01 17:09:46 -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 8b9f836c99 Merge branch 'linux-user-disk' into refs/top-bases/linux-zfs-branch 2009-10-01 17:08:55 -07:00
Brian Behlendorf 9ddc29794c Merge commit 'refs/top-bases/linux-user-disk' into linux-user-disk 2009-10-01 17:08:53 -07:00
Brian Behlendorf ac13be8d7a Merge branch 'linux-symbol-collisions' into refs/top-bases/linux-zfs-branch 2009-10-01 17:08:48 -07:00
Brian Behlendorf d553271300 Merge commit 'refs/top-bases/linux-symbol-collisions' into linux-symbol-collisions 2009-10-01 17:08:46 -07:00
Brian Behlendorf faa7cc7ce6 Merge branch 'linux-legacy' into refs/top-bases/linux-zfs-branch 2009-10-01 17:08:41 -07:00
Brian Behlendorf 1e11cc0b7d Merge commit 'refs/top-bases/linux-legacy' into linux-legacy 2009-10-01 17:08:39 -07:00
Brian Behlendorf 3bd810a6c9 Merge branch 'linux-kernel-mem' into refs/top-bases/linux-zfs-branch 2009-10-01 17:08:34 -07:00
Brian Behlendorf b00eda8b35 Merge commit 'refs/top-bases/linux-kernel-mem' into linux-kernel-mem 2009-10-01 17:08:32 -07:00
Brian Behlendorf 10e8860df3 Merge branch 'linux-kernel-disk' into refs/top-bases/linux-zfs-branch 2009-10-01 17:08:27 -07:00
Brian Behlendorf 2b729a2a6f Merge commit 'refs/top-bases/linux-kernel-disk' into linux-kernel-disk 2009-10-01 17:08:25 -07:00
Brian Behlendorf e0a87f7ea8 Merge branch 'linux-have-zvol' into refs/top-bases/linux-zfs-branch 2009-10-01 17:08:19 -07:00
Brian Behlendorf 9b8183fad8 Merge commit 'refs/top-bases/linux-have-zvol' into linux-have-zvol 2009-10-01 17:08:18 -07:00
Brian Behlendorf fca44b80e9 Merge branch 'linux-have-uio-rw' into refs/top-bases/linux-zfs-branch 2009-10-01 17:08:12 -07:00
Brian Behlendorf e6359e0281 Merge commit 'refs/top-bases/linux-have-uio-rw' into linux-have-uio-rw 2009-10-01 17:08:10 -07:00
Brian Behlendorf 3c5e68488a Merge commit 'refs/top-bases/linux-debug-zerocopy' into linux-debug-zerocopy 2009-10-01 17:08:09 -07:00
Brian Behlendorf cd01e2a6c9 Merge branch 'linux-have-sysevent' into refs/top-bases/linux-zfs-branch 2009-10-01 17:08:00 -07:00
Brian Behlendorf ea0bf0146f Merge commit 'refs/top-bases/linux-have-sysevent' into linux-have-sysevent 2009-10-01 17:07:58 -07:00
Brian Behlendorf edd6ead31c Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module 2009-10-01 17:07:57 -07:00
Brian Behlendorf 9fd246a1d3 Merge branch 'linux-have-spl-debug' into refs/top-bases/linux-zfs-branch 2009-10-01 17:07:47 -07:00
Brian Behlendorf 11b75fb752 Merge commit 'refs/top-bases/linux-have-spl-debug' into linux-have-spl-debug 2009-10-01 17:07:46 -07:00
Brian Behlendorf 96e4ebf5ad Merge branch 'linux-have-mntent' into refs/top-bases/linux-zfs-branch 2009-10-01 17:07:41 -07:00
Brian Behlendorf 29e58523ee Merge commit 'refs/top-bases/linux-have-mntent' into linux-have-mntent 2009-10-01 17:07:38 -07:00
Brian Behlendorf c8a2fd3bd4 Merge branch 'linux-have-libefi' into refs/top-bases/linux-zfs-branch 2009-10-01 17:07:33 -07:00
Brian Behlendorf eac0059874 Merge commit 'refs/top-bases/linux-have-libefi' into linux-have-libefi 2009-10-01 17:07:31 -07:00
Brian Behlendorf bba7a008b5 Merge branch 'linux-have-libdiskmgt' into refs/top-bases/linux-zfs-branch 2009-10-01 17:07:26 -07:00
Brian Behlendorf 6bdc74929b Merge commit 'refs/top-bases/linux-have-libdiskmgt' into linux-have-libdiskmgt 2009-10-01 17:07:24 -07:00
Brian Behlendorf 0c8583d3f7 Merge branch 'linux-have-fm' into refs/top-bases/linux-zfs-branch 2009-10-01 17:07:19 -07:00
Brian Behlendorf 7eea1664aa Merge commit 'refs/top-bases/linux-have-fm' into linux-have-fm 2009-10-01 17:07:17 -07:00