summaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Delete unreferenced function zfs_ereport_send_interim_checksumluozhengzheng2016-09-011-12/+0
* kmem_zalloc with KM_SLEEP will never return NULLluozhengzheng2016-09-011-2/+0
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-3120-255/+133
* Fix "zpool get guid,freeing,leaked" sourceHajo Möller2016-08-301-6/+8
* Delete unused zfsctl_snapdir_inactive declarationcao2016-08-301-1/+0
* OpenZFS 6940 - Cannot unlink directories when over quotaSimon Klinkert2016-08-301-0/+1
* OpenZFS 6322 - ZFS indirect block predictive prefetchAlexander Motin2016-08-303-25/+74
* OpenZFS 7086 - ztest attempts dva_get_dsize_sync on an embedded blockpointerMatthew Ahrens2016-08-301-6/+14
* Add zfs_arc_meta_limit_percent tunableGeLiXin2016-08-231-6/+34
* Prevent reclaim in send_traverse_thread()Tim Chase2016-08-221-0/+5
* Linux compat: Grsecurity kernelGvozden Neskovic2016-08-221-10/+9
* OpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold() 7x on same objectMatthew Ahrens2016-08-195-11/+126
* OpenZFS 7003 - zap_lockdir() should tag holdMatthew Ahrens2016-08-193-101/+145
* Fix spa config generate memory leak in spa_load_best functionheary-cao2016-08-191-0/+2
* OpenZFS 7176 - Yet another hole birth issuePaul Dagnelie2016-08-181-6/+26
* It is not necessary to zero struct dbuf_hold_impl_dataMatthew Ahrens2016-08-161-1/+9
* Rework of fletcher_4 moduleGvozden Neskovic2016-08-161-1/+1
* Add tunable to ignore hole_birthRich Ercolani2016-08-151-1/+5
* Fix incorrect pool state after importGeLiXin2016-08-121-1/+1
* OpenZFS 5997 - FRU field not set during pool creation and never updatedHans Rosenfeld2016-08-125-29/+68
* Use file_dentry and file_inode wrappersChen Haiquan2016-08-112-7/+6
* Fix indefinite articleGeLiXin2016-08-112-2/+2
* Remove custom root pool import codeBrian Behlendorf2016-08-112-281/+0
* Linux 4.8 compat: Fix removal of bio->bi_rw memberBrian Behlendorf2016-08-111-21/+10
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-092-7/+7
* Linux 4.7 compat: fix zpl_get_acl returns invalid acl pointerChunwei Chen2016-08-091-0/+10
* Linux 4.8 compat: posix_acl_valid()Brian Behlendorf2016-08-081-2/+2
* Retire HAVE_CURRENT_UMASK and HAVE_POSIX_ACL_CACHINGBrian Behlendorf2016-08-081-2/+0
* Fix interaction between userns uid/gid and SANikolay Borisov2016-08-082-11/+13
* arc_meta_limit should be updated when arc_max is changed.Gaurav Kumar2016-08-021-1/+1
* Fix gcc self-comparison warningBrian Behlendorf2016-08-021-1/+1
* Fix possible VDEV stats array overflowTony Hutter2016-08-021-1/+2
* Move assignment of i_blkbits fieldNikolay Borisov2016-07-291-1/+1
* Fix zfs_allow_log_destroy() NULL dereferenceheary-cao2016-07-291-1/+5
* Linux 4.8 compat: REQ_OP and bio_set_op_attrs()Chunwei Chen2016-07-292-24/+31
* Linux 4.8 compat: submit_bio()Brian Behlendorf2016-07-291-2/+13
* txg visibility code should not execute under tc_open_lockRichard Yao2016-07-271-4/+5
* Fix zdb crash with 4K-only devicesBrian Behlendorf2016-07-271-1/+10
* void integer overflow on computation of refquota_slackColin Ian King2016-07-271-1/+2
* Limit the amount of dnode metadata in the ARCTim Chase2016-07-253-23/+76
* Fix sync behavior for disk vdevsTim Chase2016-07-252-39/+23
* Remove znode's z_uid/z_gid memberNikolay Borisov2016-07-258-37/+53
* Fix for metaslab_fastwrite_unmark() assert failureTom Caputi2016-07-251-0/+1
* Fix NULL pointer in zfs_preumount from 1d9b3bdChunwei Chen2016-07-201-20/+29
* RAIDZ parity kstat reworkGvozden Neskovic2016-07-191-40/+87
* Fixes and enhancements of SIMD raidz parityGvozden Neskovic2016-07-195-150/+173
* Wait iput_async before evict_inodes to prevent raceChunwei Chen2016-07-191-0/+18
* Fix filesystem destroy with receive_resume_tokenRoman Strashkin2016-07-151-3/+30
* Use native inode->i_nlink instead of znode->z_linksChris Dunlop2016-07-145-33/+56
* Fix dbuf_stats_hash_table_data raceChunwei Chen2016-07-141-2/+0