summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Safely handle security / ACL failuresDavid Lamparter2015-05-111-7/+25
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-1130-100/+396
* 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-284-46/+123
* 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-288-20/+845
* Fix misuse of input argument in traverse_visitbptuxoko2015-04-281-15/+17
* Remove useless variable spa_active_countIsaac Huang2015-04-271-7/+2
* 5313 Allow I/Os to be aggregated across ZIO priority classesJustin T. Gibbs2015-04-241-31/+48
* Serialize access to spa->spa_feat_stats nvlistNed Bass2015-04-242-1/+8
* Fix kernel panic due to tsd_exit in ZFS_EXIT(zsb)Chunwei Chen2015-04-241-0/+2
* Extend PF_FSTRANS critical regionsBrian Behlendorf2015-04-242-6/+14
* Mark additional functions as PF_FSTRANSBrian Behlendorf2015-04-174-4/+53
* Allocate zfs_znode_cache on the Linux slabTim Chase2015-04-141-2/+4
* Use vmem_alloc() in spa_config_write()Brian Behlendorf2015-04-071-2/+2
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-036-18/+96
* Illumus 5693 - ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_o...Matthew Ahrens2015-03-271-2/+0
* Illumos 5694 - traverse_prefetcher does not prefetch enoughGeorge Wilson2015-03-271-12/+11
* Align code with IllumosChris Dunlop2015-03-271-10/+9
* Illumos 5695 - dmu_sync'ed holes do not retain birth timePrakash Surya2015-03-271-1/+13
* dbuf_free_range() overzealously frees dbufsNed Bass2015-03-251-1/+6
* Set the maximum ZVOL transfer size correctlyTim Chase2015-03-252-2/+2
* zio_injection_enabled should not be a module optionIsaac Huang2015-03-242-10/+7
* Reduce size of zfs_sb_t: allocate z_hold_mtx separatelyChris Dunlop2015-03-242-0/+9
* Fix arc_adjust_meta() behaviorBrian Behlendorf2015-03-201-23/+66
* Restructure per-filesystem reclaimBrian Behlendorf2015-03-203-39/+45
* Fix arc_meta_max accountingBrian Behlendorf2015-03-201-3/+4