summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Added sysctls / tunables for ZFS dirty data tuningsmh2014-05-211-25/+80
* Update dis_tables.c to the latest Illumos version.grehan2014-05-151-17/+188
* Import George Wilson's change for Illumos #4730:delphij2014-05-061-1/+2
* Use a zio flag to prevent recursion of vdev_queue_io_done which cansmh2014-05-042-0/+12
* Don't treat TRIM requests returning ENOTSUP as an unexpected error.smh2014-05-031-1/+4
* Removed pointless / duplicated call to trim_map_first.smh2014-05-021-1/+0
* Reintroduce priority for the TRIM ZIOs instead of using the "NOW" prioritysmh2014-04-307-73/+124
* Fix ZIO reordering done by vdev_queue_io causing panics when zio_vdev_io_startsmh2014-04-282-23/+47
* Eliminate duplicate checks in vdev_geom_io_intr error handlingsmh2014-04-241-26/+30
* Add the ability to set a minimum ashift size for ZFS pool creation or root levelsmh2014-04-242-18/+73
* MFV r264830:delphij2014-04-232-7/+8
* MFV r264829:delphij2014-04-2313-25/+871
* MFV r264668:delphij2014-04-183-57/+7
* MFV r264667:delphij2014-04-181-2/+2
* MFV r264666:delphij2014-04-1817-168/+156
* Ensure that all eight syscall arguments are available to dtrace_probe(),markj2014-04-141-1/+7
* DTrace's pid provider works by inserting breakpoint instructions at probemarkj2014-04-144-11/+251
* Fix a panic in zfs_rename().davide2014-04-131-11/+13
* Create zvol devices on zfs clone.mav2014-04-111-0/+4
* In addition to r264077, tell GEOM that we do support BIO_DELETE now.mav2014-04-061-0/+3
* Add property and sysctl to control how ZVOLs are exposed to OS.mav2014-04-053-117/+370
* MFV r258922:mav2014-04-031-31/+52
* Add BIO_DELETE support to ZVOL.mav2014-04-031-4/+70
* MFV r258379;pfg2014-04-021-5/+5
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-223-4/+4
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Report ZVOL block size as GEOM stripesize.mav2014-03-131-5/+9
* MFV r262983:delphij2014-03-111-1/+21
* All callers of static method load_nvlist() in spa.c handles error case,delphij2014-03-021-1/+3
* Expose a few DTrace parameters as sysctls under kern.dtrace and addmarkj2014-03-013-4/+16
* Fix emulation of call and jmp instructions on i386 and for 32-bit processesmarkj2014-03-011-11/+4
* 4478 dtrace_dof_maxsize is far too smallmarkj2014-02-281-1/+1
* Fix the struct reg mappings for i386 and amd64, which differ between illumosmarkj2014-02-271-0/+51
* Move some files that are identical on i386 and amd64 to an x86 subdirectorymarkj2014-02-277-5079/+1
* Revert r262466, as it does not compile on PowerPC.markj2014-02-261-5/+1
* Make all 8 syscall arguments available to syscall probes in the same waymarkj2014-02-251-1/+5
* 1452 DTrace buffer autoscaling should be less violentmarkj2014-02-221-15/+33
* Define the KM_NORMALPRI flag for kmem_alloc(), as it is used in somemarkj2014-02-221-0/+1
* MFV r261619:delphij2014-02-081-2/+3
* MFV r260834:delphij2014-01-181-9/+8
* traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECTavg2014-01-171-6/+6
* fix a build problem with INVARIANTS enabled introduced in r260704avg2014-01-161-1/+1
* fix a bug in ZFS mirror code for handling multiple DVAaavg2014-01-161-3/+6
* Revert r260705: wrong patch committed by accidentavg2014-01-161-4/+0
* zfs_deleteextattr: name buffer from namei is needed by zfs_renameavg2014-01-161-1/+3
* fix a bug in ZFS mirror code for handling multiple DVAaavg2014-01-161-0/+4
* zfs: getnewvnode_reserve must be called outside of a zfs transactionavg2014-01-163-2/+30
* In atomic_or_8_nv() load 1 and not 8 bytes from the addressmarcel2014-01-061-1/+1
* Fix build after r260234 by converting ddi_get_lbolt64() from inline intomav2014-01-051-14/+3
* In dmu_zfetch_stream_reclaim() replace division with multiplication andmav2014-01-031-1/+3
OpenPOWER on IntegriCloud