summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dcssblk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* s390: remove s390_root_dev_*()Mark McLoughlin2009-01-061-6/+5Star
* [S390] convert dcssblk and extmem printks messages to pr_xxx macros.Hongjie Yang2008-12-251-39/+33Star
* [S390] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-251-2/+3
* [PATCH] switch dcssblkAl Viro2008-10-211-11/+10Star
* [PATCH] beginning of methods conversionAl Viro2008-10-211-2/+2
* [S390] dcssblk: add >2G DCSSs support and stacked contiguous DCSSs support.Hongjie Yang2008-10-101-131/+384
* [S390] bus_id -> dev_set_name() changesCornelia Huck2008-10-101-1/+1
* [S390] bus_id -> dev_name conversionsKay Sievers2008-10-101-2/+3
* block: don't depend on consecutive minor spaceTejun Heo2008-10-091-2/+2
* [S390] dcss: fix build bug.Heiko Carstens2008-08-251-2/+3
* [S390] dcssblk: fix race in dcssblk_add_store()Gerald Schaefer2008-08-211-0/+4
* [S390] Cleanup dcssblk printk messages.Hongjie Yang2008-07-141-19/+3Star
* return pfn from direct_access, for XIPJared Hulbert2008-04-281-3/+5
* [S390] Remove code duplication from monreader / dcssblk.Martin Schwidefsky2008-04-171-52/+1Star
* [S390] dcss: Fix Unlikely(x) != yRoel Kluin2008-02-191-1/+1
* [S390] dcss: Initialize workqueue before using it.Heiko Carstens2008-02-051-3/+2Star
* [S390] use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-261-1/+1
* [S390] dcssblk: prevent early access without own make_request functionChristian Borntraeger2007-12-041-2/+2