| Commit message (Expand) | Author | Age | Files | Lines |
* | Multipath autoreplace, control enclosure LEDs, event rate limiting | Tony Hutter | 2016-10-19 | 5 | -1/+55 |
* | OpenZFS 7090 - zfs should throttle allocations | Don Brady | 2016-10-13 | 8 | -52/+157 |
* | Fletcher4: Incremental updates and ctx calculation | Brian Behlendorf | 2016-10-07 | 1 | -3/+35 |
|\ |
|
| * | Fletcher4: save/reload implementation context | Gvozden Neskovic | 2016-10-05 | 1 | -3/+35 |
* | | Add support for user/group dnode accounting & quota | Jinshan Xiong | 2016-10-07 | 9 | -3/+52 |
|/ |
|
* | OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R | Tony Hutter | 2016-10-03 | 12 | -12/+520 |
* | Add parity generation/rebuild using 128-bits NEON for Aarch64 | Romain Dolbeau | 2016-10-03 | 3 | -0/+67 |
* | fix: Shift exponent too large | Gvozden Neskovic | 2016-09-29 | 2 | -4/+4 |
* | OpenZFS 7230 - add assertions to dmu_send_impl() to verify that stream includ... | kernelOfTruth aka. kOT, Gentoo user | 2016-09-22 | 1 | -0/+2 |
* | Fix coverity defects | cao | 2016-09-20 | 1 | -2/+0 |
* | DLPX-44733 combine arc_buf_alloc_impl() with arc_buf_clone() | Dan Kimmel | 2016-09-13 | 1 | -1/+1 |
* | Remove lint suppression from dmu.h and unnecessary dmu.h include in spa.h | Dan Kimmel | 2016-09-13 | 2 | -9/+2 |
* | DLPX-40252 integrate EP-476 compressed zfs send/receive | Dan Kimmel | 2016-09-13 | 11 | -43/+77 |
* | OpenZFS 6950 - ARC should cache compressed data | George Wilson | 2016-09-13 | 9 | -72/+145 |
* | Bring over illumos ZFS FMA logic -- phase 1 | Don Brady | 2016-09-01 | 5 | -2/+273 |
* | Delete unreferenced function zfs_ereport_send_interim_checksum | luozhengzheng | 2016-09-01 | 1 | -1/+0 |
* | Performance optimization of AVL tree comparator functions | Gvozden Neskovic | 2016-08-31 | 2 | -0/+8 |
* | Delete unused zfsctl_snapdir_inactive declaration | cao | 2016-08-30 | 1 | -1/+0 |
* | OpenZFS 6322 - ZFS indirect block predictive prefetch | Alexander Motin | 2016-08-30 | 2 | -1/+17 |
* | Linux compat: Grsecurity kernel | Gvozden Neskovic | 2016-08-22 | 2 | -1/+41 |
* | OpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold() 7x on same object | Matthew Ahrens | 2016-08-19 | 3 | -8/+20 |
* | OpenZFS 7003 - zap_lockdir() should tag hold | Matthew Ahrens | 2016-08-19 | 2 | -5/+9 |
* | OpenZFS 7176 - Yet another hole birth issue | Paul Dagnelie | 2016-08-18 | 1 | -0/+6 |
* | Rework of fletcher_4 module | Gvozden Neskovic | 2016-08-16 | 1 | -5/+21 |
* | Fletcher4 implementation using avx512f instruction set | Gvozden Neskovic | 2016-08-16 | 1 | -0/+4 |
* | Add support for AVX-512 family of instruction sets | Gvozden Neskovic | 2016-08-16 | 1 | -12/+233 |
* | OpenZFS 5997 - FRU field not set during pool creation and never updated | Hans Rosenfeld | 2016-08-12 | 8 | -19/+184 |
* | Fix a typo in ZIL write handling comment | luozhengzheng | 2016-08-12 | 1 | -1/+1 |
* | Reorder HAVE_BIO_RW_* checks | Brian Behlendorf | 2016-08-12 | 1 | -4/+12 |
* | Use file_dentry and file_inode wrappers | Chen Haiquan | 2016-08-11 | 2 | -2/+14 |
* | Fix indefinite article | GeLiXin | 2016-08-11 | 1 | -1/+1 |
* | Remove custom root pool import code | Brian Behlendorf | 2016-08-11 | 1 | -6/+0 |
* | Linux 4.8 compat: Fix removal of bio->bi_rw member | Brian Behlendorf | 2016-08-11 | 1 | -56/+109 |
* | Linux 4.8 compat: posix_acl_valid() | Brian Behlendorf | 2016-08-08 | 1 | -0/+12 |
* | Retire HAVE_CURRENT_UMASK and HAVE_POSIX_ACL_CACHING | Brian Behlendorf | 2016-08-08 | 1 | -13/+0 |
* | Fix interaction between userns uid/gid and SA | Nikolay Borisov | 2016-08-08 | 1 | -2/+2 |
* | Linux 4.8 compat: new s_user_ns member of struct super_block | Nikolay Borisov | 2016-08-08 | 1 | -0/+17 |
* | Linux 4.8 compat: REQ_OP and bio_set_op_attrs() | Chunwei Chen | 2016-07-29 | 1 | -5/+20 |
* | Linux 4.8 compat: REQ_PREFLUSH | Brian Behlendorf | 2016-07-29 | 1 | -0/+12 |
* | Limit the amount of dnode metadata in the ARC | Tim Chase | 2016-07-25 | 1 | -1/+3 |
* | Fix sync behavior for disk vdevs | Tim Chase | 2016-07-25 | 1 | -0/+2 |
* | Remove znode's z_uid/z_gid member | Nikolay Borisov | 2016-07-25 | 2 | -17/+16 |
* | Check whether the kernel supports i_uid/gid_read/write helpers | Nikolay Borisov | 2016-07-25 | 1 | -0/+53 |
* | Illumos Crypto Port module added to enable native encryption in zfs | Tom Caputi | 2016-07-20 | 6 | -2/+1097 |
* | RAIDZ parity kstat rework | Gvozden Neskovic | 2016-07-19 | 1 | -2/+2 |
* | Fixes and enhancements of SIMD raidz parity | Gvozden Neskovic | 2016-07-19 | 2 | -10/+14 |
* | Implementation of SSE optimized Fletcher-4 | Tyler J. Stachecki | 2016-07-15 | 1 | -0/+8 |
* | Use native inode->i_nlink instead of znode->z_links | Chris Dunlop | 2016-07-14 | 2 | -5/+2 |
* | Add RAID-Z routines for SSE2 instruction set, in x86_64 mode. | Gvozden Neskovic | 2016-07-13 | 1 | -0/+11 |
* | Kill zp->z_xattr_parent to prevent pinning | Chunwei Chen | 2016-07-12 | 1 | -1/+0 |