aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26nvme: make nvme_get_log_ext non-staticMatias Bjørling2-1/+4
2018-03-26nvmet: constify struct nvmet_fabrics_opsChristoph Hellwig5-17/+17
2018-03-26nvmet: refactor configfs transport type handlingChristoph Hellwig1-32/+29
2018-03-26nvmet: move device_uuid configfs attr definition to suitable placeMax Gurtovoy1-2/+2
2018-03-26nvme: Add .stop_ctrl to nvme ctrl opsNitzan Carmi3-3/+12
2018-03-26nvme-rdma: Allow DELETING state change failure in error_recoveryNitzan Carmi1-2/+2
2018-03-26nvme: Skip checking heads without namespacesKeith Busch1-0/+1
2018-03-26nvme-rdma: Don't flush delete_wq by default during remove_oneMax Gurtovoy1-0/+14
2018-03-26nvmet-rdma: Don't flush system_wq by default during remove_oneMax Gurtovoy1-1/+18
2018-03-26nvmet-rdma: Fix use after free in nvmet_rdma_cm_handler()Israel Rukshin1-16/+11
2018-03-26nvmet-rdma: Remove unused queue stateIsrael Rukshin1-5/+1
2018-03-26nvmet_fc: prevent new io rqsts in possible isr completionsJames Smart1-3/+16
2018-03-26nvme_fc: on remoteport reuse, set new nport_id and role.James Smart1-0/+2
2018-03-26nvme_fc: fix abort race on teardown with lld rejectJames Smart1-1/+4
2018-03-26nvme_fc: io timeout should defer abort to ctrl resetJames Smart1-11/+1
2018-03-26nvme_fc: fix ctrl create failures racing with workq itemsJames Smart1-0/+4
2018-03-26nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik1-2/+5
2018-03-26nvme: centralize ctrl removal printsMax Gurtovoy3-12/+8
2018-03-26nvme-pci: Add .get_address ctrl callbackKeith Busch1-0/+8
2018-03-26nvme: implement log page low/high offset and dwordsMatias Bjørling1-10/+22
2018-03-26nvme: change namespaces_mutext to namespaces_rwsemJianchao Wang3-35/+35
2018-03-26nvme: fix the dangerous reference of namespaces listJianchao Wang1-2/+14
2018-03-26nvme-pci: quiesce IO queues prior to disabling device HMB accessesJianchao Wang1-5/+4
2018-03-26Documentation: nvme: Documentation for nvme fault injectionThomas Tai2-0/+124
2018-03-26nvme: Add fault injection featureThomas Tai4-0/+109
2018-03-26nvme: use define instead of magic value for identify sizeMinwoo Im1-2/+3
2018-03-26iscsi-target: use common inet_addr_is_anySagi Grimberg1-26/+2
2018-03-26nvmet: don't return "any" ip address in discovery log pageSagi Grimberg3-3/+47
2018-03-26net/utils: Introduce inet_addr_is_anySagi Grimberg2-0/+24
2018-03-22mmc: block: Delete gendisk before cleaning up the request queueShawn Lin1-1/+1
2018-03-21Fix slab name "biovec-(1<<(21-12))"Mikulas Patocka1-2/+2
2018-03-21block: use 32-bit blk_status_t on AlphaMikulas Patocka1-0/+5
2018-03-19block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unlock}()Bart Van Assche1-2/+2
2018-03-18bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche1-3/+3
2018-03-18bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche1-0/+2
2018-03-18bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2-3/+3
2018-03-18bcache: Remove an unused variableBart Van Assche1-2/+0
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche4-15/+14
2018-03-18bcache: Annotate switch fall-throughBart Van Assche1-0/+7
2018-03-18bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche1-2/+3
2018-03-18bcache: Fix indentationBart Van Assche2-2/+2
2018-03-18bcache: add io_disable to struct cached_devColy Li5-3/+67
2018-03-18bcache: add backing_request_endio() for bi_end_ioColy Li3-16/+79
2018-03-18bcache: move closure debug file into debug directoryChengguang Xu4-15/+16
2018-03-18bcache: fix using of loop variable in memory shrinkTang Junhui1-3/+6
2018-03-18bcache: fix error return value in memory shrinkTang Junhui1-1/+1
2018-03-18bcache: fix incorrect sysfs output value of strip sizeTang Junhui1-1/+1
2018-03-18bcache: fix inaccurate io state for detached bcache devicesTang Junhui1-7/+51
2018-03-18bcache: add stop_when_cache_set_failed option to backing deviceColy Li3-10/+94
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li10-30/+116