summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-03block: allow for_each_bvec to support zero len bvecMing Lei1-1/+8
2020-09-02blk-stat: make q->stats->lock irqsafeTejun Heo1-6/+11
2020-09-02blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo1-2/+3
2020-09-01block: fix locking in bdev_del_partitionChristoph Hellwig1-14/+13
2020-09-01block: release disk reference in hd_struct_free_workMing Lei1-1/+9
2020-09-01block: ensure bdi->io_pages is always initializedJens Axboe1-0/+1
2020-08-29Merge branch 'nvme-5.9-rc' of git://git.infradead.org/nvme into block-5.9Jens Axboe8-58/+167
2020-08-29nvme-pci: cancel nvme device request before disablingTong Zhang1-2/+2
2020-08-29nvme: only use power of two io boundariesKeith Busch1-9/+38
2020-08-29nvme: fix controller instance leakKeith Busch1-1/+1
2020-08-29nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-08-29nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg1-0/+4
2020-08-29nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-29nvme-rdma: fix timeout handlerSagi Grimberg1-16/+33
2020-08-29nvme-rdma: serialize controller teardown sequencesSagi Grimberg1-0/+6
2020-08-29nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-29nvme-tcp: fix timeout handlerSagi Grimberg1-20/+36
2020-08-29nvme-tcp: serialize controller teardown sequencesSagi Grimberg1-2/+9
2020-08-29nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2-2/+3
2020-08-29nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg1-1/+0
2020-08-29nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang1-1/+9
2020-08-28Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe1-2/+5
2020-08-28md/raid5: make sure stripe_size as power of twoYufen Yu1-2/+5
2020-08-26loop: Set correct device size when using LOOP_CONFIGUREMartijn Coenen1-2/+2
2020-08-26nbd: restore default timeout when setting it to zeroHou Pu1-0/+2
2020-08-22null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu1-1/+1
2020-08-22nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel1-0/+6
2020-08-22nvme: redirect commands on dying queueChao Leng1-4/+5
2020-08-22nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig1-10/+2
2020-08-22nvme: refactor command completionChristoph Hellwig3-64/+89
2020-08-22nvme: rename and document nvme_end_requestChristoph Hellwig7-8/+14
2020-08-22nvme: skip noiob for zoned devicesKeith Busch1-1/+1
2020-08-22nvme-pci: fix PRP pool sizeChristoph Hellwig1-1/+2
2020-08-22nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry1-6/+6
2020-08-22nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe1-4/+4
2020-08-22nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni1-3/+3
2020-08-22nvmet: fix oops in pt cmd executionChaitanya Kulkarni1-3/+3
2020-08-22nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni1-4/+5
2020-08-22nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck1-5/+4
2020-08-22nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck1-5/+10
2020-08-22nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang1-2/+2
2020-08-22nvmet-passthru: Reject commands with non-sgl flags setLogan Gunthorpe1-0/+8
2020-08-22nvmet: fix a memory leakSagi Grimberg1-0/+1
2020-08-22blkcg: fix memleak for iolatencyYufen Yu1-3/+5
2020-08-22MAINTAINERS: Add missing header files to BLOCK LAYER sectionGeert Uytterhoeven1-0/+1
2020-08-22block: fix get_max_io_size()Keith Busch1-1/+1
2020-08-22blk-mq: insert request not through ->queue_rq into sw/scheduler queueMing Lei1-1/+2
2020-08-22block/rnbd: Ensure err is always initialized in process_rdmaNathan Chancellor1-1/+2
2020-08-18bfq: fix blkio cgroup leakage v4Dmitry Monakhov3-12/+3
2020-08-18block: Fix page_is_mergeable() for compound pagesMatthew Wilcox (Oracle)1-5/+5