summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove extra conversion to nanoseconds from ddi_get_lbolt64().mav2014-01-031-1/+2
* MFV r260155:delphij2014-01-025-9/+26
* MFV r260154 + 260182:delphij2014-01-0221-121/+908
* Fix build on platforms where atomic_swap_64 is not available.delphij2014-01-021-0/+4
* MFV r260153:delphij2014-01-011-1/+1
* MFV r259170:delphij2014-01-0131-349/+561
* MFV r258385:delphij2013-12-312-18/+230
* MFV r242733:delphij2013-12-312-12/+17
* Allocate the probe ID unrhdr before the DTrace kld_* event handlers aremarkj2013-12-311-2/+2
* Revert r260091. The vmem calls seem to be slower than the *_unr() calls thatmarkj2013-12-314-26/+22
* Now that vmem(9) is available, use vmem arenas to allocate probe andmarkj2013-12-304-22/+26
* MFV r258374:delphij2013-12-2423-252/+305
* MFV r258373:delphij2013-12-242-10/+0
* Fix a brain-o. I had misread the limit as a size, but it's a pointer.jhibbits2013-12-211-1/+1
* Fix a couple bugs in FBT PowerPC. Clamp the size to a 'instruction size' notjhibbits2013-12-201-2/+2
* MFV r258923: 4188 assertion failed in dmu_tx_hold_free(): dn_datablkshift != 0pjd2013-12-181-1/+8
* The fasttrap fork handler is responsible for removing tracepoints in themarkj2013-12-181-8/+23
* sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.casomers2013-12-121-9/+1
* Correct the check for errors from proc_rwmem().markj2013-12-112-2/+2
* Don't even try to read vdev labels from devices smaller then SPA_MINDEVSIZEmav2013-12-101-2/+8
* Expose spa_asize_inflation.delphij2013-12-061-0/+3
* zfs: add zfs_freebsd_putpagesavg2013-11-293-23/+170
* zfs: add dmu_write_pages variant for freebsdavg2013-11-292-0/+66
* zfs: make zfs_map_page / zfs_unmap_page publicavg2013-11-292-16/+15
OpenPOWER on IntegriCloud