summaryrefslogtreecommitdiff
path: root/usr/src/uts
AgeCommit message (Collapse)AuthorFilesLines
2015-05-085901 SMB clients get errors trying to delete non-empty directoriesAlek Pinchuk3-17/+89
1663 Non-empty directories can be marked delete on close in CIFS, but not actually deleted Reviewed by: Bayard Bell <buffer.g.overflow@gmail.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-085900 read-raw, write-raw are dead codeGordon Ross9-725/+7
Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-085899 panic on bad mutex in smb_event_wait()Gordon Ross8-99/+81
Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-085898 SO_RCVTIMEO broken for AF_UNIXGordon Ross1-2/+3
Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-07OS-4277 lx procfs /proc/{pid}/environ always empty [handle empty env vector]Jerry Jelinek1-0/+8
2015-05-07OS-4277 lx procfs /proc/{pid}/environ always emptyJerry Jelinek3-3/+234
2015-05-07OS-4256 centos 7 systemd stops after failing to mount sysfsJerry Jelinek8-1/+1413
2015-05-05 [illumos-gate merge]Jerry Jelinek1-4/+1
commit f949c3862e64cd157f2a1aeefd0da08100f76173 3914 ill_frag_hash_tbl not allocated for loopback interfaces Conflicts: usr/src/uts/common/inet/ip/ip_if.c
2015-05-04OS-4252 zlogin to centos7 lx zone panicsJerry Jelinek1-0/+4
2015-05-013914 ill_frag_hash_tbl not allocated for loopback interfacesJoshua M. Clulow5-88/+79
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2015-05-01OS-4245 mac_rx_srs_process stack depth needs to account for harder usageRobert Mustacchi1-1/+1
2015-05-01 [illumos-gate merge]Jerry Jelinek1-1/+1
commit 75598e109dfb54c4a0364e1544f5aff609d2c978 5763 missing va_end() on return from __fini_daemon_priv() commit d17b05b6ba5ce4569b13b250fe44164219de8c53 4492 zone hung in down state, stuck in ilb_stack_fini commit 3bb0cb708b0d9e3882b52efcf67a78f2a39baf90 4426 mci_rw_lock white-hot under load commit c536b1f93b31eba539c635a91be8ee2ab0fcb15a 5596 tar doesn't properly wait for its children Conflicts: usr/src/uts/common/sys/mac_client_impl.h usr/src/common/util/getresponse.c usr/src/cmd/tar/tar.c
2015-04-304492 zone hung in down state, stuck in ilb_stack_finiJerry Jelinek1-3/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-04-304426 mci_rw_lock white-hot under loadBryan Cantrill2-0/+42
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Piotr Jasiukajtis <estibi@me.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-281527 SMB server in non-global zonesGordon Ross43-833/+872
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Stepan Zastupov <stepan.zastupov@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-04-29 [illumos-gate merge]Jerry Jelinek43-833/+872
commit 3e5de5d019b8b1edc6c40c035fa29f3a41341841 5863 psiginfo arguments should be const commit 4b92079ba1c38eb015d4df99305947dbeccbb80d 5861 clean up obsolete init scripts commit 8622ec4569457733001d4982ef7f5b44427069be 1527 SMB server in non-global zones
2015-04-28 [illumos-gate merge]Jerry Jelinek1-6/+30
commit e548823371e6dfbf1717dabbe24870fec98c6051 1501 taskq_create_proc ... TQ_DYNAMIC puts tasks in p0 (take 2) commit ee637354acf5da3e4a5853a500f444e3aec1a76e 5465 CFLAGS missing from BUILD.SO in lib/Makefile.lib Conflicts: usr/src/lib/Makefile.lib
2015-04-271501 taskq_create_proc ... TQ_DYNAMIC puts tasks in p0 (take 2)Gordon Ross1-6/+30
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Albert Lee <trisk@omniti.com>
2015-04-265814 bpobj_iterate_impl(): Close a refcount leak iterating on a sublist.Will Andrews1-1/+3
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-265812 assertion failed in zrl_tryenter(): zr_owner==NULLMatthew Ahrens1-13/+14
Reviewed by: George Wilson <george@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Will Andrews <will@freebsd.org> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-265810 zdb should print details of bpobjMatthew Ahrens2-5/+3
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Will Andrews <will@freebsd.org> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-265809 Blowaway full receive in v1 pool causes kernel panicPaul Dagnelie1-1/+2
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Will Andrews <will@freebsd.org> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-265808 spa_check_logs is not necessary on readonly poolsMatthew Ahrens1-1/+1
Reviewed by: George Wilson <george@delphix.com> Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Reviewed by: Will Andrews <will@freebsd.org> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-27 [illumos-gate merge]Jerry Jelinek5-21/+23
commit b67dde11a73a9455d641403cbbb65ec2add41b41 5814 bpobj_iterate_impl(): Close a refcount leak iterating on a sublist. commit 8df173054ca442cd8845a7364c3edad9d6822351 5812 assertion failed in zrl_tryenter(): zr_owner==NULL commit 732885fca09e11183dd0ea69aaaab5588fb7dbff 5810 zdb should print details of bpobj commit f40b29ce2a815bcc0787acf6f520a2b74258b785 5809 Blowaway full receive in v1 pool causes kernel panic commit 23367a2f2caec1ccb4d918bdd0f2fc2c9cadcd06 5808 spa_check_logs is not necessary on readonly pools commit 52244c0958bdf281ca42932b449f644b4decfdc2 5767 fix several problems with zfs test suite commit 8430278980a48338e04c7dd52b495b7f1551367a 5847 libzfs_diff should check zfs_prop_get() return
2015-04-25OS-4162 system appears (mostly) hung on kmem_move taskqBryan Cantrill1-1/+2
2015-04-25OS-4183 Panic due to inotify_clean and nfs4 mount.Bryan Cantrill1-1/+18
2015-04-25OS-4194 kmem_alloc() should deprecate KM_SLEEP allocations of 0 bytesBryan Cantrill8-30/+102
2015-04-24OS-4222 Want big theory statement on MAC's data pathRobert Mustacchi2-1/+942
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rob Gulewich <robert.gulewich@joyent.com>
2015-04-23OS-4223 Enable Intel SMEP support when availableRobert Mustacchi6-5/+33
OS-4224 want to be able to see x86 control regs with kmdb Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-04-23OS-4213 lxbrand should be able to set TCP_DEFER_ACCEPT after other socket ↵Jerry Jelinek6-11/+66
operations
2015-04-23 [illumos-gate merge]Jerry Jelinek6-58/+90
commit bbe876c07ed632b8f85e195d41e7948382064a95 5761 nfs4_prot.x should be updated for RFC 7531 commit 85aac7c12e738f35fbcd61cdc0503288fb66b382 5831 "beadm umount <dir>" core dump
2015-04-22OS-4199 lxbrand simple/test-os.js balks at improper dataPatrick Mooney4-38/+110
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-04-225761 nfs4_prot.x should be updated for RFC 7531Marcel Telka6-58/+90
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-04-22 [illumos-gate merge]Jerry Jelinek1-16/+3
commit 14c3be3932e278c263b32fb17daff38fd4de18f8 5605 Disable IPP printing like SMB printing can be disabled commit c883468ae561a0b211f3633eb2a24aa4306661f2
2015-04-21backout: 1501 taskq_create_proc ... TQ_DYNAMIC puts tasks in p0 (needs work)Gordon Ross1-16/+3
2015-04-21OS-4206 support deferred TCP acceptsJerry Jelinek6-0/+263
2015-04-21 [illumos-gate merge]Jerry Jelinek1-1/+1
commit ede2438e8f556ca20640a62396a44cf0c635b8f9 5856 syscall/memctl should compare attr != 0, being an int, instead of NULL
2015-04-205856 syscall/memctl should compare attr != 0, being an int, instead of NULLRichard PALO1-1/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-20OS-4131 lxbrand AF_NETLINK should be handled consistentlyPatrick Mooney1-10/+1
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-04-17OS-4201 need GS support in arch_prctl()Jerry Jelinek5-7/+55
2015-04-17 [illumos-gate merge]Jerry Jelinek1-2/+3
commit b01b59e369b297df1b370a7ef94d2b9230d04452 5853 pfexec_call() error handling could be improved 5854 pfexecd should initialize pfexec response buffers
2015-04-175853 pfexec_call() error handling could be improvedRobert Mustacchi1-2/+3
5854 pfexecd should initialize pfexec response buffers Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Steven Williamson <steve@freeagent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-04-16OS-4188 NULL dereference in lwp_hash_in20150416Patrick Mooney19-165/+188
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-04-16OS-4192 lx brand: add support for robust mutexesBryan Cantrill6-4/+275
2015-04-16OS-4191 blown assert on lx zone with delegated datasetJerry Jelinek1-3/+5
2015-04-165843 getrandom(2) lays it on a bit thickRobert Mustacchi1-2/+2
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-16OS-4170 hyprlofs won't map paths with components starting with '..'Jerry Jelinek1-2/+4
2015-04-16 [illumos-gate merge]Jerry Jelinek3-51/+142
commit 545758327e65fa2c3d514152f4c010e8faddfa6d 5835 fix printf tokens for net-snmp 5.7.2 commit e3dc7d16623f78f12e240686f2c357ca545426f2 3704 libfmd_snmp should compile with newer net-snmp commit a52fc310ba80fa3b2006110936198de7f828cd94 5701 zpool list reports incorrect "alloc" value for cache devices commit 155173561a7af3379c70dd10c51cf4729aedeea3 5839 vmstat(1M) should stop documenting -c commit 03b1c2971d24a9cd2c073d634f7e074fbd14e984 5610 zfs clone from different source and target pools produces coredump
2015-04-15OS-4189 getrandom(2) lays it on a bit thickRobert Mustacchi1-2/+2
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
2015-04-15OS-3958 want documentation for overlay devicesRobert Mustacchi2-3/+2
OS-4182 need dladm create-overlay -t OS-4174 long options for dladm *-overlay OS-4179 want search plugin in overlay property list OS-4181 Clean up duplicate VXLAN_MAGIC definition