summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2014-06-274929 want prevsnap propertyMatthew Ahrens3-1/+10
Reviewed by: Adam Leventhal <adam.leventhal@delphix.com> Reviewed by: Matt Amdur <matt.amdur@delphix.com> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Boris Protopopov <bprotopopov@hotmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-264924 LZ4 Compression for metadataDaniil Lunev5-42/+40
Reviewed by Matthew Ahrens <mahrens@delphix.com> Reviewed by Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Christopher Siden <christopher.siden@delphix.com>
2014-06-264936 lz4 could theoretically overflow a pointer with a certain inputDan McDonald2-0/+9
Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2014-06-254914 zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens27-127/+132
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-214577 pfexec's error reporting is (at least sometimes) awfulGary Mills1-6/+19
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Adam Števko <adam.stevko@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-214916 rpc_gss_get_principal_name(3nsl): Typo in the synopsisBart Coddens1-2/+2
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-214931 kernel's inet_pton still botches v4 mapped and compat addresses byte orderRobert Mustacchi1-5/+11
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-173910 t_look(3NSL) should never return T_ERRORGary Mills11-283/+281
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-134911 illumos-gate perl package version is fixedAlexander Pyhalov12-96/+114
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-134917 libshare_nfs: s_rootnames leaksMarcel Telka1-7/+12
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Serghei Samsi <sscdvp@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-134910 libshare_nfs: Memory leak in fill_security_from_secopts()Marcel Telka1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Serghei Samsi <sscdvp@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-124756 metaslab_group_preload() could deadlockGeorge Wilson3-5/+27
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-06-094888 Undocument dma_req(9s)Garrett D'Amore33-986/+114
4884 EOF scsi_hba_attach 4886 EOF ddi_dmae_getlim 4887 EOF ddi_iomin 4634 undocument scsi_hba_attach() and ddi_dma_lim(9s) 4630 clean stale references to ddi_iopb_alloc and ddi_iopb_free Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-06-094849 strlcpy(9F) points to the wrong headerBart Coddens1-1/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-06-084897 Space accounting mismatch in L2ARC/zpoolSaso Kiselkov1-5/+13
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Boris Protopopov <bprotopopov@hotmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-064891 want zdb option to dump all metadataMatthew Ahrens4-7/+54
Reviewed by: Sonu Pillai <sonu.pillai@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
2014-06-061667 pkcs11 may deadlock when multi-threaded consumers forkDan McDonald5-15/+65
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2014-06-054881 zfs send performance degradation when embedded block pointers are ↵Matthew Ahrens1-15/+20
encountered Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-054390 i/o errors when deleting filesystem/zvol can lead to space map corruptionMatthew Ahrens19-160/+297
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-054757 ZFS embedded-data block pointers ("zero block compression")Matthew Ahrens50-279/+1306
4913 zfs release should not be subject to space checks Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Max Grossman <max.grossman@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-06-044722 fm/smtp-notify mails about events in previously closed cases upon fmd ↵Lauri Tirkkonen1-2/+2
(re)start Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-06-044907 webrev should default to utf-8Robert Mustacchi1-0/+1
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2014-05-304901 zfs filesystem/snapshot limit leaksJerry Jelinek1-5/+11
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-05-294829 sema_init(3C) botches the arguments in an exampleWilliam Dowling1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2014-05-293897 zfs filesystem and snapshot limits (fix leak)Alex Reece1-0/+1
Approved by: Christopher Siden <christopher.siden@delphix.com>
2014-05-274839 3294 generated elfdump struct layouts by hand, shouldn't haveRichard Lowe5-23/+50
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2014-05-274841 lockf(3c): Minor formatting issues in man pageWilliam Dowling1-20/+20
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-274835 getexecattr(3secdb): Minor formatting issuesWilliam Dowling1-3/+3
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-274774 Typos in tcp(7P) manpageWilliam Dowling1-10/+10
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-04-294882 remove "All rights reserved" from prototypesGarrett D'Amore13-13/+13
Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2014-05-233835 zfs need not store 2 copies of all metadataMatthew Ahrens7-23/+107
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-04-294878 bug with printf and missing unsigned argumentGarrett D'Amore2-1/+13
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-05-224775 Typo in getaddrinfo(3SOCKET) man pageWilliam Dowling1-2/+2
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-05-214867 Uninitialized variables in libnslMarcel Telka5-22/+35
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-05-20backout 4853: breaks lintRobert Mustacchi21-70/+50
2014-05-204857 xargs(1) -n and -I combine to do potentially the wrong thingGarrett D'Amore6-16/+344
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-05-194730 metaslab group taskq should be destroyed in metaslab_group_destroy()George Wilson1-1/+2
Reviewed by: Alex Reece <alex.reece@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-05-194853 illumos-gate is not lint-clean when built with openssl 1.0Alexander Pyhalov21-50/+70
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-05-194868 ifconfig(1M)'s "addif" uses an uninitialized mask if not specifiedDan McDonald1-3/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Garrett D'Amore <garrett@damore.org>
2014-05-144788 mac shouldn't abuse ddi_get_time(9f)Josef 'Jeff' Sipek1-13/+14
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-144787 ipf: remove rate_limit_messageJosef 'Jeff' Sipek1-38/+0
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: David Höppner <0xffea@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-144782 usba shouldn't abuse ddi_get_time(9f)Josef 'Jeff' Sipek2-8/+12
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-144781 sd shouldn't abuse ddi_get_time(9f)Josef 'Jeff' Sipek2-8/+7
Reviewed by: Richard Elling <richard.elling@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-144780 comstar iSCSI target shouldn't abuse ddi_get_time(9f)Josef 'Jeff' Sipek2-6/+6
Reviewed by: Eric Diven <eric.diven@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-144779 vhci shouldn't abuse ddi_get_time(9f)Josef 'Jeff' Sipek2-11/+16
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-144778 iprb shouldn't abuse ddi_get_time(9f)Josef 'Jeff' Sipek2-18/+19
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-144777 ibdm shouldn't abuse ddi_get_time(9f)Josef 'Jeff' Sipek2-44/+40
Reviewed by: Rob Gittins <rob.gittins@nexenta.com> Reviewed by: Albert Lee <albert.lee@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-144776 man: don't lie about ddi_get_time(9f) usesJosef 'Jeff' Sipek1-3/+8
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-05-134818 printf(1) should support n$ width and precision specifiersGarrett D'Amore14-51/+771
4854 printf(1) doesn't support %b and \\c properly Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2014-05-114856 remove stale \\(LH and OLD_LH logo filesGarrett D'Amore14-1626/+6
Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>