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