aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/common
Commit message (Expand)AuthorAgeFilesLines
* MFV r348576: 9963 Seperate tunable for disabling ZIL vdev flushAlexander Motin2019-06-033-8/+23
* MFV r348573: 9993 zil writes can get delayed in zio pipelineAlexander Motin2019-06-031-1/+2
* MFV r348555: 9690 metaslab of vdev with no space maps was flushed during removalAlexander Motin2019-06-031-12/+10
* MFC r348554: 9688 aggsum_fini leaks memoryAlexander Motin2019-06-032-2/+18
* MFV r348553: 9681 ztest failure in spa_history_log_internal due to spa_rename()Alexander Motin2019-06-032-54/+0
* MFV r348552: 9682 page fault in dsl_async_clone_destroy() while opening poolAlexander Motin2019-06-031-4/+9
* MFV r348551: 9862 fix typo in comment in vdev_impl.hAlexander Motin2019-06-031-1/+1
* MFV r348550: 1700 Add SCSI UNMAP supportAlexander Motin2019-06-031-29/+52
* MFV r348548: 9617 too-frequent TXG sync causes excessive write inflationAlexander Motin2019-06-033-8/+14
* MFV r348537: 8601 memory leak in get_special_prop()Alexander Motin2019-06-031-6/+11
* MFV r348535: 9677 panic from zio_write_gang_block() when creating dump device...Alexander Motin2019-06-031-6/+14
* Fix assertion in ZFS TRIM codeAllan Jude2019-05-291-1/+1
* Allocate buffers smaller then ABD chunk size as linear.Alexander Motin2019-05-221-1/+1
* Fix typo in r348068Allan Jude2019-05-211-1/+1
* ZFS: Make deadman tunables no longer read-onlyAllan Jude2019-05-211-3/+3
* Add mutex_destroy() missed in r334844.Alexander Motin2019-04-261-1/+3
* Fix minor mismerges.Alexander Motin2019-04-261-8/+1
* Change the way FreeBSD GID inheritance is hacked.Alexander Motin2019-04-191-4/+4
* Replace read_random(9) with more appropriate arc4rand(9) KPIsConrad Meyer2019-04-041-1/+1
* If the autoexpand pool property is turned on and vdev is healthy try toPawel Jakub Dawidek2019-03-301-0/+24
* Revert r345410, VOP_FSYNC change in ZFS vdev_fileAndriy Gapon2019-03-221-5/+0
* ZFS vdev_file: use correct value for waitfor parameter of VOP_FSYNCAndriy Gapon2019-03-221-0/+5
* MFV r336930: 9284 arc_reclaim_thread has 2 jobsAlexander Motin2019-03-153-183/+259
* Add _PC_ACL_* to vop_stdpathconfSimon J. Gerraty2019-03-111-4/+0
* Revert minor part of r344934.Alexander Motin2019-03-111-1/+1
* MFV/ZoL: Disable LBA weighting on files and SSDsAlexander Motin2019-03-087-10/+18
* Add separate aggregation limit for non-rotating media.Alexander Motin2019-03-081-2/+10
* MFV/ZoL: Fix zfs_vdev_aggregation_limit bounds checkingAlexander Motin2019-03-081-4/+10
* Improve entropy for ZFS taskqueue selection.Alexander Motin2019-03-071-1/+2
* Add respective tunables to few ZFS sysctls.Alexander Motin2019-03-072-9/+9
* Improve readability of the code by making it explicit where the 'c' variablePawel Jakub Dawidek2019-03-011-1/+1
* Fix fasttrap_sig{trap,segv}().Mark Johnston2019-02-261-21/+6
* Fix a tracepoint lookup race in fasttrap_pid_probe().Mark Johnston2019-02-211-0/+2
* 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