summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+2
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-1/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-12-08scsi: libsas: Add rollback handling when an error occursChaohai Chen-3/+32
2025-12-03scsi: Revert "scsi: libsas: Fix exp-attached device scan after probe failure ...Xingui Yang-14/+0
2025-10-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-4/+1
2025-08-18scsi: libsas: Add dev_parent_is_expander() helperNiklas Cassel-4/+1
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro-1/+1
2025-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-21/+88
2025-07-25scsi: libsas: Use a bool for sas_deform_port() second argumentDamien Le Moal-13/+12
2025-07-25scsi: libsas: Move declarations of internal functions to sas_internal.hDamien Le Moal-0/+74
2025-07-25scsi: libsas: Make sas_get_ata_info() staticDamien Le Moal-1/+1
2025-07-25scsi: libsas: Simplify sas_ata_wait_eh()Damien Le Moal-7/+1
2025-07-16ata: libata-eh: Simplify reset operation managementDamien Le Moal-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-5/+5
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche-4/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+2
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche-2/+2
2024-08-02ata: libata: Remove ata_noop_qc_prep()Damien Le Moal-1/+0
2024-07-17Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds-13/+11
2024-07-04ata,scsi: Remove wrapper ata_sas_port_alloc()Niklas Cassel-11/+9
2024-07-04ata,scsi: Remove wrappers ata_sas_tport_{add,delete}()Niklas Cassel-2/+2
2024-07-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-0/+14
2024-06-30ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel-4/+4
2024-06-26scsi: libsas: Fix exp-attached device scan after probe failure scanned in aga...Xingui Yang-0/+14
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-26/+118
2024-04-20Merge patch series "scsi: libsas: Fix the failure of adding phy with zero-add...Martin K. Petersen-23/+30
2024-04-20scsi: libsas: Fix the failure of adding phy with zero-address to portXingui Yang-2/+1
2024-04-20scsi: libsas: Set port when ex_phy is added or deletedXingui Yang-2/+5
2024-04-20scsi: libsas: Move sas_add_parent_port() to sas_expander.cXingui Yang-17/+17
2024-04-20scsi: libsas: Add helper for port add ex_phyXingui Yang-3/+8
2024-04-11scsi: libata: Switch to using ->device_configureChristoph Hellwig-3/+4
2024-04-01scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGNYihang Li-1/+1
2024-03-27scsi: libsas: Fix declaration of ncq priority attributesDamien Le Moal-5/+7
2024-03-25Merge patch series "NCQ Priority sysfs sttributes for libsas"Martin K. Petersen-0/+82
2024-03-25scsi: libsas: Define NCQ Priority sysfs attributes for SATA devicesIgor Pylypiv-0/+82
2024-03-10scsi: libsas: Fix disk not being scanned in after being removedXingui Yang-10/+22
2024-03-10scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()Xingui Yang-7/+12
2023-09-13scsi: libsas: Declare sas_discover_end_dev() staticDamien Le Moal-1/+1
2023-09-13scsi: libsas: Declare sas_set_phy_speed() staticDamien Le Moal-2/+2
2023-09-13scsi: libsas: Move local functions declarations to sas_internal.hDamien Le Moal-0/+12
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-38/+3
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds-8/+3
2023-08-30scsi: libsas: Simplify sas_queue_reset() and remove unused codeWenchao Hao-38/+3
2023-08-24Merge patch series "libsas: Some tidy-up"Martin K. Petersen-37/+33