summaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-02-201-6/+18
|\
| * mtip32xx: fix for crash when the device surprise removed during rebuildAsai Thambi S P2013-01-111-2/+13
| * mtip32xx: fix for driver hang after a command timeoutAsai Thambi S P2013-01-111-4/+5
* | drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependencyHeiko Carstens2013-02-071-1/+1
* | drivers/block/mtip32xx/mtip32xx.c:1726:5: sparse: symbol 'mtip_send_trim' was...Fengguang Wu2013-01-121-1/+1
* | drivers/block/mtip32xx/mtip32xx.c:4029:1: sparse: symbol 'mtip_workq_sdbf0' w...Fengguang Wu2013-01-121-8/+8
* | mtip32xx: add trim supportAsai Thambi S P2013-01-112-0/+113
* | mtip32xx: Add workqueue and NUMA supportAsai Thambi S P2013-01-112-83/+283
|/
* mtip32xx: Fix padding issueSelvan Mani2012-11-231-2/+2
* mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function()Wei Yongjun2012-11-231-1/+2
* mtip32xx: fix shift larger than type warningJens Axboe2012-11-231-1/+2
* mtip32xx: Fix incorrect mask used for erase modeSelvan Mani2012-11-231-1/+1
* mtip32xx: Fix to make lba address correct in big-endian systemsSelvan Mani2012-11-231-2/+6
* mtip32xx: fix potential crash on SEC_ERASE_UNITSelvan Mani2012-11-231-2/+2
* mtip32xx:Added appropriate timeout value for secure eraseSelvan Mani2012-10-302-4/+18
* mtip32xx: fix user_buffer check in exec_drive_commandDavid Milburn2012-09-121-1/+1
* mtip32xx: Remove dead codeAsai Thambi S P2012-09-121-6/+0Star
* mtip32xx: Change printk to pr_xxxxAsai Thambi S P2012-09-121-3/+3
* mtip32xx: Proper reporting of write protect status on big-endianAsai Thambi S P2012-09-121-2/+2
* mtip32xx: Increase timeout for standby commandAsai Thambi S P2012-09-121-1/+1
* mtip32xx: Handle NCQ commands during the security locked stateAsai Thambi S P2012-09-122-1/+11
* mtip32xx: Add support for new devicesAsai Thambi S P2012-09-122-2/+14
* mtip32xx: Create debugfs entries for troubleshootingAsai Thambi S P2012-06-052-1/+165
* mtip32xx: Remove 'registers' and 'flags' from sysfsAsai Thambi S P2012-06-051-91/+1Star
* mtip32xx: Remove version.h header file inclusionSachin Kamat2012-06-041-1/+0Star
* mtip32xx: Changes to sysfs entriesAsai Thambi S P2012-05-311-19/+57
* mtip32xx: Convert macro definitions for flag bits to enumAsai Thambi S P2012-05-311-23/+25
* mtip32xx: minor performance tweakAsai Thambi S P2012-05-311-0/+2
* mtip32xx: Fix to support more than one sector in exec_drive_command()Asai Thambi S P2012-05-311-16/+44
* mtip32xx: Use plain spinlock for 'cmd_issue_lock'Asai Thambi S P2012-05-311-4/+2Star
* mtip32xx: Set block queue boundary variablesAsai Thambi S P2012-05-311-0/+3
* mtip32xx: Fix to handle TFE for PIO(IOCTL/internal) commandsAsai Thambi S P2012-05-311-30/+30
* mtip32xx: Change HDIO_GET_IDENTITY to return stored dataAsai Thambi S P2012-05-311-6/+5Star
* mtip32xx: Set custom timeouts for PIO commandsAsai Thambi S P2012-05-311-27/+28
* mtip32xx: fix clearing an incorrect register in mtip_init_portAsai Thambi S P2012-05-311-2/+1Star
* mtip32xx: release the semaphore on an error pathAsai Thambi S P2012-05-111-1/+3
* block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancyGreg Kroah-Hartman2012-04-121-1/+1
* mtip32xx: dump tagmap on failureAsai Thambi S P2012-04-091-29/+33
* mtip32xx: fix handling of commands in various scenariosAsai Thambi S P2012-04-092-51/+132
* mtip32xx: Shorten macro namesAsai Thambi S P2012-04-092-77/+75Star
* mtip32xx: misc changesAsai Thambi S P2012-04-091-22/+44
* mtip32xx: Add new sysfs entry 'status'Asai Thambi S P2012-04-092-29/+313
* mtip32xx: make setting comp_time as commonAsai Thambi S P2012-04-091-11/+5Star
* mtip32xx: Add new bitwise flag 'dd_flag'Asai Thambi S P2012-04-092-55/+168
* mtip32xx: fix error handling in mtip_init()Ryosuke Saito2012-04-051-4/+11
* mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and...Asai Thambi S P2012-03-231-11/+8Star
* mtip32xx: removed the irrelevant argument of mtip_hw_submit_io() and the unus...Asai Thambi S P2012-02-072-11/+5Star
* mtip32xx: do rebuild monitoring asynchronouslyAsai Thambi S P2012-01-042-40/+65
* mtip32xx: uninitialized variable in mtip_quiesce_io()Dan Carpenter2011-11-241-1/+2
* mtip32xx: updates based on feedbackAsai Thambi S P2011-11-232-154/+230