summaryrefslogtreecommitdiff
path: root/drivers/s390/block
AgeCommit message (Expand)AuthorFilesLines
2023-10-28s390/dasd: Convert to bdev_open_by_path()Jan Kara4-30/+31
2023-09-09Merge 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-29Merge 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-20s390/dasd: fix command reject error on ESE devicesStefan Haberland1-2/+31
2023-04-12block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie1-1/+6
2023-04-12s390/dasd: fix hanging blockdevice after request requeueStefan Haberland1-1/+1
2023-04-12s390/dasd: add autoquiesce event for start IO errorStefan Haberland1-0/+2
2023-04-12s390/dasd: add aq_timeouts autoquiesce triggerStefan Haberland4-0/+60
2023-04-12s390/dasd: add aq_requeue sysfs attributeStefan Haberland1-0/+36
2023-04-12s390/dasd: add aq_mask sysfs attributeStefan Haberland2-7/+59
2023-04-12s390/dasd: add autoquiesce featureStefan Haberland3-17/+46
2023-04-12s390/dasd: remove unused DASD EER definesStefan Haberland1-11/+1
2023-02-10s390/dasd: Fix potential memleak in dasd_eckd_init()Qiheng Lin1-1/+3
2023-02-10s390/dasd: sort out physical vs virtual pointers usageAlexander Gordeev6-70/+67
2023-01-30s390/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-26Merge 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