summaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* zfs_mount: restore a bit of ifdef-out illumos codeAndriy Gapon2018-01-091-1/+10
* Fix arc after r326347 broke various memory limit queries. Use UMA featuresJeff Roberson2018-01-022-23/+8
* Remove obsolete register keyword from opensolaris's sysmacros.h. WhenDimitry Andric2017-12-241-1/+1
* Don't return early for non-failure for one of the EMLINK checks.John Baldwin2017-12-191-3/+1
* Rework pathconf handling for FIFOs.John Baldwin2017-12-191-21/+7
* Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf().John Baldwin2017-12-191-4/+13
* Adjust ZFS' link count handling for ino64.John Baldwin2017-12-193-11/+10
* Avoid CPU migration in dtrace_gethrtime() on x86.Mark Johnston2017-12-182-6/+12
* Unregister the ARC lowmem event handler earlier in arc_fini().Mark Johnston2017-12-171-5/+5
* MFV r326785: 8880 improve DTrace error checkingMark Johnston2017-12-121-0/+7
* Correct initialization of pc on powerpc.Mark Johnston2017-12-121-1/+2
* Pass the trap frame to fasttrap hooks.Mark Johnston2017-12-113-19/+29
* Mark two things as unused (since they are only sometimes used) andWarner Losh2017-12-031-2/+2
* Fix all warnings related to geli and ZFS support on x86.Warner Losh2017-12-021-1/+1
* Fix assertion when ZFS fails to open certain devicesAlan Somers2017-11-301-27/+30
* Revert r326399Alan Somers2017-11-301-4/+3
* Fix assertion when ZFS fails to open certain devicesAlan Somers2017-11-301-3/+4
* Don't use pcpu_find() to determine if a CPU ID is valid.Mark Johnston2017-11-271-8/+2
* Duplicate helpers after disabling inherited tracepoints during a fork.Mark Johnston2017-11-231-14/+8
* PowerPC has 12 artificial frames for the profilerJustin Hibbits2017-11-221-1/+1
* zfs_write: fix problem with writes appearing to succeed when over quotaAndriy Gapon2017-11-211-15/+0
* make illumos uiocopy use vn_io_fault_uiomoveAndriy Gapon2017-11-211-48/+28
* Avoid holding the process in uread() and uwrite().Mark Johnston2017-11-162-8/+0
* remove the poor emulation of the IllumOS needfree global variable to preventBaptiste Daroussin2017-11-151-19/+1
* 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