index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
megaraid
/
megaraid_sas_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-12
Merge tag '4.4-scsi-mkp' into misc
James Bottomley
1
-140
/
+318
2015-11-09
scsi: use host wide tags by default
Christoph Hellwig
1
-8
/
+0
2015-11-09
megaraid_sas: Make tape drives visible on PERC5 controllers
Sumit Saxena
1
-3
/
+17
2015-11-02
megaraid_sas : SMAP restriction--do not access user memory from IOCTL code
sumit.saxena@avagotech.com
1
-2
/
+11
2015-10-29
megaraid_sas: Make PI enabled VD 8 byte DMA aligned
sumit.saxena@avagotech.com
1
-0
/
+34
2015-10-29
megaraid_sas: Initialize tasklet before setting up IRQs
sumit.saxena@avagotech.com
1
-2
/
+3
2015-10-29
megaraid_sas: Indicate online firmware upgrade support for Secure JBOD feature
sumit.saxena@avagotech.com
1
-4
/
+4
2015-10-29
megaraid_sas: Update OCR capability on controller properties change
sumit.saxena@avagotech.com
1
-4
/
+7
2015-10-29
megaraid_sas: Do not use PAGE_SIZE for max_sectors
sumit.saxena@avagotech.com
1
-1
/
+1
2015-10-29
megaraid_sas: Support for Cutlass (12 Gbps) controller
sumit.saxena@avagotech.com
1
-0
/
+6
2015-10-29
megaraid_sas: Support for Intruder (12 Gbps) controller
sumit.saxena@avagotech.com
1
-0
/
+8
2015-10-29
megaraid_sas: Remove PCI id checks
sumit.saxena@avagotech.com
1
-105
/
+47
2015-10-29
megaraid_sas: Expose TAPE drives unconditionally
sumit.saxena@avagotech.com
1
-2
/
+3
2015-10-29
megaraid_sas: Code refactor for use of requestorId
sumit.saxena@avagotech.com
1
-17
/
+18
2015-10-29
megaraid_sas: Print critical firmware event messages
sumit.saxena@avagotech.com
1
-0
/
+61
2015-10-29
megaraid_sas: JBOD sequence number support
sumit.saxena@avagotech.com
1
-1
/
+99
2015-10-29
megaraid_sas: Increase timeout to 60 secs for abort frames during shutdown
sumit.saxena@avagotech.com
1
-2
/
+2
2015-08-26
megaraid_sas: fix whitespace errors
Bjorn Helgaas
1
-126
/
+118
2015-08-26
megaraid_sas: use dev_printk when possible
Bjorn Helgaas
1
-154
/
+150
2015-06-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-398
/
+341
2015-06-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-06-13
megaraid: fix irq setup process regression
Tomas Henzl
1
-16
/
+14
2015-06-01
megaraid_sas : Modify return value of megasas_issue_blocked_cmd() and wait_an...
Sumit.Saxena@avagotech.com
1
-40
/
+27
2015-05-26
megaraid_sas: fix kerneldoc
Geert Uytterhoeven
1
-1
/
+1
2015-05-25
megaraid_sas : swap whole register in megasas_register_aen
Christoph Hellwig
1
-2
/
+2
2015-05-25
megaraid_sas : add missing byte swaps to the sriov code
Christoph Hellwig
1
-21
/
+25
2015-05-25
megaraid_sas : move endianness conversion into caller of megasas_get_seq_num
Christoph Hellwig
1
-6
/
+6
2015-05-25
megaraid_sas : add endianness conversions for all ones
Christoph Hellwig
1
-1
/
+1
2015-05-25
megaraid_sas : add endianness annotations
Christoph Hellwig
1
-1
/
+1
2015-05-25
megaraid_sas : add missing __iomem annotations
Christoph Hellwig
1
-4
/
+5
2015-05-25
megaraid_sas : megasas_complete_outstanding_ioctls() can be static
kbuild test robot
1
-1
/
+1
2015-05-25
megaraid_sas : Support for Avago's Single server High Availability product
Sumit.Saxena@avagotech.com
1
-1
/
+14
2015-05-25
megaraid_sas : Add release date and update driver version
Sumit.Saxena@avagotech.com
1
-0
/
+19
2015-05-25
megaraid_sas : Modify driver's meta data to reflect Avago
Sumit.Saxena@avagotech.com
1
-3
/
+3
2015-05-25
megaraid_sas : Use Block layer tag support for internal command indexing
Sumit.Saxena@avagotech.com
1
-115
/
+57
2015-05-25
megaraid_sas : Enhanced few prints
Sumit.Saxena@avagotech.com
1
-25
/
+24
2015-05-25
megaraid_sas : Move controller's queue depth calculation in adapter specific ...
Sumit.Saxena@avagotech.com
1
-24
/
+15
2015-05-25
megaraid_sas : Add separate functions for building sysPD IOs and non RW LDIOs
Sumit.Saxena@avagotech.com
1
-2
/
+2
2015-05-25
megaraid_sas : Add separate function for setting up IRQs
Sumit.Saxena@avagotech.com
1
-146
/
+135
2015-01-09
megaraid_sas: remove redundant memset call
Sumit.Saxena@avagotech.com
1
-2
/
+0
2015-01-09
megaraid_sas: reserve commands for IOCTLs and internal DCMDs
Sumit.Saxena@avagotech.com
1
-34
/
+35
2015-01-09
megaraid_sas: complete outstanding IOCTLs before killing adapter
Sumit.Saxena@avagotech.com
1
-11
/
+54
2015-01-09
megaraid_sas: add support for secure JBOD
Sumit.Saxena@avagotech.com
1
-10
/
+18
2015-01-09
megaraid_sas: endianness related bug fixes and code optimization
Sumit.Saxena@avagotech.com
1
-13
/
+11
2014-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
1
-12
/
+1
2014-11-24
scsi: don't allow setting of queue_depth bigger than can_queue
Christoph Hellwig
1
-2
/
+0
2014-11-24
megaraid_sas: do not process IOCTLs and SCSI commands during driver removal
Sumit.Saxena@avagotech.com
1
-4
/
+15
2014-11-24
megaraid_sas: corrected return of wait_event from abort frame path
Sumit.Saxena@avagotech.com
1
-1
/
+1
2014-11-24
megaraid_sas: online Firmware upgrade support for Extended VD feature
Sumit.Saxena@avagotech.com
1
-12
/
+70
[next]