summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* GCC 9.0: Fix ztest "directive argument is not a nul-terminated string"Tony Hutter2019-02-221-2/+2
* Add enclosure_symlinks option to vdev_idTony Hutter2019-02-221-3/+71
* vdev_id: new slot type sesSimon Guest2019-02-221-0/+17
* vdev_id: extension for new scsi topologySimon Guest2019-02-221-2/+116
* Honor --with-mounthelperdir where applicableLOLi2019-02-221-0/+2
* Fix flake8 "invalid escape sequence 'x'" warningBrian Behlendorf2018-11-081-1/+0
* Prefix all refcount functions with zfs_Tim Schumacher2018-11-081-5/+5
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-11-081-3/+3
* Zpool iostat: remove latency/queue scalingGregor Kopka2018-11-081-6/+6
* Skip import activity test in more zdb code pathsOlaf Faaland2018-11-081-15/+24
* Fix problems receiving reallocated dnodesTim Chase2018-07-061-1/+24
* Don't modify argv[] in user toolsDeHackEd2018-07-062-4/+32
* Fix arcstat.py handling of unsupported optionsLOLi2018-07-061-1/+1
* Default ashift for Amazon EC2 NVMe devicesTroels Nørgaard2018-07-061-0/+1
* Add pool state /proc entry, "SUSPENDED" poolsTony Hutter2018-07-061-1/+2
* Fedora 28: Fix misc bounds check compiler warningsTony Hutter2018-05-072-9/+15
* Report pool suspended due to MMPOlaf Faaland2018-05-071-0/+9
* Allow to limit zed's syslog chattinessTony Hutter2018-05-074-0/+35
* Fix some typosJohn Eismeier2018-03-142-4/+4
* Add SMART self-test results to zpool status -cTony Hutter2018-03-147-18/+133
* Add scrub after resilver zed scriptTony Hutter2018-03-146-7/+61
* Add SMART attributes for SSD and NVMebunder20152018-03-143-2/+24
* 'zfs receive' fails with "dataset is busy"LOLi2018-03-141-1/+1
* Fix zdb -ed on objset for exported poolChunwei Chen2018-03-141-11/+21
* Fix zdb -E segfaultChunwei Chen2018-03-141-2/+4
* Fix zdb -R decompressionChunwei Chen2018-03-141-20/+18
* Fix racy assignment of zcb.zcb_haderrorsChunwei Chen2018-03-141-2/+8
* ZTS: Fix create-o_ashift test caseLOLi2018-03-141-4/+4
* Fix shellcheck v0.4.6 warningsBrian Behlendorf2018-01-301-2/+2
* zhack: fix getopt return typeNathaniel Wesley Filardo2018-01-301-3/+3
* Fix 'zpool add' handling of nested interior VDEVsLOLi2018-01-301-2/+4
* Handle broken pipes in arc_summaryGiuseppe Di Natale2018-01-301-0/+13
* Handle invalid options in arc_summaryLOLi2018-01-301-5/+11
* Fix data on evict_skips in arc_summary.pyScot W. Stevenson2018-01-301-2/+3
* Minor code cleanups in arc_python.pyScot W. Stevenson2018-01-301-5/+7
* Fix arc_summary.py -d crash with Python3Scot W. Stevenson2018-01-301-8/+16
* Sort output of tunables in arc_summary.pyScot W. Stevenson2018-01-301-4/+8
* Add documentation strings to arc_summary.pyScot W. Stevenson2018-01-301-14/+42
* Rewrite fHits() in arc_summary.py with SI unitsScot W. Stevenson2018-01-301-29/+33
* Minor code cleanup in arc_summary.pyScot W. Stevenson2018-01-301-17/+8
* Rewrite of function fBytes() in arc_summary.pyScot W. Stevenson2018-01-301-29/+31
* Fix ZTS MMP tests and ztest -M behaviorOlaf Faaland2017-12-181-0/+3
* Fix 'zpool create|add' replication level checkBrian Behlendorf2017-12-041-2/+5
* Fix column alignment with long zpool namesGeorge G2017-12-041-2/+3
* arcstat: flush stdout / outfile after each lineFabian-Gruenbichler2017-11-201-0/+1
* Ensure arc_size_break is filled in arc_summary.pyGiuseppe Di Natale2017-11-201-22/+10
* Correct flake8 errors after STYLE builder updateGiuseppe Di Natale2017-11-201-1/+1
* Use bitwise '&' instead of logical '&&'Tobin Harding2017-10-161-2/+2
* Improved dnode allocation and dmu_hold_impl() (#6611)Giuseppe Di Natale2017-09-131-7/+29
* Fix range locking in ZIL commit codepathLOLi2017-08-211-0/+2