summaryrefslogtreecommitdiff
path: root/drivers/s390/block
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+6
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds15-467/+242
2024-03-06dasd: use the atomic queue limits APIChristoph Hellwig2-18/+24
2024-03-06dasd: move queue setup to common codeChristoph Hellwig5-77/+42
2024-03-06dasd: cleamup dasd_state_basic_to_readyChristoph Hellwig1-28/+26
2024-02-25s390: port block device access to fileChristian Brauner4-25/+25
2024-02-23dcssblk: handle alloc_dax() -EOPNOTSUPP failureMathieu Desnoyers1-5/+6
2024-02-20scm_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-8/+9
2024-02-20dcssblk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-2/+4
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+3
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2-2/+2
2024-02-09s390/dasd: fix double module refcount decrementMiroslav Franc1-4/+1
2024-02-09s390/dasd: Improve ERP error messagesJan Höppner1-38/+13
2024-02-08s390/dasd: Use dev_*() for device log messagesJan Höppner1-26/+24
2024-02-08s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitionsJan Höppner11-55/+1
2024-02-08s390/dasd: Remove %p format specifier from error messagesJan Höppner3-23/+15
2024-02-08s390/dasd: Use dev_err() over printk()Jan Höppner2-118/+76
2024-02-08s390/dasd: Remove unused message logging macrosJan Höppner1-26/+0
2024-02-08s390/dasd: Move allocation error message to DBFJan Höppner1-4/+2
2024-02-08s390/dasd: Remove unnecessary errorstring generationJan Höppner3-29/+8
2024-02-08s390/dasd: Use sysfs_emit() over sprintf()Jan Höppner1-9/+9
2024-02-08s390/dasd: Simplify uid string generationJan Höppner2-21/+7
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+0
2023-12-21Merge tag 's390-6.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-3/+4
2023-12-11s390/dasd: remove dasd_stats_generic_show()Nathan Chancellor1-6/+0
2023-12-08s390/scm: fix virtual vs physical address confusionVineeth Vijayan1-3/+4
2023-11-20s390/dasd: protect device queue against concurrent accessJan Höppner1-11/+13
2023-11-20s390/dasd: resolve spelling mistakeMuhammad Muzammil1-1/+1
2023-10-28s390/dasd: Convert to bdev_open_by_path()Jan Kara4-30/+31
2023-09-09Merge tag 'block-6.6-2023-09-08' of git://git.kernel.dk/linuxLinus Torvalds3-10/+10
2023-09-01s390/dasd: fix string length handlingHeiko Carstens3-10/+10
2023-08-30s390/dcssblk: fix lockdep warningGerald Schaefer1-7/+6
2023-08-29Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-14/+14
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-5/+2
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig1-4/+2
2023-08-21dasd: also call __invalidate_device when setting the device offlineChristoph Hellwig1-3/+2
2023-08-16s390/dcssblk: fix kernel crash with list_add corruptionGerald Schaefer1-1/+3
2023-08-16s390/mm: make virt_to_pfn() a static inlineLinus Walleij1-1/+1
2023-07-28Merge tag 'block-6.5-2023-07-28' of git://git.kernel.dk/linuxLinus Torvalds3-79/+51
2023-07-24s390/dasd: print copy pair message only for the correct errorStefan Haberland1-1/+1
2023-07-24s390/dasd: fix hanging device after request requeueStefan Haberland1-77/+48
2023-07-24s390/dasd: use correct number of retries for ERP requestsStefan Haberland1-1/+1
2023-07-24s390/dasd: fix hanging device after quiesce/resumeStefan Haberland1-0/+1
2023-07-24s390/dcssblk: fix virtual vs physical address confusionAlexander Gordeev1-10/+7
2023-07-24s390/dcssblk: use IS_ALIGNED() for alignment checksAlexander Gordeev1-3/+4
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-5/+5
2023-07-03s390: include linux/io.h instead of asm/io.hHeiko Carstens4-5/+5
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+6
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds5-16/+15