| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenZFS 6585 - sha512, skein, and edonr have an unenforced dependency on exte... | ilovezfs | 2016-10-03 | 1 | -3/+23 |
* | OpenZFS 6541 - Pool feature-flag check defeated if "verify" is included in th... | ilovezfs | 2016-10-03 | 2 | -1/+7 |
* | OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R | Tony Hutter | 2016-10-03 | 38 | -281/+7220 |
* | Add parity generation/rebuild using 128-bits NEON for Aarch64 | Romain Dolbeau | 2016-10-03 | 10 | -15/+3143 |
* | Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454 | luozhengzheng | 2016-10-02 | 2 | -2/+2 |
* | Fix NULL deref in kcf_remove_mech_provider | candychencan | 2016-09-30 | 1 | -1/+3 |
* | Fix coverity defects: CID 147563, 147560 | cao | 2016-09-30 | 1 | -0/+8 |
* | Fix coverity defects: CID 147531 147532 147533 147535 | GeLiXin | 2016-09-30 | 1 | -2/+5 |
* | Fix cppcheck warning in buf_init() | Brian Behlendorf | 2016-09-30 | 1 | -1/+1 |
* | Avoid undefined shift overflow in fzap_cursor_retrieve() | Gvozden Neskovic | 2016-09-29 | 1 | -9/+17 |
* | Explicit integer promotion for bit shift operations | Gvozden Neskovic | 2016-09-29 | 2 | -2/+3 |
* | fix: Shift exponent too large | Gvozden Neskovic | 2016-09-29 | 2 | -5/+31 |
* | Explicit block device plugging when submitting multiple BIOs | Isaac Huang | 2016-09-29 | 1 | -0/+13 |
* | Fix coverity defects: 147658, 147652, 147651 | cao | 2016-09-29 | 2 | -2/+4 |
* | Refactor inode->i_mode management | lorddoskias | 2016-09-27 | 3 | -8/+8 |
* | Fix coverity defects: CID 147650, 147649, 147647, 147646 | cao | 2016-09-25 | 3 | -5/+9 |
* | Fix multilist_create() memory leak | Brian Behlendorf | 2016-09-23 | 1 | -0/+2 |
* | Linux 4.7 compat: Fix deadlock during lookup on case-insensitive | tuxoko | 2016-09-22 | 1 | -3/+7 |
* | OpenZFS 7230 - add assertions to dmu_send_impl() to verify that stream includ... | kernelOfTruth aka. kOT, Gentoo user | 2016-09-22 | 1 | -1/+8 |
* | Fix coverity defects | luozhengzheng | 2016-09-21 | 3 | -4/+4 |
* | Reduce noise in tracing logs | Isaac Huang | 2016-09-21 | 1 | -1/+1 |
* | Fix coverity defects | BearBabyLiu | 2016-09-20 | 1 | -2/+4 |
* | Fix arc_adjust_meta_balanced() | Tim Chase | 2016-09-19 | 1 | -2/+2 |
* | Fix Coverity defects | luozhengzheng | 2016-09-17 | 2 | -2/+2 |
* | Enable ignore_hole_birth module option by default | Brian Behlendorf | 2016-09-16 | 1 | -1/+1 |
* | Simplify time handling logic in zfs_settattr | Nikolay Borisov | 2016-09-13 | 3 | -19/+19 |
* | Refactor generic inode time updating | Nikolay Borisov | 2016-09-13 | 1 | -32/+27 |
* | DLPX-44733 combine arc_buf_alloc_impl() with arc_buf_clone() | Dan Kimmel | 2016-09-13 | 2 | -232/+305 |
* | Enable raw writes to perform dedup with verification | Tom Caputi | 2016-09-13 | 1 | -7/+49 |
* | DLPX-40252 integrate EP-476 compressed zfs send/receive | Dan Kimmel | 2016-09-13 | 8 | -466/+867 |
* | OpenZFS 6950 - ARC should cache compressed data | George Wilson | 2016-09-13 | 15 | -1925/+2332 |
* | Remove redundant assignments to arc_c | Tim Chase | 2016-09-12 | 1 | -10/+0 |
* | Refactor spa_load_l2cache to make build happy | Nikolay Borisov | 2016-09-12 | 1 | -29/+28 |
* | Free property names with spa_strfree() rather than strfree() | Tim Chase | 2016-09-12 | 1 | -1/+1 |
* | Bring over illumos ZFS FMA logic -- phase 1 | Don Brady | 2016-09-01 | 2 | -19/+50 |
* | Delete unreferenced function zfs_ereport_send_interim_checksum | luozhengzheng | 2016-09-01 | 1 | -12/+0 |
* | kmem_zalloc with KM_SLEEP will never return NULL | luozhengzheng | 2016-09-01 | 2 | -44/+1 |
* | Performance optimization of AVL tree comparator functions | Gvozden Neskovic | 2016-08-31 | 20 | -255/+133 |
* | Fix "zpool get guid,freeing,leaked" source | Hajo Möller | 2016-08-30 | 1 | -6/+8 |
* | Delete unused zfsctl_snapdir_inactive declaration | cao | 2016-08-30 | 1 | -1/+0 |
* | OpenZFS 6940 - Cannot unlink directories when over quota | Simon Klinkert | 2016-08-30 | 1 | -0/+1 |
* | OpenZFS 6322 - ZFS indirect block predictive prefetch | Alexander Motin | 2016-08-30 | 3 | -25/+74 |
* | OpenZFS 7086 - ztest attempts dva_get_dsize_sync on an embedded blockpointer | Matthew Ahrens | 2016-08-30 | 1 | -6/+14 |
* | Fix: Build warnings with different gcc optimization levels in debug mode | GeLiXin | 2016-08-29 | 1 | -1/+1 |
* | Add zfs_arc_meta_limit_percent tunable | GeLiXin | 2016-08-23 | 1 | -6/+34 |
* | Prevent reclaim in send_traverse_thread() | Tim Chase | 2016-08-22 | 1 | -0/+5 |
* | Linux compat: Grsecurity kernel | Gvozden Neskovic | 2016-08-22 | 2 | -12/+12 |
* | OpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold() 7x on same object | Matthew Ahrens | 2016-08-19 | 5 | -11/+126 |
* | OpenZFS 7003 - zap_lockdir() should tag hold | Matthew Ahrens | 2016-08-19 | 3 | -101/+145 |
* | Fix spa config generate memory leak in spa_load_best function | heary-cao | 2016-08-19 | 1 | -0/+2 |