aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/block
AgeCommit message (Expand)AuthorFilesLines
2024-04-12scsi: block: Remove now unused queue limits helpersChristoph Hellwig1-3/+3
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-93/+91
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+6
2024-03-13s390/scm: use new address translation helpersHeiko Carstens1-3/+3
2024-03-13s390/cio,idal: fix virtual vs physical address confusionHeiko Carstens2-11/+9
2024-03-13s390/dasd: use new address translation helpersHeiko Carstens6-76/+76
2024-03-13s390/dasd: remove superfluous virt_to_phys() conversionHeiko Carstens1-2/+2
2024-03-13s390/dasd_eckd: fix virtual vs physical address confusionHeiko Carstens2-8/+8
2024-03-13s390/dcssblk: fix virtual vs physical address confusionGerald Schaefer1-1/+1
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-22dcssblk: handle alloc_dax() -EOPNOTSUPP failureMathieu Desnoyers1-5/+6
2024-02-19scm_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-8/+9
2024-02-19dcssblk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-2/+4
2024-02-19block: 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-20Merge tag 's390-6.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-3/+4
2023-12-10s390/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-08Merge 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-28Merge 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
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu1-1/+2
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig5-9/+9
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig2-3/+3
2023-06-12block: pass a gendisk to ->openChristoph Hellwig2-6/+5
2023-06-09s390/dasd: Use correct lock while counting channel queue lengthJan Höppner1-2/+2
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen1-1/+6
2023-05-19s390/dasd: fix command reject error on ESE devicesStefan Haberland1-2/+31
2023-04-11block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie1-1/+6
2023-04-11s390/dasd: fix hanging blockdevice after request requeueStefan Haberland1-1/+1
2023-04-11s390/dasd: add autoquiesce event for start IO errorStefan Haberland1-0/+2
2023-04-11s390/dasd: add aq_timeouts autoquiesce triggerStefan Haberland4-0/+60
2023-04-11s390/dasd: add aq_requeue sysfs attributeStefan Haberland1-0/+36
2023-04-11s390/dasd: add aq_mask sysfs attributeStefan Haberland2-7/+59
2023-04-11s390/dasd: add autoquiesce featureStefan Haberland3-17/+46
2023-04-11s390/dasd: remove unused DASD EER definesStefan Haberland1-11/+1
2023-02-09s390/dasd: Fix potential memleak in dasd_eckd_init()Qiheng Lin1-1/+3
2023-02-09s390/dasd: sort out physical vs virtual pointers usageAlexander Gordeev6-70/+67
2023-01-29s390/dcssblk:: don't call bio_split_to_limitsChristoph Hellwig1-4/+0
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe1-0/+2
2022-11-25Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds3-24/+23
2022-11-23s390/dasd: fix possible buffer overflow in copy_pair_showStefan Haberland1-1/+1
2022-11-23s390/dasd: fix no record found for raw_track_accessStefan Haberland1-4/+2
2022-11-23s390/dasd: increase printing of debug data payloadStefan Haberland1-18/+19
2022-11-23s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"Colin Ian King1-1/+1
2022-11-16s390/dcssblk: fix deadlock when adding a DCSSGerald Schaefer1-0/+1
2022-10-09Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-4/+4
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds10-120/+1044
2022-09-28s390/dasd: use blk_mq_alloc_diskChristoph Hellwig7-88/+39
2022-09-21s390/dasd: add device ping attributeStefan Haberland4-0/+81
2022-09-21s390/dasd: suppress generic error messages for PPRC secondary devicesStefan Haberland1-0/+5
2022-09-21s390/dasd: add ioctl to perform a swap of the drivers copy pairStefan Haberland1-0/+53
2022-09-21s390/dasd: add copy pair swap capabilityStefan Haberland4-1/+117
2022-09-21s390/dasd: add copy pair setupStefan Haberland4-17/+623
2022-09-21s390/dasd: add query PPRC functionStefan Haberland3-0/+104
2022-09-21s390/dasd: put block allocation in separate functionStefan Haberland1-15/+23
2022-09-19s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroupStefan Haberland1-2/+7
2022-08-30s390: move from strlcpy with unused retval to strscpyWolfram Sang3-4/+4
2022-08-04s390/dasd: Establish DMA alignmentEric Farman2-0/+2
2022-08-04s390/dasd: drop unexpected word 'for' in commentsJiang Jian1-1/+1
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2-2/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig2-6/+6
2022-06-28block: simplify disk shutdownChristoph Hellwig2-3/+3
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+6
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu1-3/+6
2022-05-05s390/dasd: Use kzalloc instead of kmalloc/memsetHaowen Bai1-4/+1
2022-05-05s390/dasd: Fix read inconsistency for ESE DASD devicesJan Höppner1-2/+1
2022-05-05s390/dasd: Fix read for ESE with blksize < 4kJan Höppner1-4/+3
2022-05-05s390/dasd: prevent double format of tracks for ESE devicesStefan Haberland3-2/+26
2022-05-05s390/dasd: fix data corruption for ESE devicesStefan Haberland3-2/+20
2022-05-03dasd: don't set the discard_alignment queue limitChristoph Hellwig1-1/+0
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+0
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens1-1/+1
2022-02-02block: remove genhd.hChristoph Hellwig3-3/+0
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-19/+9
2022-01-08s390/dasd: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig1-14/+0
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-2/+2
2021-12-04dax: remove dax_capableChristoph Hellwig1-1/+0
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-3/+8
2021-12-04dax: remove CONFIG_DAX_DRIVERChristoph Hellwig1-1/+1
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...Linus 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...Linus 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...Linus 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...Linus 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...Linus 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...Linus 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