summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Illumos 5376 - arc_kmem_reap_now() should not result in clearing arc_no_growMatthew Ahrens2015-07-231-1/+4
* Linux 4.2 compat: bdi_setup_and_register()Brian Behlendorf2015-07-171-0/+1
* Illumos 5347 - idle pool may run itself out of spaceMatthew Ahrens2015-07-141-2/+5
* Illumos 5661 - ZFS: "compression = on" should use lz4 if feature is enabledJustin T. Gibbs2015-07-101-6/+11
* Illumos 4745 - fix AVL code misspellingsJosef 'Jeff' Sipek2015-07-101-2/+2
* Illumos 5008 - lock contention (rrw_exit) while running a read only loadAlexander Motin2015-07-063-3/+28
* Illumos 5911 - ZFS "hangs" while deleting fileMatthew Ahrens2015-07-061-2/+2
* Illumos 5981 - Deadlock in dmu_objset_find_dpArne Jansen2015-07-062-0/+2
* Illumos 5175 - implement dmu_read_uio_dbuf() to improve cached read performanceMatthew Ahrens2015-06-291-0/+1
* Remove l2ad_evict from zfs_l2arc_evict_classTim Chase2015-06-291-5/+2
* Illumos 5163 - arc should reap range_seg_cacheGeorge Wilson2015-06-251-1/+1
* Update all default taskq settingsBrian Behlendorf2015-06-251-5/+0
* Illumos 5701 - zpool list reports incorrect "alloc" value for cache devicesPrakash Surya2015-06-251-1/+1
* zfsdev_getminor() should check for invalid file handlesRichard Yao2015-06-221-1/+1
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-111-2/+2
* Make arc_prune() asynchronousBrian Behlendorf2015-06-111-0/+6
* Add taskq_wait_outstanding() functionBrian Behlendorf2015-06-111-0/+1
* Illumos 5497 - lock contention on arcs_mtxPrakash Surya2015-06-116-7/+208
* Illumos 5408 - managing ZFS cache devices requires lots of RAMChris Williamson2015-06-113-55/+121
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-112-11/+32
* Illumos 5818 - zfs {ref}compressratio is incorrect with 4k sector sizeMatthew Ahrens2015-06-102-3/+5
* Illumos 5269 - zpool import slowArne Jansen2015-06-095-2/+12
* Improve on the ZFS events documentationTurbo Fredriksson2015-06-091-1/+0
* Add libzfs_error_init() functionBrian Behlendorf2015-05-221-1/+1
* Initialize dbu_tqent in dmu_buf_init_user()Tim Chase2015-05-181-0/+1
* Illumos 5765 - add support for estimating send stream size with lzc_send_spac...Max Grossman2015-05-132-1/+6
* Illumos 5810 - zdb should print details of bpobjMatthew Ahrens2015-05-111-2/+1
* Linux 2.6.36 compat, use REQ_FAILFAST_MASK and remove pre-2.6.36 supportTim Chase2015-05-111-10/+5
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-1115-18/+48
* Illumos 5349 - verify that block pointer is plausible before readingMatthew Ahrens2015-05-081-0/+1
* Illumos 4951 - ZFS administrative commands (fix)Christopher Siden2015-05-041-0/+1
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-041-6/+36
* Illumos 3654,3656Matthew Ahrens2015-05-042-7/+1
* Illumos #5244 - zio pipeline callers should explicitly invoke next stageGeorge Wilson2015-04-302-4/+1
* Illumos 5531 - NULL pointer dereference in dsl_prop_get_ds()Justin T. Gibbs2015-04-283-1/+22
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-2812-40/+151
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-286-26/+46
* Illumos 5095 - panic when adding a duplicate dbuf to dn_dbufsAlex Reece2015-04-282-4/+17
* Illumos 5038 - Remove "old-style" flexible array usage in ZFS.Justin T. Gibbs2015-04-281-1/+1
* Illumos 4873 - zvol unmap calls can take a very long time for larger datasetsAlex Reece2015-04-283-3/+15
* Illumos 3897 - zfs filesystem and snapshot limitsJerry Jelinek2015-04-285-6/+29
* Remove useless variable spa_active_countIsaac Huang2015-04-271-1/+0
* 5313 Allow I/Os to be aggregated across ZIO priority classesJustin T. Gibbs2015-04-242-0/+3
* Serialize access to spa->spa_feat_stats nvlistNed Bass2015-04-241-0/+1
* Fix kernel panic due to tsd_exit in ZFS_EXIT(zsb)Chunwei Chen2015-04-241-1/+0
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-031-1/+0
* Illumos 5695 - dmu_sync'ed holes do not retain birth timePrakash Surya2015-03-271-6/+7
* Add NULL guard in zfs_zrlock_class event classNed Bass2015-03-271-9/+9
* Check all vdev labels in 'zpool import'Brian Behlendorf2015-03-251-1/+1
* Reduce size of zfs_sb_t: allocate z_hold_mtx separatelyChris Dunlop2015-03-241-1/+1