aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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-2012-16/+18
* Project dnode should be protected by local MACTom Caputi2018-02-201-12/+26
* Address objtool check failures in lua moduleDon Brady2018-02-151-1/+3
* OpenZFS 8857 - zio_remove_child() panic due to already destroyed parent zioGeorge Wilson2018-02-141-20/+29
* Project Quota on ZFSNasf-Fan2018-02-1322-216/+1191
* 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
* Increase code coverage for Lua librariesDon Brady2018-02-089-691/+10
* 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-0873-236/+20381
* 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
* Fix recovery import (-F) with encrypted poolTom Caputi2018-02-021-0/+2
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-0212-158/+449
* Change movaps to movups in AES-NI codeTom Caputi2018-01-313-48/+49
* Fix txg_sync_thread hang in scan_exec_io()Brian Behlendorf2018-01-311-2/+13
* Fix style issues in man pages and commands helpLOLi2018-01-291-1/+6
* Add dbuf hash and dbuf cache kstatsGiuseppe Di Natale2018-01-292-25/+192
* OpenZFS 8997 - ztest assertion failure in zil_lwb_write_issuePrakash Surya2018-01-263-52/+47
* Extend deadman logicBrian Behlendorf2018-01-253-20/+183
* OpenZFS 8731 - ASSERT3U(nui64s, <=, UINT16_MAX) fails for large blocksAndriy Gapon2018-01-251-6/+6
* Revert "Remove wrong ASSERT in annotate_ecksum"Giuseppe Di Natale2018-01-251-2/+2
* OpenZFS 8835 - Speculative prefetch in ZFS not working for misaligned readsAlexander Motin2018-01-191-5/+19
* OpenZFS 8652 - Tautological comparisons with ZPROP_INVALBrian Behlendorf2018-01-191-7/+6
* Emit an error message before MMP suspends poolJohn L. Hammond2018-01-171-0/+5
* OpenZFS 8959 - Add notifications when a scrub is paused or resumedSean Eric Fagan2018-01-171-1/+5
* OpenZFS 8930 - zfs_zinactive: do not remove the node if the filesystem is rea...Andriy Gapon2018-01-111-7/+26
* Support -fsanitize=address with --enable-asanBrian Behlendorf2018-01-107-20/+27
* Use zap_count instead of cached z_size for unlinkAlex Zhuravlev2018-01-091-1/+15
* Fix -fsanitize=address memory leakDHE2018-01-091-2/+4
* Fix ARC hit rateBrian Behlendorf2018-01-082-2/+54