linux_dsm_epyc7002/drivers/nvme/target
Ming Lei 3a83f46775 block: bio: pass bvec table to bio_init()
Some drivers often use external bvec table, so introduce
this helper for this case. It is always safe to access the
bio->bi_io_vec in this way for this case.

After converting to this usage, it will becomes a bit easier
to evaluate the remaining direct access to bio->bi_io_vec,
so it can help to prepare for the following multipage bvec
support.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>

Fixed up the new O_DIRECT cases.

Signed-off-by: Jens Axboe <axboe@fb.com>
2016-11-22 08:57:21 -07:00
..
admin-cmd.c admin-cmd: Added smart-log command support. 2016-09-23 15:37:37 -07:00
configfs.c nvmet: fix an error code 2016-07-07 08:37:36 -06:00
core.c nvme: introduce struct nvme_request 2016-11-10 10:06:24 -07:00
discovery.c nvmet: add a generic NVMe target 2016-07-05 11:30:33 -06:00
fabrics-cmd.c nvme: introduce struct nvme_request 2016-11-10 10:06:24 -07:00
io-cmd.c block: bio: pass bvec table to bio_init() 2016-11-22 08:57:21 -07:00
Kconfig nvme: fabrics drivers don't need the nvme-pci driver 2016-08-19 14:22:28 +03:00
loop.c nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK 2016-11-15 12:50:11 -07:00
Makefile nvmet-rdma: add a NVMe over Fabrics RDMA target driver 2016-07-08 08:38:49 -06:00
nvmet.h nvme: introduce struct nvme_request 2016-11-10 10:06:24 -07:00
rdma.c Merge of primary rdma-core code for 4.9 2016-10-09 17:04:33 -07:00