summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block
AgeCommit message (Expand)AuthorLines
2021-11-16s390: replace snprintf in show functions with sysfs_emitQing Wang-38/+38
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-4/+21
2021-10-20s390/dasd: fix possibly missed path verificationStefan Haberland-3/+15
2021-10-20s390/dasd: fix missing path conf_data after failed allocationStefan Haberland-1/+12
2021-10-20s390/dasd: summarize dasd configuration data in a separate structureStefan Haberland-97/+98
2021-10-20s390/dasd: move dasd_eckd_read_fc_securityStefan Haberland-2/+3
2021-10-20s390/dasd: split up dasd_eckd_read_confStefan Haberland-79/+51
2021-10-20s390/dasd: fix kernel doc commentHeiko Carstens-2/+2
2021-10-20s390/dasd: handle request magic consistently as unsigned intHeiko Carstens-8/+8
2021-10-18block: switch polling to be bio basedChristoph Hellwig-4/+3
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig-0/+1
2021-10-04s390/block/scm_blk: add error handling support for add_disk()Luis Chamberlain-1/+6
2021-10-04s390/block/dcssblk: add error handling support for add_disk()Gerald Schaefer-1/+7
2021-10-04s390/block/dasd_genhd: add error handling support for add_disk()Luis Chamberlain-2/+8
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-428/+0
2021-09-07s390: remove xpram device driverHeiko Carstens-428/+0
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+1
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds-14/+16
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-3/+1
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig-2/+2
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig-2/+2
2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig-1/+4
2021-08-16dcssblk: use bvec_virtChristoph Hellwig-2/+1
2021-08-16dasd: use bvec_virtChristoph Hellwig-10/+10
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman-2/+11
2021-08-07Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+11
2021-08-04s390/dasd: fix use after free in dasd path handlingStefan Haberland-2/+11
2021-07-27s390/dasd: remove debug printkHeiko Carstens-3/+1
2021-07-21s390/scm: Make struct scm_driver::remove return voidUwe Kleine-König-3/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+5
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-174/+16
2021-07-01s390/dasd: Avoid field over-reading memcpy()Kees Cook-3/+5
2021-07-01dasd: unexport dasd_set_target_stateChristoph Hellwig-1/+0
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds-56/+29
2021-06-28s390/dasd: use register pair instead of register asmHeiko Carstens-11/+10
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig-2/+2
2021-06-18s390/xpram: Remove power management supportPeter Oberparleiter-60/+3
2021-06-18s390/dcssblk: Remove power management supportPeter Oberparleiter-103/+3
2021-06-11scm_blk: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig-15/+6
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig-4/+4
2021-06-01xpram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig-17/+9
2021-06-01dcssblk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig-18/+8
2021-05-25s390/dasd: add missing discipline functionStefan Haberland-3/+14
2021-05-03s390: dasd: Mundane spelling fixesBhaskar Chowdhury-4/+4
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds-38/+8
2021-04-08dasd: use bdev_disk_changed instead of blk_drop_partitionsChristoph Hellwig-2/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2021-03-16s390/dasd: let driver core manage the sysfs attributesJulian Wiedmann-30/+7
2021-03-16s390/dasd: remove dasd_fba_probe() wrapperJulian Wiedmann-8/+1
2021-03-05s390/dasd: fix hanging IO request during DASD driver unbindStefan Haberland-1/+2