summaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* MFV r325609: 7531 Assign correct flags to prefetched buffersAndriy Gapon2017-11-092-0/+18
* MFV r325607: 8607 zfs: variable set but not usedAndriy Gapon2017-11-092-13/+11
* MFV r325605: 8713 Buffer overflow in dsl_dataset_name()Andriy Gapon2017-11-091-1/+8
* Disable posix_fallocate(2) for ZFSAndriy Gapon2017-11-021-0/+1
* vdev_geom_close: close errored consumer even if vdev_reopening is setAndriy Gapon2017-10-311-3/+8
* Fix the error message when creating a zpool on a too-small deviceAlan Somers2017-10-231-17/+19
* sdt: make all sdt probe sites test one variableMateusz Guzik2017-10-221-0/+8
* remove spa_sync_on assert from spa_async_thread_vdAndriy Gapon2017-10-191-2/+0
* illumos mutex_init: use SX_NEW instead of bzeroAndriy Gapon2017-10-091-3/+2
* MFV r322235: 8067 zdb should be able to dump literal embedded block pointerAndriy Gapon2017-10-062-0/+34
* remove heuristic error detection from ddi_strto*()Andriy Gapon2017-10-051-12/+0
* really unbreak kernel builds on sparc64 and powerpc64 after r324163, ZFS Chan...Andriy Gapon2017-10-051-2/+3
* MFV r323913: 8600 ZFS channel programs - snapshotAndriy Gapon2017-10-027-27/+88
* MFV r323912: 8592 ZFS channel programs - rollbackAndriy Gapon2017-10-023-12/+47
* MFV r323795: 8604 Avoid unnecessary work search in VFS when unmounting snapshotsAndriy Gapon2017-10-023-61/+72
* fix incorrect use of getzfsvfs_impl in r324163, ZFS Channel ProgramsAndriy Gapon2017-10-021-2/+2
* unbreak kernel builds on sparc64 and powerpc after r324163, ZFS Channel ProgramsAndriy Gapon2017-10-011-1/+1
* MFV r323794: 8605 zfs channel programs: zfs.exists undocumented and non-workingAndriy Gapon2017-10-011-1/+1
* MFV r323531: 8521 nvlist memory leak in get_clones_stat() and spa_load_best()Andriy Gapon2017-10-012-3/+5
* revert r324166, it has an unrelated change in itAndriy Gapon2017-10-012-5/+3
* MFV r323531: 8521 nvlist memory leak in get_clones_stat() and spa_load_best()Andriy Gapon2017-10-012-3/+5
* MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followupsAndriy Gapon2017-10-0176-245/+21016
* Use C99 initializers for DTrace provider methods.Mark Johnston2017-09-278-94/+94
* fix r324011, MFV of r323535, 8585 improve batching done in zil_commit()Andriy Gapon2017-09-262-3/+10
* MFV r323535: 8585 improve batching done in zil_commit()Andriy Gapon2017-09-2611-289/+1375
* Use nstosbt() instead of multiplying by SBT_1NS to avoid roundoff errors.Ian Lepore2017-09-252-8/+3
* MFV r323917: 8648 Fix range locking in ZIL commit codepathAndriy Gapon2017-09-222-4/+13
* MFV r323914: 8661 remove "zil-cw2" dtrace probeAndriy Gapon2017-09-221-1/+0
* MFV r323789: 8473 scrub does not detect errors on active sparesAlan Somers2017-09-201-8/+41
* add vfs_zfs.abd_chunk_size tunableAndriy Gapon2017-09-201-0/+7
* fix memory leak in g_bio zone introduced in r320452, another ABD falloutAndriy Gapon2017-09-201-7/+18
* MFV r323792: 8602 remove unused "dp_early_sync_tasks" field from "dsl_pool" s...Andriy Gapon2017-09-201-1/+0
* dounmount: do not release the mount point's reference on the covered vnodeAndriy Gapon2017-09-141-0/+1
* slightly simplify zfs_vptocnpAndriy Gapon2017-09-131-8/+1
* loader should support large_dnodeToomas Soome2017-09-121-8/+47
* fix a fallout from the ZTOV tightening, r323479Andriy Gapon2017-09-121-1/+4
* zfsctl_snapdir_lookup should be able to handle an uncovered vnodeAndriy Gapon2017-09-121-10/+25
* zfs_ctldir: remove obsolete / bogus ARGSUSED lint directivesAndriy Gapon2017-09-121-6/+0
* zfsvfs_hold: assert that the busied filesystem can not be unmountedAndriy Gapon2017-09-121-0/+8
* zfs_get_vfs: reference a requested filesystem instead of vfs_busy-ing itAndriy Gapon2017-09-121-10/+6
* zfs: tighten debug versions of ZTOV and VTOZAndriy Gapon2017-09-122-4/+3
* MFV r323111: 8569 problem with inline functions in abd.hAndriy Gapon2017-09-111-0/+7
* Revert r322601, Mark ZFS ABD inline functions staticAndriy Gapon2017-09-111-6/+6
* MFV r323110: 8558 lwp_create() returns EAGAIN on system with more than 80K ZF...Andriy Gapon2017-09-114-9/+43
* MFV r323107: 8414 Implemented zpool scrub pause/resumeAndriy Gapon2017-09-099-39/+197
* Enable dtrace support for mips64 and the ERL kernel configKurt Lidl2017-09-063-3/+2
* Fix remounting ZFS filesystem with "zfs mount"Alan Somers2017-09-051-1/+1
* Add sysctls for arc shrinking and growing valuesBaptiste Daroussin2017-08-311-0/+30
* zfs: do not advertise edonr which is not yet supportedEd Maste2017-08-291-2/+2
* Add a guard around _ILP32 for mips.John Baldwin2017-08-211-0/+2