Brian Behlendorf
2f23f9d2a9
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2010-07-22 17:03:15 -07:00
Brian Behlendorf
af860cb57c
Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch
2010-07-22 17:03:14 -07:00
Brian Behlendorf
f58859a371
Merge branch 'linux-topology' into refs/top-bases/linux-zfs-branch
2010-07-22 17:03:13 -07:00
Brian Behlendorf
ea5e8e5247
Remove stray include <label.h>
...
This was accidentally added, wrongly, to the wrong topic
branch. In fact it actually simply needs to be outright
removed... so I am.
2010-07-22 16:58:53 -07:00
Brian Behlendorf
abdb22372d
Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch
2010-07-22 16:57:59 -07:00
Brian Behlendorf
bda31592bf
Merge branch 'linux-have-mlslabel' into refs/top-bases/linux-zfs-branch
2010-07-22 16:57:57 -07:00
Brian Behlendorf
6e7b476a89
New TopGit dependency: linux-have-mlslabel
2010-07-22 16:56:52 -07:00
Brian Behlendorf
66b2805477
Disable mlslabel support in Linux
...
The ZFS update to onnv_141 brought with it support for a
security label attribute called mlslabel. This feature
depends on zones to work correctly and thus I am disabling
it under Linux. Equivilant functionality could be added
at some point in the future.
2010-07-22 16:55:50 -07:00
Brian Behlendorf
3468d78f63
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2010-07-22 16:50:45 -07:00
Brian Behlendorf
0d23904858
Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch
2010-07-22 16:50:43 -07:00
Brian Behlendorf
0c1211f8fb
Merge branch 'linux-kernel-device' into refs/top-bases/linux-zfs-branch
2010-07-22 16:50:42 -07:00
Brian Behlendorf
c979e4bdf8
Move mlslabel hunk to new linux-have-mlslabel
...
Simply relocate this hunk with a little tweak to the new
linux-have-mlslabel topic branch which has been created to
disable this support on linux.
2010-07-22 16:46:27 -07:00
Brian Behlendorf
6d650b9587
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2010-07-22 16:43:24 -07:00
Brian Behlendorf
14ea84687b
Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch
2010-07-22 16:43:22 -07:00
Brian Behlendorf
36762cb6f6
Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch
2010-07-22 16:43:21 -07:00
Brian Behlendorf
f39d7d2ca2
Remove libspl support for mlslabels
...
The ZFS update to onnv_141 brought with it support for a
security label attribute called mlslabel. This feature
depends on zones to work correctly and while I originally
added minimal support for this in libspl that was a mistake.
Supporting this under Linux is not required and this is
just additional troublesome code to support. Long term
something like this could be supported under Linux but it
will need to be clearly thought through them an implemented.
2010-07-22 16:37:29 -07:00
Brian Behlendorf
14729bc3a7
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2010-07-21 14:20:26 -07:00
Brian Behlendorf
2980a819e7
Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch
2010-07-21 14:20:24 -07:00
Brian Behlendorf
7e004b0643
Merge branch 'linux-kernel-disk' into refs/top-bases/linux-zfs-branch
2010-07-21 14:20:23 -07:00
Brian Behlendorf
0e533b7459
Best effort for minor device removal.
...
We should just make a best effort when removing zvol minors
from the system during destroy. Failure here should never
prevent the pool from being destroyed. For example, if a
pool is so heavily damaged it cannot be opened (part of the
minor removal) we still want to be able to destroy it. The
worst case here is we may orphan a few minors but even that
is unlikely and not particularly harmful.
2010-07-21 14:20:56 -07:00
Brian Behlendorf
7474247231
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2010-07-21 12:50:20 -07:00
Brian Behlendorf
e1c837497a
Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch
2010-07-21 12:50:19 -07:00
Brian Behlendorf
39f3185fed
Merge branch 'linux-events' into refs/top-bases/linux-zfs-branch
2010-07-21 12:50:17 -07:00
Brian Behlendorf
1a493a9555
Add vdev_state to common post info
...
This was done because there are now lots of resource.fs.zfs.statechange
events being posted but they do not include the state. For the moment
the state must always be healthy but there's no harm in making this
explicit.
2010-07-21 12:51:14 -07:00
Brian Behlendorf
f275e82de9
Add FM_EREPORT_TIME when event is posted
...
Previously I was adding the FM_EREPORT_TIME time when the nvlist
was constructed. However, with the update to onnv_141 these
ereport nvlists are now constructed in several places and it
doesn't make sense for each of them to have to add this common
bit of info. To handle this the FM_EREPORT_TIME is now only
added once when the event is posted.
2010-07-21 12:51:11 -07:00
Brian Behlendorf
5951864035
Minor formatting fix to align columns
...
$ sudo ./cmd/zpool/zpool events
TIME CLASS
Jul 21 2010 11:36:14.682122000 resource.fs.zfs.statechange
Jul 21 2010 11:36:14.705809000 resource.fs.zfs.statechange
2010-07-21 12:51:07 -07:00
Brian Behlendorf
b391d6c42d
Refresh autogen products
2010-07-21 10:17:26 -07:00
Brian Behlendorf
c8430145a8
Merge commit 'refs/top-bases/linux-configure-branch' into linux-configure-branch
2010-07-21 10:10:40 -07:00
Brian Behlendorf
35d3729682
Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch
2010-07-21 10:10:38 -07:00
Brian Behlendorf
8f23f1289e
Merge branch 'linux-spa-thread' into refs/top-bases/linux-zfs-branch
2010-07-21 10:10:37 -07:00
Brian Behlendorf
5a09148ef7
Merge commit 'refs/top-bases/linux-spa-thread' into linux-spa-thread
2010-07-21 10:10:35 -07:00
Brian Behlendorf
0547af7680
Merge branch 'linux-topology' into refs/top-bases/linux-zfs-branch
2010-07-21 10:10:29 -07:00
Brian Behlendorf
b5ffd516ba
Merge commit 'refs/top-bases/linux-topology' into linux-topology
2010-07-21 10:10:27 -07:00
Brian Behlendorf
4843c4584b
Merge branch 'linux-sha2' into refs/top-bases/linux-zfs-branch
2010-07-21 10:10:22 -07:00
Brian Behlendorf
a124e00e39
Merge commit 'refs/top-bases/linux-sha2' into linux-sha2
2010-07-21 10:10:20 -07:00
Brian Behlendorf
98d671d37e
Merge branch 'linux-user-util' into refs/top-bases/linux-zfs-branch
2010-07-21 10:10:15 -07:00
Brian Behlendorf
05126a5b3e
Merge commit 'refs/top-bases/linux-user-util' into linux-user-util
2010-07-21 10:10:13 -07:00
Brian Behlendorf
87537f7372
Merge branch 'linux-events' into refs/top-bases/linux-zfs-branch
2010-07-21 10:10:07 -07:00
Brian Behlendorf
b37d279269
Merge commit 'refs/top-bases/linux-events' into linux-events
2010-07-21 10:10:05 -07:00
Brian Behlendorf
5db9386acb
Merge branch 'linux-kernel-module' into refs/top-bases/linux-zfs-branch
2010-07-21 10:10:00 -07:00
Brian Behlendorf
47ae2dcfd3
Merge commit 'refs/top-bases/linux-kernel-module' into linux-kernel-module
2010-07-21 10:09:58 -07:00
Brian Behlendorf
cb2ae59cac
Merge branch 'linux-kernel-device' into refs/top-bases/linux-zfs-branch
2010-07-21 10:09:52 -07:00
Brian Behlendorf
79cacc44aa
Merge commit 'refs/top-bases/linux-kernel-device' into linux-kernel-device
2010-07-21 10:09:50 -07:00
Brian Behlendorf
d993033036
Merge branch 'linux-have-idmap' into refs/top-bases/linux-zfs-branch
2010-07-21 10:09:45 -07:00
Brian Behlendorf
d0b0beb358
Merge commit 'refs/top-bases/linux-have-idmap' into linux-have-idmap
2010-07-21 10:09:42 -07:00
Brian Behlendorf
dfd049ded5
Merge branch 'linux-ztest' into refs/top-bases/linux-zfs-branch
2010-07-21 10:09:37 -07:00
Brian Behlendorf
c665456598
Merge commit 'refs/top-bases/linux-ztest' into linux-ztest
2010-07-21 10:09:35 -07:00
Brian Behlendorf
e793008d28
Merge branch 'linux-unused' into refs/top-bases/linux-zfs-branch
2010-07-21 10:09:29 -07:00
Brian Behlendorf
4354e9bfe1
Merge commit 'refs/top-bases/linux-unused' into linux-unused
2010-07-21 10:09:27 -07:00
Brian Behlendorf
28c54731ed
Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch
2010-07-21 10:09:22 -07:00