summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block
Commit message (Expand)AuthorAgeFilesLines
* s390/dcssblk: fix virtual vs physical address confusionAlexander Gordeev2023-07-241-10/+7
* s390/dcssblk: use IS_ALIGNED() for alignment checksAlexander Gordeev2023-07-241-3/+4
* Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-07-064-5/+5
|\
| * s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-034-5/+5
* | Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-011-1/+2
|\ \
| * | dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu2023-06-261-1/+2
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-1/+6
|\ \ \ | |_|/ |/| |
| * | Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2023-05-221-1/+6
| |\ \ | | |/ | |/|
| | * block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie2023-04-111-1/+6
* | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-265-16/+15
|\ \ \
| * | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-125-9/+9
| * | | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-1/+1
| * | | block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-122-3/+3
| * | | block: pass a gendisk to ->openChristoph Hellwig2023-06-122-6/+5
| * | | block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
| |/ /
* | | s390/dasd: Use correct lock while counting channel queue lengthJan Höppner2023-06-091-2/+2
* | | s390/dasd: fix command reject error on ESE devicesStefan Haberland2023-05-191-2/+31
|/ /
* | s390/dasd: fix hanging blockdevice after request requeueStefan Haberland2023-04-111-1/+1
* | s390/dasd: add autoquiesce event for start IO errorStefan Haberland2023-04-111-0/+2
* | s390/dasd: add aq_timeouts autoquiesce triggerStefan Haberland2023-04-114-0/+60
* | s390/dasd: add aq_requeue sysfs attributeStefan Haberland2023-04-111-0/+36
* | s390/dasd: add aq_mask sysfs attributeStefan Haberland2023-04-112-7/+59
* | s390/dasd: add autoquiesce featureStefan Haberland2023-04-113-17/+46
* | s390/dasd: remove unused DASD EER definesStefan Haberland2023-04-111-11/+1
|/
* s390/dasd: Fix potential memleak in dasd_eckd_init()Qiheng Lin2023-02-091-1/+3
* s390/dasd: sort out physical vs virtual pointers usageAlexander Gordeev2023-02-096-70/+67
* s390/dcssblk:: don't call bio_split_to_limitsChristoph Hellwig2023-01-291-4/+0
* block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-041-0/+2
* Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds2022-11-253-24/+23
|\
| * s390/dasd: fix possible buffer overflow in copy_pair_showStefan Haberland2022-11-231-1/+1
| * s390/dasd: fix no record found for raw_track_accessStefan Haberland2022-11-231-4/+2
| * s390/dasd: increase printing of debug data payloadStefan Haberland2022-11-231-18/+19
| * s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"Colin Ian King2022-11-231-1/+1
* | s390/dcssblk: fix deadlock when adding a DCSSGerald Schaefer2022-11-161-0/+1
|/
* Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-10-093-4/+4
|\
| * s390: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-303-4/+4
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-0710-120/+1044
|\ \
| * | s390/dasd: use blk_mq_alloc_diskChristoph Hellwig2022-09-287-88/+39
| * | s390/dasd: add device ping attributeStefan Haberland2022-09-214-0/+81
| * | s390/dasd: suppress generic error messages for PPRC secondary devicesStefan Haberland2022-09-211-0/+5
| * | s390/dasd: add ioctl to perform a swap of the drivers copy pairStefan Haberland2022-09-211-0/+53
| * | s390/dasd: add copy pair swap capabilityStefan Haberland2022-09-214-1/+117
| * | s390/dasd: add copy pair setupStefan Haberland2022-09-214-17/+623
| * | s390/dasd: add query PPRC functionStefan Haberland2022-09-213-0/+104
| * | s390/dasd: put block allocation in separate functionStefan Haberland2022-09-211-15/+23
| |/
* / s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroupStefan Haberland2022-09-191-2/+7
|/
* s390/dasd: Establish DMA alignmentEric Farman2022-08-042-0/+2
* s390/dasd: drop unexpected word 'for' in commentsJiang Jian2022-08-041-1/+1
* block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-1/+1
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-062-2/+2