summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-18Merge branch 'for-4.21/block' into for-4.21/aioJens Axboe141-2966/+7436
2018-12-18blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe1-1/+1
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig1-5/+1
2018-12-16block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()Chengguang Xu1-1/+1
2018-12-16aoe: add __exit annotationChengguang Xu1-1/+1
2018-12-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2018-12-14Merge tag 'pinctrl-v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-15/+18
2018-12-14Merge tag 'drm-fixes-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds30-335/+717
2018-12-13nvme: fix kernel paging oopsSagi Grimberg1-1/+1
2018-12-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2-8/+8
2018-12-13Merge branch 'nvme-4.21' of git://git.infradead.org/nvme into for-4.21/blockJens Axboe26-110/+4490
2018-12-13Merge branch 'vmwgfx-fixes-4.20' of git://people.freedesktop.org/~thomash/lin...Dave Airlie6-4/+103
2018-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-8/+22
2018-12-13Merge tag 'mmc-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds4-16/+40
2018-12-13bcache: print number of keys in trace_bcache_journal_writeGuoju Fang1-1/+1
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li1-1/+2
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li3-2/+55
2018-12-13bcache: add MODULE_DESCRIPTION informationColy Li1-3/+4
2018-12-13bcache: option to automatically run gc thread after writebackColy Li4-0/+52
2018-12-13bcache: introduce force_wake_up_gc()Coly Li2-15/+20
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang1-2/+19
2018-12-13bcache: do not mark writeback_running too earlyShenghui Wang1-1/+2
2018-12-13bcache: update comment in sysfs.cShenghui Wang1-2/+2
2018-12-13bcache: update comment for bch_data_insertShenghui Wang1-3/+3
2018-12-13bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2-4/+2
2018-12-13bcache: add comment for cache_set->fill_iterShenghui Wang2-1/+10
2018-12-13drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom6-2/+103
2018-12-13nvme-rdma: support separate queue maps for read and writeSagi Grimberg1-3/+25
2018-12-13nvme-tcp: support separate queue maps for read and writeSagi Grimberg1-6/+41
2018-12-13nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg2-0/+16
2018-12-13nvme-fabrics: add missing nvmf_ctrl_options documentationSagi Grimberg1-0/+3
2018-12-13blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg1-1/+1
2018-12-13nvmet: update smart log with num err log entriesChaitanya Kulkarni1-0/+6
2018-12-13nvmet: add error log page cmd handlerChaitanya Kulkarni1-7/+29
2018-12-13nvmet: add error log support for file backendChaitanya Kulkarni3-15/+60
2018-12-13nvmet: add error log support for bdev backendChaitanya Kulkarni1-12/+72
2018-12-13nvmet: add error log support for admin-cmdChaitanya Kulkarni1-4/+18
2018-12-13nvmet: add error log support for rdma backendChaitanya Kulkarni1-1/+9
2018-12-13nvmet: add error log support for fabrics-cmdChaitanya Kulkarni2-13/+45
2018-12-13nvmet: add error log support in the coreChaitanya Kulkarni1-8/+23
2018-12-13nvmet: add interface to update error-log pageChaitanya Kulkarni2-6/+31
2018-12-13nvmet: add error-log definitionsChaitanya Kulkarni2-0/+11
2018-12-13nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni6-23/+23
2018-12-13nvmet: remove unused variableSagi Grimberg1-2/+1
2018-12-13nvme: provide fallback for discard alloc failureJens Axboe2-6/+38
2018-12-13nvme: add __exit annotationChengguang Xu2-2/+2
2018-12-13nvme-tcp: add NVMe over TCP host driverSagi Grimberg3-0/+2260
2018-12-13nvmet: allow configfs tcp trtype configurationSagi Grimberg1-0/+1
2018-12-13nvmet-tcp: add NVMe over TCP target driverSagi Grimberg3-0/+1749
2018-12-13nvme-fabrics: allow user passing data digestSagi Grimberg2-0/+7