summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzpool
AgeCommit message (Collapse)AuthorFilesLines
2016-04-21 [illumos-gate merge]Jerry Jelinek3-5/+5
commit 20fea7a47472aceb64d3ed48cc2a3ea268bc4795 6879 incorrect endianness swap for drr_spill.drr_length in libzfs_sendrecv.c commit c5d1600c3eb0a58e493be9019c5fb8eaec72cb81 6880 zdb incorrectly reports feature count mismatch when feature is disabled commit 88a916040716032880a2a28e8f26912aef5426da 6877 zfs_rename_006_pos fails due to missing zvol snapshot device file commit 8fc922875ed266f52ccd5cc6f973b9ad0839c710 6871 libzpool implementation of thread_create should enforce length is 0 commit f83b46baf98d276f5f84fa84c8b461f412ac1f5e 6872 zfs libraries should not allow uninitialized variables commit 80309ff2cfc900b5f6acfe1d7f72cf67baf81fbe 6870 Update zoneinfo to 2016c (zone_sun.tab mismerge) commit 232f5a2e6e6fcc0e7d4f5bd719cd5e6433a24020 6875 fix zfs-tests ACL cases commit da412744bc6f902e4519ae67e92191a2e5d85e2c 6765 zfs_zaccess_delete() comments do not accurately reflect delete permissions for ACLs commit de0f1ddb598506a5d9a02946b67e9300b5f2a7cd 6764 zfs issues with inheritance flags during chmod(2) with aclmode=passthrough commit 851632d6a88d512574719953cc01ae7c2ed66b88 6763 aclinherit=restricted masks inherited permissions by group perms (groupmask) commit 1eb4e906ec75b9bde421954ace46ef137b0fc9eb 6762 POSIX write should imply DELETE_CHILD on directories - and some additional considerations
2016-04-206871 libzpool implementation of thread_create should enforce length is 0Eli Rosenthal2-3/+4
Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-206872 zfs libraries should not allow uninitialized variablesPaul Dagnelie1-2/+1
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-03-306739 userland version of cv_timedwait_hires() always assumes absolute timeGeorge Wilson2-3/+7
Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-03-31 [illumos-gate merge]Jerry Jelinek2-3/+7
commit c20404ff77119516354b0d112d28b7ea0dadd303 6738 zfs send stream padding needs documentation commit 41c6413cb54bf338d7a59ed789ec2e0e44c35e6f 6739 userland version of cv_timedwait_hires() always assumes absolute time commit 3ce2fcdcae00f6a5ca9abd0567a142752e44373b 6789 Want SMAP support commit c3a3f6c4a232444769e56b84076450e094d50532 6760 cpqary3: add support for more hp gen9 smart array controllers commit c67b1bdc42c9c8c104b7c28c14222c006aa56b1e 6807 only one CPU detected on HP Gen9 commit 6025f1db7d005ffd81a92cbdc542e14e20b246ea 6806 local x2apic enumeration is broken commit e4dcf6b386220918d8a355e951a2d7e8a73e5a6d 6761 fcinfo hba-port doesn't get correct supported speeds and connection speed for 16Gb target ports Conflicts: usr/src/uts/intel/sys/x86_archext.h usr/src/uts/intel/ia32/ml/copy.s usr/src/uts/i86pc/os/cpuid.c
2015-10-19 [illumos-gate merge]Jerry Jelinek1-2/+2
commit 2a446632681882e5dfe50f2f301401588f1ce734 6328 Fix cstyle errors in zfs codebase (fix studio) commit 61679b0b6826b0ae7e3f751acd91412fcfa45d1e commit 9a686fbc186e8e2a64e9a5094d44c7d6fa0ea167 6328 Fix cstyle errors in zfs codebase commit 21227944c2bcc086121a5428f3f9d2496ba646f5 5876 sys/regset.h pollutes name space commit 6a72db4a7fa12c3e0d1c1cf91a07390739fa0fbf 6208 add support for timerfd commit f3bb54f387fc03cf651e19bbee54cc88ee51bb29 6291 nested epoll does not mimic Linux behavior commit a5eb7107f06a6e23e8e77e8d3a84c1ff90a73ac6 5640 want epoll support commit 7509ca605713ac7f244b0e812b1712dd25f04da1 6027 EOL zulu (XVR-4000) commit e7df7762bfed06e996cc80f583cbee2d8ed81d69 6324 Add an `ndp' tool for manipulating the neighbors table Conflicts: usr/src/uts/common/io/timerfd.c usr/src/uts/common/io/devpoll.c usr/src/man/man9e/chpoll.9e usr/src/man/man5/timerfd.5 usr/src/man/man5/epoll.5 usr/src/man/man3c/timerfd_create.3c usr/src/man/man3c/epoll_wait.3c usr/src/man/man3c/epoll_ctl.3c usr/src/man/man3c/epoll_create.3c usr/src/cmd/cmd-inet/usr.sbin/ndp.c
2015-10-186328 Fix cstyle errors in zfs codebasePaul Dagnelie1-2/+2
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Jorgen Lundman <lundman@lundman.net> Approved by: Robert Mustacchi <rm@joyent.com>
2015-09-146209 libc mutexes break kernel writers heartsRobert Mustacchi2-4/+6
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-07-20 [illumos-gate merge]Jerry Jelinek1-1/+11
commit a2cdcdd260232b58202b11a9bfc0103c9449ed52 5960 zfs recv should prefetch indirect blocks 5925 zfs receive -o origin= commit e47aa97b65b6eaa7016357de7fb7974c1982858c 6063 pkgadd breaks with too many mountpoints
2015-07-195960 zfs recv should prefetch indirect blocksPaul Dagnelie1-1/+11
5925 zfs receive -o origin= Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com>
2015-06-03OS-4370 varpd should support getting an include path from SMFRobert Mustacchi2-4/+6
OS-4203 varpd stayed in carbonite after signal delivery OS-4373 varpd plugins should not link against libvarpd OS-4374 libc mutexes break kernel writers hearts Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-05-18 [illumos-gate merge]Jerry Jelinek1-5/+3
commit fae6347731c9d3f46b26338313b0422927f29cf6 5815 libzpool's panic function doesn't set global panicstr, ::status not as useful commit 255ca53cb863784f137aca02aa15c67d8dce73de 5816 mdb '::status' truncates assertion messages commit 589efa9501f3347f21e60905a96ca39427169e10 5883 race in netstack_unregister and zone creation 5884 want zid2zone 5885 want a dcmd for going from netstack id to nestack_t commit e7619b69689d6a40a07425ef14002f2ab4d724d9 5840 cmd/ypcmd build failed without usr/lib/libsocket.so on build host commit 2ba6d2b94a398caab9e751c277f0acbd1cc22c77 5896 svccfg import returns before service can be used by svcadm 5897 improve comments for svc.startd commit 799823bbed51a695d01e13511bbb1369980bb714 5890 Enable Intel SMEP support when available 5891 want to be able to see x86 control regs with kmdb commit 29f78cfa374064141c78641a37afda71a6408269 5889 want ::x86_featureset commit bc44a9330a5eaab897440aebd5b17691ec2c1d0a 5894 Want big theory statement on MAC's data path Conflicts: usr/src/uts/common/io/mac/mac_sched.c usr/src/cmd/svc/svccfg/svccfg_libscf.c usr/src/cmd/svc/startd/startd.c usr/src/cmd/mdb/i86pc/modules/unix/unix_sup.s usr/src/cmd/mdb/i86pc/modules/unix/unix.c usr/src/cmd/mdb/common/modules/genunix/zone.h usr/src/cmd/mdb/common/modules/genunix/zone.c usr/src/cmd/mdb/common/modules/genunix/genunix.c
2015-05-165815 libzpool's panic function doesn't set global panicstr, ::status not as ↵Prakash Surya1-5/+3
useful Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-01-13 [illumos-gate merge]Jerry Jelinek1-0/+1
commit 244781f10dcd82684fd8163c016540667842f203 5497 lock contention on arcs_mtx commit 6ca738233e59efaafdd9083077d19ca19802b6ba 5383 5234 breaks build on sparc Conflicts: usr/src/uts/common/fs/zfs/arc.c Removed fix for OS-2437 which is no longer applicable
2015-01-125497 lock contention on arcs_mtxPrakash Surya1-0/+1
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-07 [illumos-gate merge]Keith M Wesolowski1-0/+4
commit b515258426fed6c7311fd3f1dea697cfbd4085c6 5027 zfs large block support commit f3477bb2505a35e160b09c9dbf5476112be4fa7d 4457 we apparently change .comment of almost every userland object commit 738f37bc3dcd61e8a893af0f2d466d76690b70ec 5244 zio pipeline callers should explicitly invoke next stage commit f7950bf1145637c6dc57742a8bb95631fd5c846f 5243 zdb -b could be much faster commit cffcfaee1e6b29ef9ceb7d80e4e053ffd029906b 5270 ld(1) cannot handle CIE version 3 in .eh_frame Conflicts: usr/src/man/man1m/zfs.1m
2014-11-065244 zio pipeline callers should explicitly invoke next stageGeorge Wilson1-0/+4
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Alex Reece <alex.reece@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Elling <richard.elling@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Steven Hartland <killing@multiplay.co.uk> Approved by: Gordon Ross <gwr@nexenta.com>
2014-09-11 [illumos-gate merge]Keith M Wesolowski1-0/+3
commit 0fbc0cd0e52a11f6c4397a1714f94412cbf98b60 5139 SEEK_HOLE failed to report a hole at end of file commit 22438533bcc131ecebd4c16c699c35e91d321b76 5140 message about "%recv could not be opened" is printed when booting after crash commit 7fa49ea5e7d23077615525b1738f90f273258b05 5134 if ZFS_DEBUG or debug= is set, libzpool should enable debug prints commit af3465da8fa420c4ec701e3e57704d537a6f755b 5138 add tunable for maximum number of blocks freed in one txg commit d85a1e969ce08b3bc4a7cb3626a6e33a28b5caeb 5136 fix write throttle comment in dsl_pool.c commit 630270564f9cfe09ebbccb748c7dc1d897e14135 5062 bootadm update-archive should not fail if grub1 is missing Conflicts: usr/src/uts/common/fs/zfs/dsl_pool.c usr/src/cmd/boot/bootadm/bootadm_upgrade.c
2014-09-115134 if ZFS_DEBUG or debug= is set, libzpool should enable debug printsMatthew Ahrens1-0/+3
Reviewed by: Adam Leventhal <adam.leventhal@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-124756 metaslab_group_preload() could deadlockGeorge Wilson1-1/+2
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-06-13 [illumos-gate merge]Keith M Wesolowski1-1/+2
commit 30beaff42d8240ebf5386e8b7a14e3d137a1631f 4756 metaslab_group_preload() could deadlock
2014-06-09 [illumos-gate merge]Keith M Wesolowski2-0/+26
commit 3038a2b421b40dc5ac11cd88423696618584f85a 4897 Space accounting mismatch in L2ARC/zpool commit df15e419cb7359ba56ddddab9045e438d89e7cbc 4891 want zdb option to dump all metadata commit 05d57413471eaaa425913a06edc2ab33ad9b05bc 1667 pkcs11 may deadlock when multi-threaded consumers fork
2014-06-064891 want zdb option to dump all metadataMatthew Ahrens2-0/+26
Reviewed by: Sonu Pillai <sonu.pillai@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
2014-06-06 [illumos-gate merge]Keith M Wesolowski1-0/+1
commit 06315b795c0d54f0228e0b8af497a28752dd92da 4881 zfs send performance degradation when embedded block pointers are encountered commit 7fd05ac4dec0c343d2f68f310d3718b715ecfbaf 4390 i/o errors when deleting filesystem/zvol can lead to space map corruption commit 5d7b4d438c4a51eccc95e77a83a437b4d48380eb 4757 ZFS embedded-data block pointers ("zero block compression") 4913 zfs release should not be subject to space checks Conflicts: usr/src/man/man1m/zfs.1m
2014-06-054757 ZFS embedded-data block pointers ("zero block compression")Matthew Ahrens1-0/+1
4913 zfs release should not be subject to space checks Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Max Grossman <max.grossman@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-16 [illumos-gate merge]Keith M Wesolowski2-9/+6
commit 1b497ab83e8f1c58bba5da59c649207a442a4720 4752 fan out read zio taskqs commit bf16b11e8deb633dd6c4296d46e92399d1582df4 4374 dn_free_ranges should use range_tree_t Conflicts: usr/src/uts/common/fs/zfs/vdev_disk.c (copyright) usr/src/lib/libzpool/common/sys/zfs_context.h (copyright)
2014-04-154374 dn_free_ranges should use range_tree_tMatthew Ahrens2-9/+6
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Max Grossman <max.grossman@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2013-11-064161 deadlock between zfs_read() and zfs_putpage()Bryan Cantrill1-6/+7
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Ilya Usvyatsky <ilya.usvyatsky@nexenta.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-09-20OS-2477 deadlock between zfs_read() and zfs_putpage()Bryan Cantrill1-6/+7
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
2013-09-05OS-2437 arc_get_data_buf() blocks in vmem_alloc() instead of evicting20130905release-20130905Bryan Cantrill1-1/+2
2013-08-304072 make clobber leaves trashGordon Ross1-0/+1
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
2013-08-264045 zfs write throttle & i/o scheduler performance workMatthew Ahrens2-2/+4
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Ned Bass <bass6@llnl.gov> Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2013-08-073949 ztest fault injection should avoid resilvering devicesGeorge Wilson1-0/+1
3950 ztest: deadman fires when we're doing a scan 3951 ztest hang when running dedup test 3952 ztest: ztest_reguid test and ztest_fault_inject don't place nice together Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-03-083598 want to dtrace when errors are generated in zfsMatthew Ahrens3-9/+74
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-03-013582 zfs_delay() should support a variable resolutionAdam Leventhal2-0/+37
3584 DTrace sdt probes for ZFS txg states Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Elling <richard.elling@dey-sys.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-02-283464 zfs synctask code needs restructuringMatthew Ahrens3-1/+22
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-02-123537 want pool io kstatsMatthew Ahrens2-4/+40
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Sašo Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2012-11-023306 zdb should be able to issue reads in parallelGeorge Wilson2-0/+75
3321 'zpool reopen' command should be documented in the man page and help message Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-10-293246 ZFS I/O deadman threadGeorge.Wilson2-0/+54
Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-0/+9
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-09-073006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh2-57/+4
Reviewed by Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by George Wilson <george.wilson@delphix.com> Approved by Eric Schrock <eric.schrock@delphix.com>
2012-08-303112 ztest does not honor ZFS_DEBUGMatthew Ahrens1-0/+1
3113 ztest should use watchpoints to protect frozen arc bufs 3114 some leaked nvlists in zfsdev_ioctl 3115 poll(2) returns prematurely in presence of spurious wakeups Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matt Amdur <Matt.Amdur@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-08-01backout 3006: causes 3046 (panics after mounting root)Richard Lowe2-4/+57
2012-07-313006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh2-57/+4
Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-06-302882 implement libzfs_coreMatthew Ahrens2-0/+7
2883 changing "canmount" property to "on" should not always remount dataset 2900 "zfs snapshot" should be able to create multiple, arbitrary snapshots at once Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Chris Siden <christopher.siden@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Bill Pijewski <wdp@joyent.com> Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2012-05-212619 asynchronous destruction of ZFS file systemsChristopher Siden2-1/+9
2747 SPA versioning with zfs feature flags Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <gwilson@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2012-05-092703 add mechanism to report ZFS send progressBill Pijewski1-0/+2
Reviewed by: Matt Ahrens <matt@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2012-05-061618 zfs causing system to hang in vmem_xalloc()George Wilson2-2/+6
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matt Ahrens <matt@delphix.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Steve Gonczi <gonczi@comcast.net> Approved by: Gordon Ross <gwr@nexenta.com>
2012-02-051557 assertion failed in userland taskq_destroy()Garrett D'Amore1-0/+2
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: George Wilson <gwilson@zfsmail.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2011-07-27734 taskq_dispatch_prealloc() desiredGarrett D'Amore2-34/+83
943 zio_interrupt ends up calling taskq_dispatch with TQ_SLEEP Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Alexey Zaytsev <alexey.zaytsev@nexenta.com> Reviewed by: Jason Brian King <jason.brian.king@gmail.com> Reviewed by: George Wilson <gwilson@zfsmail.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>