aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-1110-377/+365
* Partially revert "Add ddt, ddt_entry, and l2arc_hdr caches"Tim Chase2015-06-111-10/+6
* Revert "Allow arc_evict_ghost() to only evict meta data"Tim Chase2015-06-111-15/+11
* Revert "fix l2arc compression buffers leak"Tim Chase2015-06-111-55/+10
* Revert "arc_evict, arc_evict_ghost: reduce stack usage using kmem_zalloc"Tim Chase2015-06-111-20/+12
* Remove unused variable in vdev_add_child()Brian Behlendorf2015-06-111-2/+1
* Illumos 5818 - zfs {ref}compressratio is incorrect with 4k sector sizeMatthew Ahrens2015-06-104-13/+37
* Illumos 5269 - zpool import slowArne Jansen2015-06-095-58/+228
* dmu_objset_userquota_get_ids uses dn_bonus unsafelyNed Bass2015-06-051-3/+17
* dbuf_try_add_ref minor bug fixesNed Bass2015-06-051-2/+2
* Illumos 5243 - zdb -b could be much fasterMatthew Ahrens2015-05-151-19/+22
* Return -ESTALE to force lookup for missing NFS file handlesJan Sanislo2015-05-141-1/+14
* Relax restriction on zfs_ioc_next_obj() iterationAntonio Russo2015-05-141-2/+1
* Remove unused 'dsl_pool_t *dp' variableBrian Behlendorf2015-05-141-4/+2
* Illumos 5765 - add support for estimating send stream size with lzc_send_spac...Max Grossman2015-05-132-34/+124
* Illumos 5393 - spurious failures from dsl_dataset_hold_obj()Justin T. Gibbs2015-05-131-4/+5
* Illumos 5562 - ZFS sa_handle's violate kmem invariants, debug kernels panic o...Justin T. Gibbs2015-05-111-14/+6
* Illumos 5810 - zdb should print details of bpobjMatthew Ahrens2015-05-111-3/+2
* Illumos 5351, 5352 - scrub pausesMatthew Ahrens2015-05-111-2/+21
* Illumos 5350 - clean up code in dnode_sync()Matthew Ahrens2015-05-111-5/+4
* Illumos 5422 - preserve AVL invariants in dn_dbufsAlex Reece2015-05-111-6/+4
* Safely handle security / ACL failuresDavid Lamparter2015-05-111-7/+25
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-1128-98/+392
* 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-081-4/+90
* 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
* Illumos 4951 - ZFS administrative commands (fix)Christopher Siden2015-05-041-6/+1
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-0415-56/+119
* Illumos 4901 - zfs filesystem/snapshot limit leaksJerry Jelinek2015-05-041-5/+11
* Illumos 3654,3656Matthew Ahrens2015-05-042-66/+0
* 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-306-30/+50
* 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-284-14/+93
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-2823-268/+486
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-2825-780/+866
* 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-282-19/+19
* Illumos 5038 - Remove "old-style" flexible array usage in ZFS.Justin T. Gibbs2015-04-281-3/+3
* Illumos 4873 - zvol unmap calls can take a very long time for larger datasetsAlex Reece2015-04-283-46/+93
* 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-287-20/+833