summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dcssblk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-291-3/+3
|\
| * pmem: kill __pmem address spaceDan Williams2016-07-131-3/+3
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-2/+1
|\ \
| * | block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
| |/
* / block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani2016-07-211-0/+1
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-2/+2
|\
| * dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-181-2/+2
* | s390/dcssblk: fix possible deadlock in remove vs. per-device attributesGerald Schaefer2016-04-151-2/+3
|/
* s390: Use pr_warn instead of pr_warningJoe Perches2016-03-071-7/+6
* mm, dax, pmem: introduce pfn_tDan Williams2016-01-161-6/+5
* block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-3/+5
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-4/+6
|\
| * dax: drop size parameter to ->direct_access()Dan Williams2015-08-281-2/+2
| * pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-201-4/+6
* | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-1/+3
|\ \
| * | block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+2
| * | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-1/+1
| |/
* / s390/dcssblk: correct out of bounds array indexesMartin Schwidefsky2015-08-191-7/+7
|/