summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark additional functions as PF_FSTRANSBrian Behlendorf2015-04-174-4/+53
* Document bookmarks a little better in zfs(8)Turbo Fredriksson2015-04-141-0/+18
* Rebuild init scripts on source file updatesDHE2015-04-141-1/+1
* Allocate zfs_znode_cache on the Linux slabTim Chase2015-04-141-2/+4
* Tag zfs-0.6.4zfs-0.6.4Brian Behlendorf2015-04-083-1/+5
* Use vmem_alloc() in spa_config_write()Brian Behlendorf2015-04-071-2/+2
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-037-19/+96
* Update zfs_pd_bytes_max default in zfs(8)Brian Behlendorf2015-03-311-1/+1
* 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-272-14/+13
* Align code with IllumosChris Dunlop2015-03-271-10/+9
* Illumos 5695 - dmu_sync'ed holes do not retain birth timePrakash Surya2015-03-273-8/+23
* zpool import should honor overlay propertyNed Bass2015-03-272-14/+14
* Add NULL guard in zfs_zrlock_class event classNed Bass2015-03-271-9/+9
* Add RHEL style kmod packagesBrian Behlendorf2015-03-278-2/+98
* Remove rpm/fedora directoryBrian Behlendorf2015-03-278-13/+2
* Check all vdev labels in 'zpool import'Brian Behlendorf2015-03-254-19/+61
* dbuf_free_range() overzealously frees dbufsNed Bass2015-03-251-1/+6
* Set the maximum ZVOL transfer size correctlyTim Chase2015-03-252-2/+2
* Execute udevadm settle before trying to import poolsGordan Bobic2015-03-241-0/+3
* zio_injection_enabled should not be a module optionIsaac Huang2015-03-243-21/+7
* Reduce size of zfs_sb_t: allocate z_hold_mtx separatelyChris Dunlop2015-03-243-1/+10
* Fix arc_adjust_meta() behaviorBrian Behlendorf2015-03-202-23/+80
* Restructure per-filesystem reclaimBrian Behlendorf2015-03-206-43/+59
* Fix arc_meta_max accountingBrian Behlendorf2015-03-201-3/+4
* Increase Linux pipe buffer size on 'zfs receive'Richard Yao2015-03-201-0/+43
* Move duplicate information about the 'zfs send -e' option.Turbo Fredriksson2015-03-191-18/+18
* Use MUTEX_FSTRANS on l2arc_buflist_mtxChunwei Chen2015-03-181-1/+1