Use GFP_NOIO in vdev_disk_io_flush()
[zfs.git] / module / zfs / vdev_disk.c
2013-07-10 Brian BehlendorfUse GFP_NOIO in vdev_disk_io_flush()
2013-05-02 George.Wilson3246 ZFS I/O deadman thread
2013-04-02 Jan Engelhardtbuild: resolve orthographic and other grammatical errors
2013-03-01 Brian BehlendorfFix hot spares
2013-02-28 Brian BehlendorfRemove wholedisk check from vdev_disk_open()
2013-02-28 Brian BehlendorfLeaf vdevs should not be reopened
2013-02-24 Etienne DechampsRemove the bio_empty_barrier() check.
2013-01-10 Ned Basscall_usermodehelper() should wait for process
2012-12-18 Prakash SuryaSet elevator for DM devices despite vdev_wholedisk
2012-10-22 Brian BehlendorfRemove 'Resized bio's/dio' warning
2012-10-03 Brian BehlendorfModify vdev_elevator_switch() to use elevator_change()
2012-09-19 Chris SidenIllumos #1948: zpool list should show more detailed...
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-07-17 Etienne DechampsMove partition scanning from userspace to module.
2011-06-17 Brian BehlendorfLinux 2.6.37 compat, WRITE_FLUSH_FUA
2011-05-27 Brian BehlendorfFix 4K sector support
2011-05-04 Brian BehlendorfAdd missing ZFS tunables
2011-04-22 Brian BehlendorfFix spurious -EFAULT when setting I/O scheduler
2011-03-10 Brian BehlendorfDon't set I/O Scheduler for Partitions
2011-02-25 Brian BehlendorfFix set block scheduler warnings
2011-02-10 Brian BehlendorfUse 'noop' IO Scheduler
2010-11-11 Ned BassFix for access beyond end of device error
2010-11-11 Brian BehlendorfLinux 2.6.36 compat, synchronous bio flag
2010-10-12 Brian BehlendorfInitial zio delay timing
2010-10-12 Brian BehlendorfAdd FAILFAST support
2010-10-12 Brian BehlendorfFix negative zio->io_error which must be positive.
2010-10-04 Ned BassUse stored whole_disk property when opening a vdev
2010-08-31 Brian BehlendorfAdd linux kernel disk support