summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-12-31block/swim3: Fix regression on PowerBook G3for-4.21/block-20190102Finn Thain
2018-12-31block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain
2018-12-31block/swim3: Remove dead return statementFinn Thain
2018-12-31block/amiflop: Don't log error message on invalid ioctlFinn Thain
2018-12-29gdrom: fix a memory leak bugWenwen Wang
2018-12-22lightnvm: pblk: fix use-after-free bugGustavo A. R. Silva
2018-12-22block: sunvdc: remove redundant codeChengguang Xu
2018-12-22block: loop: remove redundant codeChengguang Xu
2018-12-20drbd: Change drbd_request_detach_interruptible's return type to intNathan 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-19dm: don't reuse bio for flushesJens 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-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: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig
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-13nvme: fix kernel paging oopsSagi Grimberg
2018-12-13Merge branch 'nvme-4.21' of git://git.infradead.org/nvme into for-4.21/blockJens Axboe
2018-12-13bcache: print number of keys in trace_bcache_journal_writeGuoju Fang
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li
2018-12-13bcache: add MODULE_DESCRIPTION informationColy Li
2018-12-13bcache: option to automatically run gc thread after writebackColy Li
2018-12-13bcache: introduce force_wake_up_gc()Coly Li
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang