summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-20drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg1-8/+29
2018-12-20drbd: fix comment typosLars Ellenberg2-2/+2
2018-12-20drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2-3/+22
2018-12-20drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg1-5/+6
2018-12-20drbd: fix confusing error message during attachLars Ellenberg1-5/+44
2018-12-20drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg1-1/+1
2018-12-20drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg1-3/+30
2018-12-20drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg3-11/+17
2018-12-20drbd: must not use connection after kref_put(&connection->kref)Lars Ellenberg1-2/+1
2018-12-20drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer1-5/+6
2018-12-19dm: don't reuse bio for flushesJens Axboe2-13/+25
2018-12-19nvme-pci: trace SQ status on completionsyupeng3-0/+28
2018-12-18nvme-rdma: implement polling queue mapSagi Grimberg1-6/+43
2018-12-18nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg2-0/+16
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg6-7/+7
2018-12-18nvme-core: optionally poll sync commandsSagi Grimberg3-11/+39
2018-12-18nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"Colin Ian King1-1/+1
2018-12-18nvme-tcp: fix endianess annotationsChristoph Hellwig1-4/+5
2018-12-18nvmet-tcp: fix endianess annotationsChristoph Hellwig1-2/+2
2018-12-18nvme-pci: refactor nvme_poll_irqdisable to make sparse happyChristoph Hellwig1-6/+6
2018-12-18nvme-pci: only set nr_maps to 2 if poll queues are supportedChristoph Hellwig1-0/+3
2018-12-18nvmet: use a macro for default error locationChaitanya Kulkarni2-2/+3
2018-12-18nvmet: fix comparison of a u16 with -1Colin Ian King1-1/+1
2018-12-17blk-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-13nvme: fix kernel paging oopsSagi Grimberg1-1/+1
2018-12-13Merge branch 'nvme-4.21' of git://git.infradead.org/nvme into for-4.21/blockJens Axboe26-110/+4490
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-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