aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* This originated from ZFS On Linux, asSean Eric Fagan2018-06-0833-700/+3010
* Break recursion involving getnewvnode and zfs_rmnode.Benno Rice2018-06-073-13/+66
* Revert r326083, it doesn't behave as expected.Justin Hibbits2018-06-031-1/+1
* Protect dtrace_getpcstack() from a NULL stack pointer in a trap frameJustin Hibbits2018-05-301-1/+5
* Fix 32-bit buildworld for i386 after r334320.Hans Petter Selasky2018-05-292-3/+7
* Implement atomic_add_64() and atomic_subtract_64() for the i386 target.Hans Petter Selasky2018-05-292-3/+6
* fix zfs_getpages crash when called from sendfile, followup to r329363Andriy Gapon2018-05-251-10/+18
* Fix 'zpool create -t <tempname>'Andriy Gapon2018-05-151-2/+8
* DTrace aarch64: Avoid calling unwind_frame() in the probe context.Mark Johnston2018-05-121-4/+8
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-093-13/+6
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-3/+0
* opensolaris system_taskq does not need to run at maximum priorityAndriy Gapon2018-05-041-1/+2
* zfs_ioctl: avoid out-of-bound readEd Maste2018-05-041-0/+4
* systrace: track it like sdt probesMateusz Guzik2018-04-271-0/+8
* dtrace: depessimize dtmalloc when dtrace is activeMateusz Guzik2018-04-241-0/+9
* lockstat: track lockstat just like sdt probesMateusz Guzik2018-04-241-4/+11
* 9433 Fix ARC hit rateAlexander Motin2018-04-163-2/+56
* allow ZFS pool to have temporary name for duration of current importAndriy Gapon2018-04-124-5/+50
* Correct a comment.Mark Johnston2018-04-101-1/+1
* Set zfs_arc_free_target to v_free_target.Mark Johnston2018-04-101-1/+1
* Assert that dtrace_probe() doesn't re-enter itself.Mark Johnston2018-04-102-4/+44
* 9434 Speculative prefetch is blocked by device removal code.Alexander Motin2018-04-031-0/+1
* MFV r331712:Alexander Motin2018-03-281-4/+4
* MFV 331710:Alexander Motin2018-03-281-9/+13
* MFV r331708:Alexander Motin2018-03-281-2/+2
* MFV r331706:Alexander Motin2018-03-284-63/+61
* MFV 331704:Alexander Motin2018-03-281-0/+2
* MFV 331702:Alexander Motin2018-03-281-1/+4
* MFV r331695, 331700: 9166 zfs storage pool checkpointAlexander Motin2018-03-2849-509/+2531
* ZFS vn_rele_async: catch up with the use of refcount(9) for the vnode use countAndriy Gapon2018-03-281-13/+4
* Remove very old and unused signal information codes.John Baldwin2018-03-273-0/+3
* zfs: fix mismatch between format specifier and typeAndriy Gapon2018-03-231-1/+1
* Reduce struct aggsum_bucket padding to fit into one cache line.Alexander Motin2018-03-231-1/+1
* MFV r331407: 9213 zfs: sytem typoAlexander Motin2018-03-231-1/+1
* MFV r331405: 9084 spa_*_ashift must ignore spare devicesAlexander Motin2018-03-231-8/+0
* MFV r331400: 8484 Implement aggregate sum and use for arc countersAlexander Motin2018-03-2310-66/+543
* Revert part of r331264: disable interrupts before disabling WP.Mark Johnston2018-03-201-0/+3
* Make use of the KPI added in r331252.Mark Johnston2018-03-201-7/+4
* Rename assym.s to assym.incEd Maste2018-03-206-6/+6
* Fix an access of an uninitialized variable in dtrace_probe().Mark Johnston2018-03-181-1/+1
* MFV r330973: 9164 assert: newds == os->os_dsl_datasetAndriy Gapon2018-03-153-11/+10
* Prevent ZFS TRIM breaking VTOC8 partitionsSteven Hartland2018-03-141-2/+5
* MFV r330591: 8984 fix for 6764 breaks ACL inheritanceAndriy Gapon2018-03-071-11/+29
* Unbreak amd64 FBT after r330539.Mark Johnston2018-03-061-0/+9
* add ZFS_ENTER protection to .zfs/snapshot vnode operations that need itAndriy Gapon2018-02-271-1/+8
* Add sysctls/tunables for dbuf cache size.Alexander Motin2018-02-271-0/+10
* Don't declare __assfail as staticAlan Somers2018-02-251-1/+3
* Implement CTASSERT using _Static_assertAlan Somers2018-02-241-2/+2
* another rework of getzfsvfs / getzfsvfs_impl codeAndriy Gapon2018-02-223-41/+24
* followup to r329556, completely remove the covered vnode assertAndriy Gapon2018-02-221-7/+0