summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/fs
AgeCommit message (Collapse)AuthorFilesLines
2009-09-216574286 removing a slog doesn't workGeorge Wilson1-2/+8
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 Taylor2-71/+25
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-176882196 resource.* events shouldn't be posted during spa_tryimport()Eric Schrock1-0/+2
6882199 resource.removed event needs to be posted much earlier 6882204 want objset as a private property 6882206 want unique available as a private property 6882227 spa_async_remove() shouldn't do a full clear
2009-08-14PSARC 2009/423 ZFS logbias propertyNeil Perrin1-0/+6
6832481 ZFS separate intent log bypass property
2009-08-01PSARC/2009/297 zfs snapshot holdsChris Kirby1-3/+14
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-3/+6
6854621 RAID-Z should mind the gap on writes
2009-07-156851199 unused /dev nameservices code can be removedEric Taylor3-161/+11
--HG-- rename : usr/src/lib/libdevinfo/devinfo_devname.c => usr/src/lib/libdevinfo/devinfo_profile.c
2009-06-19PSARC 2009/309 Increase the maximum default ufs log size (ldl_maxlogsize) ↵Owen Roberts2-5/+18
from 64 Mbytes to 512 Mbytes. 6709826 ufs log size should be large enough by default to avoid panic described in Sun Alert 200854 6758800 lufs_alloc() can create a log smaller than ldl_minlogsize
2009-06-08PSARC 2008/353 zpool autoexpand propertyGeorge Wilson1-1/+3
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-28PSARC 2009/246 ZFS support for Access Based EnumerationTim Haley1-0/+93
6802734 Support for Access Based Enumeration 6826760 A test driver for some ZFS features would be beneficial 6844861 inconsistent xattr readdir behavior with too-small buffer
2009-05-216795209 Enable compilation of ON-consolidation with GCC 4.2Scott Rotondo9-28/+43
6392640 rpcgen -h -T output does not compile with gcc 4.x --HG-- rename : usr/src/stand/lib/fs/nfs/pathname.h => usr/src/stand/lib/fs/nfs/st_pathname.h
2009-05-186736004 zvols need an additional property for comstar supportEric Taylor1-4/+11
6837608 zpool upgrade -V usage not correct
2009-04-30backout 6795209/6392640: breaks sparc buildjmcp9-43/+28
2009-04-306795209 Enable compilation of ON-consolidation with GCC 4.2Nathan Keynes9-28/+43
6392640 rpcgen -h -T output does not compile with gcc 4.x
2009-04-226799895 spa_add_spares() needs to be protected by config lockEric Schrock1-0/+2
6826466 want to post sysevents on hot spare activation 6826468 spa 'allowfaulted' needs some work 6826469 kernel support for storing vdev FRU information 6826470 skip posting checksum errors from DTL regions of leaf vdevs 6826471 I/O errors after device remove probe can confuse FMA 6826472 spares should enjoy some of the benefits of cache devices
2009-04-18PSARC/2009/204 ZFS user/group quotas & space accountingMatthew Ahrens1-6/+26
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-04-016750942 cp from pcfs fails with EIOMichael Bergknoff1-4/+2
6810677 pcfs (FAT16) reports incorrect number of free blocks
2009-02-176800942 smb_session_create() incorrectly stores IP addressesAlan Wright1-2/+13
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()
2008-11-10PSARC/2008/659 New ZFS "passthrough-x" ACL inheritance rulesMark Shellenbaum1-2/+4
6765166 Need to provide mechanism to optionally inherit ACE_EXECUTE
2008-11-06PSARC/2006/475 Clearview: IP Observability DevicesPhilip Kirk1-0/+4
4085089 add a feature to enable 'snooping' of the loopback traffic 6753688 ip netinfo has no need for separate create and dispatch functions 6755448 ifconfig wedged in SIOCLIFREMOVEIF 6756483 incorrect ASSERT() in ip_delmulti[_v6]() 5092073 RFE: allow snoop to filter on zonename or zoneid 6606991 panic assertion failure !ill->ill_join_allmulti for multicast router 6760922 devname doesn't handle stale dev_t's in sdev_node cache entries
2008-11-046755849 mntfs code is not MT safe and cause panicViswanathan Kannappan1-6/+4
2008-10-166755292 Fast reboot should support failsafeKrishnendu Sadhukhan - Sun Microsystems1-4/+3
2008-09-296754011 SPA 3.0: lock breakup, i/o pipeline refactoring, device failure handlingJeff Bonwick1-1/+1
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-296748275 Panic in ufs_acl_access due to a race between clearing an ACL and ↵Frank Batschulat1-3/+2
ufs_iaccess()
2008-09-256580731 Wrong test for UDFS versionRameshkumar Ramasamy1-9/+7
2008-09-25PSARC 2006/591 Virtual Consolerui zang - Sun Microsystems - Beijing China1-2/+5
PSARC 2008/515 Virtual Console Update 4309501 Need additional local 'terminal' --HG-- rename : usr/src/uts/intel/sys/kd.h => usr/src/uts/common/sys/kd.h
2008-09-10PSARC 2008/469 Excluding snapshot info from 'zfs list'Rich Morris1-0/+1
6734916 zfs list should omit snapshots by default 6734907 zfs list -t all would be useful once snapshots are omitted by default
2008-09-016670271 ufs : mount/umount loop resulted in FS inconsistency.Wolfgang Schremser1-7/+4
2008-08-22PSARC/2008/518 ZFS space accounting enhancementsMatthew Ahrens1-4/+8
6730799 want snapused property 6738349 zfs promote fails without enough space
2008-08-04PSARC 2008/486 Intent log replay failure handlingperrin1-2/+3
6707530 log device failure needs some work
2008-08-01PSARC/2008/483 ZFS clone -oahrens1-2/+4
PSARC/2008/484 ZFS snapshot properties 6613766 create-time properties for clones 6701797 want user properties on snapshots
2008-07-31PSARC 2008/393 zfs primarycache and secondarycache propertiesek1102371-0/+9
6429855 Need a way to tell ZFS that caching is a lost cause 6652525 want to limit L2ARC to only cache particular datasets, and only metadata
2008-07-24PSARC 2008/223 Pool root file system properties via zpool(1M)timh1-0/+7
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-3/+12
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-06-276656370 pcfs_statvfs() limits _PC_NAME_MAX to 8 (PCFNAMESIZE) but should use ↵batschul1-2/+1
PCMAXNAMLEN
2008-05-266647735 Need fetch/store ACL supportgwr1-0/+64
6707025 The owner and group id display should be unsigned
2008-05-226695219 Running 'zfs get all' on a snapshot should not display the user ↵gw252951-1/+1
properties
2008-05-146625086 changing cachefile doesn't remove old cache on last usereschrock1-5/+2
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-306616739 panic message ZFS: I/O failure (write on <unknown> is not very helpfulek1102371-1/+2
6623234 better FMA integration for 'failmode' property 6680971 blkbuf is leaked in zio_assess() on DEBUG bits for truly failed I/Os 6685865 vdev_disk_probe_io()/vdev_file_probe_io() dvd's setting is wrong
2008-04-11PSARC 2006/370 ZFS Boot Supportgw252952-4/+7
5008936 ZFS and/or zvol should support dumps 5070124 dumpadm -d /dev/... does not enforce block device requirement for savecore 6521468 ZFS Boot support Phase 2 6553503 bfu can't find 'rootdev' from /etc/vfstab on a zfs root filesystem 6574993 zfs_mountroot() may need to call clkset() to set the boot_time kstat 6633197 zvol should not permit newfs or createpool while it's in use by swap or dump 6661127 zfs_name_valid() does not support ZFS_TYPE_POOL 6684121 The changes to smf scripts for supporting canmount=noauto will cause a boot failure. --HG-- rename : usr/src/psm/stand/bootblks/zfs/common/debug-zfs.fth => deleted_files/usr/src/psm/stand/bootblks/zfs/common/debug-zfs.fth rename : usr/src/psm/stand/bootblks/zfs/common/big-zfs.fth => usr/src/psm/stand/bootblks/zfs/common/fs-zfs.fth
2008-03-216503650 dv_findbyname doesn't scale well in the presence of an extremely ↵jg2-7/+18
large number of devices 6672987 dev filesystem lookups are slow
2008-03-07PSARC 2008/168 Support for ZFS property value canmount=noautohs241031-1/+7
6661070 need canmount=noauto option for datasets to allow mount point to be set, but no mount done 6664570 need support for zfs canmount=noauto property in smf scripts
2008-02-266499704 statvfs64 too slow with logging UFSvk1548061-2/+0
2008-02-226453345 devfs_getattr violates devfs locking rulescth1-1/+1
6527396 devfsadm -C taking hours after reconfiguration reboot 6661843 i_ddi_di_cache_invalidate() should only use taskq_dispatch on valid->invalid 6662461 reserved_links_exist() should be optimized
2008-02-13PSARC 2005/695 CIFS Client on Solaristhurlow1-0/+109
PSARC 2007/303 pam_smb_login PSARC 2008/073 CIFS Client on Solaris - Updates 6651904 CIFS Client - PSARC 2005/695
2008-01-23PSARC/2006/499 Clearview Nemo unification and vanity namingyz1470641-9/+25
PSARC/2007/527 Addendum for Clearview Vanity Naming and Nemo Unification PSARC/2008/002 Clearview UV Updates 6310766 vlan statistics get reset at unplumb time 6320515 dladm commands with "-R" option should not take effect immediately 6433732 Simplify the GLDv3 control path by making its processing asynchronous 6445912 dladm show-link fails to show a specific link in the debug version 6452413 dladm show-link doesn't show VLAN links for GLDv2 drivers 6504433 libwladm's use of wladm_wlresult2status() needs an overhaul 6504507 dladm set-linkprop failure message is unclear 6534289 DR should work with aggregations 6535719 dladm_aggr_port_attr_db_t`lp_devname should be MAXNAMELEN, not MAXNAMELEN + 1 6539634 GLDv3 should DL_ERROR_ACK a DL_UDQOS_REQ with DL_OUTSTATE when the stream is DL_UNATTACHED 6540246 libdladm should not guess zoneid from DLDIOCZIDGET ioctl errno 6544195 dladm show-dev assumes GLDv3 stats.. incompatible with GLDv2 6563295 dladm show-linkprop -P does not work properly for unavailable links 6577618 integrate network vanity naming and nemo unification 6600446 links assigned to a local zone are still aggregatable by global zone 6607572 "boot net - install" can trigger assertion failure in dld_str_attach() 6613956 "svccfg import -" does not work as bfu expects 6637596 invalid assertion in ip_soft_ring_assignment() 6642350 kernel DLPI processing routines are long overdue 6643338 GLDv3 PPA hack VLAN ID checks don't always work 6647203 bfu: smf_delete_manifest() does not work for non-global zones 6649885 DL_IB GLDv3 mactype plugin must fill in its mtr_nativetype 6650395 libuuid should be lint-clean and linted nightly --HG-- rename : usr/src/cmd/dladm/aggregation.conf => deleted_files/usr/src/cmd/dladm/aggregation.conf rename : usr/src/cmd/dladm/linkprop.conf => deleted_files/usr/src/cmd/dladm/linkprop.conf rename : usr/src/lib/libinetcfg/common/inetcfg_nic.c => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.c rename : usr/src/lib/libinetcfg/common/inetcfg_nic.h => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.h
2008-01-176430461 ufs_quiesce() involved in a 4-way deadlockvsakar1-1/+2
6510075 ufs_read/ufs_map/pagefault can deadlock when there is a pending ufs_quiesce
2007-12-076521412 PSARC 2006/525: new boot sparcsetje3-4/+84
6451467 bootadm update-archive does the wrong thing if interrupted 6477079 ability to pick up post bfu binaries from bfu PATH conflicts with sane scripting --HG-- rename : usr/src/psm/stand/boot/sparc/common/boot.c => deleted_files/usr/src/psm/stand/boot/sparc/common/boot.c rename : usr/src/psm/stand/boot/sparc/common/boot_services.c => deleted_files/usr/src/psm/stand/boot/sparc/common/boot_services.c rename : usr/src/psm/stand/boot/sparc/common/hsfsconf.c => deleted_files/usr/src/psm/stand/boot/sparc/common/hsfsconf.c rename : usr/src/psm/stand/boot/sparc/common/ufsconf.c => deleted_files/usr/src/psm/stand/boot/sparc/common/ufsconf.c rename : usr/src/psm/stand/bootblks/Makefile.obp => deleted_files/usr/src/psm/stand/bootblks/Makefile.obp rename : usr/src/psm/stand/bootblks/hsfs/common/Makefile.com => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/Makefile.com rename : usr/src/psm/stand/bootblks/hsfs/common/boot_obp.fth => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/boot_obp.fth rename : usr/src/psm/stand/bootblks/hsfs/common/hsfs.c => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/hsfs.c rename : usr/src/psm/stand/bootblks/hsfs/common/hsfs_sig.h => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/hsfs_sig.h rename : usr/src/psm/stand/bootblks/hsfs/common/hsfs_small.c => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/hsfs_small.c rename : usr/src/psm/stand/bootblks/hsfs/common/iob.h => deleted_files/usr/src/psm/stand/bootblks/hsfs/common/iob.h rename : usr/src/psm/stand/bootblks/hsfs/sparc/unix/Makefile => deleted_files/usr/src/psm/stand/bootblks/hsfs/sparc/unix/Makefile rename : usr/src/psm/stand/bootblks/obp-c/Makefile.rules => deleted_files/usr/src/psm/stand/bootblks/obp-c/Makefile.rules rename : usr/src/psm/stand/bootblks/obp-c/Makefile.targ => deleted_files/usr/src/psm/stand/bootblks/obp-c/Makefile.targ rename : usr/src/psm/stand/bootblks/obp-c/common/cbootblk.h => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/cbootblk.h rename : usr/src/psm/stand/bootblks/obp-c/common/makevers.sh => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/makevers.sh rename : usr/src/psm/stand/bootblks/obp-c/common/mkboot.c => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/mkboot.c rename : usr/src/psm/stand/bootblks/obp-c/common/romp.h => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/romp.h rename : usr/src/psm/stand/bootblks/obp-c/common/stub.c => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/stub.c rename : usr/src/psm/stand/bootblks/obp-c/common/unix_devio.c => deleted_files/usr/src/psm/stand/bootblks/obp-c/common/unix_devio.c rename : usr/src/psm/stand/bootblks/obp-c/sparc/common/mapfile => deleted_files/usr/src/psm/stand/bootblks/obp-c/sparc/common/mapfile rename : usr/src/psm/stand/bootblks/obp-c/sparc/common/obp_srt0.s => deleted_files/usr/src/psm/stand/bootblks/obp-c/sparc/common/obp_srt0.s rename : usr/src/psm/stand/bootblks/ufs/common/Makefile.com => deleted_files/usr/src/psm/stand/bootblks/ufs/common/Makefile.com rename : usr/src/psm/stand/bootblks/ufs/common/boot_1275.fth => deleted_files/usr/src/psm/stand/bootblks/ufs/common/boot_1275.fth rename : usr/src/psm/stand/bootblks/ufs/common/boot_obp.fth => deleted_files/usr/src/psm/stand/bootblks/ufs/common/boot_obp.fth rename : usr/src/psm/stand/bootblks/ufs/common/iob.h => deleted_files/usr/src/psm/stand/bootblks/ufs/common/iob.h rename : usr/src/psm/stand/bootblks/ufs/common/ufs.c => deleted_files/usr/src/psm/stand/bootblks/ufs/common/ufs.c rename : usr/src/psm/stand/bootblks/ufs/sparc/sun4c/Makefile => deleted_files/usr/src/psm/stand/bootblks/ufs/sparc/sun4c/Makefile rename : usr/src/psm/stand/bootblks/ufs/sparc/sun4d/Makefile => deleted_files/usr/src/psm/stand/bootblks/ufs/sparc/sun4d/Makefile rename : usr/src/psm/stand/bootblks/ufs/sparc/sun4m/Makefile => deleted_files/usr/src/psm/stand/bootblks/ufs/sparc/sun4m/Makefile rename : usr/src/psm/stand/bootblks/ufs/sparc/unix/Makefile => deleted_files/usr/src/psm/stand/bootblks/ufs/sparc/unix/Makefile rename : usr/src/uts/sparc/krtld/Makefile => deleted_files/usr/src/uts/sparc/krtld/Makefile rename : usr/src/uts/sparc/krtld/kobj_alloc.c => deleted_files/usr/src/uts/sparc/krtld/kobj_alloc.c rename : usr/src/uts/sparc/krtld/kobj_boot.c => deleted_files/usr/src/uts/sparc/krtld/kobj_boot.c rename : usr/src/uts/sparc/krtld/kobj_crt.s => deleted_files/usr/src/uts/sparc/krtld/kobj_crt.s rename : usr/src/cmd/boot/bootadm/filelist.ramdisk => usr/src/cmd/boot/filelist/i386/filelist.ramdisk rename : usr/src/cmd/boot/bootadm/filelist.safe => usr/src/cmd/boot/filelist/i386/filelist.safe
2007-11-206622831 normalization properties are not preserved by "zfs send"timh1-2/+2
6625194 delegate 'clone' privilege broken 6626152 zfs should initialize the fuid lock it uses Contributed by Pawel Dawidek --HG-- rename : usr/src/uts/common/fs/zfs/sys/zfs_i18n.h => deleted_files/usr/src/uts/common/fs/zfs/sys/zfs_i18n.h
2007-11-09PSARC 2007/618 ZFS L2ARCbrendan1-4/+10
6536054 second tier ("external") ARC