summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* lightnvm/pblk-gc: Delete an error message for a failed memory allocation in p...Markus Elfring2018-03-291-3/+1
* blk-mq: Allow PCI vector offset for mapping queuesKeith Busch2018-03-273-3/+3
* loop: use killable lock in ioctlsOmar Sandoval2018-03-271-10/+19
* loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval2018-03-271-14/+24
* nvme: make nvme_get_log_ext non-staticMatias Bjørling2018-03-262-1/+4
* nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig2018-03-265-17/+17
* nvmet: refactor configfs transport type handlingChristoph Hellwig2018-03-261-32/+29
* nvmet: move device_uuid configfs attr definition to suitable placeMax Gurtovoy2018-03-261-2/+2
* nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi2018-03-263-3/+12
* nvme-rdma: Allow DELETING state change failure in error_recoveryNitzan Carmi2018-03-261-2/+2
* nvme: Skip checking heads without namespacesKeith Busch2018-03-261-0/+1
* nvme-rdma: Don't flush delete_wq by default during remove_oneMax Gurtovoy2018-03-261-0/+14
* nvmet-rdma: Don't flush system_wq by default during remove_oneMax Gurtovoy2018-03-261-1/+18
* nvmet-rdma: Fix use after free in nvmet_rdma_cm_handler()Israel Rukshin2018-03-261-16/+11
* nvmet-rdma: Remove unused queue stateIsrael Rukshin2018-03-261-5/+1
* nvmet_fc: prevent new io rqsts in possible isr completionsJames Smart2018-03-261-3/+16
* nvme_fc: on remoteport reuse, set new nport_id and role.James Smart2018-03-261-0/+2
* nvme_fc: fix abort race on teardown with lld rejectJames Smart2018-03-261-1/+4
* nvme_fc: io timeout should defer abort to ctrl resetJames Smart2018-03-261-11/+1
* nvme_fc: fix ctrl create failures racing with workq itemsJames Smart2018-03-261-0/+4
* nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik2018-03-261-2/+5
* nvme: centralize ctrl removal printsMax Gurtovoy2018-03-263-12/+8
* nvme-pci: Add .get_address ctrl callbackKeith Busch2018-03-261-0/+8
* nvme: implement log page low/high offset and dwordsMatias Bjørling2018-03-261-10/+22
* nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang2018-03-263-35/+35
* nvme: fix the dangerous reference of namespaces listJianchao Wang2018-03-261-2/+14
* nvme-pci: quiesce IO queues prior to disabling device HMB accessesJianchao Wang2018-03-261-5/+4
* nvme: Add fault injection featureThomas Tai2018-03-264-0/+109
* nvme: use define instead of magic value for identify sizeMinwoo Im2018-03-261-2/+3
* iscsi-target: use common inet_addr_is_anySagi Grimberg2018-03-261-26/+2
* nvmet: don't return "any" ip address in discovery log pageSagi Grimberg2018-03-263-3/+47
* mmc: block: Delete gendisk before cleaning up the request queueShawn Lin2018-03-221-1/+1
* bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche2018-03-181-3/+3
* bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche2018-03-181-0/+2
* bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2018-03-182-3/+3
* bcache: Remove an unused variableBart Van Assche2018-03-181-2/+0
* bcache: Fix kernel-doc warningsBart Van Assche2018-03-184-15/+14
* bcache: Annotate switch fall-throughBart Van Assche2018-03-181-0/+7
* bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche2018-03-181-2/+3
* bcache: Fix indentationBart Van Assche2018-03-182-2/+2
* bcache: add io_disable to struct cached_devColy Li2018-03-185-3/+67
* bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-183-16/+79
* bcache: move closure debug file into debug directoryChengguang Xu2018-03-184-15/+16
* bcache: fix using of loop variable in memory shrinkTang Junhui2018-03-181-3/+6
* bcache: fix error return value in memory shrinkTang Junhui2018-03-181-1/+1
* bcache: fix incorrect sysfs output value of strip sizeTang Junhui2018-03-181-1/+1
* bcache: fix inaccurate io state for detached bcache devicesTang Junhui2018-03-181-7/+51
* bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-183-10/+94
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-1810-30/+116
* bcache: stop dc->writeback_rate_update properlyColy Li2018-03-184-10/+69