summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cfq: Disable writeback throttling by defaultJan Kara2017-04-051-12/+5
* block: fix inheriting request priority from bioAdam Manzanares2017-04-041-1/+1
* nvme: factor request completion code into a common helperChristoph Hellwig2017-04-046-93/+40
* nvme-fc: drop ctrl for all command completionsChristoph Hellwig2017-04-041-2/+3
* nvme-fc: increment request retries counter before requeuingSagi Grimberg2017-04-041-0/+1
* nvme-loop: increment request retries counter before requeuingSagi Grimberg2017-04-041-0/+1
* nvme-rdma: increment request retries counter before requeuingSagi Grimberg2017-04-041-0/+1
* nvme_fc: Clean up host fcpio done status handlingJames Smart2017-04-042-10/+10
* nvmet_fc: Clear SG list to avoid double freesJames Smart2017-04-041-0/+2
* nvme_fc: correct LS validationJames Smart2017-04-041-4/+5
* nvmet_fc: Sync NVME LS reject reasons with specJames Smart2017-04-041-7/+12
* nvme_fc: Add check of status_code in ERSP_IUJames Smart2017-04-041-0/+1
* nvme_fc: Sync FC-NVME header with standardJames Smart2017-04-041-9/+59
* nvme-rdma: Support ctrl_loss_tmoSagi Grimberg2017-04-041-13/+28
* nvme-fabrics: Allow ctrl loss timeout configurationSagi Grimberg2017-04-042-0/+38
* nvme-rdma: get rid of local reconnect_delaySagi Grimberg2017-04-041-5/+3
* nvme-loop: retrieve iod from the cqe command_idSagi Grimberg2017-04-041-6/+25
* nvme-loop: remove unneeded includesSagi Grimberg2017-04-041-2/+0
* nvme-fc: fix module_init (theoretical) error pathSagi Grimberg2017-04-041-1/+10
* nvme-loop: fix module_init (theoretical) error pathSagi Grimberg2017-04-041-1/+6
* nvme-rdma: fix module_init (theoretical) error pathSagi Grimberg2017-04-041-5/+13
* nvmet: use symbolic constants for log identifiersMax Gurtovoy2017-04-041-6/+6
* nvmet: Introduced helper routine for controller status check.Parav Pandit2017-04-046-34/+41
* nvmet: Fixed avoided printing nvmet: twice in error logs.Parav Pandit2017-04-044-21/+20
* iscsi-target: use generic inet_pton_with_scopeSagi Grimberg2017-04-041-34/+12
* nvme-rdma: use inet_pton_with_scope helperSagi Grimberg2017-04-041-44/+19
* nvmet-rdma: use generic inet_pton_with_scopeSagi Grimberg2017-04-041-13/+29
* net/utils: generic inet_pton_with_scope helperSagi Grimberg2017-04-042-0/+109
* nvme-loop: remove some code duplicationSagi Grimberg2017-04-041-12/+21
* nvme-rdma: Give some more grace for rdma connection establishmentSagi Grimberg2017-04-041-1/+1
* nvmet-rdma: occasionally flush ongoing controller teardownSagi Grimberg2017-04-041-0/+5
* nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-04-041-14/+14
* nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg2017-04-041-5/+3
* nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg2017-04-042-1/+11
* nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg2017-04-041-38/+50
* nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg2017-04-041-1/+1
* blk-mq: constify struct blk_mq_opsEric Biggers2017-03-3114-18/+18
* null_blk: add blocking modeJens Axboe2017-03-301-0/+9
* blk-mq: fix schedule-under-preempt for blocking driversJens Axboe2017-03-301-3/+14
* block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"Colin Ian King2017-03-301-1/+1
* block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim2017-03-301-1/+0
* blk-mq: include errors in did_work calculationJens Axboe2017-03-291-3/+4
* block-mq: don't re-queue if we get a queue errorJosef Bacik2017-03-291-2/+1
* blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan2017-03-291-25/+98
* Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock"Jens Axboe2017-03-292-91/+53
* blk-mq: fix a typo and a spelling mistakeJens Axboe2017-03-291-2/+2
* blk-mq-pci: Fix two spelling mistakesSagi Grimberg2017-03-291-1/+1
* block: fix leak of q->rq_wbOmar Sandoval2017-03-291-1/+3
* blk-mq: fix leak of q->statsOmar Sandoval2017-03-291-4/+0
* block: warn if sharing request queue across gendisksOmar Sandoval2017-03-292-0/+8