aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix recovery import (-F) with encrypted poolTom Caputi2018-02-021-0/+2
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-0212-158/+449
* 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-101-2/+5
* 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
* OpenZFS 8909 - 8585 can cause a use-after-free kernel panicPrakash Surya2017-12-282-100/+129
* Call commit callbacks from the tail of the listlidongyang2017-12-221-1/+1
* Support re-prioritizing asynchronous prefetchesTom Caputi2017-12-214-35/+112
* Fix multihost stale cache file importBrian Behlendorf2017-12-181-4/+8
* Suppress incorrect objtool warningsBrian Behlendorf2017-12-071-0/+5
* OpenZFS 8603 - rename zilog's "zl_writer_lock" to "zl_issuer_lock"Prakash Surya2017-12-061-22/+22
* OpenZFS 8585 - improve batching done in zil_commit()Prakash Surya2017-12-056-286/+1331
* Fix NFS sticky bit permission denied errorBrian Behlendorf2017-12-041-3/+2
* Preserve itx alloc size for zio_data_buf_free()Brian Behlendorf2017-12-041-2/+5
* Unbreak the scan status ABITom Caputi2017-11-301-5/+5
* Fix 'zfs get {user|group}objused@' functionalityLOLi2017-11-291-1/+1
* Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCTMark Wright2017-11-284-33/+33
* Update for cppcheck v1.80Brian Behlendorf2017-11-184-11/+12
* Fix ARC pointer overrunDeHackEd2017-11-171-9/+11
* Sequential scrub and resilversTom Caputi2017-11-1514-644/+2669
* Fix dirty check in dmu_offset_next()Brian Behlendorf2017-11-151-6/+4
* Fix truncate(2) mtime and ctime handlingLOLi2017-11-131-2/+2
* OpenZFS 7531 - Assign correct flags to prefetched buffersbenrubson2017-11-111-0/+12
* Long hold the dataset during upgradeArkadiusz Bubała2017-11-103-9/+24
* Fix encryption root hierarchy issueTom Caputi2017-11-081-1/+2
* Handle compressed buffers in __dbuf_hold_impl()Tim Chase2017-11-082-13/+45
* OpenZFS 8607 - variable set but not usedBrian Behlendorf2017-11-082-13/+11
* Bug fix in qat_compress.c when compressed size is < 4KBwli52017-11-071-4/+4
* Build regression in c89 cleanupsDon Brady2017-11-071-2/+3
* Undo c89 workarounds to match with upstreamDon Brady2017-11-0444-746/+414
* OpenZFS 8081 - Compiler warnings in zdbBrian Behlendorf2017-10-277-61/+95
* ZFS send fails to dump objects larger than 128PiBLOLi2017-10-263-17/+22
* OpenZFS 8558, 8602 - lwp_create() returns EAGAINBrian Behlendorf2017-10-262-9/+56
* Added no_scrub_restart flag to zpool reopenArkadiusz Bubała2017-10-261-9/+33
* Emit history events for 'zpool create'Brian Behlendorf2017-10-232-20/+23
* Support integration with new QAT productswli52017-10-201-3/+5
* Remove vn_rename and vn_remove dependencyBrian Behlendorf2017-10-191-9/+26