aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+7
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-14/+17
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+2
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-3/+3
2018-05-25s390/dasd: simplify locking in dasd_times_outSebastian Ott1-14/+17
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams1-0/+7
2018-05-23s390/dasd: use blk_mq_rq_from_pdu for per request dataSebastian Ott1-2/+5
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-15/+2
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner2-3/+11
2018-04-23s390/dasd: fix IO error for newly defined devicesStefan Haberland1-2/+11
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani1-1/+0
2018-04-16s390: remove couple of duplicate includesVasily Gorbik1-1/+0
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-18/+78
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds4-7/+7
2018-04-03dax: introduce CONFIG_DAX_DRIVERDan Williams1-1/+1
2018-03-26s390/cio: rename struct channel_path_descSebastian Ott1-1/+1
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche4-7/+7
2018-02-27s390/dasd: set timestamps unconditionallyStefan Haberland1-12/+13
2018-02-27s390/dasd: remove unneeded sanity checkStefan Haberland1-2/+7
2018-02-22s390/dasd: configurable IFCC handlingStefan Haberland2-3/+57
2018-02-19s390/dasd: fix handling of internal requestsStefan Haberland1-14/+7
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