aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* receive_spill does not byte swap spill contentsPaul Zuchowski2018-03-151-0/+9
* OpenZFS 9188 - increase size of dbuf cache to reduce indirect block decompres...Brian Behlendorf2018-03-131-11/+15
* Add kernel module auto-loadingBrian Behlendorf2018-03-131-5/+20
* Add zfs_scan_ignore_errors tunableTim Chase2018-03-131-0/+16
* Fix race in trace point in zrl_add_implChunwei Chen2018-03-121-2/+4
* Fix MMP write frequency for large poolsBrian Behlendorf2018-03-121-3/+3
* Hold SCL_VDEV when counting leavesOlaf Faaland2018-03-091-1/+7
* Handle zio_resume and mmp => offOlaf Faaland2018-03-091-4/+10
* QAT support for AES-GCMTom Caputi2018-03-099-229/+755
* Take user namespaces into account in policy checksWolfgang Bumiller2018-03-071-7/+59
* Record skipped MMP writes in multihost_historyOlaf Faaland2018-03-062-40/+163
* Detect long config lock acquisition in mmpOlaf Faaland2018-03-061-0/+6
* Misc fixes and cleanup for project quotaNasf-Fan2018-03-052-3/+5
* Linux 4.16 compat: get_disk_and_module()Giuseppe Di Natale2018-03-051-1/+1
* Change checksum & IO delay ratelimit valuesTony Hutter2018-03-042-4/+23
* Increment zil_itx_needcopy_bytes properlychrisrd2018-03-021-2/+1
* Raw DRR_OBJECT records must write raw dataTom Caputi2018-02-273-53/+69
* Fix free memory calculation on v3.14+chrisrd2018-02-231-17/+6
* Report duration and error in mmp_history entriesOlaf Faaland2018-02-222-12/+55
* Do not initiate MMP writes while pool is suspendedOlaf Faaland2018-02-221-1/+1
* Fix bounds check in zio_crypt_do_objset_hmacsTom Caputi2018-02-221-4/+8
* Raw receive should change key atomicallyTom Caputi2018-02-212-218/+280
* Prevent raw zfs recv -F if dataset is unencryptedTom Caputi2018-02-211-1/+9
* Raw receives must compress metadnode blocksTom Caputi2018-02-214-17/+24
* Remove unnecessary txg syncs from receive_object()Tom Caputi2018-02-211-1/+6
* Add omitted set for os->os_next_write_rawTom Caputi2018-02-211-1/+4
* ZIL claiming should not start user accountingTom Caputi2018-02-204-37/+43
* Fix coverity defects: zfs channel programsDon Brady2018-02-203-6/+4
* Project dnode should be protected by local MACTom Caputi2018-02-201-12/+26
* OpenZFS 8857 - zio_remove_child() panic due to already destroyed parent zioGeorge Wilson2018-02-141-20/+29
* Project Quota on ZFSNasf-Fan2018-02-1319-215/+1170
* mmp should use a fixed tag for spa_config lockssanjeevbagewadi2018-02-121-2/+3
* OpenZFS 8520 - lzc_rollbackAndriy Gapon2018-02-092-10/+50
* Handle zap_add() failures in mixed case modesanjeevbagewadi2018-02-095-27/+141
* Fix zle_decompress out of bound accessChunwei Chen2018-02-091-0/+4
* Fix zdb -c traverse stop on damaged objset rootChunwei Chen2018-02-091-6/+14
* Linux 4.16 compat: inode_set_iversion()Brian Behlendorf2018-02-081-1/+1
* OpenZFS 8677 - Open-Context Channel ProgramsSerapheim Dimitropoulos2018-02-084-59/+135
* OpenZFS 8604 - Simplify snapshots unmounting codeSerapheim Dimitropoulos2018-02-082-28/+25
* OpenZFS 8600 - ZFS channel programs - snapshotChris Williamson2018-02-085-23/+77
* OpenZFS 8592 - ZFS channel programs - rollbackBrad Lewis2018-02-082-11/+36
* OpenZFS 8605 - zfs channel programs fix zfs.existsChris Williamson2018-02-081-1/+1
* OpenZFS 7431 - ZFS Channel ProgramsChris Williamson2018-02-0812-233/+3834
* OpenZFS 8966 - Source file zfs_acl.c, function zfs_aclset_common contains a u...WHR2018-02-081-1/+1
* Remove deprecated zfs_arc_p_aggressive_disableRichard Elling2018-02-071-4/+0
* Adjust ARC prefetch tunables to match docsTom Caputi2018-02-051-4/+4
* Bug fix in qat_compress.c for vmalloc addr checkwli52018-02-051-4/+0
* Fix hash_lock / keystore.sk_dk_lock lock inversionBrian Behlendorf2018-02-041-48/+39
* Change os->os_next_write_raw to work per txgTom Caputi2018-02-025-6/+7
* Raw sends must be able to decrease nlevelsTom Caputi2018-02-024-13/+158