summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/io-cmd-bdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+0
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-031-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-101-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-031-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
* nvmet: add simple file backed ns supportChaitanya Kulkarni2018-05-251-0/+241