summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/nfs
AgeCommit message (Collapse)AuthorFilesLines
2011-11-081659 Move warnings about nrnode calculation to system logAlexander Eremin2-2/+9
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Michael Tsymbalyuk <mtzaurus@gmail.com> Reviewed by: Dan Kruchinin <dkruchinin@acm.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Gordon Ross <gwr@nexenta.com>
2011-09-151073 migrate kernel modules from ancient _depends_on to true ELF dependenciesBayard Bell2-8/+2
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-08-126906740 Zones need an improved reference counting mechanismjv2273475-17/+21
2010-08-036972525 NFS RDMA doesn't always handle iovec structures correctlyKaren Rochford3-6/+19
2010-07-236950914 remount can change mount point to "unspecified_mountpoint", causing ↵Robert Harris1-3/+2
panics
2010-07-196970064 missing VN_RELE in exportfsPavel Filipensky1-0/+6
2010-06-236930814 share/unshare issuesPavel Filipensky4-320/+165
6931194 exportfs() uses exportinfo_t after dropping exported_lock and without doing exi_count++ 6836258 exportinfo 16-way hash is too small 6953045 Put implementation of the Pearson's hashing algorithm into a separate file
2010-06-16PSARC 2010/144 lofi(7D) in non global zonesJohn Levon2-15/+10
6354954 lofi support in non-global zones 6942891 prof_lookup_globaldev() leaks rootdir refs 6945005 lofiadm -a /dev/lofi/1: recursive mutex enter 6946486 lofi_ioctl() shouldn't allow disk ioctl()s on /dev/lofictl
2010-06-166906432 File system space on globalfilesystem shared by NFS not returned ↵Marcel Telka1-12/+10
after rm(1) of files on NFS clients 6952856 Minor inconsistencies in rfs4_dss_clear_oldstate() 6954235 ASSERT() in the rfs4_state_has_access() have no effect
2010-06-166954736 stop -f /SYS on one Otoro head causes the other head to panicPavel Filipensky1-7/+9
2010-06-10backout 6930814: causes 6960023jmcp4-169/+326
2010-06-066930814 share/unshare issuesPavel Filipensky4-326/+169
6931194 exportfs() uses exportinfo_t after dropping exported_lock and without doing exi_count++ 6836258 exportinfo 16-way hash is too small 6953045 Put implementation of the Pearson's hashing algorithm into a separate file
2010-06-046937869 seeing some memory leaks from xdrrdma_create()Karen Rochford2-3/+8
6920403 NFS/RDMA NFSv3 client directio READs fail for read size between 869 - 1023 bytes 6935135 NFS/RDMA ipv6 mount incorrectly if client's hostname in access_list
2010-06-016914555 rfs4_op_rename() can double free converted_onmMarcel Telka1-7/+4
6930600 Test for nonzero cs->vp in do_rfs4_op_lookup() cannot be false 6930604 do_rfs4_op_secinfo() can use uninitialized local variable did_traverse
2010-04-28PSARC 2009/377 In-kernel pfexec implementation.Casper H.S. Dik1-7/+3
PSARC 2009/378 Basic File Privileges PSARC 2010/072 RBAC update: user attrs from profiles 4912090 pfzsh(1) should exist 4912093 pfbash(1) should exist 4912096 pftcsh(1) should exist 6440298 Expand the basic privilege set in order to restrict file access 6859862 Move pfexec into the kernel 6919171 cred_t sidesteps kmem_debug; we need to be able to detect bad hold/free when they occur 6923721 The new SYS_SMB privilege is not backward compatible 6937562 autofs doesn't remove its door when the zone shuts down 6937727 Zones stuck on deathrow; netstack_zone keeps a credential reference to the zone 6940159 Implement PSARC 2010/072
2010-04-156927545 NFSv4 reaper thread can exit without clearing up DB entriesGerald Thornbrugh1-3/+2
2010-04-136922286 directly mounting snapshots with NFSv3 failsSam Falkner1-1/+3
2010-04-126935556 Unable to mount sec=krb5 with NFSv4 if filesystems are shared ↵Pavel Filipensky1-90/+117
differently 6936129 get_root_export() should use tree_parent instead of VOP_LOOKUP("..") to find the ROOT exportinfo 6895005 client can't access server's exported pseduo-FS after the underneath ZFS-FSs are unshared
2010-04-064799074 NFS authentication cache needs some sort of TTLThomas Haynes3-94/+572
2010-03-23backout 4799074: panics gate machinesjmcp3-563/+90
2010-03-194799074 NFS authentication cache needs some sort of TTLThomas Haynes3-90/+563
2010-03-116655655 Single phase COMMIT processing for NFS3 and NFS4 serverJeff A. Smith2-6/+2
2010-03-116213799 VMODSORT support for NFS. AKA "close()/fsync() slow on clients with ↵Pavel Filipensky4-75/+33
lots of memory and cached pages"
2010-03-096916212 NFSv4 client recovery thread deadlocks after failoverRick Mesta2-34/+56
2010-03-016927244 share_nfs charset option doesn't work when creating directoriesJan Kryl1-8/+11
2010-02-286894234 NFSv4 server ignores SGID bit when using Linux clientGerald Thornbrugh1-5/+6
2010-02-286901748 mvfs and nfs pseudo namespace tree do not work togetherPavel Filipensky2-80/+78
6926015 dead code in exportfs()
2010-02-066920999 NFS client character encoding (to UTF-8) not working for S10 NFSv4 ↵Jan Kryl3-70/+89
client
2010-02-016919289 rfs3_read(): Uninitialized value of mp passed to freemsg()chunli zhang - Sun Microsystems - Irvine United States1-2/+1
2010-01-286770204 NFS/RDMA: client panic at clnt_compose_rpcmsg(): bcopy: arguments ↵Faramarz Jalalian - Sun Microsystems - Irvine United States1-0/+17
below kernelbase
2010-01-286893811 nfs4_make_dotdot() should not assume fn_parent!= NULLGerald Thornbrugh1-2/+6
2010-01-19PSARC 2009/683 Reserved uid/gid for distinguishing unmappable users/groups ↵onnv_132Lisa Week3-72/+131
in NFSv4 ACLs 6261858 ls(1) -l, getfacl(1), and setfacl(1) can return "Permission denied" due to "nobody" and ACLs
2010-01-196912345 nfs4_active_data_reclaim() will panic when the exported filesystem ↵Marcel Telka1-2/+8
does not support xattrs
2010-01-186873106 Need a mechanism to share buffers between fs moduleschunli zhang - Sun Microsystems - Irvine United States7-35/+265
2010-01-156505192 nfs client hang after all async worker threads are stuck in ↵Vallish Vaidyeshwara5-67/+167
condition variable
2009-12-196901787 mntinfo4_t is no longer validThomas Haynes2-4/+33
2009-12-156894228 nfs v3/v2 should not fabricate ACLsVallish Vaidyeshwara1-5/+3
2009-12-146909333 Downrev handling for referrals does not work after TCP reconnectionRobert Thurlow1-13/+29
2009-12-106232737 Client should support NFS4ERR_MOVED and fs_locations (fix lint)Robert Thurlow2-2/+2
6232743 Server should support NFS4ERR_MOVED and fs_locations (fix lint) 6891289 client panick mutex_vector_tryenter with some stress testing PSARC 2009/502 NFS Referrals
2009-12-096232737 Client should support NFS4ERR_MOVED and fs_locationsRobert Thurlow21-321/+2425
6232743 Server should support NFS4ERR_MOVED and fs_locations 6891289 client panick mutex_vector_tryenter with some stress testing
2009-12-086758280 nfs_async_manager doesn't schedule nfs_async_start even if async ↵Marcel Telka2-18/+24
reqs are enqueued
2009-12-016897605 Deadlock in nfs4_active_reclaim() on r_lock if file and its XATTR ↵Pavel Filipensky1-3/+11
are hashed in the same r4hashq_t
2009-11-236821270 NFSv4 open state id table exhaustedRick Mesta2-38/+79
6854700 NFSv4 reaper_thread only runs at 5 minute intervals 6886843 spurious NFS4ERR_SERVERFAULT with 1M nodes in rfs4 db
2009-11-20PSARC 2009/542 Increase the maximum value of NGROUPS_MAX to 1024Casper H.S. Dik1-1/+1
4088757 Customer would like to increase ngroups_max more than 32 6853435 Many files incorrectly include the private <sys/cred_impl.h>
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni8-29/+34
6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
2009-11-076888022 NFSv4: grpid mount flag is not effective for filesMarcel Telka1-6/+5
2009-11-046894964 nfsbugs tests fail in PIT with: assertion failed: sarg->vap->va_mask ↵Rich Brown1-0/+3
& AT_TYPE
2009-11-046175988 NFSv4 server should not provide delegation for unconfirm open_ownerJames Wahlig1-2/+3
2009-10-286870042 nfsgen nfsv4 delegation subset of testcases fail consistently since ↵James Wahlig1-43/+57
snv_120 6871991 rfs4_file_t fields updated without holding locks
2009-10-236577647 NFS writes aren't interruptible if there are too many outstanding writesMarcel Telka3-6/+54