aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Improve rate at which new zvols are processedJohn Gallagher2019-05-041-2/+2
* Linux 5.0 compat: Remove incorrect ASSERTBrian Behlendorf2019-04-291-1/+0
* Add TRIM supportBrian Behlendorf2019-03-291-3/+26
* zpool reports 16E expandsize on disks with oddball number of sectorsloli10K2019-02-221-4/+11
* Linux 5.0 compat: Fix bio_set_dev()Brian Behlendorf2019-01-281-2/+27
* Linux 5.0 compat: Convert MS_* macros to SB_*Tony Hutter2019-01-281-1/+2
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-0/+1
* zfs_dbgmsg() is not safe from every contextLOLi2018-11-281-3/+10
* vdev_disk_error() prints ASCII SOH to debug logLOLi2018-09-211-4/+3
* Add support for autoexpand propertyBrian Behlendorf2018-07-231-134/+150
* Linux 4.14 compat: blk_queue_stackable()Brian Behlendorf2018-06-191-14/+11
* zpool reopen should detect expanded devicesSara Hartse2018-05-311-11/+35
* Update build system and packagingBrian Behlendorf2018-05-291-1/+0
* module param callbacks check for initialized spaOlaf Faaland2018-05-111-11/+13
* OpenZFS 8961 - SPA load/import should tell us why it failedPavel Zakharov2018-05-081-1/+3
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-0/+1
* 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