aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-05s390/dasd: fix hanging DASD driver unbindStefan Haberland1-2/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds3-27/+7
2021-01-25s390/dasd: Fix inconsistent kobject removalJan Höppner3-8/+17
2021-01-24block: add a disk_uevent helperChristoph Hellwig1-21/+5
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig2-2/+2
2021-01-24dcssblk: remove the end of device check in dcssblk_submit_bioChristoph Hellwig1-4/+0
2020-12-17s390/dasd: fix list corruption of lcu listStefan Haberland1-1/+1
2020-12-17s390/dasd: fix list corruption of pavgroup group listStefan Haberland1-0/+1
2020-12-17s390/dasd: prevent inconsistent LCU device dataStefan Haberland1-0/+9
2020-12-17s390/dasd: fix hanging device offline processingStefan Haberland1-1/+9
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds5-67/+352
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds3-29/+19
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-198/+2
2020-12-02s390/dasd: remove unused pm related functionsVineeth Vijayan4-198/+2
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig1-3/+2
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig1-4/+4
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-3/+1
2020-11-16s390/dasd: fix null pointer dereference for ERP requestsStefan Haberland1-0/+6
2020-11-16s390/dasd: Process FCES path event notificationJan Höppner3-9/+64
2020-11-16s390/dasd: Prepare for additional path event handlingJan Höppner3-36/+47
2020-11-16s390/dasd: Display FC Endpoint Security information via sysfsJan Höppner3-0/+207
2020-11-16s390/dasd: Fix operational path inconsistencyJan Höppner1-0/+1
2020-11-16s390/dasd: Store path configuration data during path handlingJan Höppner1-1/+15
2020-11-16s390/dasd: Move duplicate code to separate functionJan Höppner1-22/+20
2020-11-16s390/dasd: Remove unused parameter from dasd_generic_probe()Jan Höppner4-5/+4
2020-11-16dasd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig3-19/+12
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2-22/+10
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-4/+4
2020-09-23dasd: cleanup dasd_scan_partitionsChristoph Hellwig1-11/+4