summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Suppress incorrect objtool warningsBrian Behlendorf2017-12-072-0/+8
* 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-2812-124/+126
* 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-0447-762/+423
* 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
* Fix ASSERT in dmu_free_long_object_raw()Tom Caputi2017-10-181-3/+4
* Post-Encryption FollowupBrian Behlendorf2017-10-1315-329/+518
|\
| * Fix for #6714Tom Caputi2017-10-111-2/+2
| * Fix for #6706Tom Caputi2017-10-112-18/+72
| * Fix for #6703Tom Caputi2017-10-111-18/+6
| * Fixes for #6639Tom Caputi2017-10-116-61/+143
| * Encryption patch follow-upTom Caputi2017-10-1111-229/+293
| * Relax ASSERT for #6526Tom Caputi2017-10-111-1/+2
* | SPARC optimizations for Encode()KireinaHoro2017-10-121-5/+17
* | SPARC optimizations for SHA1Transform()KireinaHoro2017-10-121-1/+164
|/
* Fix coverity defects: CID 147474Tobin Harding2017-10-101-1/+2
* Skip FREEOBJECTS for objects which can't existFabian Grünbichler2017-10-101-0/+16
* Free objects when receiving full stream as cloneFabian Grünbichler2017-10-101-1/+54
* Fix ARC behavior on 32-bit systemsBrian Behlendorf2017-10-101-27/+58
* Fix abdstats kstat on 32-bit systemsBrian Behlendorf2017-10-061-2/+2
* Remove unnecessary equality checkTobin Harding2017-10-051-1/+1
* Use linear abd in vdev_copy_uberblocks()Isaac Huang2017-10-051-1/+1
* Remove dead code from AVL treeBrian Behlendorf2017-10-051-71/+4
* receive_freeobjects() skips freeing some objectsNed Bass2017-10-021-4/+2
* Update the default for zfs_txg_historyAlek P2017-09-291-2/+2
* Scale the dbuf cache with arc_cchrisrd2017-09-292-8/+19
* Fix printk() calls missing log levelDeHackEd2017-09-251-3/+4