summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Removed unused label and fix mutex_exit ordersmh2016-02-251-2/+1
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noskra2016-02-223-3/+0
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryimp2016-02-171-1/+1
* ARM: Rename remaining ARMv4 specific function in DTrace code.mmel2016-02-061-1/+1
* MFV r294821: 6529 Properly handle updates of variably-sized SA entries.avg2016-02-011-22/+36
* Add a sysctl to allow ZFS pools backed by zvolsasomers2016-01-291-7/+29
* Welcome the RISC-V 64-bit kernel.br2016-01-292-1/+43
* MFV r294819: 6495 Fix mutex leak in dmu_objset_find_dpmav2016-01-261-0/+3
* MFV r294816: 4986 receiving replication stream fails if any snapshotmav2016-01-261-10/+87
* MFV r294814: 6393 zfs receive a full send as a clonemav2016-01-263-56/+117
* MFV r294812: 6434 sa_find_sizes() may compute wrong SA header sizemav2016-01-261-24/+22
* MFV r294810: 6414 vdev_config_sync could be simplermav2016-01-263-16/+13
* MFV r294808: 6421 Add missing multilist_destroy calls to arc_finimav2016-01-261-0/+2
* MFV r294806: 6388 Failure of userland copy should return EFAULTmav2016-01-261-1/+1
* MFV r294804: 6386 Fix function call with uninitialized value in vdev_inusemav2016-01-261-1/+2
* MFV r294802: 6334 Cannot unlink files when over quotamav2016-01-261-5/+2
* MFV r294800: 6385 Fix unlocking order in zfs_zgetmav2016-01-261-1/+1
* MFV r294798:mav2016-01-261-2/+15
* MFV r294796: 6319 assertion failed in zio_ddt_write: bp->blk_birth == txgmav2016-01-261-0/+2
* MFV r294793:mav2016-01-261-3/+5
* Fix ru_oublocks accounting for ZFS. There are two code paths that can betrasz2016-01-231-0/+3
* Quell harmless CID about unchecked return value in nvlist_get_guids.asomers2016-01-191-2/+2
* Disallow zvol-backed ZFS poolsasomers2016-01-194-28/+34
* MFV r294101: 6527 Possible access beyond end of string in zpool commentdim2016-01-151-1/+0
* Fix race condition involving ZFS remove eventsasomers2016-01-142-1/+2
* Fix importing l2arc device by guidasomers2016-01-111-1/+9
* Record physical path information in ZFS Vdevsasomers2016-01-111-32/+98
* Fix const conversion warning in lz4_decompresssmh2016-01-061-1/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.callanjude2015-12-271-1/+1
* Be stricter on which functions we can probe with FBT. We now only check theandrew2015-12-231-5/+13
* Support an arbitrary number of arguments to DTrace syscall probes.markj2015-12-172-38/+54
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.glebius2015-12-161-17/+17
* Remove the unused systrace device file and fix style bugs.markj2015-12-161-61/+41
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-68/+29
* Change an important error message from ZFS_LOG to printfasomers2015-12-111-1/+1
* During vdev_geom_open, require that the vdev guids match the device's labelasomers2015-12-101-39/+55
* MFV r289003:markj2015-12-073-24/+33
* Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.markj2015-12-072-34/+103
* Add helper functions proc_readmem() and proc_writemem().markj2015-12-072-53/+27
* Allow the artificial profile frames to be adjusted as needed by the user.andrew2015-12-051-6/+9
* Move the check to see if we are tracing a function with the DTrace Functionandrew2015-12-051-17/+13
* Make the number of fasttrap probes and the size of the trace points hash tablestas2015-12-011-8/+21
* Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding themarkj2015-11-191-2/+2
* Switch zfs_panic_recover to panic for bad DVAsmh2015-11-061-1/+1
* Provide information about bad DVAsmh2015-11-051-1/+7
* Allow zfs_recover to be changed at runtimesmh2015-11-051-1/+1
* Fix the open solaris atomic functions on arm64. Without this we may use theandrew2015-11-051-0/+87
* zfs: allow the lookup of extended attributes of an unlinked fileavg2015-11-021-1/+1
* l2arc: do not call trim_map_free() for blocks with zero b_asizeavg2015-10-301-10/+21
* Rename remaining linux32 symbols such as linux_sysent[] andjhb2015-10-221-10/+34
OpenPOWER on IntegriCloud