summaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev_disk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-3/+3
* Move partition scanning from userspace to module.Etienne Dechamps2012-07-171-2/+70
* Linux 2.6.37 compat, WRITE_FLUSH_FUABrian Behlendorf2011-06-171-1/+1
* Fix 4K sector supportBrian Behlendorf2011-05-271-7/+6
* Add missing ZFS tunablesBrian Behlendorf2011-05-041-1/+1
* Fix spurious -EFAULT when setting I/O schedulerBrian Behlendorf2011-04-221-17/+12
* Don't set I/O Scheduler for PartitionsBrian Behlendorf2011-03-101-0/+4
* Fix set block scheduler warningsBrian Behlendorf2011-02-251-6/+23
* Use 'noop' IO SchedulerBrian Behlendorf2011-02-101-0/+46
* Fix for access beyond end of device errorNed Bass2010-11-101-0/+2
* Linux 2.6.36 compat, synchronous bio flagBrian Behlendorf2010-11-101-2/+23
* Initial zio delay timingBrian Behlendorf2010-10-121-3/+9
* Add FAILFAST supportBrian Behlendorf2010-10-121-10/+4
* Fix negative zio->io_error which must be positive.Brian Behlendorf2010-10-121-2/+19
* Use stored whole_disk property when opening a vdevNed Bass2010-10-041-3/+13
* Add linux kernel disk supportBrian Behlendorf2010-08-311-0/+654