summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-02-224-57/+103
|\
| * iomap: Rename page_ops to folio_opsAndreas Gruenbacher2023-01-184-18/+18
| * iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher2023-01-183-8/+8
| * iomap: Add __iomap_get_folio helperAndreas Gruenbacher2023-01-181-4/+12
| * iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher2023-01-183-23/+24
| * iomap: Add iomap_get_folio helperAndreas Gruenbacher2023-01-182-9/+31
| * iomap: Rename page_done handler to put_folioAndreas Gruenbacher2023-01-183-10/+10
| * iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher2023-01-183-10/+20
| * iomap: Add __iomap_put_folio helperAndreas Gruenbacher2023-01-181-12/+17
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-22111-1849/+4236
|\ \
| * | scsi: ufs: core: Fix an error handling path in ufshcd_read_desc_param()Christophe JAILLET2023-02-081-1/+2
| * | scsi: ufs: core: Fix device management cmd timeout flowMason Zhang2023-02-081-0/+16
| * | scsi: aic94xx: Add missing check for dma_map_single()Jiasheng Jiang2023-02-081-0/+3
| * | scsi: smartpqi: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-02-082-2/+3
| * | scsi: mpt3sas: Fix a memory leakTomas Henzl2023-02-081-0/+3
| * | scsi: qla2xxx: Remove the unused variable wwnJiapeng Chong2023-02-081-2/+0
| * | scsi: ufs: core: Fix kernel-doc syntaxBart Van Assche2023-02-081-5/+5
| * | scsi: ufs: core: Add hibernation callbacksAnjana Hari2023-02-083-1/+62
| * | scsi: snic: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-2/+2
| * | scsi: ufs: core: Limit DMA alignment checkBjorn Andersson2023-02-081-6/+3
| * | scsi: Documentation: Correct spellingRandy Dunlap2023-02-084-5/+5
| * | scsi: Documentation: Correct spellingRandy Dunlap2023-02-086-44/+44
| * | scsi: target: Documentation: Correct spellingRandy Dunlap2023-02-081-1/+1
| * | scsi: aacraid: Allocate cmd_priv with scsicmdKees Cook2023-02-081-2/+3
| * | Merge patch series "ufs: host: ufs-qcom: Add support for SM8550"Martin K. Petersen2023-02-083-3/+13
| |\ \
| | * | scsi: ufs: qcom: dt-bindings: Add SM8550 compatible stringAbel Vesa2023-02-081-0/+2
| | * | scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW version major 5Abel Vesa2023-02-082-3/+11
| |/ /
| * | scsi: ufs: qcom: fix platform_msi_domain_free_irqs() referenceArnd Bergmann2023-02-032-9/+2
| * | Merge patch series "Enable DMA clustering in the UFS driver"Martin K. Petersen2023-01-233-6/+13
| |\ \
| | * | scsi: ufs: core: Enable DMA clusteringBart Van Assche2023-01-231-1/+0
| | * | scsi: ufs: exynos: Fix the maximum segment sizeBart Van Assche2023-01-231-0/+8
| | * | scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096Bart Van Assche2023-01-233-5/+5
| |/ /
| * | scsi: qla2xxx: Simplify if condition evaluationDeepak R Varma2023-01-231-2/+1
| * | scsi: qla2xxx: Use a variable for repeated mem_size computationDeepak R Varma2023-01-231-7/+6
| * | scsi: elx: libefc_sli: Use "/*" for non-kernel-doc commentRandy Dunlap2023-01-231-1/+1
| * | scsi: ufs: qcom: dt-bindings: Allow 'dma-coherent' propertyJohan Hovold2023-01-181-0/+2
| * | scsi: qla2xxx: Make qla_trim_buf() and __qla_adjust_buf() staticTom Rix2023-01-181-2/+2
| * | scsi: ipr: Replace kmap() with kmap_local_page()Fabio M. De Francesco2023-01-181-7/+2
| * | scsi: ips: Replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco2023-01-181-6/+5
| * | scsi: mpt3sas: Demote log level for trace buffer allocation to infoPaul Menzel2023-01-181-1/+1
| * | scsi: qla2xxx: Fix printk() format stringArnd Bergmann2023-01-181-1/+1
| * | scsi: MAINTAINERS: Add entry for Exynos UFS driverAlim Akhtar2023-01-181-0/+6
| * | scsi: ufs: ufs: Remove duplicate entryAlim Akhtar2023-01-181-1/+0
| * | scsi: megaraid_sas: Add flexible array member for SGLsKees Cook2023-01-182-2/+5
| * | Merge patch series "scsi: Add struct for args to execution functions"Martin K. Petersen2023-01-1822-237/+307
| |\ \
| | * | scsi: core: Remove scsi_execute_req()/scsi_execute() functionsMike Christie2023-01-181-31/+0
| | * | scsi: cxlflash: Convert to scsi_execute_cmd()Mike Christie2023-01-182-32/+34
| | * | scsi: target: target_core_pscsi: Convert to scsi_execute_cmd()Mike Christie2023-01-131-7/+5
| | * | scsi: virtio_scsi: Convert to scsi_execute_cmd()Mike Christie2023-01-131-2/+2
| | * | scsi: sr: Convert to scsi_execute_cmd()Mike Christie2023-01-132-11/+17