Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
85f20b39fd44310a163a9b33708fea57f08a4e40
/
drivers
/
scsi
/
megaraid
/
megaraid_sas.c
fd589a8
trivial: fix typo "to to" in multiple files
by Anand Gadiyar
· 15 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
ee1ab9e
[SCSI] megaraid_sas: switch to block timeout
by James Bottomley
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
242f9dc
block: unify request timeout handling
by Jens Axboe
· 16 years ago
66dca9b
[SCSI] megaraid_sas: remove sysfs dbg_lvl world writeable permissions
by Joe Malicki
· 16 years ago
6610a6b
[SCSI] megaraid_sas: add new controllers (0x78 0x79)
by Yang, Bo
· 16 years ago
530e6fc
[SCSI] megaraid_sas: add the shutdown DCMD cmd to driver shutdown routine
by Yang, Bo
· 16 years ago
06f579d
[SCSI] megaraid_sas: add readl to force PCI posting flush
by Yang, Bo
· 16 years ago
f2b9857
Add a bunch of cycle_kernel_lock() calls
by Jonathan Corbet
· 16 years ago
d21c95c
Add "no BKL needed" comments to several drivers
by Jonathan Corbet
· 16 years ago
33139b2
[SCSI] megaraid_sas: fix suspend/resume sections
by Jiri Slaby
· 17 years ago
127ce971
[SCSI] megaraid_sas; Update the Version and Changelog
by bo yang
· 17 years ago
af7a564
[SCSI] megaraid_sas: Add the new controller(1078DE) support to the driver
by bo yang
· 17 years ago
d532dbe
[SCSI] megaraid_sas: Fix the frame count calculation
by bo yang
· 17 years ago
b70a41e
[SCSI] megaraid_sas: rollback the sense info implementation
by bo yang
· 17 years ago
8f1bfa4c
scsi: megaraid: trivial drop duplicate mutex.h include
by Daniel Walker
· 17 years ago
d3f46f3
[SCSI] remove use_sg_chaining
by James Bottomley
· 17 years ago
f28cd7c
[SCSI] megaraid_sas: Update version and changelog
by bo yang
· 17 years ago
ad84db2
[SCSI] megaraid_sas: support for poll_mode_io (reduced interrupt)
by bo yang
· 17 years ago
7343eb6
[SCSI] megaraid_sas: call cmd completion from reset
by bo yang
· 17 years ago
b10c36a
[SCSI] megaraid_sas: use unsigned long for sense_buff ptr
by bo yang
· 17 years ago
14faea9
[SCSI] megaraid_sas: check max_sgl reported by FW for setting max_sectors_per_req
by bo yang
· 17 years ago
31ea708
[SCSI] megaraid_sas: add hibernation support
by bo yang
· 17 years ago
e5a69e2
[SCSI] megaraid_sas: Convert aen_mutex to the mutex API
by Matthias Kaehlcke
· 17 years ago
9cb83c7
[SCSI] add use_sg_chaining option to scsi_host_template
by FUJITA Tomonori
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
155d98f
[SCSI] megaraid_sas: convert to use the data buffer accessors
by FUJITA Tomonori
· 17 years ago
05e9ebb
[SCSI] megaraid_sas: intercept cmd timeout and throttle io
by Sumant Patro
· 17 years ago
cc5968c
[SCSI] megaraid_sas: update version and author info
by Sumant Patro
· 18 years ago
02b01e0
[SCSI] megaraid_sas: return sync cache call with success
by Sumant Patro
· 18 years ago
9f35fa8
[SCSI] megaraid_sas: replace pci_alloc_consitent with dma_alloc_coherent in ioctl path
by Sumant Patro
· 18 years ago
cf62a0a
[SCSI] megaraid_sas: add bios_param in scsi_host_template
by Sumant Patro
· 18 years ago
af37acf
[SCSI] megaraid_sas: do not process cmds if hw_crit_error is set
by Sumant Patro
· 18 years ago
00977a5
[PATCH] mark struct file_operations const 6
by Arjan van de Ven
· 18 years ago
3d6d174
[SCSI] megaraid_sas: Update module author
by Sumant Patro
· 18 years ago
b448de4
[SCSI] megaraid_sas: make 2 functions static
by Adrian Bunk
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
83aabc1
[SCSI] SCSI megaraid_sas: handle thrown errors
by Jeff Garzik
· 18 years ago
2a3681e
[SCSI] megaraid_sas: sets ioctl timeout and updates version,changelog
by Sumant Patro
· 18 years ago
5d018ad
[SCSI] megaraid_sas: adds tasklet for cmd completion
by Sumant Patro
· 18 years ago
658dced
[SCSI] megaraid_sas: prints pending cmds before setting hw_crit_error
by Sumant Patro
· 18 years ago
b274cab
[SCSI] megaraid_sas: function pointer for disable interrupt
by Sumant Patro
· 18 years ago
b1df99d
[SCSI] megaraid_sas: frame count optimization
by Sumant Patro
· 18 years ago
e3bbff9
[SCSI] megaraid_sas: FW transition and q size changes
by Sumant Patro
· 18 years ago
4041b9c
[SCSI] megaraid_sas: pci_module_init to pci_register_driver conversion
by Michal Piotrowski
· 18 years ago
f3d7271
[SCSI] convert to PCI_DEVICE() macro
by Henrik Kretzschmar
· 18 years ago
c4e00fa
Merge ../scsi-misc-2.6
by James Bottomley
· 18 years ago
1d6f359
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
0e98936
[SCSI] megaraid_sas: zcr with fix
by Sumant Patro
· 18 years ago
e4a082c
[SCSI] megaraid_sas: switch fw_outstanding to an atomic_t
by Sumant Patro
· 18 years ago
8b4b670
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 19 years ago
80682fa
Fix "frist", "fisrt", typos
by Uwe Zeisberger
· 19 years ago
e5b3a65
[SCSI] megaraid_sas: fix extended timeout handling
by Christoph Hellwig
· 19 years ago
147aab6
[SCSI] megaraid_sas: fix physical disk handling
by Christoph Hellwig
· 19 years ago
f9876f0
[SCSI] megaraid_sas: support for 1078 type controller added
by Sumant Patro
· 19 years ago
122da30
[SCSI] megaraid_sas: register 16 byte CDB capability
by Joshua Giles
· 19 years ago
1341c93
[SCSI] megaraid_sas: new template defined to represent each type of controllers
by Sumant Patro
· 19 years ago
cb59aa6
[SCSI] megaraid_sas: cleanup queue command path
by Sumant Patro
· 19 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
0b95067
[SCSI] turn most scsi semaphores into mutexes
by Arjan van de Ven
· 19 years ago
8a87a0b
Merge by hand (whitespace conflicts in libata.h)
by James Bottomley
· 19 years ago
733482e
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
by Olaf Hering
· 19 years ago
3072c4a
[SCSI] megaraid_sas: fix EH locking
by Christoph Hellwig
· 19 years ago
017560f
[SCSI] use sfoo_printk() in drivers
by Jeff Garzik
· 19 years ago
4339923
[PATCH] missing include in megaraid_sas
by Al Viro
· 19 years ago
c4a3e0a
[SCSI] MegaRAID SAS RAID: new driver
by Bagalkote, Sreenivas
· 19 years ago