Author: delphij
Date: Thu Mar 20 00:38:46 2014
New Revision: 263410
URL: http://svnweb.freebsd.org/changeset/base/263410
Log:
MFC r260183:
MFV r260154 + 260182:
4369 implement zfs bookmarks
4368 zfs send filesystems from readonly pools
Illumos/illumos-gate@78f171005391b928aaf164
Author: delphij
Date: Thu Mar 20 00:32:26 2014
New Revision: 263408
URL: http://svnweb.freebsd.org/changeset/base/263408
Log:
MFC r254755: MFV r254748:
Fix memory leak in libzfs's iter_dependents_cb().
Illumos ZFS issues:
4061 libzfs: memory leak in iter_dependents_cb()
Modified:
Author: delphij
Date: Thu Mar 20 00:25:40 2014
New Revision: 263406
URL: http://svnweb.freebsd.org/changeset/base/263406
Log:
MFC r259850: MFV r258384:
2583 Add -p (parsable) option to zfs list
illumos/illumos-gate@43d68d68c1ce08fb35026bebfb141af422e7082e
Modified:
stable/9/cddl/con
Author: delphij
Date: Thu Mar 20 00:14:45 2014
New Revision: 263404
URL: http://svnweb.freebsd.org/changeset/base/263404
Log:
MFC r256999 (smh):
Added support for the 'zfs list -t snap' and 'zfs snap' aliases which are
available under Oracle Solaris 11.
This includes an update to the
Author: delphij
Date: Thu Mar 20 00:06:16 2014
New Revision: 263402
URL: http://svnweb.freebsd.org/changeset/base/263402
Log:
MFC r260181:
Fix build on platforms where atomic_swap_64 is not available.
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfeature.c
Directory
Author: delphij
Date: Thu Mar 20 00:02:14 2014
New Revision: 263400
URL: http://svnweb.freebsd.org/changeset/base/263400
Log:
MFC r260157: MFV r260153:
4121 vdev_label_init should treat request as succeeded when pool
is read only
illumos/illumos-gate@973c78e94bf9634782164382c9e2
Author: delphij
Date: Wed Mar 19 23:58:05 2014
New Revision: 263398
URL: http://svnweb.freebsd.org/changeset/base/263398
Log:
MFC r260150: MFV r259170:
4370 avoid transmitting holes during zfs send
4371 DMU code clean up
illumos/illumos-gate@43466aae47bfcd2ad9bf501faec8e75c08095e4
Author: delphij
Date: Wed Mar 19 23:51:29 2014
New Revision: 263396
URL: http://svnweb.freebsd.org/changeset/base/263396
Log:
MFC r260141: MFV r258385:
(Note: this change is not applicable to FreeBSD and the file
is not included in build. It's integrated for completeness).
4128 disk
Author: delphij
Date: Wed Mar 19 23:46:59 2014
New Revision: 263394
URL: http://svnweb.freebsd.org/changeset/base/263394
Log:
MFC r260138: MFV r242733:
3306 zdb should be able to issue reads in parallel
3321 'zpool reopen' command should be documented in the man page
and help message
Author: delphij
Date: Wed Mar 19 23:38:23 2014
New Revision: 263391
URL: http://svnweb.freebsd.org/changeset/base/263391
Log:
MFC r259813 + r259816: MFV r258374:
4171 clean up spa_feature_*() interfaces
4172 implement extensible_dataset feature for use by other zpool
features
il
Author: delphij
Date: Wed Mar 19 23:31:47 2014
New Revision: 263389
URL: http://svnweb.freebsd.org/changeset/base/263389
Log:
MFC r259811: MFV r258373:
4168 ztest assertion failure in dbuf_undirty
4169 verbatim import causes zdb to segfa
4170 zhack leaves pool in ACTIVE state
il
Author: delphij
Date: Wed Mar 19 23:21:31 2014
New Revision: 263386
URL: http://svnweb.freebsd.org/changeset/base/263386
Log:
MFC r254587: MFV r254421:
Illumos ZFS issues:
3996 want a libzfs_core API to rollback to latest snapshot
Modified:
stable/9/cddl/contrib/opensolaris/lib/libzf
Author: dim
Date: Wed Mar 19 22:50:14 2014
New Revision: 263384
URL: http://svnweb.freebsd.org/changeset/base/263384
Log:
MFC r259860 (by mjacob):
Harvest one no longer used constant string.
Remove another and place it into play in the
normally ifdef protected zone it would be used
Author: delphij
Date: Wed Mar 19 19:32:53 2014
New Revision: 263375
URL: http://svnweb.freebsd.org/changeset/base/263375
Log:
Make it possible to call VOP_PUTPAGES with shared vnode lock instead
of insisting an exclusive lock.
When VFS_LOCK_DEBUG is enabled and when the underlying file s
Author: kib
Date: Wed Mar 19 13:09:38 2014
New Revision: 263361
URL: http://svnweb.freebsd.org/changeset/base/263361
Log:
MFC r263095:
Initialize paddr to handle the case of zero size.
Modified:
stable/9/sys/vm/device_pager.c
Directory Properties:
stable/9/sys/ (props changed)
Modified
Author: kib
Date: Wed Mar 19 13:02:26 2014
New Revision: 263358
URL: http://svnweb.freebsd.org/changeset/base/263358
Log:
MFC r263080:
Use correct types for sizeof() in the calculations for the malloc(9) sizes.
Modified:
stable/9/sys/dev/cpuctl/cpuctl.c
stable/9/sys/dev/hwpmc/hwpmc_piv.c
Author: kib
Date: Wed Mar 19 12:57:13 2014
New Revision: 263355
URL: http://svnweb.freebsd.org/changeset/base/263355
Log:
MFC r263079:
The auio structure is only initialized when the vnode is symlink,
avoid reading from it otherwise.
Modified:
stable/9/sys/kern/vfs_syscalls.c
Directory Pr
Author: rwatson
Date: Wed Mar 19 10:32:57 2014
New Revision: 263343
URL: http://svnweb.freebsd.org/changeset/base/263343
Log:
Merge r262690 from head to stable/9:
When querying a process's umask via sysctl in libprocstat(), don't
print a warning if EPERM is returned as this is an expe
Author: achim
Date: Wed Mar 19 10:18:34 2014
New Revision: 263340
URL: http://svnweb.freebsd.org/changeset/base/263340
Log:
MFC r257847, r260243: Update aacraid to version 3.2.5.
Approved by: emaste (co-mentor)
Modified:
stable/9/sys/dev/aacraid/aacraid.c
stable/9/sys/dev/aacraid/aacr
19 matches
Mail list logo