| Commit message (Expand) | Author | Age | Files | Lines |
* | s390: Use pr_warn instead of pr_warning | Joe Perches | 2016-03-07 | 1 | -7/+6 |
* | mm, dax, pmem: introduce pfn_t | Dan Williams | 2016-01-16 | 1 | -6/+5 |
* | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 2015-11-07 | 1 | -3/+5 |
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 1 | -4/+6 |
|\ |
|
| * | dax: drop size parameter to ->direct_access() | Dan Williams | 2015-08-28 | 1 | -2/+2 |
| * | pmem, dax: have direct_access use __pmem annotation | Ross Zwisler | 2015-08-20 | 1 | -4/+6 |
* | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-09-02 | 1 | -1/+3 |
|\ \ |
|
| * | | block: make generic_make_request handle arbitrarily sized bios | Kent Overstreet | 2015-08-13 | 1 | -0/+2 |
| * | | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 1 | -1/+1 |
| |/ |
|
* / | s390/dcssblk: correct out of bounds array indexes | Martin Schwidefsky | 2015-08-19 | 1 | -7/+7 |
|/ |
|
* | s390/dcss: array index 'i' is used before limits check. | Ameen Ali | 2015-02-26 | 1 | -1/+1 |
* | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 1 | -12/+9 |
|\ |
|
| * | block: Change direct_access calling convention | Matthew Wilcox | 2015-01-14 | 1 | -12/+9 |
* | | dcssblk: issue warning when trying to save SN/EN type DCSS | Gerald Schaefer | 2015-01-22 | 1 | -2/+13 |
|/ |
|
* | s390: block: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | s390: avoid format strings leaking into names | Kees Cook | 2014-06-11 | 1 | -1/+1 |
* | s390: use device_remove_file_self() instead of device_schedule_callback() | Tejun Heo | 2014-02-08 | 1 | -7/+7 |
* | block: Convert bio_for_each_segment() to bvec_iter | Kent Overstreet | 2013-11-24 | 1 | -8/+8 |
* | block: Abstract out bvec iterator | Kent Overstreet | 2013-11-24 | 1 | -2/+3 |
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 1 | -2/+1 |
|\ |
|
| * | block: Add bio_end_sector() | Kent Overstreet | 2013-03-23 | 1 | -2/+1 |
* | | block_device_operations->release() should return void | Al Viro | 2013-05-07 | 1 | -8/+4 |
|/ |
|
* | s390/dcssblk: cleanup device attribute usage | Sebastian Ott | 2012-10-09 | 1 | -29/+23 |
* | block: remove support for bio remapping from ->make_request | Christoph Hellwig | 2011-09-12 | 1 | -4/+3 |
* | s390/block: kill the big kernel lock | Arnd Bergmann | 2010-09-26 | 1 | -5/+0 |
* | block: push down BKL into .open and .release | Arnd Bergmann | 2010-08-07 | 1 | -0/+5 |
* | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 1 | -1/+1 |
* | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | [S390] improve suspend/resume error messages | Christian Borntraeger | 2009-07-07 | 1 | -3/+4 |
* | [S390] pm: dcssblk power management callbacks. | Gerald Schaefer | 2009-06-16 | 1 | -17/+115 |
* | [S390] dcssblk: revert devt conversion | Gerald Schaefer | 2009-06-12 | 1 | -2/+2 |
* | block: Do away with the notion of hardsect_size | Martin K. Petersen | 2009-05-22 | 1 | -1/+1 |
* | s390: remove s390_root_dev_*() | Mark McLoughlin | 2009-01-06 | 1 | -6/+5 |
* | [S390] convert dcssblk and extmem printks messages to pr_xxx macros. | Hongjie Yang | 2008-12-25 | 1 | -39/+33 |
* | [S390] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-12-25 | 1 | -2/+3 |
* | [PATCH] switch dcssblk | Al Viro | 2008-10-21 | 1 | -11/+10 |
* | [PATCH] beginning of methods conversion | Al Viro | 2008-10-21 | 1 | -2/+2 |
* | [S390] dcssblk: add >2G DCSSs support and stacked contiguous DCSSs support. | Hongjie Yang | 2008-10-10 | 1 | -131/+384 |
* | [S390] bus_id -> dev_set_name() changes | Cornelia Huck | 2008-10-10 | 1 | -1/+1 |
* | [S390] bus_id -> dev_name conversions | Kay Sievers | 2008-10-10 | 1 | -2/+3 |
* | block: don't depend on consecutive minor space | Tejun Heo | 2008-10-09 | 1 | -2/+2 |
* | [S390] dcss: fix build bug. | Heiko Carstens | 2008-08-25 | 1 | -2/+3 |
* | [S390] dcssblk: fix race in dcssblk_add_store() | Gerald Schaefer | 2008-08-21 | 1 | -0/+4 |
* | [S390] Cleanup dcssblk printk messages. | Hongjie Yang | 2008-07-14 | 1 | -19/+3 |
* | return pfn from direct_access, for XIP | Jared Hulbert | 2008-04-28 | 1 | -3/+5 |
* | [S390] Remove code duplication from monreader / dcssblk. | Martin Schwidefsky | 2008-04-17 | 1 | -52/+1 |
* | [S390] dcss: Fix Unlikely(x) != y | Roel Kluin | 2008-02-19 | 1 | -1/+1 |
* | [S390] dcss: Initialize workqueue before using it. | Heiko Carstens | 2008-02-05 | 1 | -3/+2 |
* | [S390] use LIST_HEAD instead of LIST_HEAD_INIT | Denis Cheng | 2008-01-26 | 1 | -1/+1 |
* | [S390] dcssblk: prevent early access without own make_request function | Christian Borntraeger | 2007-12-04 | 1 | -2/+2 |