| Commit message (Expand) | Author | Age | Files | Lines |
* | zfs_mount: restore a bit of ifdef-out illumos code | Andriy Gapon | 2018-01-09 | 1 | -1/+10 |
* | Fix arc after r326347 broke various memory limit queries. Use UMA features | Jeff Roberson | 2018-01-02 | 2 | -23/+8 |
* | Remove obsolete register keyword from opensolaris's sysmacros.h. When | Dimitry Andric | 2017-12-24 | 1 | -1/+1 |
* | Don't return early for non-failure for one of the EMLINK checks. | John Baldwin | 2017-12-19 | 1 | -3/+1 |
* | Rework pathconf handling for FIFOs. | John Baldwin | 2017-12-19 | 1 | -21/+7 |
* | Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf(). | John Baldwin | 2017-12-19 | 1 | -4/+13 |
* | Adjust ZFS' link count handling for ino64. | John Baldwin | 2017-12-19 | 3 | -11/+10 |
* | Avoid CPU migration in dtrace_gethrtime() on x86. | Mark Johnston | 2017-12-18 | 2 | -6/+12 |
* | Unregister the ARC lowmem event handler earlier in arc_fini(). | Mark Johnston | 2017-12-17 | 1 | -5/+5 |
* | MFV r326785: 8880 improve DTrace error checking | Mark Johnston | 2017-12-12 | 1 | -0/+7 |
* | Correct initialization of pc on powerpc. | Mark Johnston | 2017-12-12 | 1 | -1/+2 |
* | Pass the trap frame to fasttrap hooks. | Mark Johnston | 2017-12-11 | 3 | -19/+29 |
* | Mark two things as unused (since they are only sometimes used) and | Warner Losh | 2017-12-03 | 1 | -2/+2 |
* | Fix all warnings related to geli and ZFS support on x86. | Warner Losh | 2017-12-02 | 1 | -1/+1 |
* | Fix assertion when ZFS fails to open certain devices | Alan Somers | 2017-11-30 | 1 | -27/+30 |
* | Revert r326399 | Alan Somers | 2017-11-30 | 1 | -4/+3 |
* | Fix assertion when ZFS fails to open certain devices | Alan Somers | 2017-11-30 | 1 | -3/+4 |
* | Don't use pcpu_find() to determine if a CPU ID is valid. | Mark Johnston | 2017-11-27 | 1 | -8/+2 |
* | Duplicate helpers after disabling inherited tracepoints during a fork. | Mark Johnston | 2017-11-23 | 1 | -14/+8 |
* | PowerPC has 12 artificial frames for the profiler | Justin Hibbits | 2017-11-22 | 1 | -1/+1 |
* | zfs_write: fix problem with writes appearing to succeed when over quota | Andriy Gapon | 2017-11-21 | 1 | -15/+0 |
* | make illumos uiocopy use vn_io_fault_uiomove | Andriy Gapon | 2017-11-21 | 1 | -48/+28 |
* | Avoid holding the process in uread() and uwrite(). | Mark Johnston | 2017-11-16 | 2 | -8/+0 |
* | remove the poor emulation of the IllumOS needfree global variable to prevent | Baptiste Daroussin | 2017-11-15 | 1 | -19/+1 |
* | MFV r325609: 7531 Assign correct flags to prefetched buffers | Andriy Gapon | 2017-11-09 | 2 | -0/+18 |
* | MFV r325607: 8607 zfs: variable set but not used | Andriy Gapon | 2017-11-09 | 2 | -13/+11 |
* | MFV r325605: 8713 Buffer overflow in dsl_dataset_name() | Andriy Gapon | 2017-11-09 | 1 | -1/+8 |
* | Disable posix_fallocate(2) for ZFS | Andriy Gapon | 2017-11-02 | 1 | -0/+1 |
* | vdev_geom_close: close errored consumer even if vdev_reopening is set | Andriy Gapon | 2017-10-31 | 1 | -3/+8 |
* | Fix the error message when creating a zpool on a too-small device | Alan Somers | 2017-10-23 | 1 | -17/+19 |
* | sdt: make all sdt probe sites test one variable | Mateusz Guzik | 2017-10-22 | 1 | -0/+8 |
* | remove spa_sync_on assert from spa_async_thread_vd | Andriy Gapon | 2017-10-19 | 1 | -2/+0 |
* | illumos mutex_init: use SX_NEW instead of bzero | Andriy Gapon | 2017-10-09 | 1 | -3/+2 |
* | MFV r322235: 8067 zdb should be able to dump literal embedded block pointer | Andriy Gapon | 2017-10-06 | 2 | -0/+34 |
* | remove heuristic error detection from ddi_strto*() | Andriy Gapon | 2017-10-05 | 1 | -12/+0 |
* | really unbreak kernel builds on sparc64 and powerpc64 after r324163, ZFS Chan... | Andriy Gapon | 2017-10-05 | 1 | -2/+3 |
* | MFV r323913: 8600 ZFS channel programs - snapshot | Andriy Gapon | 2017-10-02 | 7 | -27/+88 |
* | MFV r323912: 8592 ZFS channel programs - rollback | Andriy Gapon | 2017-10-02 | 3 | -12/+47 |
* | MFV r323795: 8604 Avoid unnecessary work search in VFS when unmounting snapshots | Andriy Gapon | 2017-10-02 | 3 | -61/+72 |
* | fix incorrect use of getzfsvfs_impl in r324163, ZFS Channel Programs | Andriy Gapon | 2017-10-02 | 1 | -2/+2 |
* | unbreak kernel builds on sparc64 and powerpc after r324163, ZFS Channel Programs | Andriy Gapon | 2017-10-01 | 1 | -1/+1 |
* | MFV r323794: 8605 zfs channel programs: zfs.exists undocumented and non-working | Andriy Gapon | 2017-10-01 | 1 | -1/+1 |
* | MFV r323531: 8521 nvlist memory leak in get_clones_stat() and spa_load_best() | Andriy Gapon | 2017-10-01 | 2 | -3/+5 |
* | revert r324166, it has an unrelated change in it | Andriy Gapon | 2017-10-01 | 2 | -5/+3 |
* | MFV r323531: 8521 nvlist memory leak in get_clones_stat() and spa_load_best() | Andriy Gapon | 2017-10-01 | 2 | -3/+5 |
* | MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followups | Andriy Gapon | 2017-10-01 | 76 | -245/+21016 |
* | Use C99 initializers for DTrace provider methods. | Mark Johnston | 2017-09-27 | 8 | -94/+94 |
* | fix r324011, MFV of r323535, 8585 improve batching done in zil_commit() | Andriy Gapon | 2017-09-26 | 2 | -3/+10 |
* | MFV r323535: 8585 improve batching done in zil_commit() | Andriy Gapon | 2017-09-26 | 11 | -289/+1375 |
* | Use nstosbt() instead of multiplying by SBT_1NS to avoid roundoff errors. | Ian Lepore | 2017-09-25 | 2 | -8/+3 |