summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block/swim3: Fix regression on PowerBook G3Finn Thain2018-12-311-4/+3
* block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2018-12-311-1/+5
* block/swim3: Remove dead return statementFinn Thain2018-12-311-1/+0
* block/amiflop: Don't log error message on invalid ioctlFinn Thain2018-12-311-2/+0
* gdrom: fix a memory leak bugWenwen Wang2018-12-291-0/+1
* lightnvm: pblk: fix use-after-free bugGustavo A. R. Silva2018-12-221-1/+0
* block: sunvdc: remove redundant codeChengguang Xu2018-12-221-1/+0
* block: loop: remove redundant codeChengguang Xu2018-12-221-1/+0
* bsg: deprecate BIDI support in bsgChristoph Hellwig2018-12-211-0/+4
* blkcg: remove unused __blkg_release_rcu()Dennis Zhou2018-12-211-23/+0
* blkcg: clean up blkg_tryget_closest()Dennis Zhou2018-12-212-5/+20
* drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2018-12-202-6/+3
* drbd: Avoid Clang warning about pointless switch statmentNathan Chancellor2018-12-201-1/+4
* drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg2018-12-2010-31/+252
* drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2018-12-201-7/+8
* drbd: don't retry connection if peers do not agree on "authentication" settingsLars Ellenberg2018-12-201-1/+1
* drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck2018-12-201-1/+1
* drbd: avoid spurious self-outdating with concurrent disconnect / downLars Ellenberg2018-12-201-0/+7
* drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg2018-12-201-8/+29
* drbd: fix comment typosLars Ellenberg2018-12-202-2/+2
* drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2018-12-202-3/+22
* drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg2018-12-201-5/+6
* drbd: fix confusing error message during attachLars Ellenberg2018-12-201-5/+44
* drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2018-12-201-1/+1
* drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg2018-12-201-3/+30
* drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg2018-12-203-11/+17
* drbd: must not use connection after kref_put(&connection->kref)Lars Ellenberg2018-12-201-2/+1
* drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2018-12-201-5/+6
* block: save irq state in blkg_lookup_create()Ming Lei2018-12-191-2/+4
* dm: don't reuse bio for flushesJens Axboe2018-12-192-13/+25
* Merge branch 'nvme-4.21' of git://git.infradead.org/nvme into for-4.21/blockJens Axboe2018-12-1917-56/+161
|\
| * nvme-pci: trace SQ status on completionsyupeng2018-12-193-0/+28
| * nvme-rdma: implement polling queue mapSagi Grimberg2018-12-181-6/+43
| * nvme-fabrics: allow user to pass in nr_poll_queuesSagi Grimberg2018-12-182-0/+16
| * nvme-fabrics: allow nvmf_connect_io_queue to pollSagi Grimberg2018-12-186-7/+7
| * nvme-core: optionally poll sync commandsSagi Grimberg2018-12-183-11/+39
| * block: make request_to_qc_t publicSagi Grimberg2018-12-183-19/+10
| * nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"Colin Ian King2018-12-181-1/+1
| * nvme-tcp: fix endianess annotationsChristoph Hellwig2018-12-181-4/+5
| * nvmet-tcp: fix endianess annotationsChristoph Hellwig2018-12-181-2/+2
| * nvme-pci: refactor nvme_poll_irqdisable to make sparse happyChristoph Hellwig2018-12-181-6/+6
| * nvme-pci: only set nr_maps to 2 if poll queues are supportedChristoph Hellwig2018-12-181-0/+3
| * nvmet: use a macro for default error locationChaitanya Kulkarni2018-12-182-2/+3
| * nvmet: fix comparison of a u16 with -1Colin Ian King2018-12-181-1/+1
|/
* blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei2018-12-172-2/+4
* blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe2018-12-173-10/+10
* blk-mq: skip zero-queue maps in blk_mq_map_swqueueMing Lei2018-12-171-0/+3
* block: fix blk-iolatency accounting underflowDennis Zhou2018-12-173-1/+7
* blk-mq: fix dispatch from sw queueMing Lei2018-12-174-45/+68
* block: mq-deadline: Fix write completion handlingDamien Le Moal2018-12-173-2/+14