| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 32-bit maximum volume size | Brian Behlendorf | 2016-11-02 | 1 | -1/+1 |
* | Enable .zfs/snapshot for 32-bit systems | Brian Behlendorf | 2016-11-02 | 1 | -4/+0 |
* | Add TASKQID_INVALID | Brian Behlendorf | 2016-11-02 | 11 | -19/+20 |
* | Fix sa_legacy_attr_count to use ARRAY_SIZE | cao | 2016-11-02 | 1 | -1/+1 |
* | Fix coverity defects: CID 147553 | cao | 2016-11-01 | 1 | -1/+2 |
* | Fix coverity defects: CID 152975 | cao | 2016-10-31 | 1 | -2/+7 |
* | Fix coverity defects: CID 147509 | GeLiXin | 2016-10-31 | 1 | -2/+12 |
* | Fix lookup_bdev() on Ubuntu | Hajo Möller | 2016-10-26 | 1 | -1/+1 |
* | Disable zio_dva_throttle_enabled by default | Brian Behlendorf | 2016-10-26 | 1 | -1/+1 |
* | Fix statechange-led.sh & unnecessary libdevmapper warning | Tony Hutter | 2016-10-25 | 1 | -0/+8 |
* | icp: mark asm files with noexec stack | Jason Zaman | 2016-10-25 | 1 | -0/+4 |
* | Fix cred leak in zpl_fallocate_common | tuxoko | 2016-10-24 | 1 | -2/+1 |
* | Fix taskq creation failure in vdev_open_children() | Brian Behlendorf | 2016-10-24 | 1 | -0/+3 |
* | Turn on/off enclosure slot fault LED even when disk isn't present | Tony Hutter | 2016-10-24 | 3 | -0/+19 |
* | Fletcher4 algorithm implemented in pure NEON for Aarch64 / ARMv8 64 bits | Romain Dolbeau | 2016-10-21 | 3 | -0/+219 |
* | Fix userquota_compare() function | Brian Behlendorf | 2016-10-21 | 1 | -1/+4 |
* | Fix coverity defects: CID 153459 | luozhengzheng | 2016-10-20 | 1 | -1/+1 |
* | Fix coverity defects: CID 147551, 147552 | cao | 2016-10-20 | 1 | -0/+4 |
* | Fix coverity defects: CID 147472 | cao | 2016-10-20 | 2 | -4/+13 |
* | Fix coverity defects: CID 150919, 150923 | luozhengzheng | 2016-10-20 | 2 | -2/+2 |
* | Linux 4.9 compat: inode_change_ok() renamed setattr_prepare() | Brian Behlendorf | 2016-10-20 | 1 | -1/+1 |
* | Linux 4.9 compat: remove iops->{set,get,remove}xattr | Chunwei Chen | 2016-10-20 | 1 | -0/+8 |
* | Linux 4.9 compat: iops->rename() wants flags | Chunwei Chen | 2016-10-20 | 2 | -5/+39 |
* | Remove dir inode operations from zpl_inode_operations | Chunwei Chen | 2016-10-20 | 1 | -8/+0 |
* | Multipath autoreplace, control enclosure LEDs, event rate limiting | Tony Hutter | 2016-10-19 | 4 | -10/+151 |
* | Fix coverity defects: CID 150926 | luozhengzheng | 2016-10-18 | 1 | -2/+8 |
* | Fix unused variable | Brian Behlendorf | 2016-10-18 | 1 | -2/+2 |
* | Fix coverity defects: CID 49339, 153393 | cao | 2016-10-18 | 1 | -1/+1 |
* | Fix coverity defects: CID 150924 | luozhengzheng | 2016-10-17 | 1 | -1/+5 |
* | Fix coverity defects: CID 147488, 147490 | cao | 2016-10-14 | 1 | -1/+1 |
* | OpenZFS 7090 - zfs should throttle allocations | Don Brady | 2016-10-13 | 9 | -160/+888 |
* | Fix coverity defects: CID 150943, 150938 | cao | 2016-10-13 | 2 | -4/+6 |
* | Fix coverity defects: CID 147571, 147574 | luozhengzheng | 2016-10-13 | 2 | -2/+2 |
* | Fix coverity defects: CID 153394 | luozhengzheng | 2016-10-12 | 1 | -1/+1 |
* | Fix ICP memleak introduced in #4760 | Tom Caputi | 2016-10-12 | 1 | -0/+13 |
* | Fix zfsctl_snapshot_{,un}mount() issues | Brian Behlendorf | 2016-10-11 | 1 | -19/+10 |
|\ |
|
| * | Use env, not sh in zfsctl_snapshot_{,un}mount() | Stian Ellingsen | 2016-10-08 | 1 | -18/+9 |
| * | Fix use after free in zfsctl_snapshot_unmount() | Stian Ellingsen | 2016-10-08 | 1 | -1/+1 |
* | | Write issue taskq shouldn't be dynamic | Tim Chase | 2016-10-10 | 1 | -1/+2 |
* | | Porting over some ICP code that was missed in #4760 | Tom Caputi | 2016-10-10 | 1 | -16/+118 |
* | | Fix file permissions | Brian Behlendorf | 2016-10-08 | 4 | -0/+0 |
* | | Rename hole_birth tunable to match OpenZFS | Brian Behlendorf | 2016-10-07 | 1 | -6/+12 |
* | | Fix vdev_open_child() race on updating vdev_parent->vdev_nonrot | Håkan Johansson | 2016-10-07 | 1 | -14/+11 |
* | | Fix coverity defects: CID 147565-147567 | cao | 2016-10-07 | 2 | -1/+3 |
* | | Fletcher4: Incremental updates and ctx calculation | Brian Behlendorf | 2016-10-07 | 4 | -202/+319 |
|\ \ |
|
| * | | Fletcher4: save/reload implementation context | Gvozden Neskovic | 2016-10-05 | 4 | -191/+268 |
| * | | Fletcher4: Incremental using SIMD | Gvozden Neskovic | 2016-10-05 | 1 | -18/+58 |
* | | | OpenZFS 6988 spa_sync() spends half its time in dmu_objset_do_userquota_updates | Jinshan Xiong | 2016-10-07 | 2 | -36/+107 |
* | | | Add support for user/group dnode accounting & quota | Jinshan Xiong | 2016-10-07 | 9 | -25/+371 |
| |/
|/| |
|
* | | Refactor updating of immutable/appendonly flags | lorddoskias | 2016-10-05 | 1 | -20/+13 |
|/ |
|