aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-2628-459/+2319
* OpenZFS 9591 - ms_shift can be incorrectly changedSerapheim Dimitropoulos2018-06-212-3/+15
* Remove suffix from zio taskq namesMatthew Ahrens2018-06-201-8/+3
* Linux 4.14 compat: blk_queue_stackable()Brian Behlendorf2018-06-191-14/+11
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-197-12/+13
* Add ASSERT to debug encryption key mapping issuesTom Caputi2018-06-182-0/+23
* Add tunables for channel programsJohn Gallagher2018-06-151-3/+15
* Linux compat 4.18: check_disk_size_change()Brian Behlendorf2018-06-151-144/+115
* OpenZFS 9577 - remove zfs_dbuf_evict_key tsdMatthew Ahrens2018-06-133-51/+42
* Wrong error message when removing log devicePaul Zuchowski2018-06-071-1/+5
* Fix preemptible warning in aggsum_add()Brian Behlendorf2018-06-071-2/+5
* Don't panic on bad SA_MAGIC in sa_build_indexNathaniel Clark2018-06-071-1/+7
* Update the correct abd in l2arc_read_done()Tom Caputi2018-06-061-9/+12
* Raw receive functions must not decrypt dataTom Caputi2018-06-064-5/+21
* OpenZFS 8484 - Implement aggregate sum and use for arc countersPaul Dagnelie2018-06-067-85/+483
* Add pool state /proc entry, "SUSPENDED" poolsTony Hutter2018-06-062-0/+102
* OpenZFS 9464 - txg_kick() fails to see that we are quiescingSerapheim Dimitropoulos2018-06-042-7/+37
* OpenZFS 9235 - rename zpool_rewind_policy_t to zpool_load_policy_tPavel Zakharov2018-06-041-28/+26
* OpenZFS 9329 - panic in zap_leaf_lookup() due to concurrent zapificationMatthew Ahrens2018-05-312-14/+36
* OpenZFS 9328 - zap code can take advantage of c99Matthew Ahrens2018-05-313-328/+224
* zpool reopen should detect expanded devicesSara Hartse2018-05-312-13/+36
* Fix zio->io_priority failed (7 < 6) assertTony Hutter2018-05-291-0/+9
* Update build system and packagingBrian Behlendorf2018-05-2968-147/+67
* 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
* 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