aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-08bcache: avoid oversized read request in cache missing code pathColy Li1-2/+7
2021-06-08bcache: remove bcache device self-defined readaheadColy Li5-32/+1
2021-06-02nvmet: fix freeing unallocated p2pmemMax Gurtovoy1-17/+16
2021-06-02nvme-loop: do not warn for deleted controllers during resetHannes Reinecke1-2/+4
2021-06-02nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke1-1/+2
2021-06-02nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke1-0/+1
2021-06-02nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke1-0/+1
2021-05-31nvme-rdma: fix in-casule data send for chained sglsSagi Grimberg1-2/+3
2021-05-26nvmet: fix false keep-alive timeout when a controller is torn downSagi Grimberg2-5/+12
2021-05-26nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_responseHou Pu1-1/+1
2021-05-26nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVMESagi Grimberg1-1/+2
2021-05-25md/raid5: remove an incorrect assert in in_chunk_boundaryChristoph Hellwig1-2/+0
2021-05-25s390/dasd: add missing discipline functionStefan Haberland3-3/+14
2021-05-25nvme-fabrics: decode host pathing error for connectHannes Reinecke1-0/+5
2021-05-25nvme-fc: short-circuit reconnect retriesHannes Reinecke1-8/+17
2021-05-25nvme: fix potential memory leaks in nvme_cdev_addGuoqing Jiang1-1/+3
2021-05-20block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed1-0/+3
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig3-22/+6
2021-05-19nvme-fc: clear q_live at beginning of association teardownJames Smart1-0/+12
2021-05-19nvme-tcp: rerun io_work if req_list is not emptyKeith Busch1-1/+2
2021-05-19nvme-tcp: fix possible use-after-completionSagi Grimberg1-1/+1
2021-05-19nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo1-1/+3
2021-05-19nvmet: fix memory leak in nvmet_alloc_ctrl()Wu Bo1-1/+1
2021-05-14block/partitions/efi.c: Fix the efi_partition() kernel-doc headerBart Van Assche1-1/+1
2021-05-14blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche1-2/+4
2021-05-14blk-mq: plug request for shared sbitmapMing Lei1-2/+3
2021-05-13nvmet: use new ana_log_size instead the old oneHou Pu1-1/+1
2021-05-12nvmet: seset ns->file when open failsDaniel Wagner1-3/+5
2021-05-12nbd: share nbd_put and return by goto put_nbdSun Ke1-4/+3
2021-05-12nbd: Fix NULL pointer in flush_workqueueSun Ke1-1/+2
2021-05-12blkdev.h: remove unused codes blk_account_rqLin Feng1-5/+0
2021-05-12block, bfq: avoid circular stable mergesPaolo Valente1-2/+29
2021-05-11blk-iocost: fix weight updates of inner active iocgsTejun Heo1-2/+12
2021-05-11nvmet: demote fabrics cmd parse err msg to debugChaitanya Kulkarni1-3/+3
2021-05-11nvmet: use helper to remove the duplicate codeChaitanya Kulkarni1-5/+2
2021-05-11nvmet: demote discovery cmd parse err msg to debugChaitanya Kulkarni1-1/+1
2021-05-11nvmet-rdma: Fix NULL deref when SEND is completed with errorMichal Kalderon1-2/+2
2021-05-11nvmet: fix inline bio check for passthruChaitanya Kulkarni1-1/+1
2021-05-11nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni2-1/+7
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig3-29/+37
2021-05-11kyber: fix out of bounds access when preemptedOmar Sandoval5-10/+11
2021-05-10block: uapi: fix comment about block device ioctlDamien Le Moal1-1/+1
2021-05-08Revert "bio: limit bio max size"Jens Axboe4-21/+3
2021-05-06block: reexpand iov_iter after read/writeyangerkun1-3/+17
2021-05-04nvmet: remove unsupported command noiseKeith Busch1-3/+3
2021-05-04nvme-multipath: reset bdev to ns head when failoverDaniel Wagner1-0/+3
2021-05-04nvme-pci: fix controller reset hang when racing with nvme_timeoutTao Chiu1-0/+3
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu8-78/+83
2021-05-04nvme: avoid memset for passthrough requestsKanchan Joshi1-4/+3
2021-05-04nvme: add nvme_get_ns helperKanchan Joshi1-2/+7