Age | Commit message (Expand) | Author | Files | Lines |
2021-05-08 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 9 | -483/+432 |
2021-05-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 14 | -70/+2 |
2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 12 | -70/+0 |
2021-05-07 | include: remove pagemap.h from blkdev.h | Matthew Wilcox (Oracle) | 1 | -0/+1 |
2021-05-07 | proc: mandate ->proc_lseek in "struct proc_ops" | Alexey Dobriyan | 1 | -0/+1 |
2021-05-05 | Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+1 |
2021-05-03 | scsi: fnic: Use scsi_host_busy_iter() to traverse commands | Hannes Reinecke | 1 | -446/+375 |
2021-05-03 | scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io() | Hannes Reinecke | 1 | -6/+3 |
2021-05-03 | scsi: scsi_debug: Fix cmd_per_lun, set to max_queue | Douglas Gilbert | 1 | -8/+16 |
2021-04-30 | PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument | Heiner Kallweit | 1 | -2/+1 |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -3/+0 |
2021-04-29 | scsi: ufs: core: Narrow down fast path in system suspend path | Can Guo | 1 | -0/+1 |
2021-04-29 | scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspend | Can Guo | 1 | -0/+2 |
2021-04-29 | scsi: ufs: core: Do not put UFS power into LPM if link is broken | Can Guo | 1 | -2/+2 |
2021-04-29 | scsi: qla2xxx: Prevent PRLI in target mode | Anastasia Kovaleva | 1 | -0/+3 |
2021-04-29 | scsi: qla2xxx: Add marginal path handling support | Bikash Hazarika | 1 | -0/+1 |
2021-04-29 | scsi: ufs: core: Fix a typo in ufs-sysfs.c | Keoseong Park | 1 | -6/+6 |
2021-04-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 186 | -4486/+5878 |
2021-04-29 | Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 15 | -634/+123 |
2021-04-27 | scsi: lpfc: Fix bad memory access during VPD DUMP mailbox command | James Smart | 2 | -13/+14 |
2021-04-27 | scsi: lpfc: Fix DMA virtual address ptr assignment in bsg | James Smart | 1 | -1/+1 |
2021-04-27 | scsi: lpfc: Fix illegal memory access on Abort IOCBs | James Smart | 1 | -2/+9 |
2021-04-18 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 3 | -31/+22 |
2021-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -55/+64 |
2021-04-16 | scsi: sd: Introduce a new local variable in sd_check_events() | Bart Van Assche | 1 | -2/+3 |
2021-04-16 | scsi: dc395x: Open-code status_byte(u8) calls | Bart Van Assche | 1 | -2/+2 |
2021-04-16 | scsi: 53c700: Open-code status_byte(u8) calls | Bart Van Assche | 1 | -2/+2 |
2021-04-16 | scsi: smartpqi: Remove unused functions | Bart Van Assche | 1 | -10/+0 |
2021-04-16 | scsi: qla4xxx: Remove an unused function | Bart Van Assche | 1 | -6/+0 |
2021-04-16 | scsi: myrs: Remove unused functions | Bart Van Assche | 1 | -99/+0 |
2021-04-16 | scsi: myrb: Remove unused functions | Bart Van Assche | 1 | -71/+0 |
2021-04-16 | scsi: mpt3sas: Fix two kernel-doc headers | Bart Van Assche | 1 | -2/+2 |
2021-04-16 | scsi: fcoe: Suppress a compiler warning | Bart Van Assche | 1 | -1/+1 |
2021-04-16 | scsi: libfc: Fix a format specifier | Bart Van Assche | 1 | -1/+1 |
2021-04-16 | scsi: aacraid: Remove an unused function | Bart Van Assche | 1 | -5/+0 |
2021-04-16 | scsi: core: Introduce enum scsi_disposition | Bart Van Assche | 6 | -38/+42 |
2021-04-16 | scsi: core: Modify the scsi_send_eh_cmnd() return value for the SDEV_BLOCK case | Bart Van Assche | 1 | -1/+1 |
2021-04-16 | scsi: core: Rename scsi_softirq_done() into scsi_complete() | Bart Van Assche | 1 | -3/+7 |
2021-04-16 | scsi: core: Make the scsi_alloc_sgtables() documentation more accurate | Bart Van Assche | 1 | -2/+5 |
2021-04-16 | scsi: pm80xx: Remove global lock from outbound queue processing | Viswas G | 3 | -5/+9 |
2021-04-16 | scsi: pm80xx: Reset PI and CI memory during re-initialization | Viswas G | 2 | -0/+4 |
2021-04-16 | scsi: pm80xx: Completing pending I/O after fatal error | Ruksar Devadi | 6 | -7/+65 |
2021-04-16 | scsi: pm80xx: Add sysfs attribute to track iop1 count | Vishakha Channapattan | 1 | -0/+23 |
2021-04-16 | scsi: pm80xx: Add sysfs attribute to track iop0 count | Vishakha Channapattan | 1 | -0/+22 |
2021-04-16 | scsi: pm80xx: Add sysfs attribute to track RAAE count | Vishakha Channapattan | 1 | -0/+22 |
2021-04-16 | scsi: pm80xx: Add sysfs attribute to check controller hmi error | Vishakha Channapattan | 1 | -0/+22 |
2021-04-16 | scsi: pm80xx: Add sysfs attribute to check MPI state | Vishakha Channapattan | 1 | -1/+31 |
2021-04-16 | scsi: qla2xxx: Reserve extra IRQ vectors | Roman Bolshakov | 1 | -2/+2 |
2021-04-16 | scsi: smartpqi: Fix device pointer variable reference static checker issue | Don Brace | 1 | -1/+1 |
2021-04-16 | scsi: smartpqi: Fix blocks_per_row static checker issue | Don Brace | 1 | -2/+6 |