| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r329759: | Alexander Motin | 2018-04-16 | 2 | -3/+25 |
| * | MFC r317055,r317056 (glebius): Include sys/vmmeter.h as included | Kyle Evans | 2018-03-15 | 2 | -0/+2 |
| * | MFC r326067: make illumos uiocopy use vn_io_fault_uiomove | Andriy Gapon | 2017-12-01 | 1 | -48/+28 |
| * | MFC r325887: | Mark Johnston | 2017-11-23 | 1 | -4/+0 |
| * | MFC r324163: MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and foll... | Andriy Gapon | 2017-11-08 | 2 | -0/+9 |
| * | MFC r324425: illumos mutex_init: use SX_NEW instead of bzero | Andriy Gapon | 2017-10-30 | 1 | -3/+2 |
| * | MFC r324011, r324016: MFV r323535: 8585 improve batching done in zil_commit() | Andriy Gapon | 2017-10-30 | 1 | -0/+3 |
| * | MFC r323985: | Ian Lepore | 2017-10-19 | 1 | -6/+1 |
| * | MFC r324309: remove heuristic error detection from ddi_strto*() | Andriy Gapon | 2017-10-19 | 1 | -12/+0 |
| * | MFC r323578,r323769: dounmount: do not release the mount point's reference | Andriy Gapon | 2017-10-05 | 1 | -0/+1 |
| * | MFC r323194: | Alan Somers | 2017-09-27 | 1 | -1/+1 |
| * | MFC r315896: MFV r315290, r315291: 7303 dynamic metaslab selection | Alexander Motin | 2017-07-26 | 2 | -0/+18 |
| * | MFC r309017 (partially): | Mark Johnston | 2017-07-03 | 1 | -1/+1 |
| * | MFC r308474, r308691, r309203, r309365, r309703, r309898, r310720, | Mark Johnston | 2017-05-23 | 1 | -2/+1 |
| * | MFC r314048,r314194: reimplement zfsctl (.zfs) support | Andriy Gapon | 2017-03-23 | 3 | -64/+8 |
| * | MFC r306304: | Mark Johnston | 2016-10-02 | 2 | -0/+60 |
| * | MFC r305679: Switch random_get_pseudo_bytes() shim to arc4rand(). | Alexander Motin | 2016-09-13 | 1 | -1/+1 |
| * | MFC r303763,303791,303869: zfs: honour and make use of vfs vnode locking prot... | Andriy Gapon | 2016-08-11 | 1 | -2/+0 |
| * | Replace a number of conflations of mp_ncpus and mp_maxid with either | Nathan Whitehorn | 2016-07-06 | 1 | -2/+2 |
| * | Use vnlru_free(9) to implement dnlc_reduce_cache(). | Konstantin Belousov | 2016-06-17 | 1 | -1/+1 |
| * | fix a vnode reference leak caused by illumos compat traverse() | Andriy Gapon | 2016-05-16 | 1 | -2/+3 |
| * | mount_snapshot: consolidate all error handling | Andriy Gapon | 2016-05-16 | 1 | -17/+21 |
| * | zfsctl: fix several problems with reference counts | Andriy Gapon | 2016-05-16 | 1 | -1/+1 |
| * | compat/opensolaris: Don't redefined off64_t if already defined | Conrad Meyer | 2016-05-11 | 1 | -0/+3 |
| * | remove emulation of VFS_HOLD and VFS_RELE from opensolaris compat | Andriy Gapon | 2016-04-02 | 1 | -11/+0 |
| * | Fix small memory leak on attempt to access deleted snapshot. | Alexander Motin | 2016-03-15 | 1 | -0/+1 |
| * | MFV r296529: | Alexander Motin | 2016-03-08 | 1 | -0/+3 |
| * | MFV r296505: 6531 Provide mechanism to artificially limit disk performance | Alexander Motin | 2016-03-08 | 2 | -0/+40 |
| * | Welcome the RISC-V 64-bit kernel. | Ruslan Bukin | 2016-01-29 | 1 | -1/+1 |
| * | Expose an interface to determine if an ACE is inherited. | Xin LI | 2015-09-04 | 1 | -0/+2 |
| * | Add support for the arrays in nvlist library. | Mariusz Zaborski | 2015-08-15 | 1 | -110/+77 |
| * | Fix r286574 build in user-space. | Alexander Motin | 2015-08-10 | 1 | -1/+1 |
| * | MFV r277427: 5445 Add more visibility via arcstats; specifically | Alexander Motin | 2015-08-10 | 1 | -0/+5 |
| * | Add an API for easily creating userspace threads in kernelspace. | Ed Schouten | 2015-07-20 | 1 | -1/+3 |
| * | Create a dedicated function for ensuring that cdir and rdir are populated. | Mateusz Guzik | 2015-07-11 | 2 | -24/+2 |
| * | fd: make 'rights' a manadatory argument to fget* functions | Mateusz Guzik | 2015-07-05 | 1 | -1/+2 |
| * | compat nvpair.h: make sure that the names are mangled only for kernel | Andriy Gapon | 2015-06-07 | 1 | -0/+4 |
| * | Add the arm64 defines for cddl code. | Andrew Turner | 2015-04-01 | 1 | -1/+1 |
| * | Allow Illumos code to co-exist with nv(9) | Ryan Stone | 2015-03-01 | 1 | -0/+259 |
| * | NSEC_TO_TICK(usec) -> NSEC_TO_TICK(nsec) | Will Andrews | 2015-01-20 | 1 | -1/+1 |
| * | Remove unused strdup() #define. | Will Andrews | 2015-01-20 | 1 | -1/+0 |
| * | remove opensolaris cyclic code, replace with high-precision callouts | Andriy Gapon | 2014-12-07 | 3 | -393/+0 |
| * | Remove the no-at variants of the kern_xx() syscall helpers. E.g., we | Konstantin Belousov | 2014-11-13 | 1 | -2/+2 |
| * | This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky's | Josh Paetzel | 2014-10-25 | 1 | -2/+2 |
| * | make userland __assfail from opensolaris compat honor 'aok' variable | Andriy Gapon | 2014-10-07 | 1 | -4/+8 |
| * | Refactor ZFS ARC reclaim checks and limits | Steven Hartland | 2014-10-03 | 2 | -54/+3 |
| * | Remove sys/types.h include as per style (9) | Steven Hartland | 2014-09-18 | 1 | -1/+0 |
| * | Add dtrace probe support for zfs SET_ERROR(..) | Steven Hartland | 2014-09-18 | 2 | -1/+47 |
| * | Ensure that ZFS ARC free memory checks include cached pages | Steven Hartland | 2014-08-30 | 2 | -1/+9 |
| * | Refactor ZFS ARC reclaim logic to be more VM cooperative | Steven Hartland | 2014-08-28 | 2 | -6/+44 |