summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 9486 - reduce memory used by device removal on fragmented poolsMatthew Ahrens2018-05-244-48/+261
* OpenZFS 9189 - Add debug to vdev_label_read_config when txg check failsPavel Zakharov2018-05-142-3/+12
* OpenZFS 9191 - dump vdev tree to zfs_dbgmsg when spa load fails due to missi...Pavel Zakharov2018-05-141-0/+2
* OpenZFS 9187 - racing condition between vdev label and spa_last_synced_txg in...Pavel Zakharov2018-05-141-1/+4
* Ignore *.o.ur-safe build artifactsBrian Behlendorf2018-05-132-0/+3
* module param callbacks check for initialized spaOlaf Faaland2018-05-112-12/+15
* Unify behavior of deadman parametersTim Chase2018-05-081-6/+52
* Clear vdev_faultedTim Chase2018-05-081-0/+2
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-088-510/+1045
* OpenZFS 8962 - zdb should work on non-idle poolsPavel Zakharov2018-05-081-2/+18
* OpenZFS 8961 - SPA load/import should tell us why it failedPavel Zakharov2018-05-085-74/+277
* OpenZFS 9256 - zfs send space estimation off by > 10% on some datasetsPaul Dagnelie2018-05-081-2/+15
* Fix 'zpool create -t <tempname>'LOLi2018-05-071-2/+8
* ZTS: Re-enable MMP testsBrian Behlendorf2018-05-071-0/+1
* OpenZFS 9421, 9422 - zdb show possibly leaked objectsPaul Dagnelie2018-05-041-0/+11
* OpenZFS 9443 - panic when scrub a v10 poolMatthew Ahrens2018-05-041-1/+2
* Add support for decryption faults in zinjectTom Caputi2018-05-025-98/+121
* RHEL 7.5 compat: FMODE_KABI_ITERATEBrian Behlendorf2018-05-023-23/+27
* Fix inst_num overflow in qat_crypt.cBrian Behlendorf2018-05-012-11/+8
* Fix issues found with zfs diffTom Caputi2018-05-012-6/+25
* Silence compile-time warning on unused variableTomohiro Kusumi2018-05-011-2/+1
* Adopt pyzfs from ClusterHQloli10K2018-05-012-4/+4
* OpenZFS 9434 - Speculative prefetch is blocked by device removal codeAlexander Motin2018-04-301-0/+1
* OpenZFS 9236 - nuke spa_dbgmsgMatthew Ahrens2018-04-303-12/+4
* Fix CONFIG_GCC_PLUGIN_RANDSTRUCT buildMark Wright2018-04-201-2/+2
* Fix ENOSPC in "Handle zap_add() failures in ..."Chunwei Chen2018-04-185-32/+130
* Fix issues with raw sends of spill blocksTom Caputi2018-04-171-2/+4
* Fix object reclaim when using large dnodesTom Caputi2018-04-173-5/+5
* assertion in arc_release() during encrypted receiveMatthew Ahrens2018-04-174-209/+92
* OpenZFS 9192 - explicitly pass good_writes to vdev_uberblock/label_syncMatthew Ahrens2018-04-171-11/+17
* OpenZFS 9280 - Assertion failure while running removal_with_ganging test with...Matt Ahrens2018-04-171-5/+7
* Revert "OpenZFS 9036 - zfs: duplicate 'const' declaration specifier"megari2018-04-161-2/+2
* OpenZFS 7638 - Refactor spa_load_impl into several functionsPavel Zakharov2018-04-161-163/+469
* Avoid Linux hung task message in ZTHRTim Chase2018-04-151-1/+1
* OpenZFS 9213 - zfs: sytem typoToomas Soome2018-04-151-1/+1
* OpenZFS 9036 - zfs: duplicate 'const' declaration specifierToomas Soome2018-04-141-2/+2
* OpenZFS 9084 - spa_*_ashift must ignore spare devicesPrakash Surya2018-04-141-8/+0
* OpenZFS 9080 - recursive enter of vdev_indirect_rwlock from vdev_indirect_rem...Serapheim Dimitropoulos2018-04-141-20/+91
* OpenZFS 9079 - race condition in starting and ending condensing thread for in...Serapheim Dimitropoulos2018-04-144-65/+399
* Optimize possible split block search spaceBrian Behlendorf2018-04-141-35/+89
* OpenZFS 9290 - device removal reduces redundancy of mirrorsMatthew Ahrens2018-04-149-218/+829
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-1446-746/+6145
* Allow mounting datasets more than onceSeth Forshee2018-04-131-6/+59
* Fix zfs_arc_max minimum tuningberen122018-04-121-1/+1
* Fix race in dnode_check_slots_free()Tom Caputi2018-04-104-11/+38
* Linux compat 4.16: blk_queue_flag_{set,clear}Giuseppe Di Natale2018-04-101-4/+4
* Revert "Handle zap_add() failures in mixed ... "Tony Hutter2018-04-095-141/+27
* Fix 'zfs send/recv' hang with 16M blocksBrian Behlendorf2018-04-081-4/+12
* Fixes for SNPRINTF_BLKPTR with encrypted BP'sMatthew Ahrens2018-04-061-11/+1
* Fix divide-by-zero in mmp_delay_update()Olaf Faaland2018-04-061-1/+1