summaryrefslogtreecommitdiff
path: root/usr/src/cmd/fs.d/nfs/lib
AgeCommit message (Collapse)AuthorFilesLines
2022-09-12 [illumos-gate merge]Dan McDonald2-30/+27
commit f8e9c7b3ba7100b047717589235b6d05ec43646c 14925 plumb DFv4 into amdzen(4D) commit ba215efe42e70993d3838f7af671f9d9fc0ebc33 14936 need a better SMN addressing mechanism commit 56726c7e321b6e5ecb2f10215f5386016547e68c 14821 Add additional AVX512 capabilities 14822 Need new word of hardware capabilities 14823 aux vector feature mapping should use x86_featureset commit f2ae17ede4a9a93585872a9aa83120497285bdd0 14077 Want wrapper for external SMB server tests commit 544783ca6fcbe20a0c82b42aabd4e88a9ac69e68 14960 mountd: cleaning up some build gags commit 153f3212c5a48deec74be10ba87dd04bc99edbbb 14815 nvmeadm: identify support for namespace management Conflicts: manifest usr/src/cmd/sgs/libconv/common/corenote.c usr/src/cmd/sgs/libconv/common/corenote.msg usr/src/cmd/sgs/rtld/common/globals.c usr/src/cmd/sgs/rtld/common/rtld.msg usr/src/cmd/sgs/rtld/common/setup.c usr/src/uts/common/exec/elf/elf.c usr/src/uts/common/os/exec.c usr/src/uts/common/sys/user.h usr/src/uts/intel/os/cpuid.c usr/src/uts/intel/os/driver_aliases
2022-09-1014960 mountd: cleaning up some build gagsToomas Soome2-30/+27
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2019-12-02 [illumos-gate merge]Jerry Jelinek1-1/+2
commit 4deedc8c9617c76c1e08a5265614b205754926c4 12041 tem: x86 needs to use tems.ts_color_map() for 8-bit colors commit 2f572942f3e92c5f77d0b5d0778be90fa16681c1 12040 loader: vbe_print_mode() is missing newline commit e15e891852f98a4fc7afb32f0999b5bc38f7d1f8 12005 update to Intel microcode-20191115 commit f7db5903887928b2b43995473632ef63d130bbd4 2988 nfssrv: need ability to go to submounts for v3 and v2 protocols commit 19687f06a4a23ca82910eccd0f898c90ecd3cf62 12017 Assertion failure in kstat_waitq_to_runq from blkdev
2019-11-272988 nfssrv: need ability to go to submounts for v3 and v2 protocolsVitaliy Gusev1-1/+2
Portions contributed by: Marcel Telka <marcel.telka@nexenta.com> Portions contributed by: Jean McCormack <jean.mccormack@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com> Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2019-08-05 [illumos-gate merge]Jerry Jelinek2-5/+5
commit 94a5108e6d17b76907472153e979d6261be71c37 8903 IPPF paths have bad logic commit ec82ef794c304d675af6962e1428b3b12ca2be8b 11281 XHCI polled mode support for USB keyboards commit 7d724debd861d6eb53233974d0191aeef122cd23 11501 Scroll Lock translation to control sequence is patently unhelpful commit 27aa48129e712ec06bc239dce1a21a4ae5b19994 11442 truss: NULL pointer errors commit 8509e9caaaa43d21ab1a18a2aa45b43322c378ac 11457 fs.d: NULL pointer errors commit 5fe539ba6982d2eafbe355b9c775a0779e3407e5 11381 ldapcachemgr: NULL pointer errors commit 4fcce4872b9846a3c40d70c0de66142c56585c73 11172 smbsrv: NULL pointer errors
2019-08-0111457 fs.d: NULL pointer errorsToomas Soome2-5/+5
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2018-02-05 [illumos-gate merge]Jerry Jelinek1-20/+13
commit c73799dd86c25c27f5183e83584212d06d1ecebc 9024 rework PV-HVM disk device handling commit fcebcf2bde9c499fa119ba1d185c1d9dd8db8c31 9023 port Delphix Xen-related fixes commit ff074caab09347cf7a3028cad320325b14d826ce 9006 parallel loader builds fail sporadically commit 0f554fe53a6056402dbaf025d945afa8659af0c7 9001 cdm is useless, remove it 9002 webrev should know how to get the git user name commit a96858a0ffbb0a37a4c126a6889a50342c8e0ac5 9013 cmd/vi: don't use obsolete REG_WORDS commit 925beec7a40f23f8a7663cf5e8289a88f9688e87 9012 cmd/grep: don't use obsolete REG_ANCHOR commit 16b8cff5614360cedee81496774b4933d65c2a62 9007 import AT&T regex test suite commit b4509b050d50104aa22638bf66c219627cf301af 6690 set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct /etc/default/autofs commit 8baf4f951af3e9e291859c8e5cb2ea4a83c6a531 9015 krb5-config emits unnecessary -R flags 1295 krb5-config only understands krb5 Conflicts: usr/src/tools/scripts/webrev.sh usr/src/tools/onbld/hgext/__init__.py (deleted)
2018-02-026690 set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from ↵Marcel Telka1-20/+13
defunct /etc/default/autofs Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2016-06-09OS-5221 nfs mount should work without /etc/nfssec.conf inside LX zonerootJosh Wilsdon1-1/+7
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-10-15 [illumos-gate merge]Jerry Jelinek3-10/+15
commit 54d34259930c76758a7e9e03732cb1e37f9a6ba9 6332 mountd: Compile warnings cleanup
2015-10-146332 mountd: Compile warnings cleanupMarcel Telka3-10/+15
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-07-08 [illumos-gate merge]Keith M Wesolowski1-0/+5
commit 5cb0d67909d9970a3e7adbea9422ca3fc88000bf 4943 NFS server: Generic uid and gid remapping for AUTH_SYS commit 33cde0d0c27645bc9ec94c4d2955193c3dd4027c 4953 zfs rename <snapshot> need not involve libshare 4954 "zfs create" need not involve libshare if we are not sharing 4955 libshare's get_zfs_dataset need not sort the datasets commit 4bb73804952172060c9efb163b89c17f56804fe8 4950 files sometimes can't be removed from a full filesystem commit 08e958452532187958dbff5121d3010ef1de98ee 4906 cpqary3: add support for hp gen8+ smart array controllers Conflicts: usr/src/uts/common/nfs/export.h usr/src/uts/common/fs/zfs/zfs_vnops.c Manifests: usr/src/pkg/manifests/driver-storage-cpqary3.mf
2014-07-084943 NFS server: Generic uid and gid remapping for AUTH_SYSMarcel Telka1-0/+5
Reviewed by: Jan Kryl <jan.kryl@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-06-18 [illumos-gate merge]Keith M Wesolowski1-2/+2
commit 09b0d01c5bc323b8ee7043100e09aded27cc12ab 3910 t_look(3NSL) should never return T_ERROR
2014-06-173910 t_look(3NSL) should never return T_ERRORGary Mills1-2/+2
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-05-01 [illumos-gate merge]20140501release-20140501Keith M Wesolowski1-11/+17
commit 5539384561c0efe744226d5e5d331f5546e500e4 4670 Resource leak in cots_listen_event() when set_addrmask() fails commit 9557befbc07a121f4baa233e966d24be5dca7345 4817 README.mapfiles: Missing version in an example commit 9a634533d15821efb93a491af59ea24d69227322 4812 libnsl: Some nisplus leftovers commit c5953fd0a23d8a0dc9475dfa76ad0dfd07663717 4808 libnsl: SI_SRPC_DOMAIN is always defined commit 0900f4f20e4cdeb8e5af4ba32aca32d28aeba2f9 4803 libnsl: recursive mutex lock in return_xprt_copy() commit dff8cdb7c81be0916631bfe5b4384516b430227f 4724 Possible memory leak in _clnt_vc_create_timed()
2014-04-304670 Resource leak in cots_listen_event() when set_addrmask() failsMarcel Telka1-11/+17
Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-11-14 [illumos-gate merge]Keith M Wesolowski1-7/+11
commit 97adda444bedd8afa322c1d2233957d40bc8e35c 4226 mountd(1m) could run out of file descriptors commit 7140fde549ff65142379ea6e25e6276552e22f3f 4307 Variable is used before it is initialized in kwarndtest.c commit 43d68d68c1ce08fb35026bebfb141af422e7082e 2583 Add -p (parsable) option to zfs list Conflicts: usr/src/cmd/zfs/zfs_main.c usr/src/cmd/fs.d/nfs/mountd/mountd.c
2013-11-134226 mountd(1m) could run out of file descriptorsMarcel Telka1-7/+11
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Jan Kryl <jan.kryl@nexenta.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2013-08-28 [illumos-gate merge]Keith M Wesolowski3-11/+34
commit e9a5ec5aa8a1a14de1b019c6bd73e0a33f920e49 195 Need replacement for nfs/lockd+klm (exception_lists) commit 69a119caa6570c7077699161b7c28b6ee9f8b0f4 3946 ::gcore (fix sparc build) commit 2df37efa12a69b067c7197296dd802eb4b8a9e85 3518 Incorrect hostid calculation commit bbaa8b60dd95d714741fc474adad3cf710ef4efd 195 Need replacement for nfs/lockd+klm
2013-08-26195 Need replacement for nfs/lockd+klmDan Kruchinin3-11/+34
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Jeremy Jones <jeremy@delphix.com> Reviewed by: Jeff Biseda <jbiseda@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-08-15 [illumos-gate merge]Keith M Wesolowski1-4/+4
commit cf7e209d5f01e9f5fe052b444899ba9cba0e9877 4024 uninitialized and unused variables in cmd/fs.d/nfs commit 9e5aa9d8a21f8efa8ba9c9e4a0aa6edc66d07eb2 3978 renaming dynamic sdev nodes is problematic 3979 sdev dynamic directories can be created multiple times 3980 sdev vfs refcount assertion violation 3981 sdev backing store nodes not always present 3982 sdev could use some theory statements 3983 sdev_shadow_node slept through a vn_rele commit dd9c3b29f8e9f6b99b80e1fd8fc03241abd67311 3977 zones can commit suicide by zvol
2013-08-154024 uninitialized and unused variables in cmd/fs.d/nfsIgor Kozhukhov1-4/+4
Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2012-05-17OS-1169 fix for OS-493 generates warning on Sun Studio buildBill Pijewski1-1/+1
2012-05-08STOR-54 warnings when creating a delegated ZFS dataset in a non-global zoneBill Pijewski2-2/+20
OS-493 NFS client 'entity not found' error when mounting
2011-06-201107 nfs_tbind.c do_one() function can't work with loopbackDan Kruchinin1-0/+22
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2010-08-12PSARC 2010/299 GNU/Linux/BSD compatibility functionsRoger A. Faulkner1-11/+8
6960818 add get_nprocs(), getline(), strdupa(), strndup() to libc 6901783 strndup would be nice 6824404 libc should provide ffsl() & ffsll() 6793969 RFE: Add|stpcpy|to libc 6735446 Want a __progname symbol for BSD-style source compatibility 6421095 Solaris should provide strcasestr 6275498 Provide string compare functions wcscasecmp,wcsncasecmp in solaris like linux --HG-- rename : usr/src/lib/libc/port/gen/strcasecmp.c => usr/src/lib/libc/port/gen/ascii_strcasecmp.c rename : usr/src/lib/libc/port/gen/strncasecmp.c => usr/src/lib/libc/port/gen/ascii_strncasecmp.c rename : usr/src/lib/libc/sparc/gen/strcasecmp.s => usr/src/lib/libc/sparc/gen/ascii_strcasecmp.s rename : usr/src/lib/libc/sparcv9/gen/strcasecmp.s => usr/src/lib/libc/sparcv9/gen/ascii_strcasecmp.s
2010-08-116975309 PSARC2007_393 Move /etc/default/{nfs/autofs} parameters to SMFPavan Mettu - Oracle Corporation - Menlo Park United States2-0/+502
PSARC 2007/393 converting /etc/default/{nfs,autofs} to SMF properties
2010-06-186960999 portmapper support needed to support lx brand should go tooSurya Prakki2-44/+10
2010-02-25PSARC/2008/532 NWAM Phase 1Anurag S. Maskey1-2/+8
PSARC/2009/577 Network Auto-Magic (NWAM) Phase 1 Updates PSARC/2010/049 Network Auto-Magic (NWAM) Phase 1 Updates part 2 4087814 User friendly utility wanted for network config, able to add network interfaces. 6509720 support configuration using DHCP "inform" and static IP address 6553627 network/physical:default and network/physical:nwam should be mutually-exclusive (perhaps a property) 6609581 nwam does not start the dns/client service after configuring the network 6664072 nwam profiles should include name service configuration properties 6723947 setting static MAC address should be possible 6794043 NWAM needs more complete profile support 6914190 Support for unmanaged network interfaces in NWAM - hands off 6921971 nwamd fails to run teardown/net-svc after suspend/resume --HG-- rename : usr/src/cmd/cmd-inet/lib/nwamd/interface.c => usr/src/cmd/cmd-inet/lib/nwamd/ncu_ip.c rename : usr/src/cmd/cmd-inet/lib/nwamd/wireless.c => usr/src/cmd/cmd-inet/lib/nwamd/ncu_phys.c rename : usr/src/cmd/cmd-inet/lib/nwamd/events.c => usr/src/cmd/cmd-inet/lib/nwamd/routing_events.c rename : usr/src/cmd/cmd-inet/lib/nwamd/functions.h => usr/src/cmd/cmd-inet/lib/nwamd/util.h
2009-12-156894228 nfs v3/v2 should not fabricate ACLsVallish Vaidyeshwara1-1/+2
2009-12-096232737 Client should support NFS4ERR_MOVED and fs_locationsRobert Thurlow4-0/+804
6232743 Server should support NFS4ERR_MOVED and fs_locations 6891289 client panick mutex_vector_tryenter with some stress testing
2009-06-306216670 NFS server needs a bigger transmit bufferDai Ngo1-3/+75
2009-01-286789798 selfcheck.c needs cleanupVallish Vaidyeshwara1-14/+9
2009-01-286755735 mounting public filehandle with NFSv3 got ESTALEVallish Vaidyeshwara1-2/+2
2008-11-186761285 svc_run() should not unregister the poolVallish Vaidyeshwara1-20/+17
2008-11-184725622 nfs thread pool library calls to _nfssys() do not handle error codes ↵Vallish Vaidyeshwara1-15/+9
right
2008-10-286751647 TRANS2_FIND_NEXT continuation by filename restarts search at ↵natalie li - Sun Microsystems - Irvine United States1-3/+3
beginning of directory 6753904 SVCCTL server side service 6741484 Local users cannot connect to CIFS shares from MacOS 10.5 6746898 win98 can not overwrite *.files 6753310 Incorrect handling of SmbNegotiate request when invalid dialects are negotiated. 6751123 Unable to join domain, core dump generated with IPMP setting 6722437 SMB_TRANS2_FIND returns wrong status code when stream file is passed 6716578 can not delete file in extended attribute name space in cifs client when cifs server is solaris PSARC 2008/584 Correction in nbmand behavior 6734067 Long delay when viewing MS Word Read-only file properties with nbmand enabled. PSARC/2007/281 NFS share properties for Montana compatibility 6475452 Need Solaris support for Montana approve file functionality in NFS 6582170 Host-based access control (approve file) 6749075 Unable to join domain if user password exceeds 20 characters 6612716 Join domain fails if hostname is > 15 chars 6753251 server signing: wrong signature is generated for the NetShareEnum reply 6757521 SMB daemon leaks memory after displaying GSS status 6760315 Local user cannot connnect to CIFS shares if CIFS server's hostname is not specified 6757333 Share publisher thread runs into infinite loop of displaying GSS major/minor status 6757132 smbd crashes at smb_idmap_batch_getmappings 6760876 security descriptor decoding function has a glitch 6761491 Cannot open or delete a named stream on a directory file. 6741449 Cleanup list in smbns_ads module 6593958 Users with restore privilege can take ownership of files --HG-- rename : usr/src/lib/smbsrv/libmlsvc/common/secdb.c => usr/src/lib/smbsrv/libmlsvc/common/smb_logon.c rename : usr/src/lib/smbsrv/libmlsvc/common/mlsvc_svcctl.c => usr/src/lib/smbsrv/libmlsvc/common/svcctl_svc.c
2008-09-256710019 automountd might dump core if nfs url is usedVallish Vaidyeshwara1-361/+371
6476438 quota/RQUOTA RPC calls should be zone aware. 5034877 quota timeout takes too long on unreachable NFS filesystems 6682528 memory leak in nfsmapid if resolv_init() is called
2008-07-286696397 NFS v3 provider reports all UDP clients as 0.0.0.0vv1499721-76/+84
2008-06-126691702 nfsd startup is full of silent failure modesth1990961-0/+129
2007-10-22PSARC 2007/416 NFSv4 Mirror-mountsth1990961-9/+42
PSARC 2007/563 Add _AT_TRIGGER to fstatat(2) 5035401 allow clients to cross server filesystem boundaries if the fs is visible 6613892 nftw(3C) has potential security issues
2007-04-02PSARC/2007/052 In-kernel Sharetabth1990962-180/+26
6371468 /etc/dfs/sharetab should be a mntfs style file
2006-09-11PSARC/2005/471 BrandZ: Support for non-native zonesnn352482-13/+42
6374606 ::nm -D without an object may not work on processes in zones 6409350 BrandZ project integration into Solaris 6455289 pthread_setschedparam() should return EPERM rather than panic libc 6455591 setpriority(3C) gets errno wrong for deficient privileges failure 6458178 fifofs doesn't support lofs mounts of fifos 6460380 Attempted open() of a symlink with the O_NOFOLLOW flag set returns EINVAL, not ELOOP 6463857 renice(1) errors erroneously --HG-- rename : usr/src/lib/libzonecfg/zones/SUNWblank.xml => usr/src/lib/brand/native/zone/SUNWblank.xml rename : usr/src/lib/libzonecfg/zones/SUNWdefault.xml => usr/src/lib/brand/native/zone/SUNWdefault.xml
2006-03-24PSARC/2002/762 Layered Trusted Solarisjpk1-20/+65
PSARC/2005/060 TSNET: Trusted Networking with Security Labels PSARC/2005/259 Layered Trusted Solaris Label Interfaces PSARC/2005/573 Solaris Trusted Extensions for Printing PSARC/2005/691 Trusted Extensions for Device Allocation PSARC/2005/723 Solaris Trusted Extensions Filesystem Labeling PSARC/2006/009 Labeled Auditing PSARC/2006/155 Trusted Extensions RBAC Changes PSARC/2006/191 is_system_labeled 6293271 Zone processes should use zone_kcred instead of kcred 6394554 integrate Solaris Trusted Extensions --HG-- rename : usr/src/cmd/dminfo/Makefile => deleted_files/usr/src/cmd/dminfo/Makefile rename : usr/src/cmd/dminfo/dminfo.c => usr/src/cmd/allocate/dminfo.c
2005-08-086301156 mount(1M) crashes with bad optionsfrankho1-35/+29
2005-06-14OpenSolaris Launchstevel@tonic-gate17-0/+6214