aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 6585 - sha512, skein, and edonr have an unenforced dependency on exte...ilovezfs2016-10-031-3/+23
* OpenZFS 6541 - Pool feature-flag check defeated if "verify" is included in th...ilovezfs2016-10-032-1/+7
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-0338-281/+7220
* Add parity generation/rebuild using 128-bits NEON for Aarch64Romain Dolbeau2016-10-0310-15/+3143
* Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454luozhengzheng2016-10-022-2/+2
* Fix NULL deref in kcf_remove_mech_providercandychencan2016-09-301-1/+3
* Fix coverity defects: CID 147563, 147560cao2016-09-301-0/+8
* Fix coverity defects: CID 147531 147532 147533 147535GeLiXin2016-09-301-2/+5
* Fix cppcheck warning in buf_init()Brian Behlendorf2016-09-301-1/+1
* Avoid undefined shift overflow in fzap_cursor_retrieve()Gvozden Neskovic2016-09-291-9/+17
* Explicit integer promotion for bit shift operationsGvozden Neskovic2016-09-292-2/+3
* fix: Shift exponent too largeGvozden Neskovic2016-09-292-5/+31
* Explicit block device plugging when submitting multiple BIOsIsaac Huang2016-09-291-0/+13
* Fix coverity defects: 147658, 147652, 147651cao2016-09-292-2/+4
* Refactor inode->i_mode managementlorddoskias2016-09-273-8/+8
* Fix coverity defects: CID 147650, 147649, 147647, 147646cao2016-09-253-5/+9
* Fix multilist_create() memory leakBrian Behlendorf2016-09-231-0/+2
* Linux 4.7 compat: Fix deadlock during lookup on case-insensitivetuxoko2016-09-221-3/+7
* OpenZFS 7230 - add assertions to dmu_send_impl() to verify that stream includ...kernelOfTruth aka. kOT, Gentoo user2016-09-221-1/+8
* Fix coverity defectsluozhengzheng2016-09-213-4/+4
* Reduce noise in tracing logsIsaac Huang2016-09-211-1/+1
* Fix coverity defectsBearBabyLiu2016-09-201-2/+4
* Fix arc_adjust_meta_balanced()Tim Chase2016-09-191-2/+2
* Fix Coverity defectsluozhengzheng2016-09-172-2/+2
* Enable ignore_hole_birth module option by defaultBrian Behlendorf2016-09-161-1/+1
* Simplify time handling logic in zfs_settattrNikolay Borisov2016-09-133-19/+19
* Refactor generic inode time updatingNikolay Borisov2016-09-131-32/+27
* DLPX-44733 combine arc_buf_alloc_impl() with arc_buf_clone()Dan Kimmel2016-09-132-232/+305
* Enable raw writes to perform dedup with verificationTom Caputi2016-09-131-7/+49
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-138-466/+867
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-1315-1925/+2332
* Remove redundant assignments to arc_cTim Chase2016-09-121-10/+0
* Refactor spa_load_l2cache to make build happyNikolay Borisov2016-09-121-29/+28
* Free property names with spa_strfree() rather than strfree()Tim Chase2016-09-121-1/+1
* Bring over illumos ZFS FMA logic -- phase 1Don Brady2016-09-012-19/+50
* Delete unreferenced function zfs_ereport_send_interim_checksumluozhengzheng2016-09-011-12/+0
* kmem_zalloc with KM_SLEEP will never return NULLluozhengzheng2016-09-012-44/+1
* 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
* Fix: Build warnings with different gcc optimization levels in debug modeGeLiXin2016-08-291-1/+1
* 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-222-12/+12
* 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