aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-1/+3
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler1-0/+10
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-17/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-23s390/dasd: Remove dead return code checksJan Höppner1-12/+0
2018-01-23s390/dasd: Simplify codeChristophe JAILLET1-5/+2
2018-01-19dax: require 'struct page' by default for filesystem daxDan Williams1-0/+1
2018-01-19mm, dax: introduce pfn_t_special()Dan Williams1-1/+2
2018-01-02s390/dasd: fix wrongly assigned configuration dataStefan Haberland1-0/+10
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky1-0/+1
2017-12-05s390/dasd: prevent prefix I/O errorStefan Haberland1-6/+10
2017-12-05s390/dasd: remove 'struct timespec' usageArnd Bergmann2-6/+6
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds8-0/+8
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-24s390: block: add SPDX identifiers to the remaining filesGreg Kroah-Hartman8-0/+8
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-9/+8
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-6/+3
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-31/+9
2017-11-08s390/dasd: avoid calling do_gettimeofday()Arnd Bergmann1-8/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman14-0/+14
2017-10-18s390/dasd: remove unused debug macrosSebastian Ott1-16/+0
2017-10-18s390/debug: improve debug_eventSebastian Ott1-7/+1
2017-09-19s390/scm_blk: consistently use blk_status_t as error typeSebastian Ott1-3/+3
2017-09-13s390/dasd: fix race during dasd initializationStefan Haberland1-3/+9
2017-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-165/+193
2017-09-08s390/dasd: blk-mq conversionStefan Haberland3-165/+193
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2017-08-29s390/dasd: Add discard support for FBA devicesJan Höppner4-4/+221
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2-3/+3
2017-08-23s390/dasd: Change unsigned long long to unsigned longJan Höppner8-18/+14
2017-08-23s390/dasd: add average request times to dasd statisticsStefan Haberland2-4/+34
2017-08-09s390/scm: use common completion pathSebastian Ott1-5/+8
2017-07-26s390/dasd: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+8
2017-07-05s390/dasd: remove unneeded codeSebastian Ott3-5/+3
2017-07-05s390/dasd: Make raw I/O usable without prefix supportJan Höppner1-40/+45
2017-07-05s390/dasd: Rename dasd_raw_build_cp()Jan Höppner1-4/+4
2017-07-05s390/dasd: Refactor prefix_LRE() and related functionsJan Höppner2-140/+78
2017-07-05s390: fix up for "blk-mq: switch ->queue_rq return value to blk_status_t"Stephen Rothwell1-5/+5
2017-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-522/+216
2017-06-28s390/dasd: Fix faulty ENODEV for RO sysfs attributeJan Höppner1-1/+1
2017-06-27dax: remove default copy_from_iter fallbackDan Williams1-0/+8
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown2-2/+2
2017-06-12s390/dasd: fix hanging safe offlineStefan Haberland1-2/+6
2017-06-12s390/dasd: fix unusable device after safe offline processingStefan Haberland2-31/+44
2017-06-12s390/dasd: Display read-only attribute correctlyJan Höppner1-5/+14
2017-06-12s390/dasd: Remove variable sized arrayJan Höppner1-17/+30
2017-06-12s390/scm: use multiple queuesSebastian Ott2-13/+42
2017-06-12s390/scm: convert taskletSebastian Ott2-40/+15