summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/io-cmd-bdev.c
AgeCommit message (Expand)AuthorLines
2021-10-18nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig-2/+2
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig-0/+1
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni-9/+17
2021-06-17nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni-2/+1
2021-06-17nvmet: use req->cmd directly in bdev-ns fast pathChaitanya Kulkarni-3/+1
2021-06-03nvmet: remove a superfluous variableChaitanya Kulkarni-2/+1
2021-05-11nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni-1/+1
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)-4/+4
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+4
2021-02-10nvmet: add helper to report invalid opcodeChaitanya Kulkarni-4/+1
2021-02-02nvmet: add lba to sect conversion helpersChaitanya Kulkarni-5/+3
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+0
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+114
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin-2/+85
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin-3/+3
2020-05-27nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin-1/+1
2020-05-27nvmet: add metadata characteristics for a namespaceIsrael Rukshin-0/+22
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig-1/+1
2020-05-09nvmet: add ns revalidation supportAnthony Iliopoulos-0/+5
2020-02-04nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg-1/+1
2019-11-04nvmet: stop using bio_set_op_attrsChristoph Hellwig-7/+6
2019-11-04nvmet: add plugging for read/write when ns is bdevChristoph Hellwig-0/+3
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig-6/+13
2019-11-04nvmet: use bio_io_error instead of duplicating itIsrael Rukshin-5/+3
2019-09-23nvmet: change ppl to lppJohn Pittman-8/+8
2019-07-09nvmet: export I/O characteristics attributes in IdentifyBart Van Assche-0/+39
2019-06-04nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im-0/+1
2019-04-05nvmet: avoid double errno conversionsChristoph Hellwig-4/+2
2019-03-13nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig-4/+4
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig-9/+1
2018-12-13nvmet: add error log support for bdev backendChaitanya Kulkarni-12/+72
2018-12-13nvmet: remove unused variableSagi Grimberg-2/+1
2018-11-26nvme: remove opportunistic polling from bdev targetJens Axboe-2/+0
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+3
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe-0/+3
2018-10-01nvmet: don't split large I/Os unconditionallySagi Grimberg-2/+7
2018-08-08nvmet: add ns write protect supportChaitanya Kulkarni-0/+7
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni-0/+241