summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block
AgeCommit message (Expand)AuthorLines
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig-2/+0
2024-11-18Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-18/+15
2024-11-13s390/dasd: Convert to use flag output macrosHeiko Carstens-6/+9
2024-11-09s390/dasd: Fix typo in commentYu Jiaoliang-3/+3
2024-11-09s390/dasd: fix redundant /proc/dasd* entries removalMiroslav Franc-0/+5
2024-10-25s390/dcssblk: Switch over to sysfs_emit()Mete Durlu-12/+6
2024-08-12s390/dasd: fix error recovery leading to data corruption on ESE devicesStefan Haberland-53/+50
2024-08-12s390/dasd: Remove DMA alignmentEric Farman-1/+0
2024-07-22Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds-2/+11
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-0/+1
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds-7/+1
2024-07-15s390/dasd: fix error checks in dasd_copy_pair_store()Carlos López-2/+8
2024-07-15s390/dasd: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+3
2024-07-03s390/dasd: Fix invalid dereferencing of indirect CCW data pointerStefan Haberland-3/+3
2024-06-28s390/dcssblk: Add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-06-19block: move the dax flag to queue_limitsChristoph Hellwig-1/+1
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig-4/+0
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig-2/+0
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2024-05-03dasd_format(): killing the last remaining user of ->bd_inodeAl Viro-1/+1
2024-04-12scsi: block: Remove now unused queue limits helpersChristoph Hellwig-3/+3
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-93/+91
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+6
2024-03-13s390/scm: use new address translation helpersHeiko Carstens-3/+3
2024-03-13s390/cio,idal: fix virtual vs physical address confusionHeiko Carstens-11/+9
2024-03-13s390/dasd: use new address translation helpersHeiko Carstens-76/+76
2024-03-13s390/dasd: remove superfluous virt_to_phys() conversionHeiko Carstens-2/+2
2024-03-13s390/dasd_eckd: fix virtual vs physical address confusionHeiko Carstens-8/+8
2024-03-13s390/dcssblk: fix virtual vs physical address confusionGerald Schaefer-1/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds-467/+242
2024-03-06dasd: use the atomic queue limits APIChristoph Hellwig-18/+24
2024-03-06dasd: move queue setup to common codeChristoph Hellwig-77/+42
2024-03-06dasd: cleamup dasd_state_basic_to_readyChristoph Hellwig-28/+26
2024-02-25s390: port block device access to fileChristian Brauner-25/+25
2024-02-22dcssblk: handle alloc_dax() -EOPNOTSUPP failureMathieu Desnoyers-5/+6
2024-02-19scm_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-8/+9
2024-02-19dcssblk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-2/+4
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig-3/+3
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig-2/+2
2024-02-09s390/dasd: fix double module refcount decrementMiroslav Franc-4/+1
2024-02-09s390/dasd: Improve ERP error messagesJan Höppner-38/+13
2024-02-08s390/dasd: Use dev_*() for device log messagesJan Höppner-26/+24
2024-02-08s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitionsJan Höppner-55/+1
2024-02-08s390/dasd: Remove %p format specifier from error messagesJan Höppner-23/+15
2024-02-08s390/dasd: Use dev_err() over printk()Jan Höppner-118/+76
2024-02-08s390/dasd: Remove unused message logging macrosJan Höppner-26/+0
2024-02-08s390/dasd: Move allocation error message to DBFJan Höppner-4/+2
2024-02-08s390/dasd: Remove unnecessary errorstring generationJan Höppner-29/+8
2024-02-08s390/dasd: Use sysfs_emit() over sprintf()Jan Höppner-9/+9
2024-02-08s390/dasd: Simplify uid string generationJan Höppner-21/+7