summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dcssblk.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+1Star
|\ \
| * | block: convert to device_add_disk()Dan Williams2016-06-271-2/+1Star
| |/
* / 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/+6Star
* mm, dax, pmem: introduce pfn_tDan Williams2016-01-161-6/+5Star
* 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
|/
* 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/+9Star
|\
| * block: Change direct_access calling conventionMatthew Wilcox2015-01-141-12/+9Star
* | 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/+0Star
* 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-081-7/+7
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-241-8/+8
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-2/+3
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-2/+1Star
|\
| * block: Add bio_end_sector()Kent Overstreet2013-03-231-2/+1Star
* | block_device_operations->release() should return voidAl Viro2013-05-071-8/+4Star
|/
* s390/dcssblk: cleanup device attribute usageSebastian Ott2012-10-091-29/+23Star
* block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-4/+3Star
* s390/block: kill the big kernel lockArnd Bergmann2010-09-261-5/+0Star
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+5