aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix printk() calls missing log levelDeHackEd2017-09-251-3/+4
* Linux 3.14 compat: IO acct, global_page_state, etcGiuseppe Di Natale2017-09-161-2/+10
* Trim new line from zfs_vdev_schedulerBrian Behlendorf2017-09-051-18/+53
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-021-4/+4
* Linux 4.13 compat: bio->bi_status and blk_status_tBrian Behlendorf2017-07-231-5/+6
* Skip spurious resilver IO on raidz vdevIsaac Huang2017-05-121-0/+1
* OpenZFS 7448 - ZFS doesn't notice when disk vdevs have no write cacheGeorge Melikov2017-02-041-2/+0
* 4.10 compat - BIO flag changes and othersTim Chase2016-12-301-6/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-2/+2
* ABD page support to vdev_disk.cIsaac Huang2016-11-291-55/+24
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-2/+41
* Explicit block device plugging when submitting multiple BIOsIsaac Huang2016-09-291-0/+13
* Remove custom root pool import codeBrian Behlendorf2016-08-111-76/+0
* Linux 4.8 compat: REQ_OP and bio_set_op_attrs()Chunwei Chen2016-07-291-23/+30
* Linux 4.8 compat: submit_bio()Brian Behlendorf2016-07-291-2/+13
* Fix sync behavior for disk vdevsTim Chase2016-07-251-36/+21
* OpenZFS 6531 - Provide mechanism to artificially limit disk performanceTony Hutter2016-05-261-2/+3
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-121-7/+2
* Use udev for partition detectionBrian Behlendorf2016-04-251-5/+24
* Fix inverted logic on none elevator comparisonColin Ian King2016-04-151-1/+1
* Fix use-after-free in vdev_disk_physio_completionChunwei Chen2015-10-131-7/+10
* Fix synchronous behavior in __vdev_disk_physio()Brian Behlendorf2015-09-251-28/+8
* Linux 4.3 compat: bio_end_io_t / BIO_UPTODATELukas Wunner2015-09-251-16/+15
* zvol processing should use struct bioRichard Yao2015-09-041-3/+19
* Disable LBA weighting on files and SSDsRichard Yao2015-09-011-0/+3
* Linux 4.2 compat: remove bio->bi_cnt accessBrian Behlendorf2015-07-171-9/+0
* Translate sync zio to sync bioBoris Protopopov2015-07-131-2/+8
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-2/+2
* Illumos #5244 - zio pipeline callers should explicitly invoke next stageGeorge Wilson2015-04-301-9/+10
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-3/+3
* Use is_vmalloc_addr() in vdev_disk.cRichard Yao2015-01-161-1/+1
* bio_alloc() with __GFP_WAIT never returns NULLIsaac Huang2014-11-191-3/+5
* Illumos #4374Matthew Ahrens2014-07-301-2/+2
* Add assertion to catch 0-count pageChunwei Chen2014-04-251-0/+7
* Linux 3.14 compat: Immutable biovec changes in vdev_disk.cChunwei Chen2014-04-101-5/+5
* Invalidate Linux buffer cache on vdevs upon each flushRichard Yao2014-03-041-0/+1
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-65/+66
* Illumos #3598Matthew Ahrens2013-10-311-4/+5
* Use GFP_NOIO in vdev_disk_io_flush()Brian Behlendorf2013-07-101-1/+1
* 3246 ZFS I/O deadman threadGeorge.Wilson2013-05-011-3/+2
* build: resolve orthographic and other grammatical errorsJan Engelhardt2013-04-021-3/+3
* Fix hot sparesBrian Behlendorf2013-03-011-3/+5
* Remove wholedisk check from vdev_disk_open()Brian Behlendorf2013-02-281-14/+0
* Leaf vdevs should not be reopenedBrian Behlendorf2013-02-281-3/+16
* Remove the bio_empty_barrier() check.Etienne Dechamps2013-02-241-9/+0
* call_usermodehelper() should wait for processNed Bass2013-01-091-1/+1
* Set elevator for DM devices despite vdev_wholediskPrakash Surya2012-12-181-2/+9
* Remove 'Resized bio's/dio' warningBrian Behlendorf2012-10-221-1/+0
* Modify vdev_elevator_switch() to use elevator_change()Brian Behlendorf2012-10-031-18/+23
* Illumos #1948: zpool list should show more detailed pool infoChris Siden2012-09-191-1/+5