aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-40/+54
2014-03-13mtip32xx: mtip_async_complete() bug fixesSam Bradshaw2-39/+50
2014-03-13mtip32xx: Unmap the DMA segments before completing the IO requestFelipe Franciosi1-12/+12
2014-03-13mtip32xx: Set queue bounce limitFelipe Franciosi1-0/+1
2014-03-13mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range()Alexander Gordeev1-2/+2
2014-03-10mtip32xx: fix bad use of smp_processor_id()Jens Axboe1-1/+1
2014-02-21mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+2
2014-02-21mtip32xx: Remove superfluous call to pci_disable_msi()Alexander Gordeev1-1/+3
2014-02-18mtip32xx: Reduce the number of unaligned writes to 2Asai Thambi S P1-1/+1
2014-01-21mtip32xx: Correctly handle security locked conditionSam Bradshaw2-3/+15
2014-01-21mtip32xx: Make SGL container per-command to eliminate high order dma allocationSam Bradshaw2-97/+149
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-6/+7
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-3/+4
2013-11-08mtip32xx: dynamically allocate buffer in debugfs functionsDavid Milburn1-10/+37
2013-11-08mtip32xx: Add SRSI supportAsai Thambi S P2-182/+289
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+2
2013-05-15mtip32xx: Correctly handle bio->bi_idx != 0 conditionsSam Bradshaw1-2/+3
2013-05-15mtip32xx: Fix NULL pointer dereference during module unloadSam Bradshaw1-1/+2
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-22/+68
2013-04-29mtip32xx: Workaround for unaligned writesAsai Thambi S P2-12/+58
2013-04-14mtip32xx: mtip32xx: Disable TRIM supportAsai Thambi S P1-0/+2
2013-04-14mtip32xx: fix a smatch warningAsai Thambi S P1-10/+8
2013-04-04mtip32xx: fix two smatch warningsJens Axboe1-2/+2
2013-04-03mtip32xx: Add debugfs entry device_statusAsai Thambi S P2-12/+154
2013-04-03mtip32xx: return 0 from pci probe in case of rebuildAsai Thambi S P1-0/+2
2013-04-03mtip32xx: recovery from command timeoutAsai Thambi S P1-90/+87
2013-03-22mtip32xx: fix error return code in mtip_pci_probe()Wei Yongjun1-1/+3
2013-02-20Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.9/driversJens Axboe1-6/+18
2013-02-07drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependencyHeiko Carstens1-1/+1
2013-01-12drivers/block/mtip32xx/mtip32xx.c:1726:5: sparse: symbol 'mtip_send_trim' was not declared. Should it be static?Fengguang Wu1-1/+1
2013-01-12drivers/block/mtip32xx/mtip32xx.c:4029:1: sparse: symbol 'mtip_workq_sdbf0' was not declared. Should it be static?Fengguang Wu1-8/+8
2013-01-11mtip32xx: add trim supportAsai Thambi S P2-0/+113
2013-01-11mtip32xx: Add workqueue and NUMA supportAsai Thambi S P2-83/+283
2013-01-11mtip32xx: fix for crash when the device surprise removed during rebuildAsai Thambi S P1-2/+13
2013-01-11mtip32xx: fix for driver hang after a command timeoutAsai Thambi S P1-4/+5
2012-11-23mtip32xx: Fix padding issueSelvan Mani1-2/+2
2012-11-23mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function()Wei Yongjun1-1/+2
2012-11-23mtip32xx: fix shift larger than type warningJens Axboe1-1/+2
2012-11-23mtip32xx: Fix incorrect mask used for erase modeSelvan Mani1-1/+1
2012-11-23mtip32xx: Fix to make lba address correct in big-endian systemsSelvan Mani1-2/+6
2012-11-23mtip32xx: fix potential crash on SEC_ERASE_UNITSelvan Mani1-2/+2
2012-10-30mtip32xx:Added appropriate timeout value for secure eraseSelvan Mani2-4/+18
2012-09-12mtip32xx: fix user_buffer check in exec_drive_commandDavid Milburn1-1/+1
2012-09-12mtip32xx: Remove dead codeAsai Thambi S P1-6/+0
2012-09-12mtip32xx: Change printk to pr_xxxxAsai Thambi S P1-3/+3
2012-09-12mtip32xx: Proper reporting of write protect status on big-endianAsai Thambi S P1-2/+2
2012-09-12mtip32xx: Increase timeout for standby commandAsai Thambi S P1-1/+1
2012-09-12mtip32xx: Handle NCQ commands during the security locked stateAsai Thambi S P2-1/+11
2012-09-12mtip32xx: Add support for new devicesAsai Thambi S P2-2/+14