index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
mpi3mr
/
mpi3mr_os.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: mpi3mr: Split off bus_reset function from host_reset
Hannes Reinecke
2023-10-13
1
-20
/
+37
*
scsi: mpi3mr: Enhance handling of devices removed after controller reset
Ranjan Kumar
2023-08-07
1
-0
/
+13
*
scsi: mpi3mr: WRITE SAME implementation
Ranjan Kumar
2023-08-07
1
-24
/
+94
*
scsi: mpi3mr: Add support for more than 1MB I/O
Ranjan Kumar
2023-08-07
1
-4
/
+20
*
scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame alloca...
Ranjan Kumar
2023-04-11
1
-3
/
+3
*
Merge branch '6.3/scsi-fixes' into 6.4/scsi-staging
Martin K. Petersen
2023-03-31
1
-0
/
+25
|
\
|
*
scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()
Tomas Henzl
2023-03-07
1
-0
/
+7
|
*
scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()
Tomas Henzl
2023-03-07
1
-0
/
+6
|
*
scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()
Tomas Henzl
2023-03-07
1
-0
/
+11
|
*
scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt
Ranjan Kumar
2023-03-06
1
-0
/
+1
*
|
Merge patch series "Constify most SCSI host templates"
Martin K. Petersen
2023-03-24
1
-1
/
+1
|
\
\
|
*
|
scsi: mpi3mr: Declare SCSI host template const
Bart Van Assche
2023-03-24
1
-1
/
+1
|
|
/
*
|
scsi: mpi3mr: Update copyright year
Ranjan Kumar
2023-03-16
1
-1
/
+1
*
|
scsi: mpi3mr: Avoid escalating to higher level reset when target is removed
Ranjan Kumar
2023-03-16
1
-5
/
+23
*
|
scsi: mpi3mr: Successive VD delete and add causes FW fault
Ranjan Kumar
2023-03-16
1
-14
/
+34
|
/
*
scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization
Shin'ichiro Kawasaki
2023-02-21
1
-0
/
+4
*
scsi: mpi3mr: Suppress command reply debug prints
Shin'ichiro Kawasaki
2022-11-17
1
-1
/
+2
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-10-07
1
-70
/
+475
|
\
|
*
scsi: mpi3mr: Scan the devices during resume time
Sreekanth Reddy
2022-09-25
1
-0
/
+4
|
*
scsi: mpi3mr: Free enclosure objects during driver unload
Sreekanth Reddy
2022-09-25
1
-0
/
+19
|
*
scsi: mpi3mr: Graceful handling of surprise removal of PCIe HBA
Sreekanth Reddy
2022-09-25
1
-0
/
+45
|
*
scsi: mpi3mr: Support new power management framework
Sreekanth Reddy
2022-09-25
1
-20
/
+13
|
*
scsi: mpi3mr: Block I/Os while refreshing target dev objects
Sreekanth Reddy
2022-08-31
1
-10
/
+15
|
*
scsi: mpi3mr: Refresh SAS ports during soft reset
Sreekanth Reddy
2022-08-31
1
-0
/
+50
|
*
scsi: mpi3mr: Support SAS transport class callbacks
Sreekanth Reddy
2022-08-22
1
-2
/
+18
|
*
scsi: mpi3mr: Add framework to issue MPT transport cmds
Sreekanth Reddy
2022-08-22
1
-0
/
+2
|
*
scsi: mpi3mr: Add SAS SATA end devices to STL
Sreekanth Reddy
2022-08-22
1
-17
/
+67
|
*
scsi: mpi3mr: Get target object based on rphy
Sreekanth Reddy
2022-08-22
1
-10
/
+51
|
*
scsi: mpi3mr: Add expander devices to STL
Sreekanth Reddy
2022-08-22
1
-6
/
+30
|
*
scsi: mpi3mr: Enable STL on HBAs where multipath is disabled
Sreekanth Reddy
2022-08-22
1
-4
/
+27
|
*
scsi: mpi3mr: Add helper functions to manage device's port
Sreekanth Reddy
2022-08-22
1
-1
/
+1
|
*
scsi: mpi3mr: Add helper functions to retrieve device objects
Sreekanth Reddy
2022-08-22
1
-0
/
+3
|
*
scsi: mpi3mr: Enable Enclosure device add event
Sreekanth Reddy
2022-08-22
1
-2
/
+131
|
*
scsi: mpi3mr: Add framework to issue config requests
Sreekanth Reddy
2022-08-22
1
-0
/
+1
*
|
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
2022-08-22
1
-4
/
+1
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-08-04
1
-7
/
+284
|
\
|
*
scsi: mpi3mr: Delete a stray tab
Dan Carpenter
2022-07-18
1
-1
/
+1
|
*
scsi: mpi3mr: Reduce VD queue depth on detecting throttling
Sreekanth Reddy
2022-07-18
1
-0
/
+122
|
*
scsi: mpi3mr: Resource Based Metering
Sreekanth Reddy
2022-07-18
1
-7
/
+160
|
*
scsi: mpi3mr: Enable shared host tagset
Sreekanth Reddy
2022-07-07
1
-0
/
+2
*
|
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
John Garry
2022-07-06
1
-12
/
+4
|
/
*
scsi: mpi3mr: Add target device related sysfs attributes
Sreekanth Reddy
2022-05-19
1
-0
/
+1
*
scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERROR
Sreekanth Reddy
2022-05-10
1
-0
/
+6
*
scsi: mpi3mr: Hidden drives not removed during soft reset
Sreekanth Reddy
2022-05-10
1
-3
/
+5
*
scsi: mpi3mr: Increase I/O timeout value to 60s
Sreekanth Reddy
2022-05-10
1
-0
/
+4
*
scsi: mpi3mr: Expose adapter state to sysfs
Sumit Saxena
2022-05-02
1
-0
/
+1
*
scsi: mpi3mr: Add support for PEL commands
Sumit Saxena
2022-05-02
1
-0
/
+42
*
scsi: mpi3mr: Add support for MPT commands
Sumit Saxena
2022-05-02
1
-2
/
+2
*
scsi: mpi3mr: Add support for driver commands
Sumit Saxena
2022-05-02
1
-0
/
+3
*
scsi: mpi3mr: Add bsg device support
Sumit Saxena
2022-05-02
1
-0
/
+2
[next]