summaryrefslogtreecommitdiffstats
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
* MFC r262329:markj2014-05-251-0/+1
* MFC r260234, r260328:mav2014-05-081-13/+3
* MFC r258715: opensolaris compat: add taskq_wait emulationavg2014-02-171-0/+6
* MFC r258625: sdt: add support for solaris/illumos style DTRACE_PROBE macrosavg2014-02-171-12/+3
* MFC r258744-258746: zfs: add zfs_freebsd_putpagesavg2014-01-162-0/+19
* MFC r258632,258704: MFV r255255: 4045 zfs write throttle & i/o scheduleravg2014-01-161-0/+40
* MFC r258630: 734 taskq_dispatch_prealloc() desiredavg2014-01-162-63/+18
* MFC r258628: opensolaris taskq: some cosmetic changesavg2014-01-161-4/+2
* MFV r247844 (illumos-gate 13975:ef6409bc370f)delphij2013-09-102-0/+18
* Handle cases where capability rights are not provided.pjd2013-09-051-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-2/+2
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-072-3/+4
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGavg2013-08-063-2/+39
* style(9) fixessmh2013-06-291-2/+4
* Switch ZFS mutex_owner macro to use sx_xholder as its now exported via sx.hsmh2013-06-211-2/+1
* MFV r248217:mm2013-04-061-1/+3
* TRIM cache devices based on time instead of TXGs.smh2013-03-211-0/+1
* MFC @248493mm2013-03-191-1/+1
|\
| * Partially revert r195702. Deferring stops is now implemented via a set ofjhb2013-03-181-1/+1
* | MFC @248093mm2013-03-094-1/+147
|\ \ | |/
| * Switch the vm_object mutex to be a rwlock. This will enable in theattilio2013-03-093-0/+146
| |\
| | * Add missing FBSDID() tag for new file.attilio2013-03-091-0/+1
| | * MFCattilio2013-03-081-1/+1
| | |\
| | * \ MFCattilio2013-03-021-6/+2
| | |\ \
| | * \ \ MFCattilio2013-02-261-0/+3
| | |\ \ \
| | * | | | Change the use of hard functions for vm_pager_ok and switch toattilio2013-02-232-23/+6
| | * | | | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-1/+1
| | * | | | Fix other architectures and ZFS.attilio2013-02-213-0/+162
| * | | | | Merge from vmc-playground:attilio2013-03-091-1/+1
| | |_|_|/ | |/| | |
* | | | | WiP merge of libzfs_core (MFV r238590, r238592)mm2013-03-051-0/+1
|/ / / /
* | | | Remove the extra parenthesis from the cv_init() macro. They are notrpaulo2013-03-031-1/+1
| |_|/ |/| |
* | | Merge Capsicum overhaul:pjd2013-03-021-6/+2
| |/ |/|
* | MFV v242732:mm2013-02-251-0/+3
|/
* MFV r245512:delphij2013-02-091-0/+7
* solaris compat: remove KM_ZEROavg2013-02-021-1/+0
* Renamed zfs trim stats removing duplicate zio_trim identifier from the namesmh2012-12-122-1/+3
* opensolaris compat: terminate cmn_err mesages with a new lineavg2012-11-241-0/+1
* opensolaris compat: clear VI_MOUNT before returning if mount_snapshot failsavg2012-11-041-0/+3
* opensolaris_lookup: use vfs_busy in traverse before calling VFS_ROOTavg2012-11-041-0/+4
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-223-30/+11
* Add TRIM support.pjd2012-09-231-0/+2
* Merge recent zfs vendor changes, sync code and adjust userland DEBUG.mm2012-09-122-0/+78
* Add assfail() and assfail3() to the opensolaris module.mm2012-09-102-15/+33
* Make r230454 more readable and vendor-like.mm2012-09-061-2/+8
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64kmacy2012-01-271-1/+3
* Use provided name when allocating ksid domain. It isn't really used on FreeBSD,pjd2012-01-221-3/+3
* opensolaris compat: fix vcmn_err so that panic(9) produces a proper messageavg2011-12-191-8/+14
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-2/+9
* Remove C constructs that are incompatible with C++ from variousgibbs2011-06-101-1/+1
OpenPOWER on IntegriCloud