summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-21blkcg: clean up blkg_tryget_closest()Dennis Zhou
2018-12-20drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor
2018-12-20drbd: Avoid Clang warning about pointless switch statmentNathan Chancellor
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg
2018-12-20drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg
2018-12-20drbd: don't retry connection if peers do not agree on "authentication" settingsLars Ellenberg
2018-12-20drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck
2018-12-20drbd: avoid spurious self-outdating with concurrent disconnect / downLars Ellenberg
2018-12-20drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg
2018-12-20drbd: fix comment typosLars Ellenberg
2018-12-20drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg
2018-12-20drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg
2018-12-20drbd: fix confusing error message during attachLars Ellenberg
2018-12-20drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg
2018-12-20drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg
2018-12-20drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg
2018-12-20drbd: must not use connection after kref_put(&connection->kref)Lars Ellenberg
2018-12-20drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer
2018-12-19block: save irq state in blkg_lookup_create()Ming Lei
2018-12-19dm: don't reuse bio for flushesJens Axboe
2018-12-19Merge branch 'nvme-4.21' of git://git.infradead.org/nvme into for-4.21/blockJens Axboe
2018-12-19nvme-pci: trace SQ status on completionsyupeng
2018-12-18nvme-rdma: implement polling queue mapSagi Grimberg
2018-12-18nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg
2018-12-18nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg
2018-12-18nvme-core: optionally poll sync commandsSagi Grimberg
2018-12-18block: make request_to_qc_t publicSagi Grimberg
2018-12-18nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"Colin Ian King
2018-12-18nvme-tcp: fix endianess annotationsChristoph Hellwig
2018-12-18nvmet-tcp: fix endianess annotationsChristoph Hellwig
2018-12-18nvme-pci: refactor nvme_poll_irqdisable to make sparse happyChristoph Hellwig
2018-12-18nvme-pci: only set nr_maps to 2 if poll queues are supportedChristoph Hellwig
2018-12-18nvmet: use a macro for default error locationChaitanya Kulkarni
2018-12-18nvmet: fix comparison of a u16 with -1Colin Ian King
2018-12-17blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe
2018-12-17blk-mq: skip zero-queue maps in blk_mq_map_swqueueMing Lei
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou
2018-12-17blk-mq: fix dispatch from sw queueMing Lei
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig
2018-12-17blk-mq: only dispatch to non-defauly queue maps if they have queuesChristoph Hellwig
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei
2018-12-17blk-mq: fix allocation for queue mapping tableMing Lei
2018-12-16blk-wbt: export internal state via debugfsMing Lei
2018-12-16blk-mq-debugfs: support rq_qosMing Lei
2018-12-16block: update sysfs documentationDamien Le Moal
2018-12-16block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()Chengguang Xu
2018-12-16aoe: add __exit annotationChengguang Xu
2018-12-16block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig