summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/rpc
AgeCommit message (Collapse)AuthorFilesLines
2016-03-216747 xdr_READDIR4res() bypass the XDR mblk APIMarcel Telka2-7/+23
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-03-146745 Swapped bytes in rpc_cots_connections port kstatMarcel Telka1-12/+10
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-056582 initial reorg adding sys/null.h for 5218Richard PALO1-6/+1
6487 clean up __STDC__ ifdefs in rpcsvc/dbm.h 6563 fmtmsg.h should be simplified and neither define NULL nor _NULL Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Robert Mustacci <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-09-035907 xdrmblk_getpos() is unreliableMarcel Telka6-122/+313
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-08-276141 use kmem_zalloc instead of kmem_alloc + bzero/memsetJosef 'Jeff' Sipek1-2/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-06-045917 User-mode SMB serverGordon Ross1-5/+6
Authored by: Thomas Keiser <thomas.keiser@nexenta.com> Authored by: Albert Lee <trisk@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-144567 Long RPC messages could confuse kernel and cause panicMarcel Telka1-11/+9
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Jan Kryl <jan.kryl@nexenta.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Albert Lee <trisk@omniti.com>
2015-05-123783 Flow control is needed in rpcmod when the NFS server is unable to keep ↵Marcel Telka6-263/+349
up with the network Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Albert Lee <trisk@omniti.com>
2015-03-131101 NFS service fails to start after hostname changeMarcel Telka2-22/+14
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-10-215246 xdr_uid_t/xdr_gid_t cleanupsMarcel Telka1-2/+7
Reviewed by: David Höppner <0xffea@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek5-6/+6
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2014-08-075070 svc_queueclose() could wake up too much threadsMarcel Telka1-8/+13
Reviewed by: Rick Mesta <rick.mesta@nexenta.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Josef Sipek <josef.sipek@nexenta.com> Reviewed by: Tony Nguyen <tony.nguyen@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-173910 t_look(3NSL) should never return T_ERRORGary Mills1-142/+161
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-304575 Single threaded rpcbind is not scalableMarcel Telka1-2/+6
4483 rpcbind: Reply for remote calls comes from incorrect UDP port Reviewed by: Ilya Usvyatsky <ilya.usvyatsky@nexenta.com> Reviewed by: Jan Kryl <jan.kryl@nexenta.com> Reviewed by: Michael Schuster <michaelsprivate@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-02-204576 mountd(1m) needs to be able to set listen backlogMarcel Telka1-2/+7
Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2013-08-304072 make clobber leaves trashGordon Ross1-0/+2
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
2013-07-293882 Remove xmod & friendsJosef 'Jeff' Sipek2-25/+0
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-05-213630 NFS server should not allocate oversized buffersSebastien Roy1-6/+8
Reviewed by: Jeff Biseda <jeff.biseda@delphix.com> Reviewed by: Eric Schrock <Eric.Schrock@delphix.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Approved by: Albert Lee <trisk@nexenta.com>
2013-03-153620 Corruption of the `xprt-ready' queue in svc_xprt_qdelete()Marcel Telka1-10/+7
Reviewed by: Boris Protopopov <Boris.Protopopov@nexenta.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Jeffry Molanus <Jeffry.Molanus@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-08-283106 rpc: xdr_sizeof can return wrong sizeVitaliy Gusev1-3/+4
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-02-032039 several declarations in uts declare functions with variable number of ↵Milan Jurik2-5/+11
args even if they are not Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-01-231982 Make rpcbind_getaddr() work with all versions of rpcbind protocolDan Kruchinin1-36/+152
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Eric Schrock <Eric.Schrock@delphix.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-036972525 NFS RDMA doesn't always handle iovec structures correctlyKaren Rochford1-3/+5
2010-07-29PSARC/2010/234 IBTF 2010.Q2 EnhancementsBill Taylor1-0/+1
6538821 add Base Memory Management to ibtl and hermon 6893126 Add OFED ib_get_dma_mr() equivalent memory registration interface to IBTF 6937574 move FMANOTE messages to msgbuf or ibtf buf only 6954821 Expose IB interrupt handles and device info for perf optimization 6955695 IBTF V4 interfaces
2010-07-016869670 NFS server is responding from wrong IP-address (NFSv3, UDP)Marcel Telka1-11/+67
6961982 svc_clts_krecv(): Pointer "mp" dereferenced before NULL check
2010-06-046937869 seeing some memory leaks from xdrrdma_create()Karen Rochford8-30/+120
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-04-204857405 kernel memory allocation problems in sec_clnt_revokeM Pavan kumar - Sun Microsystems - Menlo Park United States1-10/+27
2010-04-14PSARC 2010/085 IPoIB Administration EnhancementRamaswamy Tummala1-4/+1
6837574 IPoIB Administration Enhancement - PSARC 2010/085 6864899 IB datalink names need to be consistent between cluster controllers 6855737 cfgadm status for ibd attachment points gets to inconsistent state 6883212 ibd: add Brussels framework support 6927048 IBD driver should be hardened to handle late HCA port initialization issue 6827237 Fix warlock errors in ibnex --HG-- rename : usr/src/uts/common/io/ib/clients/ibd/ibd.conf => usr/src/uts/common/io/ib/clients/ibd/ibp.conf rename : usr/src/uts/intel/ibd/Makefile => usr/src/uts/intel/ibp/Makefile rename : usr/src/uts/sparc/ibd/Makefile => usr/src/uts/sparc/ibp/Makefile
2010-03-226896473 Server rpcmod panic when client trying to mount rdma/krb5Karen Rochford6-32/+93
2010-02-016919008 server panic at: rdma_svc_postrecvFaramarz Jalalian - Sun Microsystems - Irvine United States1-4/+6
2010-01-286770204 NFS/RDMA: client panic at clnt_compose_rpcmsg(): bcopy: arguments ↵Faramarz Jalalian - Sun Microsystems - Irvine United States2-3/+10
below kernelbase
2010-01-196850110 NFS/RDMA client panic: clist_deregisterSiddheshwar Mahesh1-1/+2
2010-01-186873106 Need a mechanism to share buffers between fs moduleschunli zhang - Sun Microsystems - Irvine United States3-8/+12
2010-01-176856642 NFS/RDMA client bad mutex panic at rpcib:rib_clnt_cm_handlerSiddheshwar Mahesh1-58/+99
6875892 NFS/RDMA client panic: rib_rbuf_free 6915315 Wrong order of rw_enter() calls in rib_detach_hca() can cause deadlock
2009-12-226912153 some components of ON are not ss12u1 lint cleanSurya Prakki1-1/+1
2009-12-226900751 Corrupt call_table / callist structure leads to networking hangMarcel Telka3-110/+54
2009-11-236887924 PP_ISKAS needs to be defined in terms of VN_ISKAS for vnodesSean McEnroe1-5/+5
6871169 kphysm_add_memory_dynamic panics testing vmstress + DR 6877160 guest domain panic at platsvc:mdeg_notify_client+10c 6874763 memseg_alloc_meta() incorrectly maps page_t pages 6873569 multiple calls to memlist_read_lock() can cause deadlock hazard 6886354 DR failure with "memory span duplication" error 6886782 panic after pagefault in seg_kpm after LDom add-mem on primary 6887644 domain hang/deadlock during ldom mem DR when trying to grab a write lock
2009-11-20PSARC 2009/542 Increase the maximum value of NGROUPS_MAX to 1024Casper H.S. Dik4-31/+27
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 Vanoni5-41/+38
6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
2009-10-056791302 RPCSEC_GSS svc should be able to handle a misbehaving clientGlenn Barry3-473/+777
2009-08-176868411 NFS provider generates error on ci_remote on RDMA operationsSiddheshwar Mahesh4-11/+59
2009-07-176582152 MMC remote service management supportJordan Brown2-7/+56
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
2009-06-306216670 NFS server needs a bigger transmit bufferDai Ngo1-2/+180
2009-06-056696163 clnt_max_conns can't be set on amd64Dai Ngo1-14/+25
6817942 RPC loadbalancing with clnt_max_conns > 1 does not work
2009-06-056523693 mountd core dump in nfsauth_prog on S10 (and onnv)Gerald Thornbrugh2-1/+6
6839714 mountd may leak netbuf's 6834333 ASSERT(p->cku_err.re_errno != 0) in clnt_cots_kcallit() triggers because re_error is not set 6704490 clnt_dispatch_notify() and clnt_clts_dispatch_notify() should log zoneid errors
2009-06-056844040 NFSv2 WRITEs over RDMA fail to unregister data buffersSiddheshwar Mahesh2-27/+68
6845259 nfsd should honor the '-p proto' and '-t provider'options 6197327 Client mounts should fail gracefully when RDMA is disabled
2009-05-266802643 rpcib: Add support for using multiple HCA'sFaramarz Jalalian - Sun Microsystems - Irvine United States4-377/+688
6818112 rpc/rdma needs to select the same local source address on retries
2009-05-266821368 rpcib:rib_svc_rcq_handler panic with tavor in T1000 systemSiddheshwar Mahesh3-242/+460
6762215 bad mutex panic in rib_svc_scq_handler() while handling IBT_WC_WR_FLUSHED_ERR errors 6836780 rpcib max send/recieve buffer values too low 6837810 need better rpcib connection management
2009-05-216795209 Enable compilation of ON-consolidation with GCC 4.2Scott Rotondo1-1/+1
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