summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/io-cmd-bdev.c
Commit message (Expand)AuthorAgeFilesLines
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-1/+1
* block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* nvmet: don't look at the request_queue in nvmet_bdev_set_limitsChristoph Hellwig2022-09-271-6/+5
* nvmet: avoid unnecessary flush bioGuixin Liu2022-09-191-0/+8
* nvme/target: Use the new blk_opf_t typeBart Van Assche2022-07-141-8/+9
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+1
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\
| * mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
* | nvmet: allow bdev in buffered_io modeChaitanya Kulkarni2022-02-281-0/+8
* | block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-6/+4
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-6/+6
|/
* nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+2
* block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
* nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni2021-06-171-9/+17
* nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni2021-06-171-2/+1
* nvmet: use req->cmd directly in bdev-ns fast pathChaitanya Kulkarni2021-06-171-3/+1
* nvmet: remove a superfluous variableChaitanya Kulkarni2021-06-031-2/+1
* nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni2021-05-111-1/+1
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-4/+4
* Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-9/+4
|\
| * nvmet: add helper to report invalid opcodeChaitanya Kulkarni2021-02-101-4/+1
| * nvmet: add lba to sect conversion helpersChaitanya Kulkarni2021-02-021-5/+3
* | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-4/+114
|\
| * nvmet: add metadata support for block devicesIsrael Rukshin2020-05-271-2/+85
| * nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin2020-05-271-3/+3
| * nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin2020-05-271-1/+1
| * nvmet: add metadata characteristics for a namespaceIsrael Rukshin2020-05-271-0/+22
| * nvmet: add ns revalidation supportAnthony Iliopoulos2020-05-091-0/+5
* | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
|/
* nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg2020-02-041-1/+1
* nvmet: stop using bio_set_op_attrsChristoph Hellwig2019-11-041-7/+6
* nvmet: add plugging for read/write when ns is bdevChristoph Hellwig2019-11-041-0/+3
* nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig2019-11-041-6/+13
* nvmet: use bio_io_error instead of duplicating itIsrael Rukshin2019-11-041-5/+3
* nvmet: change ppl to lppJohn Pittman2019-09-231-8/+8
* nvmet: export I/O characteristics attributes in IdentifyBart Van Assche2019-07-091-0/+39
* nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im2019-06-041-0/+1
* nvmet: avoid double errno conversionsChristoph Hellwig2019-04-051-4/+2
* nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig2019-03-131-4/+4
* nvmet: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
* nvmet: add error log support for bdev backendChaitanya Kulkarni2018-12-131-12/+72
* nvmet: remove unused variableSagi Grimberg2018-12-131-2/+1
* nvme: remove opportunistic polling from bdev targetJens Axboe2018-11-261-2/+0
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-0/+3
|\
| * nvmet: Optionally use PCI P2P memoryLogan Gunthorpe2018-10-171-0/+3
* | nvmet: don't split large I/Os unconditionallySagi Grimberg2018-10-011-2/+7
|/
* nvmet: add ns write protect supportChaitanya Kulkarni2018-08-081-0/+7