]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/vdev_disk.c
OpenZFS 6531 - Provide mechanism to artificially limit disk performance
[mirror_zfs.git] / module / zfs / vdev_disk.c
2016-05-26 Tony HutterOpenZFS 6531 - Provide mechanism to artificially limit...
2016-05-12 Tony HutterAdd -lhHpw options to "zpool iostat" for avg latency...
2016-04-25 Brian BehlendorfUse udev for partition detection
2016-04-15 Colin Ian KingFix inverted logic on none elevator comparison
2015-10-13 Chunwei ChenFix use-after-free in vdev_disk_physio_completion
2015-09-25 Brian BehlendorfFix synchronous behavior in __vdev_disk_physio()
2015-09-25 Lukas WunnerLinux 4.3 compat: bio_end_io_t / BIO_UPTODATE
2015-09-04 Brian BehlendorfMerge branch 'zvol'
2015-09-04 Richard Yaozvol processing should use struct bio
2015-09-01 Richard YaoDisable LBA weighting on files and SSDs
2015-07-17 Brian BehlendorfLinux 4.2 compat: remove bio->bi_cnt access
2015-07-13 Boris ProtopopovTranslate sync zio to sync bio
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-04-30 George WilsonIllumos #5244 - zio pipeline callers should explicitly...
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2015-01-16 Richard YaoUse is_vmalloc_addr() in vdev_disk.c
2014-11-19 Isaac Huangbio_alloc() with __GFP_WAIT never returns NULL
2014-07-30 Matthew AhrensIllumos #4374
2014-04-25 Chunwei ChenAdd assertion to catch 0-count page
2014-04-10 Chunwei ChenLinux 3.14 compat: Immutable biovec changes in vdev_disk.c
2014-03-04 Richard YaoInvalidate Linux buffer cache on vdevs upon each flush
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-10-31 Matthew AhrensIllumos #3598
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-18 Brian BehlendorfMerge branch 'zpl'
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