summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs
AgeCommit message (Collapse)AuthorFilesLines
2009-09-22PSARC 2009/373 Clearview IP TunnelingSebastien Roy1-31/+21
PSARC 2009/410 Datalink Administration from Non-Global Zones 6858533 Clearview IP Tunneling 4861777 *snoop* cannot snoop on tunnel interfaces 5010680 M_IOCTL interface between ip and tun is horribly wrong 5029727 tun prints bogus debug messages when receiving multicast packets on 6to4 tunnels 6835873 dlpi_walk() silently fails in an exclusive zone 4152864 must not allow two tunnels to have the same tsrc/tdst pair 6855902 link and flow kstats are too promiscuous 6218826 need to be able to tunnel into a zone 4505468 network interface names can confuse, lie, and deceive 4524756 tun_wproc() takes up too much stack 6417373 tun_wproc_mdata assertion failures 4627970 scalability problems with IP in IP tunnels 4674797 ifparse_ifspec() will not correctly parse ipv6 tunnels 6509231 dladm should show links in exclusive stack zone 4793233 tun driver should include addr in DL_PHYS_ADDR_ACK for non-zero lengths 6795831 ZONE_*_DATALINK syscalls should take datalink_id_t as argument 6791472 mac module doesn't allow MAC addresses < 6 bytes 6618091 Race condition trips ASSERT() in tun.c's SIOCSLIFNAME path 6837580 bogus mi_active check in mac_set_mtu() 6868083 libinetutil: ofmt_open()'s template argument should be const 6870313 libdladm: needless dladm_init_linkprop() in i_dladm_aggr_up() 6872221 panic in dls_devnet_close() if "mtu" property is being set 4289774 Change to the interface-id does not change IPv6 link-local address 6873561 unable to create links with 31 character link names 6874666 changing a link property can accidentally destroy it 6874682 removing a link attribute corrupts the attribute list 6875167 IPCL_ISV6 conn flag is set but never used 6881764 itp reference leak in ipsec_construct_inverse_acquire() 6881951 dladm delete-vlan can no longer delete persistent-only VLANs --HG-- rename : usr/src/uts/common/inet/tun.h => usr/src/uts/common/inet/iptun.h rename : usr/src/uts/common/inet/ip/tun.c => usr/src/uts/common/inet/iptun/iptun.c rename : usr/src/uts/intel/tun/Makefile => usr/src/uts/intel/iptun/Makefile rename : usr/src/uts/sparc/tun/Makefile => usr/src/uts/sparc/iptun/Makefile
2009-09-22PSARC 2009/497 zfs checksum ereport payload additionsJonathan Adams8-52/+847
6867188 zfs checksum ereports could be more informative
2009-09-226650218 Commit callbacks API for the DMURicardo M. Correia10-9/+227
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-216399128 want tool to examine backup files (zstreamdump)Lori Alt2-246/+1
--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 Wilson15-82/+497
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 Taylor13-642/+1114
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 Schrock4-5/+36
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-09-166869518 panic vmem_hash_delete: bad free at nfs4_free_argsJames Wahlig1-1/+1
2009-09-156853999 bump mi_srvset_cnt in remove_mi()Pavel Filipensky2-56/+54
6868260 panic in nfs4delegreturn_cleanup_impl() even after fix for 6721281 6874901 race between find_nfs4_server_all() and nfs4_server_rele()
2009-09-126881034 new lint after 6839110Gordon Ross2-2/+2
2009-09-116861127 Want an RPC function to get the session keyKeyur Desai34-3009/+2255
6865745 Consolidate request handlers for query file information requests 6864354 mdb dumps core in an smb dcmd 6841851 [Sparc] Can not make a mapped drive from Windows to any share on CIFS Server 6840783 Support IDMU userid and groupid data for joined domain 6845717 idmapd's scf_value2string unnecessarily complex, incorrect PSARC/2009/398 IDMU Support for idmap 6867994 Rework handling of set and query of file allocation size 6863385 MMC - Unable to use Event Viewer in Windows 2008 - "RPC server is unavailable" 6863390 MMC - Issues with the Services list in Windows 2008 6868501 Unable to map a CIFS share after bfu to cifs nightly build 6870248 Consolidate request handlers for set file information requests 6864074 idmap cannot map computer accounts 6874207 Incorrect access permission check when setting file size 6875658 Need locking around process-wide changes 6877595 eliminate smbd_fs_query() PSARC/2009/375 ABE share property for NFS and SMB 6802736 SMB share support for Access Based Enumeration 6875228 Issue with file copy from a CIFS share to the same share using Windows. --HG-- rename : usr/src/uts/common/fs/smbsrv/smb_trans2_query_file_info.c => usr/src/uts/common/fs/smbsrv/smb_query_fileinfo.c rename : usr/src/uts/common/fs/smbsrv/smb_trans2_set_information.c => usr/src/uts/common/fs/smbsrv/smb_set_fileinfo.c
2009-09-116802893 /var/nfs/v4_state fills up with tons of entries; prevents NFS ↵Gerald Thornbrugh1-2/+16
service from starting.
2009-09-106868727 panic BAD TRAP type=34 addr=deadbeefdeadbeff mmu_fsr=0Vallish Vaidyeshwara1-2/+10
2009-09-106846569 smbd unable to exitjose borrego2-5/+11
2009-09-096859997 zfs caching performance problemRich Morris4-20/+96
6868951 Add kstats for ZFS data prefetch (zfetch) 6847118 hang in ZFS during rollback
2009-09-036869090 filebench on thumper with ZFS (snv_120) raidz causes checksum errors ↵Adam Leventhal1-6/+20
from all drives
2009-09-026853833 E25K deleteboard results in "memory operation refused"Vijay Balakrishna, SG-RPE1-3/+3
2009-09-01PSARC 2009/453 futimens, utimensatRoger A. Faulkner7-7/+55
6815302 Implement futimens, utimensat(POSIX.1-2008) -set file modification times with nanosecond granularity 6539657 touch(1) does not set the nanosecond timestamp of a file correctly
2009-09-016870347 assertion failure in dmu_tx_willuse_space(): ↵onnv_123Sanjeev Bagewadi1-6/+6
refcount_count(&tx->tx_space_written) + delta <= tx->tx
2009-08-316834314 Improper http response handlingAnil udupa1-5/+7
2009-08-286876733 sdt:::arc-hit and sdt:::arc-miss provide inconsistent args[0]Brendan Gregg - Sun Microsystems1-2/+2
2009-08-286875779 zfs user accounting callbacks can be simplifiedMatthew Ahrens7-92/+67
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-266873727 zfs destroy -d <fs> should fail more gracefully when children are ↵Chris Kirby1-1/+3
present
2009-08-246395956 snapshot dir needs real c/mtimeChris Kirby8-6/+49
2009-08-246832077 zfs_inactive() can clobber v_countChris Kirby1-1/+4
2009-08-246636260 mirror mounts can unexpectedly return EBUSYThomas Haynes2-38/+86
2009-08-206871680 kstats for ARC evicted bytes by L2ARC stateBrendan Gregg - Sun Microsystems1-5/+27
2009-08-196833815 scheduled snapshots deleted per snapshot policy can lead to ↵Chris Kirby11-41/+204
replication failures
2009-08-14PSARC 2009/423 ZFS logbias propertyNeil Perrin10-11/+58
6832481 ZFS separate intent log bypass property
2009-08-146839110 ls hangs when run on smbfs mounted directory containing many filesGordon Ross5-228/+251
6699861 Directory access denied is not reported correctly
2009-08-126860996 %temporary clones are not automatically destroyed on errorMatthew Ahrens25-627/+549
6863088 zfs panic in dnode_hold_impl from readdir()
2009-08-126870564 panic in zfs_getsecattrMark Shellenbaum1-4/+11
2009-08-076594239 Interrupting fssnap when it is being trussed will wedge the systembatschul1-0/+13
2009-08-076833526 4-way hang in the NFSv4 clientPavel Filipensky2-20/+12
2009-08-066861581 ZFS frees in synching context during rollbackMatthew Ahrens9-471/+279
6869470 panic from refcount_remove when destroy clone
2009-08-066868276 zfs_rezget() can be hazardous when znode has a cached ACLMark Shellenbaum1-5/+10
2009-08-066868130 ZFS hold/release "zfs hold -r tag snapshot" failed to check the ↵Chris Kirby1-0/+10
existence of snapshot
2009-08-036867395 zpool_upgrade_007_pos testcase panic'd with BAD TRAP: type=e (#pf ↵Mark Shellenbaum1-2/+12
Page fault)
2009-08-01PSARC/2009/297 zfs snapshot holdsChris Kirby14-52/+850
6803121 want user-settable refcounts on snapshots 6851824 zfs_ioc_rename() can be called with a NULL zc_name
2009-08-016863148 fn_move() still can dereference a NULL fn_parentPavel Filipensky1-5/+10
2009-07-316843474 zpool status -v hangs when all disks are unavailableGeorge Wilson1-2/+2
2009-07-316865875 zfs sometimes incorrectly giving search access to a dirTim Haley1-0/+6
2009-07-306830541 zfs_get_data trips on a verifyMark J Musante3-6/+28
6696242 multiple zfs_fillpage() zfs: accessing past end of object panics 6785914 zfs fails to drop dn_struct_rwlock in recovery code path
2009-07-296760420 zfs unmount -f causes recv to failMatthew Ahrens7-111/+55
6759975 zplprops unavailable to examiner of in-progress receive
2009-07-286850754 flow-control does not get cleared on icmp socket, messing up rdisc.Rao Shoaib1-24/+45
2009-07-246861594 NFSv4 client Deadlock: cycle in blocking chain at nfs4_move_miPavel Filipensky1-1/+1
2009-07-236801244 ps takes too long when many AS segments because of rm_assizeSudheer A3-12/+8
Contributed by Chad Mynhier <cmynhier@forsythe.com>
2009-07-226861983 zfs should use new name <-> SID interfacesMatthew Ahrens1-0/+1
6862984 userquota commands can hang
2009-07-206857433 memory leaks found at: zfs_acl_alloc/zfs_acl_node_alloconnv_120Tim Haley3-12/+32
6860318 truncate() on zfsroot succeeds when file has a component of its path set without access permission
2009-07-176582152 MMC remote service management supportJordan Brown18-346/+1247
6816841 name <-> SID interfaces 6843330 Create interposer library for SVCCTL and LOGR functionality. 6856791 Files dropped from large directory listing with long filenames 6859346 Query File Information errors when querying a named pipe 6860126 name<->SID interfaces use unacceptable style