summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dcssblk.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-181-0/+1
|\
| * s390/dcssblk: Add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-281-0/+1
* | block: move the dax flag to queue_limitsChristoph Hellwig2024-06-191-1/+1
|/
* Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-191-1/+1
|\
| * s390/dcssblk: fix virtual vs physical address confusionGerald Schaefer2024-03-131-1/+1
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-5/+6
|\ \ | |/ |/|
| * dcssblk: handle alloc_dax() -EOPNOTSUPP failureMathieu Desnoyers2024-02-221-5/+6
* | dcssblk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-2/+4
* | block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-191-3/+3
|/
* s390/dcssblk: fix lockdep warningGerald Schaefer2023-08-301-7/+6
* s390/dcssblk: fix kernel crash with list_add corruptionGerald Schaefer2023-08-161-1/+3
* 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-061-1/+1
|\
| * s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-031-1/+1
* | 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
* | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+2
* | block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-2/+2
* | block: pass a gendisk to ->openChristoph Hellwig2023-06-121-4/+3
|/
* 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
* s390/dcssblk: fix deadlock when adding a DCSSGerald Schaefer2022-11-161-0/+1
* s390: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-301-1/+1
* block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-1/+1
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-4/+4
* dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-161-3/+6
* dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-181-14/+0
* dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-2/+2
* dax: remove dax_capableChristoph Hellwig2021-12-041-1/+0
* dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-3/+8
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-061-1/+7
|\
| * s390/block/dcssblk: add error handling support for add_disk()Gerald Schaefer2021-10-041-1/+7
* | block: switch polling to be bio basedChristoph Hellwig2021-10-181-4/+3
|/
* dcssblk: use bvec_virtChristoph Hellwig2021-08-161-2/+1
* Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-07-041-103/+3
|\
| * s390/dcssblk: Remove power management supportPeter Oberparleiter2021-06-181-103/+3
* | dcssblk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-18/+8
|/
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* dcssblk: remove the end of device check in dcssblk_submit_bioChristoph Hellwig2021-01-241-4/+0
* dcssblk: don't set bd_block_size in ->openChristoph Hellwig2020-07-011-1/+0
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-5/+4
* block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-1/+1
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-2/+18
|\
| * dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2020-04-021-2/+3
| * s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driverVivek Goyal2020-04-021-0/+15
* | block: simplify queue allocationChristoph Hellwig2020-03-271-2/+2
|/
* libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-051-1/+1
* dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-201-0/+1
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1