summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Real disk partitioning now enabled in test suite for LinuxSydney Vanda2016-09-0864-58/+776
* Tag 0.7.0-rc1zfs-0.7.0-rc1Brian Behlendorf2016-09-071-2/+2
* Bring over illumos ZFS FMA logic -- phase 1Don Brady2016-09-0120-39/+1837
* Delete unreferenced function zfs_ereport_send_interim_checksumluozhengzheng2016-09-012-13/+0
* kmem_zalloc with KM_SLEEP will never return NULLluozhengzheng2016-09-012-44/+1
* Fix zfs_unmount() and zfs_unshare_proto() leakscao2016-09-011-3/+5
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-3125-274/+148
* Fix zhack argument processingBrian Behlendorf2016-08-312-6/+6
* Update zpool_import_001_posBrian Behlendorf2016-08-311-1/+1
* Fix "zpool get guid,freeing,leaked" sourceHajo Möller2016-08-301-6/+8
* Update zfs_destroy_004.ksh scriptcao2016-08-302-7/+12
* Update zfs_create_003_pos.ksh and zfs_create_006_pos.kshChaoyuZhang2016-08-303-8/+5
* Add log_must_{retry,busy} helpersBrian Behlendorf2016-08-301-0/+75
* Update zfs_mount_005_pos.ksh and zfs_mount_010_neg.kshliuhuang2016-08-303-17/+30
* Delete unused zfsctl_snapdir_inactive declarationcao2016-08-302-2/+0
* OpenZFS 6940 - Cannot unlink directories when over quotaSimon Klinkert2016-08-301-0/+1
* OpenZFS 6322 - ZFS indirect block predictive prefetchAlexander Motin2016-08-305-26/+91
* OpenZFS 7086 - ztest attempts dva_get_dsize_sync on an embedded blockpointerMatthew Ahrens2016-08-301-6/+14
* Fix: Build warnings with different gcc optimization levels in debug modeGeLiXin2016-08-292-3/+2
* Fix cv_timedwait_hiresBrian Behlendorf2016-08-291-4/+11
* Add zfs_arc_meta_limit_percent tunableGeLiXin2016-08-232-12/+71
* Prevent reclaim in send_traverse_thread()Tim Chase2016-08-221-0/+5
* Fix: Array bounds read in zprop_print_one_property()GeLiXin2016-08-221-1/+2
* Linux compat: Grsecurity kernelGvozden Neskovic2016-08-226-13/+84
* OpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold() 7x on same objectMatthew Ahrens2016-08-198-19/+146
* OpenZFS 7003 - zap_lockdir() should tag holdMatthew Ahrens2016-08-195-106/+154
* Fix spa config generate memory leak in spa_load_best functionheary-cao2016-08-191-0/+2
* Update zfs_create_(009,010)_neg.kshChaoyuZhang2016-08-182-2/+2
* OpenZFS 7176 - Yet another hole birth issuePaul Dagnelie2016-08-182-6/+32
* Fix do_link portion of ctime testNikolay Borisov2016-08-161-1/+3
* It is not necessary to zero struct dbuf_hold_impl_dataMatthew Ahrens2016-08-161-1/+9
* zdb: fencepost error at zdb_cb.zcb_embedded_histogram[][]Gvozden Neskovic2016-08-161-1/+1
* Rework of fletcher_4 moduleGvozden Neskovic2016-08-167-178/+372
* Fletcher4 implementation using avx512f instruction setGvozden Neskovic2016-08-166-10/+182
* Add support for AVX-512 family of instruction setsGvozden Neskovic2016-08-162-12/+422
* Add tunable to ignore hole_birthRich Ercolani2016-08-152-1/+18
* Fix incorrect pool state after importGeLiXin2016-08-121-1/+1
* OpenZFS 5997 - FRU field not set during pool creation and never updatedHans Rosenfeld2016-08-1222-305/+238
* Fix a typo in ZIL write handling commentluozhengzheng2016-08-121-1/+1
* icp: mark asm files with noexec stackJason Zaman2016-08-125-0/+20
* icp: add no_const for PaX CompatJason Zaman2016-08-121-16/+21
* Reorder HAVE_BIO_RW_* checksBrian Behlendorf2016-08-121-4/+12
* OpenZFS 7263 - deeply nested nvlist can overflow stackMatthew Ahrens2016-08-111-2/+21
* Fix infinite loop when zdb -R with d flagChunwei Chen2016-08-111-2/+2
* Use file_dentry and file_inode wrappersChen Haiquan2016-08-116-9/+41
* Fix indefinite articleGeLiXin2016-08-116-7/+7
* Remove custom root pool import codeBrian Behlendorf2016-08-113-287/+0
* Linux 4.8 compat: Fix removal of bio->bi_rw memberBrian Behlendorf2016-08-114-77/+190
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-097-14/+14
* Linux 4.7 compat: fix zpl_get_acl returns invalid acl pointerChunwei Chen2016-08-093-0/+31