aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts
Commit message (Expand)AuthorAgeFilesLines
...
* Remove illumos-specific code from the x86 fasttrap_isa.c.Mark Johnston2019-02-261-93/+0
* Remove stub fasttrap implementations.Mark Johnston2019-02-268-352/+0
* Commit a missing piece of r344452.Mark Johnston2019-02-211-0/+4
* Fix a tracepoint lookup race in fasttrap_pid_probe().Mark Johnston2019-02-212-2/+36
* Simplify the code. No functional changes.Pawel Jakub Dawidek2019-02-201-4/+1
* Simplify the code.Pawel Jakub Dawidek2019-02-191-9/+6
* Correct typo in the comment.Pawel Jakub Dawidek2019-02-191-1/+1
* Change assertion to log the incorrect io_type we've got.Pawel Jakub Dawidek2019-02-191-1/+1
* Grabage-collect no longer used variable.Pawel Jakub Dawidek2019-02-191-3/+0
* The way ZFS searches for its vdevs is the following: first it looks forPawel Jakub Dawidek2019-02-191-0/+6
* In the vdev_geom_open_by_path() function we assume that vdev path startsPawel Jakub Dawidek2019-02-191-1/+1
* s/Maximal/Maximum/ in sysctl description.Alexander Motin2019-02-041-1/+1
* Add missed tunables/sysctls for some new vdev variables.Alexander Motin2019-02-041-5/+14
* Remove BIO_ORDERED flag from BIO_FLUSH sent by ZFS.Alexander Motin2019-01-301-1/+0
* zfs: allow to change cache flush sysctlMariusz Zaborski2019-01-261-1/+1
* Change ZFS quotas to return EINVAL when not present (matches man page).Sean Eric Fagan2019-01-111-1/+1
* MFV r342532: 5882 Temporary pool namesAndriy Gapon2018-12-262-4/+4
* MFV r342469: 9630 add lzc_rename and lzc_destroy to libzfs_coreAndriy Gapon2018-12-261-5/+21
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-1/+1
* zfs: we can boot from dataset with large_dnode enabledToomas Soome2018-12-032-19/+1
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-232-2/+5
* Revert r340096: 9952 Block size change during zfs receive drops spill blockAlexander Motin2018-11-211-29/+7
* DTrace/powerpc: Fix FBT return probesJustin Hibbits2018-11-211-6/+5
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-142-2/+9
* Do not ignore arc_adjust() return value.Alexander Motin2018-11-101-3/+4
* 9952 Block size change during zfs receive drops spill blockAlexander Motin2018-11-031-7/+29
* Make vop_symlink take a const target path.Brooks Davis2018-11-021-1/+1
* Skip VDEV_IO_DONE stage only for ZIO_TYPE_FREE.Alexander Motin2018-10-151-1/+2
* zfs: fix a panic after failed mountMateusz Guzik2018-10-141-1/+2
* Avoid zero-sized kmem_alloc() in vdev_compact_children().Alexander Motin2018-10-121-5/+12
* Add ZIO_TYPE_FREE support for indirect vdevs.Alexander Motin2018-10-121-0/+13
* Pull in a follow-on commit to resolve a deadlock in ZFS sequentialAllan Jude2018-10-101-1/+11
* Add missing sysctls for tuning vdev queue depths for new I/O typesAllan Jude2018-10-101-0/+4
* Resolve a hang in ZFS during vnode reclaimationAllan Jude2018-10-101-6/+18
* Remove extra thread_exit() call left after r329802.Alexander Motin2018-10-101-1/+0
* Fix r336951 mismerge -- use of uninitialized variable.Alexander Motin2018-10-081-2/+3
* Add sysctls for dbuf metadata cache variables added in r336959.Alexander Motin2018-10-051-0/+7
* Avoid panic when adjusting priority of a read in the face of an IO errorAllan Jude2018-09-291-0/+9
* zfs: depessimize zfs_root with rmlocksMateusz Guzik2018-09-252-1/+67
* MFV r338866: 9700 ZFS resilvered mirror does not balance readsAlexander Motin2018-09-211-1/+4
* Fix ZFS VFS op quotactl to follow busy protocol.Konstantin Belousov2018-09-191-0/+4
* Fix an nvpair leak in vdev_geom_read_config().Mark Johnston2018-09-171-9/+12
* Set zfs_arc_meta_strategy to metadata onlyEric van Gyzen2018-09-131-1/+6
* Add support for 'C'-compressed ISA extension to DTrace FBT provider.Ruslan Bukin2018-09-031-5/+4
* Re-compute the ARC size before computing the MFU target.Mark Johnston2018-08-311-0/+6
* Re-add kstat.zfs.misc.arcstats.other_size under COMPAT_FREEBSD11.Mark Johnston2018-08-301-0/+14
* Remove {max/min}_offset() macros, use vm_map_{max/min}() inlines.Konstantin Belousov2018-08-291-7/+0
* Add a sysctl for the ZFS abd_scatter_enabled setting.Mark Johnston2018-08-291-0/+2
* Unblock speculative prefetcher also on pool creation.Alexander Motin2018-08-241-0/+1
* Add dmu_tx_assign() error handling in zfs_unlinked_drain().Alexander Motin2018-08-221-8/+15