summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ztest
AgeCommit message (Collapse)AuthorFilesLines
2007-08-066498144 ::kmastat could be even easier to readek1102371-0/+4
6580855 spa_scrub() should be called with spa_namespace_lock held, not the config lock
2007-07-246535695 Panic: shpp->sh_eof == shpp->sh_pool_create_len, file: ↵ek1102371-4/+4
../../common/fs/zfs/spa_history.c, line: 235 6577336 6572465 didn't update comments for zpool_stage_history()
2007-06-26PSARC/2006/465 ZFS Delegated Administrationmarks1-1/+1
PSARC/2006/577 zpool property to disable delegation PSARC/2006/625 Enhancements to zpool history PSARC/2007/228 ZFS delegation amendments PSARC/2007/295 ZFS Delegated Administration Addendum 6280676 restore "owner" property 6349470 investigate non-root restore/backup 6572465 'zpool set bootfs=...' records history as 'zfs set bootfs=...'
2007-06-22PSARC 2007/171 ZFS Separate Intent Logperrin1-9/+25
6339640 Make ZIL use NVRAM when available.
2007-06-12PSARC 2007/197 ZFS hotplugeschrock1-36/+36
PSARC 2007/283 FMA for ZFS Phase 2 6401126 ZFS DE should verify that diagnosis is still valid before solving cases 6500545 ZFS does not handle changes in devids 6508521 zpool online should warn when it is being used incorrectly 6509807 ZFS checksum ereports are not being posted 6514712 zfs_nicenum() doesn't work with perfectly-sized buffers 6520510 media state doesn't get updated properly on device removal 6520513 ZFS should have better support for device removal 6520514 vdev state should be controlled through a single ioctl() 6520519 ZFS should diagnose faulty devices 6520947 ZFS DE should close cases which no longer apply 6521393 ZFS case timeout should be FMD_TYPE_TIME 6521624 fmd_hash_walk() can dump core when given a bad address 6521946 ZFS DE needlessly subscribes to faults 6522085 ZFS dictionary files contain spelling errors 6523185 vdev_reopen() doesn't correctly propagate state 6523555 'zpool online' should be less chatty unless something goes wrong 6527379 zpool(1M) should not try to open faulted devices 6527700 ZFS should post a sysevent when topology changes 6528194 lofi should support force unmap and DKIO_DEV_GONE 6528732 ZFS should store physical device path in addition to /dev path 6532635 ZFS keeps devices open unnecessarily 6532979 bad argument to ZFS_IOC_VDEV_ATTACH can panic system 6567983 deadlock with spa_scrub_thread() and spa_namespace_lock
2007-04-116543732 fix for 6524407 broke the nightly build with gccraf1-1/+1
2007-04-056524407 ztest's nicenumtoull() is not so nicevb1604871-14/+32
2007-02-256526196 ZFS: assertion failed: zp->z_phys->zp_links > zp_is_dirmaybee1-1/+58
2007-02-166513020 zio pipeline went out to lunchgw252951-2/+12
2007-01-226514331 in-memory delete queue is not neededahrens1-3/+3
2006-10-036463348 ZFS code could be more portablend1506281-24/+6
2006-08-296413510 zfs: writing to ZFS filesystem slows down fsync() on other files in ↵perrin1-1/+1
the same FS 6453172 ztest turns into a sloth due to massive arc_min_prefetch_lifespan
2006-07-226444346 zfs promote fails in zoneahrens1-2/+3
6448371 'zfs promote' of a volume clone fails with EBUSY 6450292 unmount original file system, 'zfs promote' cause system panic. 6451124 assertion failed: rc->rc_count >= number 6451412 renaming snapshot with 'mv' makes unmounting snapshot impossible
2006-06-196416482 filebench oltp workload hangs in zfsmaybee1-5/+13
6440499 zil should avoid txg_wait_synced() and use dmu_sync() to issue parallel IOs when fsyncing
2006-06-14PSARC 2006/388 snapshot -rahrens1-4/+5
6373978 want to take lots of snapshots quickly ('zfs snapshot -r')
2006-06-126433717 offline devices should not be marked persistently unavailbleeschrock1-3/+3
6436524 importing a bogus pool config can panic system 6436800 ztest failure: spa_vdev_attach() returns EBUSY instead of ENOTSUP
2006-06-026430121 3-way deadlock involving tc_lock within zfsahrens1-2/+3
2006-05-30PSARC 2006/223 ZFS Hot Spareseschrock1-3/+14
PSARC 2006/303 ZFS Clone Promotion 6276916 support for "clone swap" 6288488 du reports misleading size on RAID-Z 6393490 libzfs should be a real library 6397148 fbufs debug code should be removed from buf_hash_insert() 6405966 Hot Spare support in ZFS 6409302 passing a non-root vdev via zpool_create() panics system 6415739 assertion failed: !(zio->io_flags & 0x00040) 6416759 ::dbufs does not find bonus buffers anymore 6417978 double parity RAID-Z a.k.a. RAID6 6424554 full block re-writes need not read data in 6425111 detaching an offline device can result in import confusion
2006-05-014916205 libcmd should not use file operation routines from C librarycasper1-0/+2
6234782 Kerberos and GSSAPI should not use fopen 6259671 vold won't be killed by TERM signal when several removable devices are managed 6386770 pam_authenticate can fail if open files are >= 255 and the soft fd limit is greater than 256 6414401 Remove shadow stdio implementation obsoleted by PSARC 2006/162 6414404 __rpc_openchild never called and not exported by library 6416815 ON needs to be hardened against the 32-bit fopen/255 problem --HG-- rename : usr/src/lib/libnsl/common/nsl_stdio_prv.c => deleted_files/usr/src/lib/libnsl/common/nsl_stdio_prv.c rename : usr/src/lib/libnsl/include/nsl_stdio_prv.h => deleted_files/usr/src/lib/libnsl/include/nsl_stdio_prv.h rename : usr/src/lib/libnsl/rpc/openchild.c => deleted_files/usr/src/lib/libnsl/rpc/openchild.c rename : usr/src/lib/libnsl/rpc/xdr_stdio_prv.c => deleted_files/usr/src/lib/libnsl/rpc/xdr_stdio_prv.c rename : usr/src/lib/libresolv2/req.flg => deleted_files/usr/src/lib/libresolv2/req.flg rename : usr/src/lib/nsswitch/compat/req.flg => deleted_files/usr/src/lib/nsswitch/compat/req.flg rename : usr/src/lib/nsswitch/files/req.flg => deleted_files/usr/src/lib/nsswitch/files/req.flg rename : usr/src/lib/nsswitch/req.flg => deleted_files/usr/src/lib/nsswitch/req.flg rename : usr/src/lib/nsswitch/user/req.flg => deleted_files/usr/src/lib/nsswitch/user/req.flg
2006-04-136410711 intent log blocks don't get invited to pool partiesbonwick1-5/+7
2006-04-106410698 ZFS metadata needs to be more highly replicated (ditto blocks)billm1-4/+1
6410700 zdb should support reading raw blocks out of storage pool 6410709 ztest: spa config can change before pool export
2006-04-026280668 pluggable block allocation policybonwick1-14/+38
6399301 initial read of space maps is super slow 6407365 large-sector disk support in ZFS 6407366 ADVANCE_NOLOCK gathers MOS 6407367 three-way deadlock between db_mtx, dbuf_hash[], and ms_lock
2006-04-016402598 'zfs destroy <fs>' can take a long time, stopping up the txg trainbonwick1-3/+6
6395670 Performance degradation while reading sequentially with large block size
2006-03-206393443 Remove remaining txg_wait_synced() from zfs unmount path.perrin1-2/+0
2006-03-096395480 ztest ASSERT: rbt.bt_objset == wbt.bt_objset, line 2041bonwick1-3/+8
6395485 ensure the gu in vdev_guid 6395487 config cache can become stale relative to mosconfig 6395488 vdev addition must sync to config cache before allocation begins
2006-03-03PSARC 2006/077 zpool cleareschrock2-156/+209
PSARC 2006/139 FMA for ZFS 6284889 arc should replace the znode cache 6333006 DMU & DSL should not panic upon I/O error 6333092 concurrent reads to a file not scaling with number of readers 6338081 ZFS/FMA phase 1 6338386 need persistent error log 6341326 i/o error causes arc buf hash table corruption 6341639 zfs backup/restore should compute/verify checksum of backup stream 6348002 out of space due to changing properties 6354724 inaccurate error message from zfs restore 6354872 dmu_sync() blows predictive accounting 6355416 zpool scrubbing consumes all memory, system hung 6363995 df should only load libzfs when it encounters a ZFS filesystem 6366320 zfs backup/restore doesn't like signals 6368892 mount -m support needed for legacy mounts 6368902 boot archive fstat support needed for ZFS Mountroot 6369424 BFU complains when bfu'ing a ZFS root filesystem 6374062 mountroot support needed for ZFS 6376356 dirtying dbuf obj=43 lvl=0 blkid=0 but not tx_held 6378391 unused members of dmu_objset_stats_t 6378392 clean up zfs_cmd_t structure 6378685 buf_init should allocate its hash table more carefully 6378976 ziltest should be a first class citizen 6381086 zdb segfaults if there is a spa deferred-free bplist 6381203 deadlock due to i/o while assigning (tc_lock held) 6381209 freed space is not immediately available 6381344 'zpool clear' 6381345 FAULTED devices should really be UNAVAIL 6381346 import should mark devices as persistently unavailable 6383272 recursive mutex_enter() during log replay with zfs root 6386326 origin property is not displayed 6386354 libzfs does too much in its _init section, calls exit(1) 6386624 zpool should not complain about non-existent devices from libdiskmgt 6386910 spa needs to be i/o error hardened 6387735 need a mechanism to inject faults into ZFS 6387736 internal ZFS utilities should be placed in an ON-private package 6389928 libzfs should ship a lint library 6390609 malformed vdev config panics on zpool_create() 6390677 version number checking makes upgrades challenging 6390713 ztest hangs in zil_suspend() 6391873 metadata compression should be turned back on 6392113 ztest sometimes reports leaked blocks because ZIL isn't resilvered 6393004 minor memory leak in unique_insert()
2006-02-246322005 support for persistent offlinelling1-6/+5
2005-10-316344108 snapshot create/delete interlock with scrub/resilver must sync txgbonwick1-0/+6
2005-10-31PSARC 2002/240 ZFSahrens8-0/+3579
6338653 Integrate ZFS PSARC 2004/652 - DKIOCFLUSH 5096886 Write caching disks need mechanism to flush cache to physical media