summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/fs
AgeCommit message (Collapse)AuthorFilesLines
2007-03-16PSARC/2007/121 zfs set copiesahrens1-1/+2
6459491 want 'zfs set copies=' to use ditto blocks for user data
2007-03-016441384 zpool import action message is not correctly localizedmmusante1-1/+0
6473418 setting user defined property on full filesystem should report error 6513953 Unable to create global hotspare in ja locale
2007-02-146483718 need a stable interface to get all native propertiesgw252951-15/+17
6514071 recent changes to zfs.h breaks Sun Cluster
2007-02-126496357 spec_fsync() is useless on devices that do write cachingbillm1-5/+5
6496359 zfs_read does unnecessary work on mmaped files with cached data 6496341 zvol performance can be improved 6496344 zvol async routines are synchronous 6496346 zfs_write with multiple iovs logs wrong data 6496347 zfs_write can be made much simpler thanks to range locks 6496350 zvol needs to log all writes to honor fsync 6496356 zvol should behave like a write-caching device 6489169 zvol: Incorrect ordering of biodone() and ensuring data is stable
2007-01-186410433 'zpool status -v' would be more useful with filenamesek1102371-3/+4
6504702 zdb -dddv <poolname> chokes on xattrs 6506506 spa_history.c: LE_64(reclen) needs to be cast to uint64_t in case of 32-bit big-endian kernel
2007-01-086393525 vdev_reopen() should verify that it's still the same deviceeschrock1-1/+2
6414648 zfs allows overlapping devices to be added 6435943 assertion failed: spare != 0L, file: ../../common/fs/zfs/spa_misc.c 6436000 import of actively spared device returns EBUSY 6478316 nfs/server doesn't respect auto_enable setting 6483675 want a private property to return number of clones 6485728 zpool iostat should flush output periodically 6494072 A device which was set as spare disk is not detach 6497563 zfs double-spared an already-spared disk on reboot 6503724 adding spare that is in use in another pool should be allowed 6505225 zpool(1M) can give misleading error when removing active spare
2006-12-13PSARC/2006/638 noxattr ZFS propertyck1538981-0/+1
6351954 zfs missing noxattr mount flag
2006-11-15PSARC 2006/622 iSCSI/ZFS Integrationahl1-0/+2
6484731 zfs import only mounts and shares the first layer of hierarchy 6493750 zfs and iSCSI do not work togetherly correctly 6494075 destroying a pool shouldn't touch the DSL --HG-- rename : usr/src/cmd/iscsi/common/iscsi_door.h => deleted_files/usr/src/cmd/iscsi/common/iscsi_door.h rename : usr/src/cmd/iscsi/common/local_types.h => deleted_files/usr/src/cmd/iscsi/common/local_types.h rename : usr/src/cmd/iscsi/common/xml.h => usr/src/lib/libiscsitgt/common/iscsitgt_impl.h rename : usr/src/cmd/iscsi/common/xml.c => usr/src/lib/libiscsitgt/common/xml.c
2006-10-236442904 Panic in pcfs module's findTheDrive()frankho2-14/+13
6467209 lstat64 system call loops forever in pc_fileclsize 6474631 pcfs access time updates broken, after 6248624 6474649 pcfs: case not preserved for mixed case 8.3 filename Contributed by Juergen Keil (jk@tools.de)
2006-10-16PSARC 2006/288 zpool historyek1102371-0/+12
6343741 want to store a command history on disk 6476196 spa_sync_spares() is missing a nvlist_free()
2006-10-11PSARC 2006/509 HSFS extensions for Joliet/ISO9660:v2frankho4-31/+63
4065963 RFE: Joliet Extension to ISO 9660 cdrom support 6321916 Request for supporting full-length (207 characters) ISO9660-1999 filenames
2006-09-256466789 decouple devices cache management implementation from consumersjg1-0/+16
--HG-- rename : usr/src/uts/common/os/devctl.c => usr/src/uts/common/os/devcache.c rename : usr/src/uts/common/sys/devctl_impl.h => usr/src/uts/common/sys/devcache_impl.h
2006-09-146467958 inappropriate error message displayed from Devfsadmllai11-0/+1
6455629 dev filesystem rename support incomplete
2006-09-13PSARC 2005/361 PCFS timestamp handling cleanupfrankho2-17/+41
4401668 RFE: pcfs should support force unmount 6248624 pcfs file timestamp handling needs cleanup 6278733 pcfs statvfs implementation is slow 6351785 pcfs should support cluster sizes over 32Kb for Fat32 despite violating the spec 6364444 pcfs can still crash in pc_getcluster with one-off overflow
2006-09-126469385 zfs_set_prop_nvlist range checking is bustedeschrock1-0/+2
6469830 'zfs set' panics non-debug systems
2006-09-05PSARC 2006/486 ZFS canmount propertyeschrock1-5/+12
PSARC 2006/497 ZFS create time properties PSARC 2006/502 ZFS get all datasets PSARC 2006/504 ZFS user properties 6269805 properties should be set via an nvlist. 6281585 user defined properties 6349494 'zfs list' output annoying for even moderately long dataset names 6366244 'canmount' option for container-like functionality 6367103 create-time properties 6416639 RFE: provide zfs get -a 6437808 ZFS module version should match on-disk version 6454551 'zfs create -b blocksize filesystem' should fail. 6457478 unrecognized character in error message with 'zpool create -R' command 6457865 missing device name in the error message of 'zpool clear' command 6458571 zfs_ioc_set_prop() doesn't validate input 6458614 zfs ACL #defines should use prefix 6458638 get_configs() accesses bogus memory 6458678 zvol functions should be moved out of zfs_ioctl.h 6458683 zfs_cmd_t could use more cleanup 6458691 common routines to manage zfs_cmd_t nvlists 6460398 zpool import cores on zfs_prop_get 6461029 zpool status -x noexisting-pool has incorrect error message. 6461223 index translations should live with property definitions 6461424 zpool_unmount_datasets() has some busted logic 6461427 zfs_realloc() would be useful 6461757 'zpool status' can report the wrong number of persistent errors 6461784 recursive zfs_snapshot() leaks memory
2006-08-316460797 IS_ZONEDEVFS support should be removed from lofsszhou1-14/+3
6464813 devnames mismerge with 4970596
2006-08-25PSARC/2003/246 Filesystem Driven Device Namingllai13-4/+786
5050715 logical device names not created during early boot 6292952 devfsadm mishandles optarg 6362924 devfsadm secondary link generation is not zones aware 6413127 Integrate the Devname Project 6464196 bfu should remove pt_chmod, obsoleted by /dev filesystem --HG-- rename : usr/src/cmd/pt_chmod/Makefile => deleted_files/usr/src/cmd/pt_chmod/Makefile rename : usr/src/cmd/pt_chmod/pt_chmod.c => deleted_files/usr/src/cmd/pt_chmod/pt_chmod.c
2006-06-16PSARC/2006/337 fstyp(1M) extensionsartem1-6/+5
6348483 ufs fstyp(1M) should display fs_rolled & fs_flags 6430772 fstyp(1M) extensions --HG-- rename : usr/src/cmd/fstyp/fstyp.sh => deleted_files/usr/src/cmd/fstyp/fstyp.sh
2006-06-14PSARC 2006/388 snapshot -rahrens1-1/+3
6373978 want to take lots of snapshots quickly ('zfs snapshot -r')
2006-06-09PSARC 2005/714 Automounter Scalability Enhancementsevanl1-14/+88
6224343 autofs should use doors to talk to automountd --HG-- rename : usr/src/cmd/fs.d/autofs/key_generic.c => deleted_files/usr/src/cmd/fs.d/autofs/key_generic.c
2006-05-30PSARC 2006/223 ZFS Hot Spareseschrock1-5/+20
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-266376632 writer and reader of a pipe can race and leave writer process hung.wroche1-5/+6
6396390 FIFOPOLLRBAND flag should not be set to the same value as FIFOISOPEN
2006-04-274339897 system hangs in ufs_check_lockfs().vsakar1-4/+58
4889187 ufs_quiesce()/ufs_readdir()/ufs_create() - 3 way deadlock
2006-04-106410698 ZFS metadata needs to be more highly replicated (ditto blocks)billm1-1/+17
6410700 zdb should support reading raw blocks out of storage pool 6410709 ztest: spa config can change before pool export
2006-04-06PSARC 2006/206 zpool upgradeeschrock1-2/+9
6399930 want 'zpool upgrade' to control change of version number 6400742 'zpool destroy' not clean inuse tag that have to need '-f' to use them again
2006-03-03PSARC 2006/077 zpool cleareschrock1-1/+19
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-3/+3
2006-01-306377671 zfs mount -a shouldn't bother checking snapshotseschrock1-1/+4
6377673 'zfs mount -a' should discover the proper mount order 6378361 'zfs share -a' needs to avoid expensive checks during boot 6378377 zfs_get_stats() is way to expensive 6378388 zfs_for_each() iterates unnecessarily
2006-01-306362672 import gets confused about overlapping sliceseschrock1-0/+1
6364582 need to fixup paths if they've changed
2006-01-306343802 zpool(1M) should make better use of libdiskmgteschrock1-6/+6
6354197 setting env variable NOINUSE_CHECK causes zpool to core dump 6364275 internal error: disk configuration error 19 at line 518 of file zpool_vdev.c
2006-01-306259653 cp command fail to copy 3.2 GB flash archive from DVD in S9/S10 32 ↵peterte1-1/+2
bit x86 system.
2006-01-146349042 ufs_inode.h is too late claiming overly general "struct slot"batschul2-15/+13
6274196 ufs_dirremove/rename should use reader vn_vfsrlock instead of writer vn_vfslock/vn_vfswlock 6369900 UNIX03 *vsx* /usr/include/fcntl.h posix_fallocate() prototype fails standards header test
2005-12-226366265 attach/replace should allow a new device size at least the min of ↵lling1-0/+1
all devs in a mirror/raidz 6347491 libzfs: need vdevs structures to report size of underlying device 6347855 readonly property is not updated on volumes. 6350421 Internal Error returned from 'zfs set volsize' on a readonly volume
2005-12-226344272 re-think how whole disks are storedeschrock1-0/+1
2005-12-016300064 hsfs_spec.h has developed a southern drawl.frankho2-11/+9
6338131 IDE_SUA_LEN() macro can cause integer underflow 6339513 strlcat() isn't always appropriate ... 6343199 hsfs mount error exit part still doesn't clean up correctly
2005-11-15PSARC 2004/422 posix_fallocatesdebnath3-14/+52
4517427 All filesystems need a way to ftruncate/mmap a file with disk-space reservation
2005-10-31PSARC 2002/240 ZFSahrens1-0/+308
6338653 Integrate ZFS PSARC 2004/652 - DKIOCFLUSH 5096886 Write caching disks need mechanism to flush cache to physical media
2005-10-26PSARC 2005/517 UFS_EFISTYLE4NONEFI_VERSION_2vsakar1-4/+19
4471706 newfs should be able to cope with larger disks and their corresponding sector/track values 6184783 growfs fails to expand multi-terabyte-ready UFS to > 1TB
2005-10-244885996 memory pressure disables directory caching of a huge directory forevervsakar1-1/+12
2005-10-045052111 panic "mutex_destroy: not owner" in dv_cleandir().cth1-1/+2
2005-09-30PSARC 2005/360 Document and enable visibility of hidden files in pcfsmm1563501-3/+1
1181439 RFE: DOS files with hidden bit are not seen when PCFS mounted
2005-09-276186851 A race in ufs_rename can result in incorrect hard link to a file/dirswilcox1-0/+48
2005-09-096251659 statvfs taking 30 second to complete performance regression s9 to ↵jkennedy1-0/+20
s10 oracle 9ir2 starcat ufs
2005-08-106274965 ufs_pageio() should support ufs_quiesce() protocol when used for ↵aguzovsk1-3/+6
regular files 6274969 ufs_pageio() should update access time for regular files case 6308356 segvn_fault() can change S_READ_NOCOW to S_READ a bit later to improve code clarity
2005-08-095034470 Fix for bug 4126922 is incomplete, still lofs stack overflow panic ↵owenr1-3/+14
possible
2005-06-14OpenSolaris Launchstevel@tonic-gate45-0/+12992