aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 5997 - FRU field not set during pool creation and never updatedHans Rosenfeld2016-08-1222-305/+238
* Fix a typo in ZIL write handling commentluozhengzheng2016-08-121-1/+1
* icp: mark asm files with noexec stackJason Zaman2016-08-125-0/+20
* icp: add no_const for PaX CompatJason Zaman2016-08-121-16/+21
* Reorder HAVE_BIO_RW_* checksBrian Behlendorf2016-08-121-4/+12
* OpenZFS 7263 - deeply nested nvlist can overflow stackMatthew Ahrens2016-08-111-2/+21
* Fix infinite loop when zdb -R with d flagChunwei Chen2016-08-111-2/+2
* Use file_dentry and file_inode wrappersChen Haiquan2016-08-116-9/+41
* Fix indefinite articleGeLiXin2016-08-116-7/+7
* Remove custom root pool import codeBrian Behlendorf2016-08-113-287/+0
* Linux 4.8 compat: Fix removal of bio->bi_rw memberBrian Behlendorf2016-08-114-77/+190
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-097-14/+14
* Linux 4.7 compat: fix zpl_get_acl returns invalid acl pointerChunwei Chen2016-08-093-0/+31
* Fix call zfs_get_name() with invalid parameterGeLiXin2016-08-081-1/+1
* Linux 4.8 compat: posix_acl_valid()Brian Behlendorf2016-08-084-2/+39
* Retire HAVE_CURRENT_UMASK and HAVE_POSIX_ACL_CACHINGBrian Behlendorf2016-08-084-56/+0
* Fix interaction between userns uid/gid and SANikolay Borisov2016-08-083-13/+15
* Linux 4.8 compat: new s_user_ns member of struct super_blockNikolay Borisov2016-08-083-0/+39
* arc_meta_limit should be updated when arc_max is changed.Gaurav Kumar2016-08-021-1/+1
* Fix gcc -Warray-bounds check for dump_object() in zdbBrian Behlendorf2016-08-021-5/+14
* Fix gcc self-comparison warningBrian Behlendorf2016-08-021-1/+1
* 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