aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/admin-cmd.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-04nvmet: Introduced helper routine for controller status check.Parav Pandit6-34/+41
2017-04-04nvmet: Fixed avoided printing nvmet: twice in error logs.Parav Pandit4-21/+20
2017-04-04iscsi-target: use generic inet_pton_with_scopeSagi Grimberg1-34/+12
2017-04-04nvme-rdma: use inet_pton_with_scope helperSagi Grimberg1-44/+19
2017-04-04nvmet-rdma: use generic inet_pton_with_scopeSagi Grimberg1-13/+29
2017-04-04net/utils: generic inet_pton_with_scope helperSagi Grimberg2-0/+109
2017-04-04nvme-loop: remove some code duplicationSagi Grimberg1-12/+21
2017-04-04nvme-rdma: Give some more grace for rdma connection establishmentSagi Grimberg1-1/+1
2017-04-04nvmet-rdma: occasionally flush ongoing controller teardownSagi Grimberg1-0/+5
2017-04-04nvme-rdma: handle cpu unplug when re-establishing the controllerSagi Grimberg1-14/+14
2017-04-04nvmet-rdma: Fix a possible uninitialized variable dereferenceSagi Grimberg1-5/+3
2017-04-04nvmet: confirm sq percpu has scheduled and switched to atomicSagi Grimberg2-1/+11
2017-04-04nvme-loop: handle cpu unplug when re-establishing the controllerSagi Grimberg1-38/+50
2017-04-04nvme-loop: fix a possible use-after-free when destroying the admin queueSagi Grimberg1-1/+1
2017-04-02nvmet: fix byte swap in nvmet_parse_io_cmdChristoph Hellwig1-1/+1
2017-04-02nvmet: fix byte swap in nvmet_execute_write_zeroesChristoph Hellwig1-1/+1
2017-04-02nvmet: add missing byte swap in nvmet_get_smart_logChristoph Hellwig1-1/+1
2017-04-02nvme: add missing byte swap in nvme_setup_discardChristoph Hellwig1-1/+1
2017-04-02nvme: Correct NVMF enum values to match NVMe-oF rev 1.0Roland Dreier1-8/+8
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers14-18/+18
2017-03-30null_blk: add blocking modeJens Axboe1-0/+9
2017-03-30blk-mq: fix schedule-under-preempt for blocking driversJens Axboe1-3/+14
2017-03-30block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"Colin Ian King1-1/+1
2017-03-30block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim1-1/+0
2017-03-30block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim1-1/+0
2017-03-29blk-mq: include errors in did_work calculationJens Axboe1-3/+4
2017-03-29block-mq: don't re-queue if we get a queue errorJosef Bacik1-2/+1
2017-03-29blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan1-25/+98
2017-03-29Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock"Jens Axboe2-91/+53
2017-03-29blk-mq: fix a typo and a spelling mistakeJens Axboe1-2/+2
2017-03-29blk-mq-pci: Fix two spelling mistakesSagi Grimberg1-1/+1
2017-03-29sparc/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-03-29mips/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2017-03-29metag/ptrace: Reject partial NT_METAG_RPIPE writesDave Martin1-0/+2
2017-03-29metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUSDave Martin1-3/+12
2017-03-29metag/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-03-29h8300/ptrace: Fix incorrect register transfer countDave Martin1-3/+5
2017-03-29c6x/ptrace: Remove useless PTRACE_SETREGSET implementationDave Martin1-41/+0
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-03-29block: fix leak of q->rq_wbOmar Sandoval1-1/+3
2017-03-29blk-mq: fix leak of q->statsOmar Sandoval1-4/+0
2017-03-29block: warn if sharing request queue across gendisksOmar Sandoval2-0/+8
2017-03-29block: block new I/O just after queue is set as dyingMing Lei1-3/+10
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei5-9/+9
2017-03-29block: add a read barrier in blk_queue_enter()Ming Lei1-0/+9
2017-03-29blk-mq: comment on races related with timeout handlerMing Lei1-0/+22
2017-03-29blk-mq: don't complete un-started request in timeout handlerMing Lei1-10/+1
2017-03-28blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan2-53/+91
2017-03-28jsflash: stop sharing request queue across multiple gendisksOmar Sandoval1-14/+36