- c08b3f9 scsi: fusion: Fix error return code in mptfc_probe() by Wei Yongjun · 8 years ago
- b299053 scsi: mpt: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
- 77d4f08 scsi: mptfc: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
- 675e065 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
- 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
- 1354379 mptsas: fix checks for dma mapping errors by Alexey Khoroshilov · 9 years ago
- 1d64508 scsi: disable automatic target scan by Hannes Reinecke · 9 years ago
- e8c61ec mptbase: fixup error handling paths in mpt_attach() by Ewan D. Milne · 9 years ago
- 28558f5 mptfusion: hide unused seq_mpt_print_ioc_summary function by Arnd Bergmann · 9 years ago
- febdfbd Merge tag '4.4-scsi-mkp' into misc by James Bottomley · 9 years ago
- 4912120 mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl() by Dan Carpenter · 9 years ago
- 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
- e819cdb mptfusion: prevent some memory corruption by Dan Carpenter · 9 years ago
- 8cd1943 fusion: remove dead MTRR code by Luis R. Rodriguez · 10 years ago
- 2865c07 mptsas: fix depth param in scsi_track_queue_full by Tomas Henzl · 9 years ago
- db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
- c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
- 2ecb204 scsi: always assign block layer tags if enabled by Christoph Hellwig · 10 years ago
- 8f88dc4 mptfusion: don't change queue type in ->change_queue_depth by Christoph Hellwig · 10 years ago
- 609aa22 scsi: remove ordered_tags scsi_device field by Christoph Hellwig · 10 years ago
- 9a50aae Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
- 4089b71 mptfusion: enable no_write_same for vmware scsi disks by Chris J Arges · 10 years ago
- 6a38792 scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRS by Randy Dunlap · 10 years ago
- 5d46ad7 fusion: fix excess parameter kernel-doc warning by Randy Dunlap · 10 years ago
- f6e495a mptfusion: simplify rounding by Rasmus Villemoes · 10 years ago
- 9f21316 mptfusion: tweak null pointer checks by Joe Lawrence · 10 years ago
- 3269619 mptfusion: combine fw_event_work and its event_data by Joe Lawrence · 10 years ago
- c9834c7 mptfusion: make adapter prod_name[] a pointer by Joe Lawrence · 10 years ago
- 3e67c45 mptfusion: use memdup_user by Joe Lawrence · 10 years ago
- 5074b1b mptfusion: remove redundant kfree checks by Joe Lawrence · 10 years ago
- 5767d25 mptfusion: mark file-private functions as static by Joe Lawrence · 10 years ago
- 71e75c9 scsi: convert device_busy to atomic_t by Christoph Hellwig · 11 years ago
- 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
- 73d02c2 mptfusion: fix msgContext in mptctl_hp_hostinfo by Tomas Henzl · 10 years ago
- a48ac9e fusion: Remove use of DEF_SCSI_QCMD by Matthew Wilcox · 11 years ago
- ecc3bc9 fusion: Add free msg frames to the head, not tail of list by Matthew Wilcox · 11 years ago
- f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
- 64cdb41 MPT / PCI: Use pci_stop_and_remove_bus_device_locked() by Rafael J. Wysocki · 11 years ago
- 458b76e block: Kill bio_segments()/bi_vcnt usage by Kent Overstreet · 11 years ago
- 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
- f0689f0 mptctl: don't wank with fasync in ->release() by Al Viro · 12 years ago
- d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
- cac1970 fusion: switch to ->show_info() by Al Viro · 12 years ago
- 2f47787 block: Remove some unnecessary bi_vcnt usage by Kent Overstreet · 12 years ago
- 47b1ea7 Drivers: message: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
- 3012d60 drivers/message/fusion/mptscsih.c: missing break by Alan Cox · 12 years ago
- 20953a6 [SCSI] Fusion MPT: disable pci device when mpt map resoures failed by Hanjun Guo · 12 years ago
- 08615d7 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
- 9ceb5c1 drivers/message/fusion: use pci_dev->revision by Sergei Shtylyov · 12 years ago
- 83ff74e [SCSI] mptfusion: unlock on error in mpt_config() by Dan Carpenter · 13 years ago
- ee446fd tokenring: delete all remaining driver support by Paul Gortmaker · 12 years ago
- 210647a PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device by Yinghai Lu · 13 years ago
- d04baa1 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
- 85d3722 [SCSI] mptsas: Add device ID for SAS1068_820XELP. by Chandrakala Chavva · 13 years ago
- 8af3d8d [SCSI] fusion: ensure NUL-termination of MptCallbacksName elements by Ferenc Wagner · 13 years ago
- 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
- 513382c [SCSI] mptfusion: Added check for SILI bit in READ_16 CDB for DATA UNDERRUN ERRATA by nagalakshmi.nandigama@lsi.com · 13 years ago
- 98cbe37 [SCSI] mptfusion: Fix for device offline while doing aggressive HBA reset by kashyap.desai@lsi.com · 13 years ago
- 731f56c [SCSI] mptfusion: Bump version 3.4.20 by kashyap.desai@lsi.com · 13 years ago
- a38ae37 [SCSI] mptfusion: Avoid out of order Event processing due to cpu migration by kashyap.desai@lsi.com · 13 years ago
- e62cca1 [SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error condition by kashyap.desai@lsi.com · 13 years ago
- 3850b14 [SCSI] mptfusion: Set max sector count module parameter by kashyap.desai@lsi.com · 13 years ago
- e466e1c [SCSI] mptfusion : Added check for SILI bit in READ_6 CDB for DATA UNDERRUN ERRATA by Kashyap, Desai · 13 years ago
- 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
- 72ef0e5 [SCSI] mptsas: Fix annoying warning by Borislav Petkov · 14 years ago
- cbc78ae [SCSI] mptfusion: Bump version 3.4.19 by Kashyap, Desai · 14 years ago
- 19fff15 [SCSI] mptfusion: Adding inline data padding support for TAPE drive. by Kashyap, Desai · 14 years ago
- 56cee8d [SCSI] mptfusion: Remove debug print from mptscsih_qcmd() by Kashyap, Desai · 14 years ago
- aeaeb5c [SCSI] fusion: do not check serial_number in the abort handler by Christoph Hellwig · 14 years ago
- 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
- c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
- d100d40 message: change to new flag variable by matt mooney · 14 years ago
- 3487735 [SCSI] mptfusion: Remove bus reset for mptsas module by Kashyap, Desai · 14 years ago
- d75733d [SCSI] mptfusion: Support SAS2.0 Devices with SAS1.0 Controllers by Kashyap, Desai · 14 years ago
- d2b2147 [SCSI] mptfusion: Bump version 03.04.18 by Kashyap, Desai · 14 years ago
- bcfe42e [SCSI] mptfusion: Fix Incorrect return value in mptscsih_dev_reset by Kashyap, Desai · 14 years ago
- 84857c8 [SCSI] mptfusion: mptctl_release is required in mptctl.c by Kashyap, Desai · 14 years ago
- efee0bd [SCSI] mptfusion: Fix memory leak in mptctl_getiocinfo() by Jesper Juhl · 14 years ago
- 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
- f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
- b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
- c70b529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
- c45d15d scsi: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
- 1c1acab [SCSI] drivers/message/fusion: Return -ENOMEM on memory allocation failure by Julia Lawall · 14 years ago
- fc58fb1 fusion: add function parameter names to kernel-doc by Randy Dunlap · 14 years ago
- 1f5cfe2 fusion: fix non-kernel-doc comment block by Randy Dunlap · 14 years ago
- c29c08b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
- 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
- 71740c4 fusion: fix kernel-doc warnings by Randy Dunlap · 14 years ago
- eb6edad mpt fusion: convert to seq_file by Alexey Dobriyan · 14 years ago
- 57ba471 param: use module_param in drivers/message/fusion/mptbase.c by Rusty Russell · 14 years ago
- 081f4f4 [SCSI] drivers/message/fusion: Adjust confusing if indentation by Julia Lawall · 14 years ago
- 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
- 653c42d [SCSI] mptfusion: release resources in error return path by Tomas Henzl · 14 years ago
- 943a2df [SCSI] mptfusion: Bump version 03.04.17 by Kashyap, Desai · 14 years ago
- 213aaca [SCSI] mptfusion: Extra debug prints added relavent to Device missing delay error handling by Kashyap, Desai · 14 years ago
- c9de7dc [SCSI] mptfusion: Block Error handling for deleting devices or Device in DMD by Kashyap, Desai · 14 years ago
- 97009a2 [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeout by Kei Tokunaga · 14 years ago