index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-31
scsi: sym53c8xx: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
1
-1
/
+1
2023-05-31
scsi: message: fusion: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
2
-3
/
+3
2023-05-31
scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
1
-1
/
+1
2023-05-31
scsi: lpfc: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
1
-1
/
+1
2023-05-31
scsi: dt-bindings: ufs: qcom: Add compatible for sa8775p
Bartosz Golaszewski
1
-0
/
+2
2023-05-31
scsi: ufs: core: Do not open code SZ_x
Avri Altman
6
-25
/
+25
2023-05-31
Merge patch series "ufs: Do not requeue while ungating the clock"
Martin K. Petersen
8
-76
/
+54
2023-05-31
scsi: ufs: Ungate the clock synchronously
Bart Van Assche
4
-62
/
+30
2023-05-31
scsi: ufs: Declare ufshcd_{hold,release}() once
Bart Van Assche
1
-3
/
+0
2023-05-31
scsi: ufs: Conditionally enable the BLK_MQ_F_BLOCKING flag
Bart Van Assche
1
-0
/
+1
2023-05-31
scsi: core: Support setting BLK_MQ_F_BLOCKING
Bart Van Assche
3
-7
/
+11
2023-05-31
scsi: core: Rework scsi_host_block()
Bart Van Assche
1
-5
/
+13
2023-05-31
scsi: virtio_scsi: Remove a useless function call
Christophe JAILLET
1
-3
/
+1
2023-05-31
scsi: ata: libata-scsi: Fix ata_msense_control kdoc comment
Damien Le Moal
1
-0
/
+1
2023-05-31
scsi: qla2xxx: Fix end of loop test
Dan Carpenter
1
-1
/
+1
2023-05-31
scsi: core: Only kick the requeue list if necessary
Bart Van Assche
1
-5
/
+8
2023-05-31
scsi: core: Trace SCSI sense data
Bart Van Assche
1
-2
/
+19
2023-05-31
scsi: core: Use min() instead of open-coding it
Bart Van Assche
1
-2
/
+1
2023-05-22
scsi: docs: sym53c8xx_2: Shorten chapter heading
Randy Dunlap
1
-3
/
+3
2023-05-22
scsi: docs: ncr53c8xx: Shorten chapter heading
Randy Dunlap
1
-3
/
+3
2023-05-22
scsi: docs: megaraid: Clarify chapter heading
Randy Dunlap
1
-3
/
+3
2023-05-22
scsi: docs: g_NCR5380: Shorten chapter heading
Randy Dunlap
1
-3
/
+3
2023-05-22
scsi: docs: scsi-generic: Multiple cleanups
Randy Dunlap
1
-32
/
+21
2023-05-22
scsi: docs: scsi_fc_transport: Fix typo in heading
Randy Dunlap
1
-4
/
+4
2023-05-22
scsi: docs: dc395x: Shorten the chapter heading
Randy Dunlap
1
-3
/
+3
2023-05-22
scsi: docs: scsi-changer: Shorten the chapter heading
Randy Dunlap
1
-3
/
+3
2023-05-22
scsi: docs: arcmsr: Use a chapter heading for clarity
Randy Dunlap
1
-0
/
+1
2023-05-22
scsi: docs: introduction: Multiple cleanups
Randy Dunlap
1
-13
/
+10
2023-05-22
scsi: docs: Organize the SCSI documentation
Randy Dunlap
1
-5
/
+32
2023-05-22
scsi: lpfc: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-4
/
+6
2023-05-22
scsi: mpi3mr: Fix the type used for pointers to bitmap
Christophe JAILLET
2
-5
/
+5
2023-05-22
scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()
Yuchen Yang
1
-1
/
+3
2023-05-22
scsi: ufs: core: Return earlier if ufshcd_hba_init_crypto_capabilities() fails
Keoseong Park
1
-3
/
+5
2023-05-22
Merge patch series "Add Command Duration Limits support"
Martin K. Petersen
24
-150
/
+1198
2023-05-22
scsi: ata: libata: Handle completion of CDL commands using policy 0xD
Niklas Cassel
5
-4
/
+295
2023-05-22
scsi: ata: libata: Set read/write commands CDL index
Damien Le Moal
4
-5
/
+46
2023-05-22
scsi: ata: libata: Add ATA feature control sub-page translation
Damien Le Moal
5
-29
/
+193
2023-05-22
scsi: ata: libata-scsi: Add support for CDL pages mode sense
Damien Le Moal
1
-22
/
+128
2023-05-22
scsi: ata: libata-scsi: Handle CDL bits in ata_scsiop_maint_in()
Damien Le Moal
1
-4
/
+26
2023-05-22
scsi: ata: libata: Detect support for command duration limits
Damien Le Moal
4
-23
/
+80
2023-05-22
scsi: ata: libata: Change ata_eh_request_sense() to not set CHECK_CONDITION
Niklas Cassel
1
-9
/
+16
2023-05-22
scsi: ata: libata-scsi: Remove unnecessary !cmd checks
Niklas Cassel
1
-6
/
+0
2023-05-22
scsi: sd: Handle read/write CDL timeout failures
Niklas Cassel
3
-0
/
+50
2023-05-22
scsi: sd: Set read/write command CDL index
Damien Le Moal
1
-6
/
+34
2023-05-22
scsi: core: Allow enabling and disabling command duration limits
Damien Le Moal
4
-0
/
+105
2023-05-22
scsi: core: Detect support for command duration limits
Damien Le Moal
5
-0
/
+98
2023-05-22
scsi: core: Support Service Action in scsi_report_opcode()
Damien Le Moal
3
-16
/
+27
2023-05-22
scsi: core: Support retrieving sub-pages of mode pages
Damien Le Moal
5
-12
/
+13
2023-05-22
scsi: core: Rename and move get_scsi_ml_byte()
Niklas Cassel
2
-6
/
+6
2023-05-22
scsi: core: Allow libata to complete successful commands via EH
Niklas Cassel
2
-1
/
+7
[next]