aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Removed unused label and fix mutex_exit orderSteven Hartland2016-02-251-2/+1
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noSvatopluk Kraus2016-02-223-3/+0
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh2016-02-171-1/+1
* ARM: Rename remaining ARMv4 specific function in DTrace code.Michal Meloun2016-02-061-1/+1
* MFV r294821: 6529 Properly handle updates of variably-sized SA entries.Andriy Gapon2016-02-011-22/+36
* Add a sysctl to allow ZFS pools backed by zvolsAlan Somers2016-01-291-7/+29
* Welcome the RISC-V 64-bit kernel.Ruslan Bukin2016-01-292-1/+43
* MFV r294819: 6495 Fix mutex leak in dmu_objset_find_dpAlexander Motin2016-01-261-0/+3
* MFV r294816: 4986 receiving replication stream fails if any snapshotAlexander Motin2016-01-261-10/+87
* MFV r294814: 6393 zfs receive a full send as a cloneAlexander Motin2016-01-263-56/+117
* MFV r294812: 6434 sa_find_sizes() may compute wrong SA header sizeAlexander Motin2016-01-261-24/+22
* MFV r294810: 6414 vdev_config_sync could be simplerAlexander Motin2016-01-263-16/+13
* MFV r294808: 6421 Add missing multilist_destroy calls to arc_finiAlexander Motin2016-01-261-0/+2
* MFV r294806: 6388 Failure of userland copy should return EFAULTAlexander Motin2016-01-261-1/+1
* MFV r294804: 6386 Fix function call with uninitialized value in vdev_inuseAlexander Motin2016-01-261-1/+2
* MFV r294802: 6334 Cannot unlink files when over quotaAlexander Motin2016-01-261-5/+2
* MFV r294800: 6385 Fix unlocking order in zfs_zgetAlexander Motin2016-01-261-1/+1
* MFV r294798:Alexander Motin2016-01-261-2/+15
* MFV r294796: 6319 assertion failed in zio_ddt_write: bp->blk_birth == txgAlexander Motin2016-01-261-0/+2
* MFV r294793:Alexander Motin2016-01-261-3/+5
* Fix ru_oublocks accounting for ZFS. There are two code paths that can beEdward Tomasz Napierala2016-01-231-0/+3
* Quell harmless CID about unchecked return value in nvlist_get_guids.Alan Somers2016-01-191-2/+2
* Disallow zvol-backed ZFS poolsAlan Somers2016-01-194-28/+34
* MFV r294101: 6527 Possible access beyond end of string in zpool commentDimitry Andric2016-01-151-1/+0
* Fix race condition involving ZFS remove eventsAlan Somers2016-01-142-1/+2
* Fix importing l2arc device by guidAlan Somers2016-01-111-1/+9
* Record physical path information in ZFS VdevsAlan Somers2016-01-111-32/+98
* Fix const conversion warning in lz4_decompressSteven Hartland2016-01-061-1/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-1/+1
* Be stricter on which functions we can probe with FBT. We now only check theAndrew Turner2015-12-231-5/+13
* Support an arbitrary number of arguments to DTrace syscall probes.Mark Johnston2015-12-172-38/+54
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.Gleb Smirnoff2015-12-161-17/+17
* Remove the unused systrace device file and fix style bugs.Mark Johnston2015-12-161-61/+41
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().Gleb Smirnoff2015-12-161-68/+29
* Change an important error message from ZFS_LOG to printfAlan Somers2015-12-111-1/+1
* During vdev_geom_open, require that the vdev guids match the device's labelAlan Somers2015-12-101-39/+55
* MFV r289003:Mark Johnston2015-12-073-24/+33
* Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.Mark Johnston2015-12-072-34/+103
* Add helper functions proc_readmem() and proc_writemem().Mark Johnston2015-12-072-53/+27
* Allow the artificial profile frames to be adjusted as needed by the user.Andrew Turner2015-12-051-6/+9
* Move the check to see if we are tracing a function with the DTrace FunctionAndrew Turner2015-12-051-17/+13
* Make the number of fasttrap probes and the size of the trace points hash tableStanislav Sedov2015-12-011-8/+21
* Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding theMark Johnston2015-11-191-2/+2
* Switch zfs_panic_recover to panic for bad DVASteven Hartland2015-11-061-1/+1
* Provide information about bad DVASteven Hartland2015-11-051-1/+7
* Allow zfs_recover to be changed at runtimeSteven Hartland2015-11-051-1/+1
* Fix the open solaris atomic functions on arm64. Without this we may use theAndrew Turner2015-11-051-0/+87
* zfs: allow the lookup of extended attributes of an unlinked fileAndriy Gapon2015-11-021-1/+1
* l2arc: do not call trim_map_free() for blocks with zero b_asizeAndriy Gapon2015-10-301-10/+21
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-221-10/+34