summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set proper dependency for string replacement targetsChunwei Chen2016-08-026-19/+12
* Add `make lint` targetBrian Behlendorf2016-08-021-0/+7
* Fix possible VDEV stats array overflowTony Hutter2016-08-021-1/+2
* Fix memory leak in function add_config()liaoyuxiangqin2016-08-011-1/+5
* ztest: memory leaks reported by AddressSanitizerGvozden Neskovic2016-07-291-1/+4
* libzfs_import.c: Uninitialized pointer readGvozden Neskovic2016-07-291-0/+1
* libzfs: Fix missing va_end call on ENOSPC and EDQUOT casesColin Ian King2016-07-291-1/+1
* Move assignment of i_blkbits fieldNikolay Borisov2016-07-291-1/+1
* Unify license of icp module with the rest of zfsNikolay Borisov2016-07-291-1/+1
* Fix zfs_allow_log_destroy() NULL dereferenceheary-cao2016-07-291-1/+5
* Linux 4.8 compat: REQ_OP and bio_set_op_attrs()Chunwei Chen2016-07-293-29/+51
* Linux 4.8 compat: REQ_PREFLUSHBrian Behlendorf2016-07-291-0/+12
* Linux 4.8 compat: submit_bio()Brian Behlendorf2016-07-293-2/+34
* txg visibility code should not execute under tc_open_lockRichard Yao2016-07-271-4/+5
* Fix zdb crash with 4K-only devicesBrian Behlendorf2016-07-272-4/+23
* Enable history test casesBrian Behlendorf2016-07-274-19/+27
* void integer overflow on computation of refquota_slackColin Ian King2016-07-271-1/+2
* Multi-thread 'zpool import' for blkidBrian Behlendorf2016-07-272-433/+336
* Fixes for issues found with cppcheck toolGvozden Neskovic2016-07-2711-13/+36
* Limit the amount of dnode metadata in the ARCTim Chase2016-07-255-24/+110
* Fix sync behavior for disk vdevsTim Chase2016-07-255-39/+49
* Fix uninitialized variable in avl_add()Brian Behlendorf2016-07-251-1/+1
* Remove znode's z_uid/z_gid memberNikolay Borisov2016-07-2510-54/+69
* Check whether the kernel supports i_uid/gid_read/write helpersNikolay Borisov2016-07-253-0/+76
* Fix for metaslab_fastwrite_unmark() assert failureTom Caputi2016-07-251-0/+1
* zloop: print backtrace from core filesGvozden Neskovic2016-07-251-7/+27
* Fix for compilation error when using the kernel's CONFIG_LOCKDEPTom Caputi2016-07-211-9/+2
* Illumos Crypto Port module added to enable native encryption in zfsTom Caputi2016-07-2090-80/+35834
* Fix NULL pointer in zfs_preumount from 1d9b3bdChunwei Chen2016-07-201-20/+29
* RAIDZ parity kstat reworkGvozden Neskovic2016-07-192-42/+89
* Fixes and enhancements of SIMD raidz parityGvozden Neskovic2016-07-199-181/+194
* Wait iput_async before evict_inodes to prevent raceChunwei Chen2016-07-191-0/+18
* Update arc_summary.py for prefetch changesBrian Behlendorf2016-07-191-146/+1
* Prevent segfaults in SSE optimized Fletcher-4Tyler J. Stachecki2016-07-191-5/+5
* Fix filesystem destroy with receive_resume_tokenRoman Strashkin2016-07-151-3/+30
* Implementation of SSE optimized Fletcher-4Tyler J. Stachecki2016-07-156-5/+243
* Use native inode->i_nlink instead of znode->z_linksChris Dunlop2016-07-147-38/+58
* Fix dbuf_stats_hash_table_data raceChunwei Chen2016-07-141-2/+0
* Prevent null dereferences when accessing dbuf kstatTim Chase2016-07-141-3/+7
* Enable zpool_upgrade test casesBrian Behlendorf2016-07-142-7/+8
* Add RAID-Z routines for SSE2 instruction set, in x86_64 mode.Gvozden Neskovic2016-07-138-17/+624
* Fix handling of errors nvlist in zfs_ioc_recv_new()Gvozden Neskovic2016-07-131-7/+6
* Fix PANIC: metaslab_free_dva(): bad DVA X:Y:ZPeng2016-07-121-0/+16
* Fix RAIDZ_TEST testsBrian Behlendorf2016-07-121-1/+1
* Kill zp->z_xattr_parent to prevent pinningChunwei Chen2016-07-123-63/+26
* xattr dir doesn't get purged during iputChunwei Chen2016-07-121-1/+2
* fh_to_dentry should return ESTALE when generation mismatchChunwei Chen2016-07-121-1/+1
* Add configure result for xattr_handlerChunwei Chen2016-07-121-0/+2
* Fix Large kmem_alloc in vdev_metaslab_initChunwei Chen2016-07-121-3/+3
* Don't allow accessing XATTR via export handleChunwei Chen2016-07-121-0/+8