summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-1155-155/+613
* Fix type mismatch on 32-bit systemsBrian Behlendorf2015-05-112-5/+6
* Remove metaslab_min_alloc_size module optionBrian Behlendorf2015-05-111-6/+0
* arc_evict, arc_evict_ghost: reduce stack usage using kmem_zallocChris Dunlop2015-05-081-12/+20
* Illumos 5349 - verify that block pointer is plausible before readingMatthew Ahrens2015-05-082-4/+91
* Wait for all znodes to be released before tearing down the superblockChris Dunlop2015-05-061-8/+30
* Illumos 5348 - zio_checksum_error() only fills in info if ECKSUMMatthew Ahrens2015-05-051-1/+2
* Illumos 5820 - verify failed in zio_done(): BP_EQUAL(bp, io_bp_orig)Matthew Ahrens2015-05-041-11/+24
* Illumos 5808 - spa_check_logs is not necessary on readonly poolsMatthew Ahrens2015-05-041-1/+1
* Illumos 5814 - bpobj_iterate_impl(): Close a refcount leak iterating on a sub...Will Andrews2015-05-041-1/+3
* Add the '-a' option to 'zpool export'Turbo Fredriksson2015-05-042-34/+67
* Illumos 4951 - ZFS administrative commands (fix)Christopher Siden2015-05-042-6/+2
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-0418-67/+164
* Illumos 4373 - add block contents print to zstreamdumpMax Grossman2015-05-041-5/+120
* Illumos 4901 - zfs filesystem/snapshot limit leaksJerry Jelinek2015-05-041-5/+11
* Illumos 3654,3656Matthew Ahrens2015-05-045-74/+39
* Add cond_resched to zfs_zget to prevent infinite looptuxoko2015-05-041-0/+2
* dmu: fix integer overflowsJason Zaman2015-05-041-18/+22
* Illumos #5244 - zio pipeline callers should explicitly invoke next stageGeorge Wilson2015-04-309-34/+55
* Illumos 5812 - assertion failed in zrl_tryenter(): zr_owner==NULLMatthew Ahrens2015-04-301-13/+14
* Illumos 5592 - NULL pointer dereference in dsl_prop_notify_all_cb()Justin T. Gibbs2015-04-281-2/+13
* Illumos 5531 - NULL pointer dereference in dsl_prop_get_ds()Justin T. Gibbs2015-04-287-15/+115
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-2835-308/+637
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-2832-808/+914
* Illumos 5310 - Remove always true tests for non-NULL ds->ds_physJustin T. Gibbs2015-04-282-9/+7
* Illumos 5095 - panic when adding a duplicate dbuf to dn_dbufsAlex Reece2015-04-284-23/+36
* Illumos 5038 - Remove "old-style" flexible array usage in ZFS.Justin T. Gibbs2015-04-282-4/+4
* Illumos 4873 - zvol unmap calls can take a very long time for larger datasetsAlex Reece2015-04-287-49/+138
* Illumos 4975 - missing mutex_destroy() calls in zfsJorgen Lundman2015-04-285-0/+21
* Illumos 3897 - zfs filesystem and snapshot limits (fix leak)Alex Reece2015-04-281-0/+1
* Illumos 3897 - zfs filesystem and snapshot limitsJerry Jelinek2015-04-2819-27/+1021
* Illumos 5134 - if ZFS_DEBUG or debug= is set, libzpool should enable debug pr...Matthew Ahrens2015-04-283-0/+7
* Fix misuse of input argument in traverse_visitbptuxoko2015-04-281-15/+17
* Merge branch 'zed-pushbullet'Brian Behlendorf2015-04-2719-441/+911
|\
| * Combine data-notify.sh with io-notify.shChris Dunlap2015-04-272-51/+16
| * Add notification to io-spare.shChris Dunlap2015-04-271-4/+52
| * Add support for Pushbullet notificationsChris Dunlap2015-04-273-1/+112
| * Replace "email" ZEDLETs with "notify" ZEDLETsChris Dunlap2015-04-2715-258/+311
| * Cleanup ZEDLETsChris Dunlap2015-04-2711-337/+630
|/
* Remove useless variable spa_active_countIsaac Huang2015-04-272-8/+2
* Memory leak in make_root_vdev()Isaac Huang2015-04-271-1/+3
* 5313 Allow I/Os to be aggregated across ZIO priority classesJustin T. Gibbs2015-04-243-31/+51
* 5410 Document -S option to zfs inheritPaul B. Henson2015-04-242-6/+31
* Serialize access to spa->spa_feat_stats nvlistNed Bass2015-04-243-1/+9
* align zfs_autoimport_disable manpage with realitycburroughs2015-04-241-1/+1
* Fix kernel panic due to tsd_exit in ZFS_EXIT(zsb)Chunwei Chen2015-04-242-1/+2
* Support the "version" property on volumes via the zfs_prop_get_int() APITim Chase2015-04-241-0/+3
* Extend PF_FSTRANS critical regionsBrian Behlendorf2015-04-242-6/+14
* Fix formatting error in zfs(8)DHE2015-04-231-0/+2
* Fix io-spare.sh to work with disk vdevsChris Dunlap2015-04-171-1/+1