I am encountering a problem with hw.pci.enable_aspm:
System: ASUS RS500A-E10-RS12U
CPU: AMD EPYC 7502 32-Core.
NVMe drive model: Micron 9300 PRO
Number of NVMe drives: 10
Using X2APIC
When hw.pci.enable_aspm is enabled, PCIe hot plug of Micron NVMe
drives does not work (including detection
Author: mm
Date: Tue Sep 14 10:27:32 2010
New Revision: 212605
URL: http://svn.freebsd.org/changeset/base/212605
Log:
Add missing vop_vector zfsctl_ops_shares
Add missing locks around VOP_READDIR and VOP_GETATTR with z_shares_dir
PR: kern/150544
Approved by: delphij (mentor)
Author: mm
Date: Tue Sep 14 12:12:18 2010
New Revision: 212611
URL: http://svn.freebsd.org/changeset/base/212611
Log:
Remove duplicated VFS_HOLD due to a mismerge.
PR: kern/150544
Approved by: delphij (mentor)
MFC after:1 day
Modified:
head/sys/cddl/contrib/opensolaris
Author: mm
Date: Wed Sep 15 16:10:38 2010
New Revision: 212670
URL: http://svn.freebsd.org/changeset/base/212670
Log:
MFC r210398:
Enable fake resolving of SMB RIDs by using nulldomain and UID_NOBODY
- fixes panics when Solaris/OpenSolaris pools that contain files
uploaded with the SMB
Author: mm
Date: Wed Sep 15 16:14:38 2010
New Revision: 212671
URL: http://svn.freebsd.org/changeset/base/212671
Log:
MFC r211931:
Update ZFS metaslab code from OpenSolaris.
This provides a noticeable write speedup, especially on pools with
less than 30% of free space.
Detailed inf
Author: mm
Date: Wed Sep 15 16:20:24 2010
New Revision: 212672
URL: http://svn.freebsd.org/changeset/base/212672
Log:
MFC r211932, r211947, r211948:
MFC r211932:
Import changes from OpenSolaris that provide
- better ACL caching and speedup of ACL permission checks
- faster handling
Author: mm
Date: Wed Sep 15 19:20:29 2010
New Revision: 212688
URL: http://svn.freebsd.org/changeset/base/212688
Log:
Add missing MFC to r212668 for cddl/compat/opensolaris from r209962.
Modified:
stable/8/cddl/compat/opensolaris/include/mnttab.h
stable/8/cddl/compat/opensolaris/misc/mnttab
Author: mm
Date: Wed Sep 15 19:55:26 2010
New Revision: 212694
URL: http://svn.freebsd.org/changeset/base/212694
Log:
Fix kernel panic when moving a file to .zfs/shares
Fix possible loss of correct error return code in ZFS mount
OpenSolaris revisions and Bug IDs:
11824:53128e5db7cf
Author: mm
Date: Fri Sep 17 14:15:03 2010
New Revision: 212791
URL: http://svn.freebsd.org/changeset/base/212791
Log:
Remove duplicate include of
Approved by: delphij (mentor)
MFC after:3 days
Modified:
head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c
Modified: head
Author: mm
Date: Sat Sep 18 08:45:43 2010
New Revision: 212820
URL: http://svn.freebsd.org/changeset/base/212820
Log:
MFC r212694:
Fix kernel panic when moving a file to .zfs/shares
Fix possible loss of correct error return code in ZFS mount
OpenSolaris revisions and Bug IDs:
11
Author: mm
Date: Mon Sep 20 07:23:45 2010
New Revision: 212891
URL: http://svn.freebsd.org/changeset/base/212891
Log:
MFC r212791:
Remove duplicate include of
Approved by: delphij (mentor)
Modified:
stable/8/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c
Directory Proper
Author: mm
Date: Mon Sep 27 09:05:51 2010
New Revision: 213197
URL: http://svn.freebsd.org/changeset/base/213197
Log:
Enable offlining of log devices.
OpenSolaris revision and Bug IDs:
9701:cc5b64682e64
6803605 should be able to offline log devices
6726045 vdev_deflate_
Author: mm
Date: Mon Sep 27 09:42:31 2010
New Revision: 213198
URL: http://svn.freebsd.org/changeset/base/213198
Log:
Properly handle IO with B_FAILFAST
Retry IO once with ZIO_FLAG_TRYHARD before declaring a pool faulted
OpenSolaris revision and Bug IDs:
9725:0bf7402e8022
6843014 Z
As FreeBSD does not support B_FAILFAST handling and we don't use
vdev_disk.c, please treat this commit as a no-op with the purpose of
diff reduction against latest ZFS code to make future updates easier.
___
svn-src-all@freebsd.org mailing list
http://lis
Author: mm
Date: Fri Oct 8 23:01:38 2010
New Revision: 213634
URL: http://svn.freebsd.org/changeset/base/213634
Log:
Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag.
This corrects writing to append-only files on ZFS.
PR: kern/149495 [1], kern/151082 [2]
Submit
Author: mm
Date: Sun Oct 10 08:41:08 2010
New Revision: 213667
URL: http://svn.freebsd.org/changeset/base/213667
Log:
- Add liblzma support to libarchive and usr.bin/tar
- Do not link usr.bin/ar to liblzma if building bootstrap-tools and
the local system doesn't include liblzma (fixes world
Author: mm
Date: Sun Oct 10 12:18:53 2010
New Revision: 213669
URL: http://svn.freebsd.org/changeset/base/213669
Log:
Move HAVE_LIBLZMA from Makefile to config_freebsd.h
Approved by: delphij (mentor)
Modified:
stable/8/usr.bin/tar/Makefile
stable/8/usr.bin/tar/config_freebsd.h
Modifi
Author: mm
Date: Mon Oct 11 09:34:46 2010
New Revision: 213683
URL: http://svn.freebsd.org/changeset/base/213683
Log:
MFC r210470:
Import two changesets from OpenSolaris to make future updates easier.
The changes do not affect FreeBSD code because
zfs_znode_move(), cleanlocks() and c
Author: mm
Date: Mon Oct 11 12:43:51 2010
New Revision: 213688
URL: http://svn.freebsd.org/changeset/base/213688
Log:
Vendor import of xz (stripped)
Git revision: d52b411716a614c202e89ba732492efb9916cd3f
Approved by: delphij (mentor)
Added:
vendor/xz/dist/FREEBSD-Xlist (contents, pr
Author: mm
Date: Mon Oct 11 12:57:41 2010
New Revision: 213689
URL: http://svn.freebsd.org/changeset/base/213689
Log:
Tag xz code as 20101010
Git revision: d52b411716a614c202e89ba732492efb9916cd3f
Approved by: delphij (mentor)
Added:
vendor/xz/20101010/
- copied from r213688, ven
Author: mm
Date: Mon Oct 11 20:34:35 2010
New Revision: 213699
URL: http://svn.freebsd.org/changeset/base/213699
Log:
Remove two non-vendor files as recommended.
Approved by: delphij (mentor)
Deleted:
vendor/xz/dist/FREEBSD-Xlist
vendor/xz/dist/FREEBSD-upgrade
Author: mm
Date: Mon Oct 11 21:16:50 2010
New Revision: 213700
URL: http://svn.freebsd.org/changeset/base/213700
Log:
Upgrade xz to git snapshot as of 20101010
Approved by: delphij (mentor)
MFC after:1 month
Added:
head/contrib/xz/po/de.po
- copied unchanged from r213699, ven
Author: mm
Date: Mon Oct 18 08:54:33 2010
New Revision: 214013
URL: http://svn.freebsd.org/changeset/base/214013
Log:
MFC r213197, r213198:
MFC r213197:
Enable offlining of log devices.
OpenSolaris revision and Bug IDs:
9701:cc5b64682e64
6803605 should be able to offline
Author: mm
Date: Tue Oct 26 15:48:03 2010
New Revision: 214378
URL: http://svn.freebsd.org/changeset/base/214378
Log:
Bugfix merge from OpenSolaris:
OpenSolaris onnv-revision:10209:91f47f0e7728
6830541 zfs_get_data_trips on a verify
6696242 multiple zfs_fillpage() zfs: a
Author: miwi
Date: Sat Nov 19 14:42:06 2011
New Revision: 227726
URL: http://svn.freebsd.org/changeset/base/227726
Log:
- Whitespaces fixed only
Approved by: rwatson (mentor)
Modified:
head/sys/boot/i386/loader/Makefile
Modified: head/sys/boot/i386/loader/Makefile
=
Author: miwi
Date: Sat Nov 19 14:44:29 2011
New Revision: 227727
URL: http://svn.freebsd.org/changeset/base/227727
Log:
- Add new loader_logo orbbw to default.conf
PR: 162608
Submitted by: manolis
Approved by: rwatson (mentor)
MFC after:3 Days
Modified:
head/sys/boot
Author: miwi
Date: Sun Nov 20 12:18:21 2011
New Revision: 227750
URL: http://svn.freebsd.org/changeset/base/227750
Log:
- Add missing usb and ucom devices
PR: usb/160301
Submitted by: Garrett Cooper
Reviewed by: hselasky
Approved by: hselasky, rwatson (mentor)
MFC after
Author: miwi
Date: Sun Nov 20 12:26:20 2011
New Revision: 227751
URL: http://svn.freebsd.org/changeset/base/227751
Log:
- Add support for Add LOGITECH Webcam C100
- While here whitespace fixes
PR: usb/161559
Submitted by: Sergey Zaykov
Reviewed by: hselasky
Approved by:
005" "SunOS 5.11" "System Administration Commands"
+.\" Portions Copyright 2011 Martin Matuska
+.TH ZDB 8 "Oct 31, 2005"
.SH NAME
zdb \- ZFS debugger
.SH SYNOPSIS
@@ -15,70 +16,50 @@ zdb \- ZFS debugger
.SH DESCRIPTION
.sp
.LP
-The \fBzdb\fR command is
Author: mm
Date: Mon Nov 21 14:50:17 2011
New Revision: 227793
URL: http://svn.freebsd.org/changeset/base/227793
Log:
For now, remove MANFILTER from ZFS manpages (bad effect on html output).
MFC after:4 days
Modified:
head/cddl/sbin/zfs/Makefile
head/cddl/sbin/zpool/Makefile
head
@
.\" Copyright 2011 by Delphix. All rights reserved.
.\" Portions Copyright 2011 Pawel Jakub Dawidek
.\" Portions Copyright 2011 Martin Matuska
-.TH ZFS 8 "September 24, 2009" FreeBSD
+.TH ZFS 8 "November 21, 2011" FreeBSD
.SH NAME
zfs \- configures ZFS fil
t; Copyright 2011, Nexenta Systems, Inc. All Rights Reserved.
+.\" Portions Copyright 2011 Justin T. Gibbs
+.\" Portions Copyright 2011 Martin Matuska
.TH ZPOOL 8 "November 21, 2011" FreeBSD
.SH NAME
zpool \- configures ZFS storage pools
___
ADER, with
.\" the fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [] [name of copyright owner]
@@ -7,7 +10,7 @@
.\" Copyright 2011 by Delphix. All rights reserved.
.\" Portions Copyright 2011 Pawel Jakub Dawidek
.\"
opensolaris/cmd/zdb/zdb.8 Sun Nov 27 11:15:59 2011
(r228018)
+++ head/cddl/contrib/opensolaris/cmd/zdb/zdb.8 Sun Nov 27 11:44:20 2011
(r228019)
@@ -1,65 +1,79 @@
'\" te
+.\" Copyright (c) 2011, Martin Matuska .
+.\" All Rights Reserved.
+.\"
+.\" The c
Author: mm
Date: Sun Nov 27 11:46:09 2011
New Revision: 228020
URL: http://svn.freebsd.org/changeset/base/228020
Log:
Fix zfs(8) and zpool(8) context help to repport supported flags.
MFC after:3 days
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
head/cddl/contrib/opens
Author: mm
Date: Sun Nov 27 20:24:07 2011
New Revision: 228045
URL: http://svn.freebsd.org/changeset/base/228045
Log:
Add missing -n flag to "zpool import" description.
MFC after:1 week
Modified:
head/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Modified: head/cddl/contrib/opensolaris
Author: mm
Date: Mon Nov 28 09:14:51 2011
New Revision: 228054
URL: http://svn.freebsd.org/changeset/base/228054
Log:
Add missing warning to zfs(8) for using "zfs destroy" with -r and -R flags.
Obtained from:illumos
MFC after:6 days
Modified:
head/cddl/contrib/opensolaris/c
Author: mm
Date: Mon Nov 28 09:33:13 2011
New Revision: 228055
URL: http://svn.freebsd.org/changeset/base/228055
Log:
Use singular form for zfs destroy snapshot in zfs(8).
MFC after:6 days
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
Modified: head/cddl/contrib/opensolaris/
(r228102)
+++ head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.cMon Nov 28 21:40:00
2011(r228103)
@@ -22,8 +22,9 @@
/*
* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright 2011 Nexenta Systems, Inc. All rights reserved.
+ * Copyright (c) 2011 by Delp
Mon Nov
28 21:42:31 2011(r228104)
@@ -23,7 +23,7 @@
* Copyright (c) 2011 by Delphix. All rights reserved.
* Copyright (c) 2011 Pawel Jakub Dawidek .
* All rights reserved.
- * Portions Copyright 2011 Martin Matuska
+ * Portions Copyright (c) 2011 Martin Matuska
*/
#include
Author: mm
Date: Fri Dec 2 19:56:46 2011
New Revision: 228206
URL: http://svn.freebsd.org/changeset/base/228206
Log:
Remove unnecesary "Ns" macros and add missing command example to zpool(8).
Reported by: Nobuyuki Koganemaru
MFC after:3 days
Modified:
head/cddl/contrib/opensolar
Author: mm
Date: Thu Dec 8 19:38:42 2011
New Revision: 228353
URL: http://svn.freebsd.org/changeset/base/228353
Log:
Some mdoc(7) style and typo fixes to zfs(8).
Submitted by: Nobuyuki Koganemaru
MFC after:3 days
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
Modified: he
Author: mm
Date: Tue Dec 20 20:02:07 2011
New Revision: 228744
URL: http://svn.freebsd.org/changeset/base/228744
Log:
Merge vendor revision 3723:
Fixes extraction of Zip entries that use length-at-end without specifying
either the compressed or uncompressed length. In particular, fixes bsdt
Author: mm
Date: Tue Dec 20 20:06:33 2011
New Revision: 228745
URL: http://svn.freebsd.org/changeset/base/228745
Log:
Update libarchive, tar and cpio to version 2.8.5
The following additional vendor revisions are applied:
Revision 3740:
Use archive_clear_error() to clear the error ma
Author: mm
Date: Tue Dec 20 20:34:02 2011
New Revision: 228748
URL: http://svn.freebsd.org/changeset/base/228748
Log:
Sync libarchive with vendor branch release/2.8:
3730:
Fix issue 174 (Windows path names, not relevant for FreeBSD)
3734:
Merge r1989: archive_clear_error should set
Author: mm
Date: Tue Dec 20 20:36:00 2011
New Revision: 228749
URL: http://svn.freebsd.org/changeset/base/228749
Log:
Sync bsdtar with vendor branch release/2.8:
Revision 3769:
Merge r3744 from trunk: Correctly return errors when reading
an archive using @archive extension.
Obtain
Author: mm
Date: Tue Dec 20 20:37:17 2011
New Revision: 228750
URL: http://svn.freebsd.org/changeset/base/228750
Log:
Sync bsdcpio with vendor branch release/2.8:
Revision 3770:
Merge r3768 from trunk: Fix typo in dev/ino verification for cpio formats.
Obtained from:http://co
On 20.12.2011 21:56, John Baldwin wrote:
> On Tuesday, December 20, 2011 3:37:17 pm Martin Matuska wrote:
>> Author: mm
>> Date: Tue Dec 20 20:37:17 2011
>> New Revision: 228750
>> URL: http://svn.freebsd.org/changeset/base/228750
>>
>> Log:
>>
Author: mm
Date: Wed Dec 21 09:08:41 2011
New Revision: 228759
URL: http://svn.freebsd.org/changeset/base/228759
Log:
Set svn:eol-style property to native for all text files in vendor/libarchive
Modified:
Directory Properties:
vendor/libarchive/dist/CMakeLists.txt (props changed)
vendor/l
Author: mm
Date: Wed Dec 21 11:09:24 2011
New Revision: 228761
URL: http://svn.freebsd.org/changeset/base/228761
Log:
Copy libarchive from vendor branch to contrib
MFC after:2 weeks
Added:
head/contrib/libarchive/
- copied from r228760, vendor/libarchive/dist/
__
Author: mm
Date: Wed Dec 21 11:11:51 2011
New Revision: 228762
URL: http://svn.freebsd.org/changeset/base/228762
Log:
Add FREEBSD-Xlist and FREEBSD-upgrade to contrib/libarchive
MFC after:2 weeks
Added:
head/contrib/libarchive/FREEBSD-Xlist (contents, props changed)
head/contrib/
Author: mm
Date: Wed Dec 21 11:18:49 2011
New Revision: 228764
URL: http://svn.freebsd.org/changeset/base/228764
Log:
Strip unnecessary files and directories from contrib/libarchive
according to FREEBSD-Xlist
MFC after:2 weeks
Deleted:
head/contrib/libarchive/CMakeLists.txt
head/
Author: mm
Date: Wed Dec 21 12:59:09 2011
New Revision: 228769
URL: http://svn.freebsd.org/changeset/base/228769
Log:
Remove config_freebsd.h and add to FREEBSD-Xlist
This file is common for libarchive, cpio and tar and is going to be located
outside of contrib (lib/libarchive)
Deleted:
h
Author: mm
Date: Wed Dec 21 14:58:44 2011
New Revision: 228770
URL: http://svn.freebsd.org/changeset/base/228770
Log:
Remove libarchive/archive_entry_copy_bhfi.c and libarchive/mtree.5
Add these files to FREEBSD-Xlist
MFC after:2 weeks
Deleted:
head/contrib/libarchive/libarchive/ar
Author: mm
Date: Wed Dec 21 15:02:37 2011
New Revision: 228771
URL: http://svn.freebsd.org/changeset/base/228771
Log:
Partial merge of r224691 from lib/libarchive:
Add compatibility for ISO images created with unfixed makefs that
violated ECMA-119 (ISO9660): allow reserved4 to be 0x20 in
Author: mm
Date: Wed Dec 21 15:06:01 2011
New Revision: 228772
URL: http://svn.freebsd.org/changeset/base/228772
Log:
Add missing integer casts to comparsions in libarchive read.
MFC after:2 weeks
Modified:
head/contrib/libarchive/libarchive/archive_read_support_format_iso9660.c
he
Author: mm
Date: Wed Dec 21 15:18:52 2011
New Revision: 228773
URL: http://svn.freebsd.org/changeset/base/228773
Log:
Merge FreeBSD changes from lib/libarchive to contrib/libarchive:
r204111 (uqs):
Fix common misspelling of hierarchy
r208027 (uqs):
mdoc: move CAVEATS, BUGS and SECU
Author: mm
Date: Wed Dec 21 15:20:17 2011
New Revision: 228774
URL: http://svn.freebsd.org/changeset/base/228774
Log:
Add $FreeBSD$ to libarchive_fe headers where missing.
MFC after:2 weeks
Modified:
head/contrib/libarchive/libarchive_fe/err.h
head/contrib/libarchive/libarchive_fe/
Author: mm
Date: Wed Dec 21 15:22:05 2011
New Revision: 228775
URL: http://svn.freebsd.org/changeset/base/228775
Log:
Merge FreeBSD changes from usr.bin/tar to contrib/libarchive/libarchive_fe:
r213469:
Recognize both ! and ^ as markers for negated character classes.
MFC after:2
Author: mm
Date: Wed Dec 21 15:30:49 2011
New Revision: 228776
URL: http://svn.freebsd.org/changeset/base/228776
Log:
Merge FreeBSD changes from usr.bin/tar to contrib/libarchive/tar:
r204111 (uqs):
Fix common misspelling of hierarchy
r207786 (kientzle):
Various manpage updates, in
Author: mm
Date: Wed Dec 21 15:33:13 2011
New Revision: 228777
URL: http://svn.freebsd.org/changeset/base/228777
Log:
Merge FreeBSD changes from usr.bin/cpio to contrib/libarchive/cpio:
r204111 (uqs):
Fix common misspelling of hierarchy
r211054 (kientzle);
Fix -R when used with -p.
Author: mm
Date: Thu Dec 22 08:42:07 2011
New Revision: 228797
URL: http://svn.freebsd.org/changeset/base/228797
Log:
Use contrib sources for building libarchive, tar and cpio.
Make "make test" fully operational.
MFC after:2 weeks
Deleted:
head/lib/libarchive/COPYING
head/lib/lib
Author: mm
Date: Fri Dec 23 08:50:26 2011
New Revision: 228835
URL: http://svn.freebsd.org/changeset/base/228835
Log:
Fix typo s/xz/libarchive/
Reported by: Emil Mikulic (private e-mail)
MFC after:12 days
Modified:
head/contrib/libarchive/FREEBSD-upgrade
Modified: head/contrib/li
Author: mm
Date: Mon Dec 26 22:25:58 2011
New Revision: 228905
URL: http://svn.freebsd.org/changeset/base/228905
Log:
Update to vendor revision 3982
Obtained from:http://libarchive.googlecode.com/svn/release/2.8
Added:
vendor/libarchive/dist/libarchive/test/test_compat_zip_2.zip.
Author: mm
Date: Tue Dec 27 10:21:29 2011
New Revision: 228908
URL: http://svn.freebsd.org/changeset/base/228908
Log:
Update to vendor revision 4016
Obtained from:http://libarchive.googlecode.com/svn/release/2.8
Modified:
vendor/libarchive/dist/libarchive/archive_read_support_for
Author: mm
Date: Tue Dec 27 10:36:56 2011
New Revision: 228911
URL: http://svn.freebsd.org/changeset/base/228911
Log:
Update to vendor revision 4016.
Vendor has integrated most of our local changes in revisions 3976-3979 so
future updates are going to be easier.
Thanks to Tim Kientzle .
I agree with Pawel, we should use "FreeBSD".
Is this (+ the dtrace test) going to be changed + set for MFC?
Dňa 28.08.2010 19:27, Pawel Jakub Dawidek wrote / napísal(a):
> On Sat, Aug 21, 2010 at 11:41:32AM +, Rui Paulo wrote:
>> Author: rpaulo
>> Date: Sat Aug 21 11:41:32 2010
>> New Revisio
Author: mm
Date: Tue Nov 9 19:43:45 2010
New Revision: 215048
URL: http://svn.freebsd.org/changeset/base/215048
Log:
MFC r214378:
Bugfix merge from OpenSolaris:
OpenSolaris onnv-revision:10209:91f47f0e7728
6830541 zfs_get_data_trips on a verify
6696242 multiple zfs
Author: mm
Date: Thu Nov 11 22:21:30 2010
New Revision: 215146
URL: http://svn.freebsd.org/changeset/base/215146
Log:
Vendor import of xz (stripped)
Git revision: e45929260cd902036efd40c5610a8d0a50d5712b
Release: 5.0.0
Approved by: delphij (mentor)
Added:
vendor/xz/dist/po/xz.p
Author: mm
Date: Fri Nov 12 13:59:48 2010
New Revision: 215180
URL: http://svn.freebsd.org/changeset/base/215180
Log:
Tag xz as 5.0.0 (git revision e45929260cd902036efd40c5610a8d0a50d5712b)
Approved by: delphij (mentor)
Added:
vendor/xz/5.0.0/
- copied from r215179, vendor/xz/dist/
Author: mm
Date: Fri Nov 12 16:53:17 2010
New Revision: 215187
URL: http://svn.freebsd.org/changeset/base/215187
Log:
Update xz to release 5.0.0
Approved by: delphij (mentor)
MFC after:1 week
Added:
head/contrib/xz/po/xz.pot
- copied unchanged from r215146, vendor/xz/dist/po/
Author: mm
Date: Sat Nov 13 21:09:18 2010
New Revision: 215260
URL: http://svn.freebsd.org/changeset/base/215260
Log:
Disable VFS_HOLD placed on mnt_vnodecovered during the mount of a snapshot
and VFS_RELE on a non-existing hold on snapshot parent's z_vfs.
This disables the changes from O
Author: mm
Date: Fri Nov 19 09:59:55 2010
New Revision: 215515
URL: http://svn.freebsd.org/changeset/base/215515
Log:
Remove obsoleted private symbol.
Approved by: delphij (mentor)
MFC after:together with 5.0.0 update
Modified:
head/lib/liblzma/Symbol.map
Modified: head/lib/liblz
Author: mm
Date: Sat Nov 20 10:12:20 2010
New Revision: 215554
URL: http://svn.freebsd.org/changeset/base/215554
Log:
MFC r215260:
Disable VFS_HOLD placed on mnt_vnodecovered during the mount of a snapshot
and VFS_RELE on a non-existing hold on snapshot parent's z_vfs.
This disables
Author: mm
Date: Tue Nov 23 10:37:00 2010
New Revision: 215737
URL: http://svn.freebsd.org/changeset/base/215737
Log:
MFC r213700, r215187, r215515:
MFC r213700:
Upgrade xz to git snapshot as of 20101010
MFC r215187:
Update xz to release 5.0.0
MFC r215515
Remove obsoleted pr
Author: mm
Date: Tue Nov 23 11:31:12 2010
New Revision: 215738
URL: http://svn.freebsd.org/changeset/base/215738
Log:
MFC r213718:
- Add support for xz compression to pkg_create, bzip2 remains the default
compression algorithm.
- Bump PKG_INSTALL_VERSION to 20101012.
Submitted by:
Author: mm
Date: Sun Nov 28 09:52:06 2010
New Revision: 215992
URL: http://svn.freebsd.org/changeset/base/215992
Log:
MFC r213634, r213673:
MFC r213634:
Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag.
This corrects writing to append-only files on ZFS.
MFC r213673 (
Author: mm
Date: Sun Nov 28 10:05:26 2010
New Revision: 215993
URL: http://svn.freebsd.org/changeset/base/215993
Log:
MFC r213634, r213673:
MFC r213634:
Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag.
This corrects writing to append-only files on ZFS.
MFC r213673 (
Author: mm
Date: Wed Dec 8 08:57:37 2010
New Revision: 216291
URL: http://svn.freebsd.org/changeset/base/216291
Log:
Do not print OpenSolaris hint to use (non-existing) installgrub(1) command
if creating a mirror by attaching a new vdev to a root pool.
Reported by: James R. Van Artsdale
root pool.
And as this was removed upstream the warning should be put into perforce
as well.
Dňa 08.12.2010 10:04, Pawel Jakub Dawidek wrote / napísal(a):
> On Wed, Dec 08, 2010 at 08:57:37AM +0000, Martin Matuska wrote:
>> Author: mm
>> Date: Wed Dec 8 08:57:37 2010
>>
Author: mm
Date: Wed Dec 8 13:51:25 2010
New Revision: 216293
URL: http://svn.freebsd.org/changeset/base/216293
Log:
Print message with information about updating the boot code if a new
vdev is attached to a root pool (e.g. when creating a mirrored boot pool).
Reviewed by: pav
Approve
Author: mm
Date: Sat Dec 11 23:48:10 2010
New Revision: 216386
URL: http://svn.freebsd.org/changeset/base/216386
Log:
MFC r216291, r216293:
MFC r216291:
Do not print OpenSolaris hint to use (non-existing) installgrub(1) command
if creating a mirror by attaching a new vdev to a root pool
Author: mm
Date: Tue Dec 14 15:33:59 2010
New Revision: 216434
URL: http://svn.freebsd.org/changeset/base/216434
Log:
MFC r210044, r214622:
MFC r210044 (pjd):
MFp4 180933:
Initialize rw_count properly so that zdb(8) doesn't trigger assertion in
rw_enter():
ASSERT(rwlp->r
Author: mm
Date: Tue Dec 14 15:36:47 2010
New Revision: 216436
URL: http://svn.freebsd.org/changeset/base/216436
Log:
MFC r208683, r210999, r212385:
MFC r208683 (pjd):
Fix a bug where resilver is not started automatically on pool import or load.
If disk was missing on pool load or impor
Author: mm
Date: Wed Dec 15 15:19:17 2010
New Revision: 216456
URL: http://svn.freebsd.org/changeset/base/216456
Log:
MFC r209230 (pjd):
Remove redundant assignment.
Approved by: re (kib), pjd, delphij (mentor)
Modified:
stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_v
Author: mm
Date: Thu Aug 18 07:34:11 2011
New Revision: 224959
URL: http://svn.freebsd.org/changeset/base/224959
Log:
MFC r224605:
Fix panic in zfs_read() if IO_SYNC flag supplied by checking for
zfsvfs->z_log before calling zil_commit(). [1]
Do not call zfs_read() from zfs_getextattr() wi
Author: mm
Date: Sat Aug 20 07:43:10 2011
New Revision: 225022
URL: http://svn.freebsd.org/changeset/base/225022
Log:
MFC r224814, r224855:
MFC r224814 [1]:
Fix race between dmu_objset_prefetch() invoked from
zfs_ioc_dataset_list_next() and dsl_dir_destroy_check() indirectly
invoked f
Author: mm
Date: Tue Aug 23 19:49:06 2011
New Revision: 225121
URL: http://svn.freebsd.org/changeset/base/225121
Log:
Fix buffer overflow and possible ISO image corruption in wrong
handling of "." character case in makefs ISO level 1 and 2 filename
conversion.
Filed as NetBSD PR #45285
Author: mm
Date: Thu Aug 25 08:17:39 2011
New Revision: 225166
URL: http://svn.freebsd.org/changeset/base/225166
Log:
Generalize ffs_pages_remove() into vn_pages_remove().
Remove mapped pages for all dataset vnodes in zfs_rezget() using
new vn_pages_remove() to fix mmapped files changed b
Author: mm
Date: Thu Aug 25 08:35:09 2011
New Revision: 225167
URL: http://svn.freebsd.org/changeset/base/225167
Log:
Import bugfix for reading and extracting of FreeBSD ISO images with tar.
Upstream revision 3645 (merge of 3642):
Change the mechanism handling a rr_moved directory,
whic
Author: mm
Date: Mon Aug 29 20:00:29 2011
New Revision: 225249
URL: http://svn.freebsd.org/changeset/base/225249
Log:
MFC r225121:
Fix buffer overflow and possible ISO image corruption in wrong
handling of "." character case in makefs ISO level 1 and 2 filename
conversion.
Filed as
Author: mm
Date: Mon Aug 29 20:00:57 2011
New Revision: 225250
URL: http://svn.freebsd.org/changeset/base/225250
Log:
Fix buffer overflow and possible ISO image corruption in wrong
handling of "." character case in makefs ISO level 1 and 2 filename
conversion.
Filed as NetBSD PR #45285
Author: mm
Date: Fri Sep 2 07:37:55 2011
New Revision: 225320
URL: http://svn.freebsd.org/changeset/base/225320
Log:
MFC r207662 (trasz):
Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().
Modified:
stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
st
Author: mm
Date: Fri Sep 2 08:19:19 2011
New Revision: 225326
URL: http://svn.freebsd.org/changeset/base/225326
Log:
MFC r226155:
Generalize ffs_pages_remove() into vn_pages_remove().
Remove mapped pages for all dataset vnodes in zfs_rezget() using
new vn_pages_remove() to fix mmapp
Author: mm
Date: Fri Sep 2 13:03:56 2011
New Revision: 225329
URL: http://svn.freebsd.org/changeset/base/225329
Log:
Import additional bugfix for reading and extracting makefs-created
ISO images with tar.
Vendor revision 3648 (merge of 3647):
Additional fix to issue 168 because the cha
Author: mm
Date: Mon Sep 5 09:49:28 2011
New Revision: 225392
URL: http://svn.freebsd.org/changeset/base/225392
Log:
MFC r225167, r225329:
MFC r225167:
Import bugfix for reading and extracting of FreeBSD ISO images with tar.
Vendor revision 3645 (merge of 3642):
Change the mechani
Author: mm
Date: Wed Sep 28 11:57:10 2011
New Revision: 225828
URL: http://svn.freebsd.org/changeset/base/225828
Log:
Remove assertion that prevents zfs rename of datasets with mountpoint=none
or mountpoint=legacy that have children datasets. This also fixes dataset
rename when receiving inc
Author: mm
Date: Wed Oct 5 19:57:59 2011
New Revision: 226044
URL: http://svn.freebsd.org/changeset/base/226044
Log:
MFC r225828:
Remove assertion that prevents zfs rename of datasets with mountpoint=none
or mountpoint=legacy that have children datasets. This also fixes dataset
rename whe
Author: mm
Date: Wed Oct 5 20:00:50 2011
New Revision: 226045
URL: http://svn.freebsd.org/changeset/base/226045
Log:
MFC r225828:
Remove assertion that prevents zfs rename of datasets with mountpoint=none
or mountpoint=legacy that have children datasets. This also fixes dataset
rename whe
Author: mm
Date: Tue Oct 18 13:58:22 2011
New Revision: 226512
URL: http://svn.freebsd.org/changeset/base/226512
Log:
Import fix for Illumos bug #1475 to reduce diff against upstream.
Panic caused by this bug was already partially fixed by pjd@
in p4 CH 185940 and 185942.
Reference:
1 - 100 of 991 matches
Mail list logo