summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ztest
AgeCommit message (Collapse)AuthorFilesLines
2009-11-196899923 vdev_offline/vdev_add deadlockJeff Bonwick1-4/+0
6900497 zdb -S could be much faster 6900898 deduped blocks should be scrubbed/resilvered exactly once
2009-11-09PSARC 2009/510 ZFS received propertiesTom Erickson1-2/+3
6850025 want to preserve local properties for zfs_recv 6839260 want zfs send with properties 6855486 zfs_receive should keep trying to set properties even after some fail 6850030 snapshots on read-only dataset shouldn't affect zfs_receive
2009-11-036897933 zfs_get_data: assertion failed: db->db_offset == offsetJeff Bonwick1-1/+5
2009-11-01PSARC 2009/571 ZFS Deduplication PropertiesJeff Bonwick1-1600/+2383
6677093 zfs should have dedup capability
2009-10-276888456 zfs command line utilities should have CTF dataJonathan Adams1-9/+12
6887356 ::stacks is slow in pipelines on live kernels 6884079 mdb's enum p2 printing should elide common prefixes 6887160 ::offsetof and ::sizeof still can't handle forward decls 6551113 ::taskq would be nice --HG-- rename : usr/src/cmd/svc/Makefile.ctf => usr/src/cmd/Makefile.ctf
2009-10-236840704 osol_0906 PV guests sometimes hang at login promptGeorge Wilson1-2/+18
2009-10-156822816 assertion failed: zap_remove_int(ds_next_clones_obj) returns ENOENTMatthew Ahrens1-1/+1
6891731 zfs_vdev_max_pending should be 10 6891726 ztest_fzap runs too much
2009-10-156880764 fsync on zfs is broken if writes are greater than 32kb on a hard ↵Neil Perrin1-0/+7
crash and no log attached 6793430 zdb -ivvvv assertion failure: bp->blk_cksum.zc_word[2] == dmu_objset_id(zilog->zl_os)
2009-09-306871683 ztest should exercise deferred destroyChris Kirby1-0/+115
2009-09-296846163 ZFS continues to use faulted logzilla, bringing system to a crawlGeorge Wilson1-20/+41
6872547 ztest LUN expansion test fails 6873635 zdb should be able to open a pool with a failed slog 6873654 system panics when a slog device is offlined 6875236 zdb should be able to dump the spa history
2009-09-226650218 Commit callbacks API for the DMURicardo M. Correia1-0/+228
6747932 Add a ZAP API to move a ZAP cursor to a given key. 6856020 ztest keeps creating and doesn't destroy threads
2009-09-216574286 removing a slog doesn't workGeorge Wilson1-17/+65
6856566 zpool import -F can cause panic 6863456 system panic by load_nvlist(spa, spa->spa_config_object, &nv) == 0 while running zfs test suite 6882947 dump_nvlist() should live in libnvpair
2009-09-216438937 if 'zfs destroy' fails, it can leave a zvol device link missingEric Taylor1-1/+1
6573142 zpool destruction/export should better handle stale zvol links 6718816 ZFS volinit fails when ZFS root pool full 6761786 zpool import with 8500 snapshots took 11hours 6604403 replace volinit/volfini with /dev fs vnode ops 6847760 zfs volinit may happen a little too soon during boot 6488792 Warnings on console whenever a volume is created. 6738837 assertion failure in sdev_open 6878496 dmu_objset_own returns EINVAL instead of EROFS in some situations
2009-09-016870347 assertion failure in dmu_tx_willuse_space(): ↵Sanjeev Bagewadi1-2/+2
refcount_count(&tx->tx_space_written) + delta <= tx->tx (fix lint)
2009-09-016870347 assertion failure in dmu_tx_willuse_space(): ↵onnv_123Sanjeev Bagewadi1-0/+98
refcount_count(&tx->tx_space_written) + delta <= tx->tx
2009-08-126860996 %temporary clones are not automatically destroyed on errorMatthew Ahrens1-43/+29
6863088 zfs panic in dnode_hold_impl from readdir()
2009-08-066861581 ZFS frees in synching context during rollbackMatthew Ahrens1-7/+5
6869470 panic from refcount_remove when destroy clone
2009-08-01PSARC/2009/297 zfs snapshot holdsChris Kirby1-8/+8
6803121 want user-settable refcounts on snapshots 6851824 zfs_ioc_rename() can be called with a NULL zc_name
2009-07-166854612 triple-parity RAID-ZAdam Leventhal1-1/+1
6854621 RAID-Z should mind the gap on writes
2009-06-08PSARC 2008/353 zpool autoexpand propertyGeorge Wilson1-29/+182
6475340 when lun expands, zfs should expand too 6563887 in-place replacement allows for smaller devices 6606879 should be able to grow pool without a reboot or export/import 6844090 zfs should be able to mirror to a smaller disk
2009-05-306846557 zlook & ztest both have files unref'd in combined buildTim Haley1-31/+0
2009-05-216843568 ztest fails when calling dmu_objset_destroy()George Wilson1-34/+44
2009-04-296801810 Commit of aligned streaming rewrites to ZIL device causes unwanted ↵Neil Perrin1-14/+16
disk reads
2009-04-276596237 Stop looking and start gangingGeorge Wilson1-0/+7
2009-04-276764124 want zdb to be able to checksum metadata blocks onlyVictor Latushkin1-1/+1
2009-04-216717022 ZFS DMU needs zero-copy supportAleksandr Guzovskiy1-5/+336
2009-04-126818183 zfs snapshot -r is slow due to set_snap_props() doing ↵Matthew Ahrens1-4/+6
txg_wait_synced() for each new snapshot
2009-03-306792139 recovering from a suspended pool needs some workGeorge Wilson1-1/+1
6794830 reboot command hangs on a failed zfs pool
2009-03-306807765 ztest_dsl_dataset_promote_busy needs to clean up after ENOSPCGeorge Wilson1-25/+42
2009-02-176805079 ztest fails immediatelyMark J Musante1-9/+24
2009-02-126784924 panic while ludelete (zfs destroy)Mark J Musante1-1/+107
2008-12-016328632 zpool offline is a bit too conservativeJeff Bonwick1-40/+64
6739487 ASSERT: txg <= spa_final_txg due to scrub/export race 6767129 ASSERT: cvd->vdev_isspare, in spa_vdev_detach() 6747698 checksum failures after offline -t / export / import / scrub 6745863 ZFS writes to disk after it has been offlined 6722540 50% slowdown on scrub/resilver with certain vdev configurations 6759999 resilver logic rewrites ditto blocks on both source and destination 6758107 I/O should never suspend during spa_load() 6776548 codereview(1) runs off the page when faced with multi-line comments 6761406 AMD errata 91 workaround doesn't work on 64-bit systems
2008-11-256765294 Refactor replayNeil Perrin1-19/+8
2008-11-246775357 ZFS should have a way to export a pool without touching anythingGeorge Wilson1-1/+1
2008-10-146333409 traversal code should be able to issue multiple reads in parallelMatthew Ahrens1-153/+2
6418042 want traversal in depth-first pre-order for quicker 'zfs send' 6757112 zvol dump code is extra complicated 6725668 want ::zfs_blkstats to show block type stats after scrub 6725675 dmu traverse code has extraneous features 6725680 P2CROSS is confusing to use 6725698 zvol dump device should always be 128k 6729696 sync causes scrub or resilver to pause for up to 30s 6730101 online recv can cause scrub to miss some blocks 6752226 assertion failed in dbuf_verify: db->db.db_size >= dn->dn_datablksz 6577985 panic when zfs send a snapshot with i/o errors 6755042 zdb -Lbc counts block several times in case of checksum errors
2008-10-096755897 recursive mutex enter in spa_vdev_enter when running test suiteJeff Bonwick1-0/+15
2008-10-026754946 assertion failure in vdev_label_init() under zpool_remove_003_pos testJeff Bonwick1-66/+84
2008-09-306754498 assertion failure in dbuf_leaf_sync() - and test coverage gap in ztestJeff Bonwick1-4/+15
6754502 panic in zio_vdev_io_assess() on disks that can't DKIOCFLUSHWRITECACHE
2008-09-296754011 SPA 3.0: lock breakup, i/o pipeline refactoring, device failure handlingJeff Bonwick1-226/+242
6667208 zfs/zpool commands on failed pool should not hang 6430480 grabbing config lock as writer during I/O load can take excessively long
2008-09-186741237 zfs hang in txg_wait_open() on bootNeil Perrin1-4/+2
2008-07-296721908 A hot spare "in use" in an exported zpool, is stolen when a disk ↵lling1-1/+1
fails in an imported pool.
2008-07-24PSARC 2008/223 Pool root file system properties via zpool(1M)timh1-4/+4
6647661 "set once" / "create time only" properties can't be set for pool level dataset
2008-07-076343667 scrub/resilver has to start over when a snapshot is takenahrens1-17/+16
6343693 'zpool status' gives delayed start for 'zpool scrub' 6670746 scrub on degraded pool return the status of 'resilver completed'? 6675685 DTL entries are lost resulting in checksum errors 6706404 get_history_one() can dereference off end of hist_event_table[] 6715414 assertion failed: ds->ds_owner != tag in dsl_dataset_rele() 6716437 ztest gets SEGV in arc_released() 6722838 bfu does not update grub
2008-05-226610506 Eliminate or improve retry logic from callers of dmu_objset_open()maybee1-21/+28
6695465 divide by zero in txg_sync_thread() under heavy load
2008-05-146625086 changing cachefile doesn't remove old cache on last usereschrock1-1/+1
6633599 need a mechanism to import faulted pools 6646102 hot spares are not activated when opening a pool 6646106 ZFS DE is overly complicated 6646195 ZFS DE leaks pool handles 6646618 want dataset GUIDs as a property in libzfs 6662441 L2ARC FMA support 6687745 zdb -U doesn't work with anything but pool names 6687750 ::spa_vdevs should print out cache devices 6687753 cache devices should support offline/online 6687766 ZFS should post a sysevent when config changes 6688366 bad indentation for 'casesensitivity' property in 'zfs get' help 6689223 spa_create() can leave namespace lock held if property validation fails 6690884 setting zfs_no_write_throttle panics system 6691266 zpool_read_label() needs to use pread64() 6694185 nv_priv_init() doesn't bzero structure completely 6694186 ses_plugin_dlclose is backwards 6697754 ses2 plugin crash when setting invalid property
2008-04-276654808 FIGNORECASE lookups in a zfs xattr dir don't provide 'realname' datatimh1-4/+4
6666748 System panic occurred when attempting to view .zfs snapshot directory from CIFS client. 6693201 libzpool needlessly defines u8_textprep_str() 6694236 case-insensitive zfs file system doesn't work when created on sparc and then imported on x86
2008-02-116580270 'zdb [-C|-L] <pool'> can't open alternate root poolsck1538981-2/+3
6657291 zdb -e is not correctly documented 6657293 zdb -U should take a path
2007-11-276354519 stack overflow in zfs due to zio pipelineonnv_79bonwick1-464/+430
6533726 single-threaded checksum & parity calculations limit write bandwidth 6547248 ztest detects a future leak when there is none 6604198 zfs only using single cpu for compression (part II) --HG-- rename : usr/src/uts/common/fs/zfs/rprwlock.c => deleted_files/usr/src/uts/common/fs/zfs/rprwlock.c rename : usr/src/uts/common/fs/zfs/sys/rprwlock.h => deleted_files/usr/src/uts/common/fs/zfs/sys/rprwlock.h
2007-10-24PSARC 2007/567 zpool failmode propertygw252951-18/+89
6322646 ZFS should gracefully handle all devices failing (when writing) 6413847 vdev label write failure should be handled more gracefully 6417772 need nicer message on write failure 6417779 ZFS: I/O failure (write on ...) -- need to reallocate writes 6467927 Node gets into a panic loop when devices are fenced off 6565042 ZFS should gracefully handle all devices failing (when reading) 6596239 Stop issuing IOs to a vdev that is going to be removed
2007-08-266569719 panic dangling dbufs (dn=ffffffff28814d30, dbuf=ffffffff20756008)maybee1-8/+26
6573361 panic turnstile_block, unowned mutex 6584864 $MOS is not properly bounded by pool size 6585265 need bonus resize interface 6587723 BAD TRAP: type=e (#pf Page fault) occurred in module "zfs" due to a NULL pointer dereference 6589799 dangling dbuf after zinject 6594025 panic: dangling dbufs during shutdown