summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-062-1/+3
|\
| * Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler2018-02-031-0/+10
| |\
| * | dax: require 'struct page' by default for filesystem daxDan Williams2018-01-201-0/+1
| * | mm, dax: introduce pfn_t_special()Dan Williams2018-01-201-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-02-012-17/+2Star
|\ \ \
| * | | s390/dasd: Remove dead return code checksJan Höppner2018-01-231-12/+0Star
| * | | s390/dasd: Simplify codeChristophe JAILLET2018-01-231-5/+2Star
| |/ /
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-2/+2
|\ \ \ | |_|/ |/| |
| * | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | | s390/dasd: fix wrongly assigned configuration dataStefan Haberland2018-01-021-0/+10
| |/ |/|
* | s390: add a few more SPDX identifiersMartin Schwidefsky2017-12-051-0/+1
* | s390/dasd: prevent prefix I/O errorStefan Haberland2017-12-051-6/+10
* | s390/dasd: remove 'struct timespec' usageArnd Bergmann2017-12-052-6/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-308-0/+8
|\ \ | |/ |/|
| * s390: block: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-248-0/+8
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-9/+8Star
* | treewide: init_timer() -> setup_timer()Kees Cook2017-11-221-6/+3Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-133-31/+9Star
|\
| * s390/dasd: avoid calling do_gettimeofday()Arnd Bergmann2017-11-081-8/+8
| * s390/dasd: remove unused debug macrosSebastian Ott2017-10-181-16/+0Star
| * s390/debug: improve debug_eventSebastian Ott2017-10-181-7/+1Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0214-0/+14
|/
* s390/scm_blk: consistently use blk_status_t as error typeSebastian Ott2017-09-191-3/+3
* s390/dasd: fix race during dasd initializationStefan Haberland2017-09-131-3/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-09-123-165/+193
|\
| * s390/dasd: blk-mq conversionStefan Haberland2017-09-083-165/+193
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-072-3/+3
|\ \ | |/ |/|
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-232-3/+3
* | s390/dasd: Add discard support for FBA devicesJan Höppner2017-08-294-4/+221
* | s390/dasd: Change unsigned long long to unsigned longJan Höppner2017-08-238-18/+14Star
* | s390/dasd: add average request times to dasd statisticsStefan Haberland2017-08-232-4/+34
* | s390/scm: use common completion pathSebastian Ott2017-08-091-5/+8
* | s390/dasd: constify attribute_group structures.Arvind Yadav2017-07-261-1/+1
|/
* 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
* | s390/dasd: remove unneeded codeSebastian Ott2017-07-053-5/+3Star
* | s390/dasd: Make raw I/O usable without prefix supportJan Höppner2017-07-051-40/+45
* | s390/dasd: Rename dasd_raw_build_cp()Jan Höppner2017-07-051-4/+4
* | s390/dasd: Refactor prefix_LRE() and related functionsJan Höppner2017-07-052-140/+78Star
* | s390: fix up for "blk-mq: switch ->queue_rq return value to blk_status_t"Stephen Rothwell2017-07-051-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-07-047-522/+216Star
|\ \
| * | s390/dasd: Fix faulty ENODEV for RO sysfs attributeJan Höppner2017-06-281-1/+1
| * | s390/dasd: fix hanging safe offlineStefan Haberland2017-06-121-2/+6
| * | s390/dasd: fix unusable device after safe offline processingStefan Haberland2017-06-122-31/+44
| * | s390/dasd: Display read-only attribute correctlyJan Höppner2017-06-121-5/+14
| * | s390/dasd: Remove variable sized arrayJan Höppner2017-06-121-17/+30
| * | s390/scm: use multiple queuesSebastian Ott2017-06-122-13/+42
| * | s390/scm: convert taskletSebastian Ott2017-06-122-40/+15Star
| * | s390/scm: convert to blk-mqSebastian Ott2017-06-122-65/+74