summaryrefslogtreecommitdiffstats
path: root/crypto/drbg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-30block: factor out blk_rq_map_bio_alloc helperKanchan Joshi1-11/+22
2022-09-30block: rename bio_map_put to blk_mq_map_bio_putAnuj Gupta1-3/+3
2022-09-30nvme: refactor nvme_alloc_requestKanchan Joshi1-37/+53
2022-09-30nvme: refactor nvme_add_user_metadataKanchan Joshi1-10/+13
2022-09-30nvme: Use blk_rq_map_user_io helperAnuj Gupta1-16/+2
2022-09-30scsi: Use blk_rq_map_user_io helperAnuj Gupta2-39/+5
2022-09-30block: add blk_rq_map_user_ioAnuj Gupta2-0/+38
2022-09-30io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta3-2/+28
2022-09-30io_uring: add io_uring_cmd_import_fixedAnuj Gupta2-0/+18
2022-09-30nvme: enable batched completions of passthrough IOJens Axboe1-2/+1
2022-09-30nvme: split out metadata vs non metadata end_io uring_cmd completionsJens Axboe1-18/+61
2022-09-30block: allow end_io based requests in the completion batch handlingJens Axboe2-3/+13
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe13-29/+65
2022-09-30block: enable batched allocation for blk_mq_alloc_request()Jens Axboe1-9/+71
2022-09-30block: kill deprecated BUG_ON() in the flush handlingJens Axboe1-1/+0
2022-09-30sbitmap: fix lockup while swappingHugh Dickins1-1/+1
2022-09-30io_uring/net: fix notif cqe reorderingPavel Begunkov1-5/+19
2022-09-30io_uring/net: don't update msg_name if not providedPavel Begunkov1-1/+2
2022-09-30io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe1-4/+4
2022-09-29io_uring/rw: defer fsnotify calls to task contextJens Axboe1-9/+15
2022-09-29block: add rationale for not using blk_mq_plug() when applicablePankaj Raghav2-0/+12
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav3-7/+14
2022-09-29io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher1-2/+4
2022-09-29io_uring/net: fix non-zc send with addressPavel Begunkov1-6/+6
2022-09-28s390/dasd: use blk_mq_alloc_diskChristoph Hellwig7-88/+39
2022-09-28io_uring/net: don't skip notifs for failed requestsPavel Begunkov1-21/+8
2022-09-27blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepChristoph Hellwig1-13/+4
2022-09-27nvmet: don't look at the request_queue in nvmet_bdev_set_limitsChristoph Hellwig1-6/+5
2022-09-27nvmet: don't look at the request_queue in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig1-2/+1
2022-09-27blk-mq: use quiesced elevator switch when reinitializing queuesKeith Busch3-7/+6
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig5-8/+10
2022-09-27nvme: remove nvme_ctrl_init_connect_qChristoph Hellwig1-8/+0
2022-09-27nvme-loop: use the tagset alloc/free helpersChristoph Hellwig1-64/+19
2022-09-27nvme-loop: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-5/+5
2022-09-27nvme-loop: initialize sqsize laterChristoph Hellwig1-1/+1
2022-09-27nvme-fc: use the tagset alloc/free helpersChristoph Hellwig1-66/+17
2022-09-27nvme-fc: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-20/+12
2022-09-27nvme-fc: keep ctrl->sqsize in sync with opts->queue_sizeChristoph Hellwig1-9/+1
2022-09-27nvme-rdma: use the tagset alloc/free helpersChristoph Hellwig1-99/+34
2022-09-27nvme-rdma: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-6/+6
2022-09-27nvme-tcp: use the tagset alloc/free helpersChristoph Hellwig1-85/+16
2022-09-27nvme-tcp: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-6/+6
2022-09-27nvme-tcp: remove the unused queue_size member in nvme_tcp_queueChristoph Hellwig1-6/+3
2022-09-27nvme: add common helpers to allocate and free tagsetsChristoph Hellwig2-0/+110
2022-09-27nvme-auth: add a MAINTAINERS entryChristoph Hellwig1-0/+9
2022-09-27nvmet: add helpers to set the result field for connect commandsChristoph Hellwig1-10/+8
2022-09-27nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig2-6/+4
2022-09-27nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig4-14/+13
2022-09-27nvmet-tcp: remove nvmet_tcp_finish_cmdzhenwei pi1-8/+2
2022-09-27nvmet-tcp: add bounds check on Transfer TagVarun Prakash1-2/+9