| Commit message (Expand) | Author | Age | Files | Lines |
* | Add icp kernel module to dkms build | Marcel Huber | 2016-10-06 | 1 | -0/+4 |
* | Use a different technique to detect whether to mount-zfs | Rudd-O | 2016-10-06 | 2 | -19/+52 |
* | Refactor updating of immutable/appendonly flags | lorddoskias | 2016-10-05 | 1 | -20/+13 |
* | Fix coverity defects: CID 150953, 147603, 147610 | luozhengzheng | 2016-10-04 | 3 | -5/+16 |
* | Merge OpenZFS 4185 | Brian Behlendorf | 2016-10-04 | 79 | -199/+9125 |
|\ |
|
| * | Use 100MB pool for filetest_001_pos.ksh checksum test | Tony Hutter | 2016-10-03 | 5 | -5/+112 |
| * | OpenZFS 6585 - sha512, skein, and edonr have an unenforced dependency on exte... | ilovezfs | 2016-10-03 | 2 | -6/+26 |
| * | 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 | 78 | -199/+8992 |
* | | zloop: check if core file is generated by zdb | Gvozden Neskovic | 2016-10-03 | 1 | -2/+15 |
|/ |
|
* | Add parity generation/rebuild using 128-bits NEON for Aarch64 | Romain Dolbeau | 2016-10-03 | 16 | -15/+3216 |
* | Correct zpool_vdev_remove() error message | Richard Laager | 2016-10-02 | 1 | -3/+3 |
* | Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454 | luozhengzheng | 2016-10-02 | 5 | -5/+5 |
* | 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 | 2 | -0/+13 |
* | Fix coverity defects: CID 147531 147532 147533 147535 | GeLiXin | 2016-09-30 | 3 | -8/+16 |
* | Fix coverity defects: CID 147536, 147537, 147538 | GeLiXin | 2016-09-30 | 3 | -7/+25 |
* | raidz_test: respect wall time | Gvozden Neskovic | 2016-09-30 | 2 | -10/+28 |
* | Fix cppcheck warning in buf_init() | Brian Behlendorf | 2016-09-30 | 1 | -1/+1 |
* | Disable zpool_import_002_pos and ro_props_001_pos | Brian Behlendorf | 2016-09-30 | 1 | -2/+4 |
* | Fix coverity defects: CID 147707 | cao | 2016-09-30 | 1 | -14/+27 |
* | Add a script to change file names when upstreaming to OpenZFS/illumos | Matthew Ahrens | 2016-09-29 | 1 | -0/+20 |
* | 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 | 5 | -9/+38 |
* | Fix coverity defects: CID 147443, 147656, 147655, 147441, 147653 | BearBabyLiu | 2016-09-29 | 5 | -6/+7 |
* | Explicit block device plugging when submitting multiple BIOs | Isaac Huang | 2016-09-29 | 3 | -0/+35 |
* | Fix zfs_clone_010_pos.ksh to verify zfs clones property displays right | liaoyuxiangqin | 2016-09-29 | 2 | -4/+9 |
* | Enable ro_props_001_pos and onoffs_001_pos | ChaoyuZhang | 2016-09-29 | 1 | -4/+2 |
* | Fix zfs_clone_010_pos.ksh to verify the space used by multiple copies | liaoyuxiangqin | 2016-09-29 | 2 | -3/+8 |
* | Fix coverity defects: CID 147610, 147608, 147607 | cao | 2016-09-29 | 2 | -16/+19 |
* | Fix coverity defects: 147658, 147652, 147651 | cao | 2016-09-29 | 3 | -3/+6 |
* | Refactor inode->i_mode management | lorddoskias | 2016-09-27 | 3 | -8/+8 |
* | Enable property_alias_001_pos.ksh | candychencan | 2016-09-27 | 1 | -2/+1 |
* | Fix coverity defects: CID 147650, 147649, 147647, 147646 | cao | 2016-09-25 | 3 | -5/+9 |
* | Fix coverity defects: CID 147602 147604 | cao | 2016-09-23 | 1 | -4/+8 |
* | Fix multilist_create() memory leak | Brian Behlendorf | 2016-09-23 | 1 | -0/+2 |
* | Fix coverity defects: CID 147613 147614 147616 147617 | luozhengzheng | 2016-09-23 | 2 | -4/+10 |
* | Linux 4.7 compat: Fix deadlock during lookup on case-insensitive | tuxoko | 2016-09-22 | 1 | -3/+7 |
* | OpenZFS 6111 - zfs send should ignore datasets created after the ending snapshot | kernelOfTruth aka. kOT, Gentoo user | 2016-09-22 | 1 | -6/+108 |
* | OpenZFS 7230 - add assertions to dmu_send_impl() to verify that stream includ... | kernelOfTruth aka. kOT, Gentoo user | 2016-09-22 | 2 | -1/+10 |
* | Fix coverity defects | luozhengzheng | 2016-09-22 | 4 | -14/+62 |
* | Update zfs destroy test scripts | cao | 2016-09-22 | 9 | -40/+111 |
* | Fix coverity defects | luozhengzheng | 2016-09-21 | 3 | -4/+4 |
* | Fix zfs_destroy_001_pos.ksh | candychencan | 2016-09-21 | 2 | -10/+22 |
* | Fix automatically generated release number | Brian Behlendorf | 2016-09-21 | 1 | -0/+8 |
* | Reduce noise in tracing logs | Isaac Huang | 2016-09-21 | 1 | -1/+1 |
* | Fix regression that broke dracut initramfs generation | Moritz Maxeiner | 2016-09-21 | 1 | -3/+9 |
* | Fix coverity defects | BearBabyLiu | 2016-09-20 | 1 | -2/+4 |
* | Remove script zfs_commands.cfg | legend-hua | 2016-09-20 | 3 | -6/+2 |