summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzfs
AgeCommit message (Collapse)AuthorFilesLines
2009-11-056893929 User/group quotas passed to "zfs create" are not properly setMatthew Ahrens1-2/+7
2009-11-056897978 zfs send should ignore unknown propertiesEric Schrock2-6/+19
6897980 zdb doesn't display correct name for TX_{CREATE,MKDIR}_ATTR 6897982 zfs_replay_create() needlessly sets 'name' for TX_MKXATTR 6897984 zdb shouldn't bother displaying name for TX_MKXATTR records
2009-11-046897693 deduplication can only go so farGeorge Wilson1-2/+2
2009-11-046896756 assertion failed: 0 == dsl_pool_user_hold(dp, ds->ds_object, htag, ↵Chris Kirby1-0/+8
&now, tx) 6897005 zfs holds broken on 32-bit i86pc
2009-11-01PSARC 2009/571 ZFS Deduplication PropertiesJeff Bonwick2-2/+9
6677093 zfs should have dedup capability
2009-10-30PSARC 2009/479 zpool recovery supportTim Haley3-3/+189
6667683 need a way to rollback to an uberblock from a previous txg 6885998 bad ASSERT() in traverse_zil_block()
2009-10-216893087 removing and inserting a faulted vdev clears faulted stateEric Schrock3-1/+33
6893088 new ereports need to be generated when clearing a vdev 6893090 clearing a vdev should automatically detach spare 6893099 zpool_clear_label() would be useful
2009-10-206889826 ZFS retire agent should be able to repair poolsEric Schrock8-48/+535
6889827 ZFS retire agent needs to do a better job of staying in sync 6889824 infrastructure for ZFS notification of external faults 6889808 ZFS DE infrastructure to handle FRUs 6889814 ZFS DE should clear cases when vdevs and pools are removed 6889828 libzfs changes to allow spare offline/online 6889830 zpool_iter() should be tolerant of recursive invocation 6891150 want versions of topo_fmri_str{cmp,hash} that ignore auth info
2009-10-076885860 zfs send shouldn't require support for snapshot holdsChris Kirby1-15/+35
2009-09-296846163 ZFS continues to use faulted logzilla, bringing system to a crawlGeorge Wilson3-1/+50
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-216399128 want tool to examine backup files (zstreamdump)Lori Alt4-6/+10
--HG-- rename : usr/src/uts/common/fs/zfs/fletcher.c => usr/src/common/zfs/zfs_fletcher.c
2009-09-216574286 removing a slog doesn't workGeorge Wilson3-21/+230
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 Taylor10-618/+38
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-08-286875779 zfs user accounting callbacks can be simplifiedMatthew Ahrens1-1/+1
6771468 ::blkptr prints incorrectly on 32-bit 6832861 zcmd_alloc_dst_nvlist's default size is too small 6876808 want ::refcount to print refcount_t details
2009-08-196833815 scheduled snapshots deleted per snapshot policy can lead to ↵Chris Kirby5-6/+139
replication failures
2009-08-136696858 zfs receive of incremental replication stream can dereference NULL ↵Prabahar Jeyaram1-3/+4
pointer and crash (fix lint)
2009-08-126696858 zfs receive of incremental replication stream can dereference NULL ↵Prabahar Jeyaram1-2/+4
pointer and crash
2009-08-126860996 %temporary clones are not automatically destroyed on errorMatthew Ahrens1-64/+1
6863088 zfs panic in dnode_hold_impl from readdir()
2009-08-01PSARC/2009/297 zfs snapshot holdsChris Kirby5-10/+111
6803121 want user-settable refcounts on snapshots 6851824 zfs_ioc_rename() can be called with a NULL zc_name
2009-07-296760420 zfs unmount -f causes recv to failMatthew Ahrens1-10/+2
6759975 zplprops unavailable to examiner of in-progress receive
2009-07-296858551 zfs receive did not mount all filesystemsLori Alt1-5/+27
2009-07-296612218 inherited zfs set mountpoint mounts children before parentWilliam Gorrell1-7/+29
2009-07-296853862 refquota property not send over with zfs send -RSanjeev Bagewadi1-1/+3
2009-07-236863965 6861983 introduced check_rtime warningsMatthew Ahrens1-1/+1
2009-07-226861983 zfs should use new name <-> SID interfacesMatthew Ahrens1-16/+27
6862984 userquota commands can hang
2009-07-216793967 zpool status -x sometimes incorrect.George Wilson2-1/+15
2009-06-08PSARC 2008/353 zpool autoexpand propertyGeorge Wilson3-48/+193
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-06-046747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should ↵Lin Ling1-38/+63
take care of spare vdev 6844158 assertion failed: vd->vdev_ops == &vdev_mirror_ops, file: ../../common/fs/zfs/zvol.c, line: 1054 6846024 allow grub to findroot /boot/grub/menu.lst if opening menu.lst from the boot device fails
2009-05-226803605 should be able to offline log devicesGeorge Wilson3-0/+10
6726045 vdev_deflate_ratio is not set when offlining a log device 6599442 zpool import has faults in the display
2009-05-216841321 zfs userspace / zfs get userused@ doesn't work on mounted snapshotMatthew Ahrens1-1/+1
6843069 zfs get userused@S-1-... doesn't work
2009-05-066837523 gnu xgettext's useless comments should be filteredMatthew Ahrens2-2/+5
6836768 zfs_userspace() callback has no way to indicate failure 6836174 /usr/lib/zfs needs to be in Targetdirs
2009-04-276824968 add ZFS userquota support to rquotadLin Ling3-10/+39
2009-04-216774713 zfs ignores canmount=noauto when sharenfs property != offWilliam Gorrell1-8/+18
2009-04-18PSARC/2009/204 ZFS user/group quotas & space accountingMatthew Ahrens8-867/+344
6501037 want user/group quotas on ZFS 6830813 zfs list -t all fails assertion 6827260 assertion failed in arc_read(): hdr == pbuf->b_hdr 6815592 panic: No such hold X on refcount Y from zfs_znode_move 6759986 zfs list shows temporary %clone when doing online zfs recv
2009-03-306792139 recovering from a suspended pool needs some workGeorge Wilson1-0/+10
6794830 reboot command hangs on a failed zfs pool
2009-03-24PSARC/2008/760 Boot configuration ServiceSherry Moore2-56/+101
PSARC/2009/091 Reboot to firmware PSARC/2009/092 libgrubmgmt - library for GRUB menu management 6768468 Introducing svc:/system/boot-config service 6775160 reboot -f ignores active BE and resets zfs pool bootfs property 6760845 Add checksum verification when loading the new kernel and boot archive for fast reboot 6815215 quiesce_active should be added to MUTEX_NOT_HELD()
2009-02-176800942 smb_session_create() incorrectly stores IP addressesAlan Wright4-4/+102
6582163 Access Control List (ACL) for shares 6804954 smb_search - shortname field should be space padded following the NULL terminator 6800184 Panic at smb_oplock_conflict+0x35()
2009-02-136790687 libzfs mnttab caching ignores external changesEric Taylor5-4/+33
6791101 memory leak from libzfs_mnttab_init
2009-02-136773366 "zfs list" memory consumption can be further reducedSanjeev Bagewadi4-2/+33
2009-02-106798660 Cadmium .NOT file processing problem with CWD relative file pathsAli Bahrami1-1/+15
Contributed by Richard Lowe 6785284 Mapfile versioning rules need to be more visible to gatelings 6800164 Standard file exclusion mechanism needed for Cadmium tools
2009-01-206794452 zfs receive can't restore a root poolLori Alt2-3/+6
2009-01-136748561 core dump when zfs_alloc() fails and libzfs_printerr == 0David Pacheco1-4/+6
6757075 zfs_receive temporarily changes properties that haven't changed in the stream
2009-01-126788830 set large value to reservation cause core dumpEric Schrock1-7/+31
6791064 want sysevents for ZFS scrub 6791066 need to be able to set cachefile on faulted pools 6791071 zpool_do_import() should not enable datasets on faulted pools 6792134 getting multiple properties on a faulted pool leads to confusion
2008-12-116739553 libzfs_status msgid table is out of syncEric Schrock2-4/+9
6784104 libzfs unfairly rejects numerical values greater than 2^63 6784108 zfs_realloc() should not free original memory on failure
2008-12-046674216 "zfs share" doesn't work, but "zfs set sharenfs=on" doesMark J Musante2-4/+12
6621164 $SRC/cmd/zfs/zfs_main.c seems to have a syntax error in the translation note 6635482 i18n problems in libzfs_dataset.c and zfs_main.c 6595194 "zfs get" VALUE column is as wide as NAME 6722991 vdev_disk.c: error checking for ddi_pathname_to_dev_t() must test for NODEV 6396518 ASSERT strings shouldn't be pre-processed
2008-11-256572357 libzfs should do more to avoid mnttab lookupsEric Taylor4-116/+307
6572376 zfs_iter_filesystems and zfs_iter_snapshots get objset stats twice
2008-11-246775357 ZFS should have a way to export a pool without touching anythingGeorge Wilson3-1/+16
2008-11-116769612 zpool_import() will continue to write to cachefile even if altroot ↵George Wilson1-1/+3
is set
2008-10-286740164 zpool attach can create an illegal root poolGeorge Wilson1-4/+66
2008-09-296754011 SPA 3.0: lock breakup, i/o pipeline refactoring, device failure handlingJeff Bonwick1-38/+9
6667208 zfs/zpool commands on failed pool should not hang 6430480 grabbing config lock as writer during I/O load can take excessively long