summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dcssblk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-251-1/+1
* dcssblk: remove the end of device check in dcssblk_submit_bioChristoph Hellwig2021-01-251-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-091-2/+18
|\
| * dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2020-04-031-2/+3
| * s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driverVivek Goyal2020-04-031-0/+15
* | block: simplify queue allocationChristoph Hellwig2020-03-271-2/+2
|/
* libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-061-1/+1
* dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-211-0/+1
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* s390, dcssblk: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-3/+5
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+3
* dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-231-0/+7
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-1/+1
* mm, dax: introduce pfn_t_special()Dan Williams2018-01-201-1/+2
* s390: block: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-0/+8
|\
| * dax: remove default copy_from_iter fallbackDan Williams2017-06-281-0/+8
* | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-1/+1
|/
* block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-16/+0
* dcssblk: add dax_operations supportDan Williams2017-04-201-9/+46
* s390/dcssblk: fix device size calculation in dcssblk_direct_access()Gerald Schaefer2017-02-031-1/+1