summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dcssblk.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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-271-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-191-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-281-3/+3
|\
| * pmem: kill __pmem address spaceDan Williams2016-07-121-3/+3
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-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-201-0/+1
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-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-151-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-271-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
|/
* s390/dcss: array index 'i' is used before limits check.Ameen Ali2015-02-261-1/+1
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-12/+9
|\
| * block: Change direct_access calling conventionMatthew Wilcox2015-01-131-12/+9
* | dcssblk: issue warning when trying to save SN/EN type DCSSGerald Schaefer2015-01-221-2/+13
|/
* s390: block: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* s390: avoid format strings leaking into namesKees Cook2014-06-111-1/+1
* s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo2014-02-071-7/+7
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-231-8/+8
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-2/+3
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-2/+1
|\
| * block: Add bio_end_sector()Kent Overstreet2013-03-231-2/+1
* | block_device_operations->release() should return voidAl Viro2013-05-071-8/+4
|/
* s390/dcssblk: cleanup device attribute usageSebastian Ott2012-10-091-29/+23
* block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-4/+3
* s390/block: kill the big kernel lockArnd Bergmann2010-09-261-5/+0
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+5
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* [S390] improve suspend/resume error messagesChristian Borntraeger2009-07-071-3/+4
* [S390] pm: dcssblk power management callbacks.Gerald Schaefer2009-06-161-17/+115
* [S390] dcssblk: revert devt conversionGerald Schaefer2009-06-121-2/+2
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1