aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme: fix SRCU protection of nvme_ns_head listCaleb Sander2022-11-302-1/+4
* nvme-pci: clear the prp2 field when not usedLei Rao2022-11-301-0/+2
* ublk_drv: don't forward io commands in reserve orderMing Lei2022-11-231-44/+38
* s390/dasd: fix possible buffer overflow in copy_pair_showStefan Haberland2022-11-231-1/+1
* s390/dasd: fix no record found for raw_track_accessStefan Haberland2022-11-231-4/+2
* s390/dasd: increase printing of debug data payloadStefan Haberland2022-11-231-18/+19
* s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"Colin Ian King2022-11-231-1/+1
* blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failureChristoph Hellwig2022-11-221-1/+6
* Merge tag 'nvme-6.1-2022-11-18' of git://git.infradead.org/nvme into block-6.1Jens Axboe2022-11-182-0/+6
|\
| * nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg2022-11-161-0/+2
| * nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira2022-11-161-0/+2
| * nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo2022-11-151-0/+2
* | dm-log-writes: set dma_alignment limit in io_hintsKeith Busch2022-11-161-0/+1
* | dm-integrity: set dma_alignment limit in io_hintsKeith Busch2022-11-161-0/+1
* | block: make blk_set_default_limits() privateKeith Busch2022-11-163-2/+1
* | dm-crypt: provide dma_alignment limit in io_hintsKeith Busch2022-11-161-0/+1
* | block: make dma_alignment a stacking queue_limitKeith Busch2022-11-163-11/+13
* | drbd: use after free in drbd_create_device()Dan Carpenter2022-11-151-2/+2
|/
* blk-cgroup: properly pin the parent in blkcg_css_onlineChris Mason2022-11-141-1/+1
* Merge tag 'nvme-6.1-2022-11-10' of git://git.infradead.org/nvme into block-6.1Jens Axboe2022-11-103-6/+7
|\
| * nvmet: fix a memory leakSagi Grimberg2022-11-091-0/+1
| * nvmet: fix memory leak in nvmet_subsys_attr_model_store_lockedAleksandr Miloserdov2022-11-091-2/+5
| * nvme: quiet user passthrough command errorsKeith Busch2022-11-092-4/+1
|/
* block: sed-opal: kmalloc the cmd/resp buffersSerge Semin2022-11-081-4/+28
* block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai2022-11-081-0/+4
* block: blk_add_rq_to_plug(): clear stale 'last' after flushAl Viro2022-10-311-0/+1
* blk-mq: Fix kmemleak in blk_mq_init_allocated_queueChen Jun2022-10-311-3/+1
* block: Fix possible memory leak for rq_wb on add_disk failureChen Zhongjin2022-10-311-0/+1
* ublk_drv: add ublk_queue_cmd() for cleanupMing Lei2022-10-311-26/+21
* ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei2022-10-311-30/+53
* ublk_drv: comment on ublk_driver entry of KconfigMing Lei2022-10-311-0/+6
* ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei2022-10-311-0/+3
* blk-mq: Properly init requests from blk_mq_alloc_request_hctx()John Garry2022-10-281-1/+6
* Merge tag 'nvme-6.1-2022-10-27' of git://git.infradead.org/nvme into block-6.1Jens Axboe2022-10-272-2/+12
|\
| * nvme-multipath: set queue dma alignment to 3Keith Busch2022-10-251-0/+1
| * nvme-tcp: fix possible circular locking when deleting a controller under memo...Sagi Grimberg2022-10-251-1/+10
| * nvme-tcp: replace sg_init_marker() with sg_init_table()Nam Cao2022-10-251-1/+1
* | blk-mq: don't add non-pt request with ->end_io to batchMing Lei2022-10-271-1/+2
* | rbd: fix possible memory leak in rbd_sysfs_init()Yang Yingliang2022-10-271-1/+3
|/
* block: fix memory leak for elevator on add_disk failureYu Kuai2022-10-221-4/+8
* blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Ye Bin2022-10-201-3/+1
* blktrace: fix possible memleak in '__blk_trace_remove'Ye Bin2022-10-201-2/+2
* blktrace: introduce 'blk_trace_{start,stop}' helperYe Bin2022-10-201-38/+36
* bio: safeguard REQ_ALLOC_CACHE bio putPavel Begunkov2022-10-201-1/+1
* block, bfq: remove unused variable for bfq_queueYuwei Guan2022-10-201-4/+0
* drbd: only clone bio if we have a backing deviceChristoph Böhmwalder2022-10-201-8/+6
* Merge tag 'nvme-6.1-2022-10-22' of git://git.infradead.org/nvme into block-6.1Jens Axboe2022-10-207-17/+47
|\
| * nvmet: fix invalid memory reference in nvmet_subsys_attr_qid_max_showDaniel Wagner2022-10-191-4/+0
| * nvmet: fix workqueue MEM_RECLAIM flushing dependencySagi Grimberg2022-10-191-1/+1
| * nvme-hwmon: kmalloc the NVME SMART log bufferSerge Semin2022-10-191-7/+16