summaryrefslogtreecommitdiff
path: root/usr/src/uts
AgeCommit message (Collapse)AuthorFilesLines
2012-01-26Merge branch 'master' into gcc4John Sonnenschein14-30/+199
2012-01-24OS-881 To workaround OS-580 add support to only invalidate mappings from a ↵Jerry Jelinek8-25/+96
single process
2012-01-16OS-507 need better fss observabilityJerry Jelinek5-5/+99
2012-01-13OS-871 zone stuck in shutting_down - waiting for kernel thread ↵Jerry Jelinek1-0/+4
nfsauth_refresh_thread to terminate
2012-01-13Merge branch 'master' into gcc4John Sonnenschein1-0/+11
2012-01-13Merge branch 'master' of git.joyent.com:illumos-joyentJohn Sonnenschein1-0/+11
2012-01-12OS-861 pages_pp_maximum/lotsfree discrepancy leads to mlock() failureBryan Cantrill1-0/+11
2012-01-12Merge branch 'master' into gcc4John Sonnenschein21-115/+825
2012-01-12[OS-714] illumos mergeJohn Sonnenschein9-44/+72
Merge git://github.com/illumos/illumos-gate Conflicts: usr/src/uts/common/inet/tcp/tcp_timers.c usr/src/uts/common/io/mac/mac_sched.c
2012-01-101923 kernel panic in ire_round_robin due to divide by zeroRobert Mustacchi1-0/+5
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-01-101922 t_pcb of panic thread should be preserved on a panicBryan Cantrill1-0/+7
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-01-101918 stack overflow from mac_promisc_dispatch()Dan McDonald2-32/+49
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-01-09OS-850 Add support for Intel copper quad I350 to igb.Robert Mustacchi7-12/+356
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-01-04OS-750 improve RUSAGESYS_GETVMUSAGE for zoneadmdJerry Jelinek2-29/+62
2012-01-03OS-841 timer intervals incorrectly rounded to clock resolutionBryan Cantrill1-20/+3
2012-01-02OS-164 Need better process scheduling for true burstingJerry Jelinek4-20/+195
2011-12-30OS-800 need a metric (kstat) to track when we're burstingJerry Jelinek4-0/+127
2011-12-28OS-830 stack overflow from mac_promisc_dispatch()Bryan Cantrill1-0/+20
2011-12-28OS-818 double fault panic during heavy ip loadBryan Cantrill1-2/+2
2011-12-291898 Kernel assertion in zfs_putpage() raised by rfs_write()Dan Kruchinin1-1/+0
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-301938 various letters out of seqeunceJoshua M. Clulow1-1/+1
Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-231925 stack overflow from mac codeRobert Mustacchi1-4/+32
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-211673 Panic in conn_ip_output()Bryan Cantrill1-10/+26
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-20Merge branch 'master' into gcc4John Sonnenschein3-4/+3
2011-12-19STOR-62 incorrect asize assertion in vdev_raidz_physio()Bill Pijewski1-2/+0
2011-12-19STOR-60 zp_checksum == ZIO_CHECKSUM_OFF assertion blown in dbuf.cBill Pijewski1-1/+2
2011-12-16OS-821 bump dtrace_helper_actions_max to 1024Dave Pacheco1-1/+1
2011-12-16Merge branch 'master' into gcc4John Sonnenschein1-2/+1
2011-12-16Merge branch 'master' of git.joyent.com:illumos-joyentJohn Sonnenschein1-2/+1
2011-12-16OS-816 IPsec esp kstats shouldn't be persistentRobert Mustacchi1-2/+1
Reviewed by: Bryan Cantrill <bryan@joyent.com>
2011-12-15Merge branch 'gcc/upgrade' of https://github.com/richlowe/illumos-gate into gcc4John Sonnenschein1-0/+14
2011-12-15Merge branch 'master' into gcc4John Sonnenschein31-531/+1020
2011-12-15[OS-714] Illumos mergeJohn Sonnenschein32-537/+1028
2011-12-151241 Need support for latest Emulex 10GbEGarrett D'Amore22-236/+470
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Jean-Yves.Chevallier <Jean-Yves.Chevallier@Emulex.Com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-15Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgradeRichard Lowe207-27836/+20281
Conflicts: usr/src/uts/common/inet/ipf/netinet/ip_compat.h usr/src/uts/i86pc/os/cpr_impl.c
2011-12-14cpr: Never allow if compiled with GCC.Richard Lowe1-0/+14
As the added commentary states, unfortunately the GAS side of the cpr resume code was never implemented, and this was then sadly masked with a botched conditional, so the studio code is built with gas, and then does the wrong thing, crashing immediately upon resume. Disable it, for the sake of safety.
2011-12-13Merge branch 'master' into gcc4John Sonnenschein48-283/+1112
2011-12-12STOR-27 ZFS should be able to dump to a RAID-Z poolBill Pijewski8-35/+232
STOR-57 new ZFS checksum algorithm: 'noparity'
2011-12-021911 panic in smb_tree_connectGordon Ross1-1/+1
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Andrew Stormont <andyjstormont@googlemail.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-12-151627 nightly build panics, assertion failed: pg_cpu_is_bootstrapped(cpu), ↵Richard Lowe1-0/+6
cmt.c line:451 Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2011-12-02OS-781 need a way to change the tmpfs size on a mounted fsJerry Jelinek1-2/+18
2011-12-02OS-783 t_pcb of panic thread should be preserved on a panicBryan Cantrill1-0/+7
2011-11-29OS-730 kernel panic in ire_round_robin due to divide by zeroRobert Mustacchi1-0/+5
2011-11-22[OS-714] illumos mergeJohn Sonnenschein39-228/+834
Merge git://github.com/illumos/illumos-gate Conflicts: usr/src/cmd/lp/filter/postscript/dpost/ps_include.c usr/src/cmd/zfs/zfs_main.c usr/src/lib/libdtrace/common/dt_program.c usr/src/lib/libzfs/common/libzfs.h usr/src/lib/libzfs/common/libzfs_pool.c usr/src/man/man1m/zfs.1m usr/src/man/man1m/zpool.1m usr/src/uts/common/fs/zfs/zfs_ioctl.c usr/src/uts/common/inet/tcp/tcp_input.c
2011-11-18Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgradeRichard Lowe31-212/+776
Conflicts: usr/src/common/bignum/bignumimpl.c
2011-11-151693 persistent 'comment' field for a zpoolDan McDonald4-1/+62
Reviewed by: George Wilson <gwilson@zfsmail.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-11-171644 add ZFS "clones" propertyMatthew Ahrens14-122/+591
1645 add ZFS "written" and "written@..." properties 1646 "zfs send" should estimate size of stream 1647 "zfs destroy" should determine space reclaimed by destroying multiple snapshots 1708 adjust size of zpool history data Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: George Wilson <gwilson@zfsmail.com> Reviewed by: Albert Lee <trisk@opensolaris.org> Approved by: Garrett D'Amore <garret@nexenta.com>
2011-11-15OS-732 zfs_read()/zfs_delmap() deadlockBryan Cantrill1-25/+6
OS-737 zfs_putapage() neglects to call sa_bulk_update()
2011-11-10OS-723 sdev_readdir() recursively acquires sdev_contents as readerBryan Cantrill1-3/+15
2011-11-09Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgradeRichard Lowe8-14/+87
Conflicts: usr/src/ucbhead/stdio.h