summaryrefslogtreecommitdiff
path: root/drivers/nvme/target/io-cmd-bdev.c
AgeCommit message (Expand)Author
2023-10-28nvmet: Convert to bdev_open_by_path()Jan Kara
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2022-09-27nvmet: don't look at the request_queue in nvmet_bdev_set_limitsChristoph Hellwig
2022-09-19nvmet: avoid unnecessary flush bioGuixin Liu
2022-07-14nvme/target: Use the new blk_opf_t typeBart Van Assche
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-02-28nvmet: allow bdev in buffered_io modeChaitanya Kulkarni
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2021-10-18nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-06-17nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni
2021-06-17nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni
2021-06-17nvmet: use req->cmd directly in bdev-ns fast pathChaitanya Kulkarni
2021-06-03nvmet: remove a superfluous variableChaitanya Kulkarni
2021-05-11nvmet: fix inline bio check for bdev-nsChaitanya Kulkarni
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-10nvmet: add helper to report invalid opcodeChaitanya Kulkarni
2021-02-02nvmet: add lba to sect conversion helpersChaitanya Kulkarni
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin
2020-05-27nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin
2020-05-27nvmet: add metadata characteristics for a namespaceIsrael Rukshin
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-05-09nvmet: add ns revalidation supportAnthony Iliopoulos
2020-02-04nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg
2019-11-04nvmet: stop using bio_set_op_attrsChristoph Hellwig
2019-11-04nvmet: add plugging for read/write when ns is bdevChristoph Hellwig
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig
2019-11-04nvmet: use bio_io_error instead of duplicating itIsrael Rukshin
2019-09-23nvmet: change ppl to lppJohn Pittman
2019-07-09nvmet: export I/O characteristics attributes in IdentifyBart Van Assche
2019-06-04nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im
2019-04-05nvmet: avoid double errno conversionsChristoph Hellwig
2019-03-13nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig
2018-12-13nvmet: add error log support for bdev backendChaitanya Kulkarni
2018-12-13nvmet: remove unused variableSagi Grimberg
2018-11-26nvme: remove opportunistic polling from bdev targetJens Axboe
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-17nvmet: Optionally use PCI P2P memoryLogan Gunthorpe