aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/mtip32xx/mtip32xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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 P1-0/+96
2013-01-11mtip32xx: Add workqueue and NUMA supportAsai Thambi S P1-79/+256
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 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 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 Mani1-4/+15
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 P1-1/+9
2012-09-12mtip32xx: Add support for new devicesAsai Thambi S P1-1/+7
2012-06-05mtip32xx: Create debugfs entries for troubleshootingAsai Thambi S P1-1/+161
2012-06-05mtip32xx: Remove 'registers' and 'flags' from sysfsAsai Thambi S P1-91/+1
2012-05-31mtip32xx: Changes to sysfs entriesAsai Thambi S P1-19/+57
2012-05-31mtip32xx: minor performance tweakAsai Thambi S P1-0/+2
2012-05-31mtip32xx: Fix to support more than one sector in exec_drive_command()Asai Thambi S P1-16/+44
2012-05-31mtip32xx: Use plain spinlock for 'cmd_issue_lock'Asai Thambi S P1-4/+2
2012-05-31mtip32xx: Set block queue boundary variablesAsai Thambi S P1-0/+3
2012-05-31mtip32xx: Fix to handle TFE for PIO(IOCTL/internal) commandsAsai Thambi S P1-30/+30
2012-05-31mtip32xx: Change HDIO_GET_IDENTITY to return stored dataAsai Thambi S P1-6/+5
2012-05-31mtip32xx: Set custom timeouts for PIO commandsAsai Thambi S P1-27/+28
2012-05-31mtip32xx: fix clearing an incorrect register in mtip_init_portAsai Thambi S P1-2/+1
2012-05-11mtip32xx: release the semaphore on an error pathAsai Thambi S P1-1/+3
2012-04-09mtip32xx: dump tagmap on failureAsai Thambi S P1-29/+33
2012-04-09mtip32xx: fix handling of commands in various scenariosAsai Thambi S P1-37/+107
2012-04-09mtip32xx: Shorten macro namesAsai Thambi S P1-63/+61
2012-04-09mtip32xx: misc changesAsai Thambi S P1-22/+44
2012-04-09mtip32xx: Add new sysfs entry 'status'Asai Thambi S P1-29/+294
2012-04-09mtip32xx: make setting comp_time as commonAsai Thambi S P1-11/+5
2012-04-09mtip32xx: Add new bitwise flag 'dd_flag'Asai Thambi S P1-50/+161
2012-04-05mtip32xx: fix error handling in mtip_init()Ryosuke Saito1-4/+11
2012-03-23mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and start port in mtip_restart_port()Asai Thambi S P1-11/+8
2012-02-07mtip32xx: removed the irrelevant argument of mtip_hw_submit_io() and the unused member of struct driver_dataAsai Thambi S P1-6/+5
2012-01-04mtip32xx: do rebuild monitoring asynchronouslyAsai Thambi S P1-40/+64
2011-11-24mtip32xx: uninitialized variable in mtip_quiesce_io()Dan Carpenter1-1/+2
2011-11-23mtip32xx: updates based on feedbackAsai Thambi S P1-140/+202
2011-11-05mtip32xx: update to new ->make_request() APIJens Axboe1-10/+5
2011-11-05mtip32xx: add module.h include to avoid conflict with moduleh treeJens Axboe1-0/+1
2011-11-05mtip32xx: mark a few more items staticJens Axboe1-2/+2
2011-11-05mtip32xx: ensure that all local functions are staticJens Axboe1-319/+313
2011-11-05mtip32xx: cleanup compat ioctl handlingJens Axboe1-87/+64
2011-11-05mtip32xx: fix warnings/errors on 32-bit compilesJens Axboe1-7/+23