summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-02-17brd: use radix_tree_maybe_preload instead of radix_tree_preloadfor-6.3/block-2023-02-16Pankaj Raghav
2023-02-16brd: mark as nowait compatibleJens Axboe
2023-02-16brd: check for REQ_NOWAIT and set correct page allocation maskJens Axboe
2023-02-16brd: return 0/-error from brd_insert_page()Jens Axboe
2023-02-14nvme-pci: remove iod use_sglsKeith Busch
2023-02-14nvme-pci: fix freeing single sglKeith Busch
2023-02-13block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong
2023-02-09s390/dasd: Fix potential memleak in dasd_eckd_init()Qiheng Lin
2023-02-09s390/dasd: sort out physical vs virtual pointers usageAlexander Gordeev
2023-02-08md: account io_acct_set usage with active_ioXiao Ni
2023-02-07block: ublk: improve handling device deletionMing Lei
2023-02-07Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe
2023-02-07ublk: pass NULL to blk_mq_alloc_disk() as queuedataZiyang Zhang
2023-02-07ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()Ziyang Zhang
2023-02-07ublk: remove unnecessary NULL check in ublk_rq_has_data()Ziyang Zhang
2023-02-03vringh: use bvec_set_page to initialize a bvecChristoph Hellwig
2023-02-03zram: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-02-03virtio_blk: use bvec_set_virt to initialize special_vecChristoph Hellwig
2023-02-03rbd: use bvec_set_page to initialize the copy up bvecChristoph Hellwig
2023-02-03nvme: use bvec_set_virt to initialize special_vecChristoph Hellwig
2023-02-03nvmet: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-02-03target: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-02-03sd: factor out a sd_set_special_bvec helperChristoph Hellwig
2023-02-01md: use MD_RESYNC_* whenever possibleHou Tao
2023-02-01md: Free writes_pending in md_stopXiao Ni
2023-02-01md: Change active_io to percpuXiao Ni
2023-02-01md: Factor out is_md_suspended helperXiao Ni
2023-02-01md: don't update recovery_cp when curr_resync is ACTIVEHou Tao
2023-02-01loop: Improve the hw_queue_depth kernel module parameter implementationBart Van Assche
2023-02-01nvme: mask CSE effects for security receiveKeith Busch
2023-02-01nvme: always initialize known command effectsKeith Busch
2023-02-01nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()Amit Engel
2023-02-01nvme-tcp: add additional info for nvme_tcp_timeout logAmit Engel
2023-02-01nvme: add nvme_opcode_str function for all nvme cmd typesAmit Engel
2023-02-01nvme: remove nvme_execute_passthru_rqChristoph Hellwig
2023-02-01nvme-pci: place descriptor addresses in iodKeith Busch
2023-02-01nvme-pci: use mapped entries for sgl decisionKeith Busch
2023-02-01nvme-pci: remove SGL segment descriptorsKeith Busch
2023-02-01nvme-auth: don't use NVMe status codesHannes Reinecke
2023-02-01nvme-fabrics: clarify AUTHREQ result handlingHannes Reinecke
2023-01-31ublk_drv: only allow owner to open unprivileged diskMing Lei
2023-01-29s390/dcssblk:: don't call bio_split_to_limitsChristoph Hellwig
2023-01-29ps3vram: remove bio splittingChristoph Hellwig
2023-01-29block: introduce bdev_zone_no helperPankaj Raghav
2023-01-29nvme: set REQ_ALLOC_CACHE for uring-passthru requestAnuj Gupta
2023-01-29ublk_drv: add mechanism for supporting unprivileged ublk deviceMing Lei
2023-01-29ublk_drv: add module parameter of ublks_max for limiting max allowed ublk devMing Lei
2023-01-29ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVTMing Lei
2023-01-29ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmdMing Lei
2023-01-29ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei