aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/io-cmd-bdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27nvmet: don't look at the request_queue in nvmet_bdev_set_limitsChristoph Hellwig1-6/+5
2022-09-19nvmet: avoid unnecessary flush bioGuixin Liu1-0/+8
2022-07-14nvme/target: Use the new blk_opf_t typeBart Van Assche1-8/+9
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-02-28nvmet: allow bdev in buffered_io modeChaitanya Kulkarni1-0/+8
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-6/+4
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-6/+6
2021-10-18nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni1-9/+17
2021-06-17nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni1-2/+1
2021-06-17nvmet: use req->cmd directly in bdev-ns fast pathChaitanya Kulkarni1-3/+1
2021-06-03nvmet: remove a superfluous variableChaitanya Kulkarni1-2/+1
2021-05-11nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni1-1/+1
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-4/+4
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+4
2021-02-10nvmet: add helper to report invalid opcodeChaitanya Kulkarni1-4/+1
2021-02-02nvmet: add lba to sect conversion helpersChaitanya Kulkarni1-5/+3
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+114
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin1-2/+85
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin1-3/+3
2020-05-27nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin1-1/+1
2020-05-27nvmet: add metadata characteristics for a namespaceIsrael Rukshin1-0/+22
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-05-09nvmet: add ns revalidation supportAnthony Iliopoulos1-0/+5
2020-02-04nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg1-1/+1
2019-11-04nvmet: stop using bio_set_op_attrsChristoph Hellwig1-7/+6
2019-11-04nvmet: add plugging for read/write when ns is bdevChristoph Hellwig1-0/+3
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig1-6/+13
2019-11-04nvmet: use bio_io_error instead of duplicating itIsrael Rukshin1-5/+3
2019-09-23nvmet: change ppl to lppJohn Pittman1-8/+8
2019-07-09nvmet: export I/O characteristics attributes in IdentifyBart Van Assche1-0/+39
2019-06-04nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im1-0/+1
2019-04-05nvmet: avoid double errno conversionsChristoph Hellwig1-4/+2
2019-03-13nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig1-4/+4
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig1-9/+1
2018-12-13nvmet: add error log support for bdev backendChaitanya Kulkarni1-12/+72
2018-12-13nvmet: remove unused variableSagi Grimberg1-2/+1
2018-11-26nvme: remove opportunistic polling from bdev targetJens Axboe1-2/+0
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+3
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe1-0/+3
2018-10-01nvmet: don't split large I/Os unconditionallySagi Grimberg1-2/+7
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni1-0/+7
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni1-0/+241