| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: avoid parsing names as kthread_run() format strings | Kees Cook | 2013-07-03 | 1 | -1/+2 |
* | mtip32xx: Correctly handle bio->bi_idx != 0 conditions | Sam Bradshaw | 2013-05-15 | 1 | -2/+3 |
* | mtip32xx: Fix NULL pointer dereference during module unload | Sam Bradshaw | 2013-05-15 | 1 | -1/+2 |
* | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 2 | -22/+68 |
|\ |
|
| * | mtip32xx: Workaround for unaligned writes | Asai Thambi S P | 2013-04-29 | 2 | -12/+58 |
| * | mtip32xx: mtip32xx: Disable TRIM support | Asai Thambi S P | 2013-04-14 | 1 | -0/+2 |
| * | mtip32xx: fix a smatch warning | Asai Thambi S P | 2013-04-14 | 1 | -10/+8 |
* | | mtip32xx: fix two smatch warnings | Jens Axboe | 2013-04-04 | 1 | -2/+2 |
* | | mtip32xx: Add debugfs entry device_status | Asai Thambi S P | 2013-04-03 | 2 | -12/+154 |
* | | mtip32xx: return 0 from pci probe in case of rebuild | Asai Thambi S P | 2013-04-03 | 1 | -0/+2 |
* | | mtip32xx: recovery from command timeout | Asai Thambi S P | 2013-04-03 | 1 | -90/+87 |
* | | mtip32xx: fix error return code in mtip_pci_probe() | Wei Yongjun | 2013-03-22 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'stable/for-jens-3.9' of git://git.kernel.org/pub/scm/linux/kern... | Jens Axboe | 2013-02-20 | 1 | -6/+18 |
|\ |
|
| * | mtip32xx: fix for crash when the device surprise removed during rebuild | Asai Thambi S P | 2013-01-11 | 1 | -2/+13 |
| * | mtip32xx: fix for driver hang after a command timeout | Asai Thambi S P | 2013-01-11 | 1 | -4/+5 |
* | | drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency | Heiko Carstens | 2013-02-07 | 1 | -1/+1 |
* | | drivers/block/mtip32xx/mtip32xx.c:1726:5: sparse: symbol 'mtip_send_trim' was... | Fengguang Wu | 2013-01-12 | 1 | -1/+1 |
* | | drivers/block/mtip32xx/mtip32xx.c:4029:1: sparse: symbol 'mtip_workq_sdbf0' w... | Fengguang Wu | 2013-01-12 | 1 | -8/+8 |
* | | mtip32xx: add trim support | Asai Thambi S P | 2013-01-11 | 2 | -0/+113 |
* | | mtip32xx: Add workqueue and NUMA support | Asai Thambi S P | 2013-01-11 | 2 | -83/+283 |
|/ |
|
* | mtip32xx: Fix padding issue | Selvan Mani | 2012-11-23 | 1 | -2/+2 |
* | mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function() | Wei Yongjun | 2012-11-23 | 1 | -1/+2 |
* | mtip32xx: fix shift larger than type warning | Jens Axboe | 2012-11-23 | 1 | -1/+2 |
* | mtip32xx: Fix incorrect mask used for erase mode | Selvan Mani | 2012-11-23 | 1 | -1/+1 |
* | mtip32xx: Fix to make lba address correct in big-endian systems | Selvan Mani | 2012-11-23 | 1 | -2/+6 |
* | mtip32xx: fix potential crash on SEC_ERASE_UNIT | Selvan Mani | 2012-11-23 | 1 | -2/+2 |
* | mtip32xx:Added appropriate timeout value for secure erase | Selvan Mani | 2012-10-30 | 2 | -4/+18 |
* | mtip32xx: fix user_buffer check in exec_drive_command | David Milburn | 2012-09-12 | 1 | -1/+1 |
* | mtip32xx: Remove dead code | Asai Thambi S P | 2012-09-12 | 1 | -6/+0 |
* | mtip32xx: Change printk to pr_xxxx | Asai Thambi S P | 2012-09-12 | 1 | -3/+3 |
* | mtip32xx: Proper reporting of write protect status on big-endian | Asai Thambi S P | 2012-09-12 | 1 | -2/+2 |
* | mtip32xx: Increase timeout for standby command | Asai Thambi S P | 2012-09-12 | 1 | -1/+1 |
* | mtip32xx: Handle NCQ commands during the security locked state | Asai Thambi S P | 2012-09-12 | 2 | -1/+11 |
* | mtip32xx: Add support for new devices | Asai Thambi S P | 2012-09-12 | 2 | -2/+14 |
* | mtip32xx: Create debugfs entries for troubleshooting | Asai Thambi S P | 2012-06-05 | 2 | -1/+165 |
* | mtip32xx: Remove 'registers' and 'flags' from sysfs | Asai Thambi S P | 2012-06-05 | 1 | -91/+1 |
* | mtip32xx: Remove version.h header file inclusion | Sachin Kamat | 2012-06-04 | 1 | -1/+0 |
* | mtip32xx: Changes to sysfs entries | Asai Thambi S P | 2012-05-31 | 1 | -19/+57 |
* | mtip32xx: Convert macro definitions for flag bits to enum | Asai Thambi S P | 2012-05-31 | 1 | -23/+25 |
* | mtip32xx: minor performance tweak | Asai Thambi S P | 2012-05-31 | 1 | -0/+2 |
* | mtip32xx: Fix to support more than one sector in exec_drive_command() | Asai Thambi S P | 2012-05-31 | 1 | -16/+44 |
* | mtip32xx: Use plain spinlock for 'cmd_issue_lock' | Asai Thambi S P | 2012-05-31 | 1 | -4/+2 |
* | mtip32xx: Set block queue boundary variables | Asai Thambi S P | 2012-05-31 | 1 | -0/+3 |
* | mtip32xx: Fix to handle TFE for PIO(IOCTL/internal) commands | Asai Thambi S P | 2012-05-31 | 1 | -30/+30 |
* | mtip32xx: Change HDIO_GET_IDENTITY to return stored data | Asai Thambi S P | 2012-05-31 | 1 | -6/+5 |
* | mtip32xx: Set custom timeouts for PIO commands | Asai Thambi S P | 2012-05-31 | 1 | -27/+28 |
* | mtip32xx: fix clearing an incorrect register in mtip_init_port | Asai Thambi S P | 2012-05-31 | 1 | -2/+1 |
* | mtip32xx: release the semaphore on an error path | Asai Thambi S P | 2012-05-11 | 1 | -1/+3 |
* | block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancy | Greg Kroah-Hartman | 2012-04-12 | 1 | -1/+1 |
* | mtip32xx: dump tagmap on failure | Asai Thambi S P | 2012-04-09 | 1 | -29/+33 |