aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Removed stale comment about multi-vdev root pool config not workingSteven Hartland2014-06-091-3/+0
* - Naively fix build by partially reverting r267029 to still useBryan Drewery2014-06-041-0/+4
* Replace gethrtime() with cpu_ticks(), as source of random for the taskqueueAlexander Motin2014-06-031-1/+1
* MFV 266913+266914:Xin LI2014-05-311-5/+12
* MFV r266766:Xin LI2014-05-276-22/+76
* Improve sysctl descriptions for new ZFS sysctls:Allan Jude2014-05-221-4/+4
* Added sysctls / tunables for ZFS dirty data tuningSteven Hartland2014-05-211-25/+80
* Update dis_tables.c to the latest Illumos version.Peter Grehan2014-05-151-17/+188
* Import George Wilson's change for Illumos #4730:Xin LI2014-05-061-1/+2
* Use a zio flag to prevent recursion of vdev_queue_io_done which canSteven Hartland2014-05-042-0/+12
* Don't treat TRIM requests returning ENOTSUP as an unexpected error.Steven Hartland2014-05-031-1/+4
* Removed pointless / duplicated call to trim_map_first.Steven Hartland2014-05-021-1/+0
* Reintroduce priority for the TRIM ZIOs instead of using the "NOW" prioritySteven Hartland2014-04-307-73/+124
* Fix ZIO reordering done by vdev_queue_io causing panics when zio_vdev_io_startSteven Hartland2014-04-282-23/+47
* Eliminate duplicate checks in vdev_geom_io_intr error handlingSteven Hartland2014-04-241-26/+30
* Add the ability to set a minimum ashift size for ZFS pool creation or root levelSteven Hartland2014-04-242-18/+73
* MFV r264830:Xin LI2014-04-232-7/+8
* MFV r264829:Xin LI2014-04-2313-25/+871
* MFV r264668:Xin LI2014-04-183-57/+7
* MFV r264667:Xin LI2014-04-181-2/+2
* MFV r264666:Xin LI2014-04-1817-168/+156
* Ensure that all eight syscall arguments are available to dtrace_probe(),Mark Johnston2014-04-141-1/+7
* DTrace's pid provider works by inserting breakpoint instructions at probeMark Johnston2014-04-144-11/+251
* Fix a panic in zfs_rename().Davide Italiano2014-04-131-11/+13
* Create zvol devices on zfs clone.Alexander Motin2014-04-111-0/+4
* In addition to r264077, tell GEOM that we do support BIO_DELETE now.Alexander Motin2014-04-061-0/+3
* Add property and sysctl to control how ZVOLs are exposed to OS.Alexander Motin2014-04-053-117/+370
* MFV r258922:Alexander Motin2014-04-031-31/+52
* Add BIO_DELETE support to ZVOL.Alexander Motin2014-04-031-4/+70
* MFV r258379;Pedro F. Giffuni2014-04-021-5/+5
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-223-4/+4
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Report ZVOL block size as GEOM stripesize.Alexander Motin2014-03-131-5/+9
* MFV r262983:Xin LI2014-03-111-1/+21
* All callers of static method load_nvlist() in spa.c handles error case,Xin LI2014-03-021-1/+3
* Expose a few DTrace parameters as sysctls under kern.dtrace and addMark Johnston2014-03-013-4/+16
* Fix emulation of call and jmp instructions on i386 and for 32-bit processesMark Johnston2014-03-011-11/+4
* 4478 dtrace_dof_maxsize is far too smallMark Johnston2014-02-281-1/+1
* Fix the struct reg mappings for i386 and amd64, which differ between illumosMark Johnston2014-02-271-0/+51
* Move some files that are identical on i386 and amd64 to an x86 subdirectoryMark Johnston2014-02-277-5079/+1
* Revert r262466, as it does not compile on PowerPC.Mark Johnston2014-02-261-5/+1
* Make all 8 syscall arguments available to syscall probes in the same wayMark Johnston2014-02-251-1/+5
* 1452 DTrace buffer autoscaling should be less violentMark Johnston2014-02-221-15/+33
* Define the KM_NORMALPRI flag for kmem_alloc(), as it is used in someMark Johnston2014-02-221-0/+1
* MFV r261619:Xin LI2014-02-081-2/+3
* MFV r260834:Xin LI2014-01-181-9/+8
* traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECTAndriy Gapon2014-01-171-6/+6
* fix a build problem with INVARIANTS enabled introduced in r260704Andriy Gapon2014-01-161-1/+1
* fix a bug in ZFS mirror code for handling multiple DVAaAndriy Gapon2014-01-161-3/+6
* Revert r260705: wrong patch committed by accidentAndriy Gapon2014-01-161-4/+0