summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Handle zap_add() failures in mixed ... "Tony Hutter2018-04-099-290/+32
* Fix 'zfs send/recv' hang with 16M blocksBrian Behlendorf2018-04-082-4/+37
* Clean up (k)shlib and cfg file shebangsGiuseppe Di Natale2018-04-0825-30/+27
* Fix "file is executable, but no shebang" warningsTony Hutter2018-04-0683-148/+296
* Exclude python scripts from RPM shebang checkTony Hutter2018-04-061-0/+10
* systemd mount generator and tracking ZEDLETAntonio Russo2018-04-0612-3/+282
* Fixes for SNPRINTF_BLKPTR with encrypted BP'sMatthew Ahrens2018-04-063-17/+27
* Fix divide-by-zero in mmp_delay_update()Olaf Faaland2018-04-061-1/+1
* Make encrypted "zfs mount -a" failures consistentTom Caputi2018-04-062-3/+26
* Update mmp_delay on sync or skipped, failed writeOlaf Faaland2018-04-046-47/+93
* Fedora 28: Fix misc bounds check compiler warningsTony Hutter2018-04-0410-34/+77
* Fix spa reference leak in zfs_ioc_pool_scanLOLi2018-04-031-3/+3
* Fix add_nested_replacing_spare test caseLOLi2018-04-031-1/+1
* Remove ASSERT() in l2arc_apply_transforms()Tim Chase2018-03-311-4/+4
* Decryption error handling improvementsTom Caputi2018-03-319-23/+68
* Encrypted dnode blocks should be prefetched rawTom Caputi2018-03-311-2/+7
* Fix hung z_zvol tasks during 'zfs receive'LOLi2018-03-303-1/+16
* zfs-functions: skip lines where mntpnt is 'none'Georgy Yakovlev2018-03-301-0/+2
* OpenZFS 9164 - assert: newds == os->os_dsl_datasetAndriy Gapon2018-03-306-25/+32
* Add support for nvme based devidsDon Brady2018-03-291-2/+13
* Resolve QAT issues with incompressible dataTom Caputi2018-03-293-37/+106
* Fix ASSERT in dsl_scan_fini() and cleanup commentsTom Caputi2018-03-281-13/+13
* chmod -x on etc/init.d/zfs-*.in automake filesTony Hutter2018-03-284-0/+0
* Fix mmap / libaio deadlockBrian Behlendorf2018-03-2814-5/+184
* Remove libattr requirementDeHackEd2018-03-274-15/+2
* OpenZFS 9321 - arc_loan_compressed_buf() can increment arc_loaned_bytes by th...Allan Jude2018-03-261-2/+2
* Fedora 28: Fix "Macro %_dracutdir has empty body"Tony Hutter2018-03-251-4/+17
* Don't count embedded bps in read statsTom Caputi2018-03-231-1/+3
* OpenZFS 9193 - bootcfg -C doesn't workPaul Dagnelie2018-03-221-2/+3
* Clarify zpool actions for an intent log devicePeter Ashford2018-03-221-2/+3
* modprobe zfs during dracut mountkpande2018-03-221-0/+1
* enable zfs_dbgmsg() by default, without dprintf()Matthew Ahrens2018-03-215-28/+38
* Fix spelling errors in commentsTom Caputi2018-03-214-47/+48
* Add support for nvme disk detectiontimor2018-03-211-0/+14
* Add comments for portable dnode / objset flagsTom Caputi2018-03-202-1/+13
* Add JSON output support to channel programsAlek P2018-03-1913-11/+639
* Fix deadlock in IO pipelineBrian Behlendorf2018-03-161-1/+11
* Allow QAT to handle non page-aligned buffersTom Caputi2018-03-162-34/+60
* Report pool suspended due to MMPOlaf Faaland2018-03-1510-11/+38
* SHA256 QAT accelerationTom Caputi2018-03-155-27/+235
* OpenZFS 9076 - Adjust perf test concurrency settingsStephen Blinick2018-03-155-10/+55
* 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-132-11/+66
* Add kernel module auto-loadingBrian Behlendorf2018-03-1310-17/+66
* Add zfs_scan_ignore_errors tunableTim Chase2018-03-132-0/+30
* Destroy makes full snap list before destroyingPaul Zuchowski2018-03-122-7/+18
* Fix race in trace point in zrl_add_implChunwei Chen2018-03-122-10/+12
* 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