aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/spa_config.c
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up uio headersBrian Atkinson2021-02-201-1/+1
* Add "compatibility" property for zpool feature setsColm2021-02-171-0/+4
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-3/+1
* Avoid posting duplicate zpool eventsDon Brady2020-09-041-2/+2
* zio_ereport_post() and zio_ereport_start() return values are ignoredToomas Soome2020-08-311-1/+2
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-1/+3
* FreeBSD: fallback to /boot/ to look for zpool.cacheMatthew Macy2020-08-171-0/+4
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-011-0/+1
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-50/+34
* Fix /etc/hostid on root pool deadlockBrian Behlendorf2019-09-101-1/+1
* Make module tunables cross platformMatthew Macy2019-09-051-7/+9
* Remove vn_set_fs_pwd()/vn_set_pwd() (no need to be at / during insmod)Tomohiro Kusumi2019-05-291-2/+1
* OpenZFS 9591 - ms_shift can be incorrectly changedSerapheim Dimitropoulos2018-06-211-1/+13
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-081-1/+2
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-5/+6
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-1/+1
* Remove vn_rename and vn_remove dependencyBrian Behlendorf2017-10-191-9/+26
* Fix false config_cache_write eventsArkadiusz BubaƂa2017-09-111-0/+5
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-1/+1
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-9/+1
* OpenZFS 6939 - add sysevents to zfs core for commandsDave Eddy2017-07-121-1/+2
* Fix spellingka72017-01-031-1/+1
* Don't persist temporary pool name on devicesLOLi2016-12-221-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+1
* Fix coverity defects: CID 147565-147567cao2016-10-071-0/+1
* OpenZFS 5997 - FRU field not set during pool creation and never updatedHans Rosenfeld2016-08-121-1/+1
* OpenZFS 6736 - ZFS per-vdev ZAPsJoe Stein2016-05-021-64/+52
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-271-2/+1
* Illumos 3749 - zfs event processing should work on R/O root filesystemsWill Andrews2016-01-121-18/+46
* Revert "Illumos 3749 - zfs event processing should work on R/O root filesystems"Brian Behlendorf2016-01-111-47/+18
* Illumos 3749 - zfs event processing should work on R/O root filesystemsWill Andrews2016-01-111-18/+47
* Fix ztest truncated cache fileBrian Behlendorf2015-12-221-2/+3
* Linux 4.2 compat: vfs_rename()Brian Behlendorf2015-08-191-0/+22
* Use vmem_alloc() in spa_config_write()Brian Behlendorf2015-04-071-2/+2
* Set zfs_autoimport_disable default value to 1Dan Swartzendruber2015-02-171-1/+3
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-12/+12
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-2/+2
* Update utsname supportBrian Behlendorf2014-10-171-3/+2
* Implement -t option to zpool import for temporary pool namesRichard Yao2014-03-201-2/+26
* Add generic errata infrastructureBrian Behlendorf2014-02-211-0/+2
* Illumos #3956, #3957, #3958, #3959, #3960, #3961, #3962George Wilson2013-11-051-2/+7
* Illumos #3742Will Andrews2013-11-041-0/+1
* Illumos #3639 zpool.cache should skip over readonly poolsGeorge Wilson2013-08-071-1/+9
* Add zfs_autoimport_disable tunableBrian Behlendorf2013-07-091-0/+8
* Illumos #2619 and #2747Christopher Siden2013-01-081-1/+8
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-12/+12
* Illumos #1693: persistent 'comment' field for a zpoolDan McDonald2012-08-081-0/+6
* Prototype/structure update for LinuxBrian Behlendorf2011-02-101-1/+0
* Add linux kernel module supportBrian Behlendorf2010-08-311-1/+13