summaryrefslogtreecommitdiff
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-262-28/+141
|\
| * nvme: add support for enhanced metadataKeith Busch2022-03-072-25/+141
| * nvme: allow integrity on extended metadata formatsKeith Busch2022-03-071-5/+2
* | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-262-144/+0
|\ \ | |/
| * nvme: remove support or stream based temperature hintChristoph Hellwig2022-03-072-144/+0
| * Merge branch 'for-5.18/drivers' into for-5.18/write-streamsJens Axboe2022-03-0718-152/+516
| |\
| * \ Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-073-20/+19
| |\ \
* | \ \ Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-222-0/+2
|\ \ \ \
| * | | | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-032-0/+2
* | | | | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2124-260/+652
|\ \ \ \ \
| * | | | | nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig2022-03-161-0/+8
| * | | | | nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig2022-03-165-46/+31
| * | | | | nvme: cleanup how disk->disk_name is assignedChristoph Hellwig2022-03-163-33/+21
| * | | | | nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig2022-03-155-7/+15
| * | | | | nvmet: use snprintf() with PAGE_SIZE in configfsChaitanya Kulkarni2022-03-141-5/+8
| * | | | | nvmet: don't fold linesChaitanya Kulkarni2022-03-141-9/+5
| * | | | | nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removalChaitanya Kulkarni2022-03-141-1/+1
| * | | | | nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetportChaitanya Kulkarni2022-03-141-1/+1
| * | | | | nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetportChaitanya Kulkarni2022-03-141-1/+1
| * | | | | nvme-tcp: lockdep: annotate in-kernel socketsChris Leech2022-03-141-0/+40
| * | | | | nvme-tcp: don't fold the lineChaitanya Kulkarni2022-03-141-2/+1
| * | | | | nvme-tcp: don't initialize ret variableChaitanya Kulkarni2022-03-141-1/+1
| * | | | | nvme-multipath: call bio_io_error in nvme_ns_head_submit_bioGuoqing Jiang2022-03-141-2/+1
| * | | | | nvme-multipath: use vmalloc for ANA log bufferHannes Reinecke2022-03-141-2/+3
| | |_|_|/ | |/| | |
| * | | | nvme: check that EUI/GUID/UUID are globally uniqueChristoph Hellwig2022-02-281-2/+36
| * | | | nvme: check for duplicate identifiers earlierChristoph Hellwig2022-02-281-7/+6
| * | | | nvme: fix the check for duplicate unique identifiersChristoph Hellwig2022-02-281-8/+10
| * | | | nvme: cleanup __nvme_check_idsChristoph Hellwig2022-02-281-5/+4
| * | | | nvme: remove nssa from struct nvme_ctrlKeith Busch2022-02-282-5/+5
| * | | | nvme: explicitly set non-error for directivesKeith Busch2022-02-281-0/+2
| * | | | nvme: expose cntrltype and dctype through sysfsMartin Belanger2022-02-282-0/+42
| * | | | nvme: send uevent on connection upMartin Belanger2022-02-281-0/+9
| * | | | nvme: add vectored-io support for user-passthroughKanchan Joshi2022-02-281-9/+26
| * | | | nvme: add verbose error loggingAlan Adamson2022-02-285-1/+246
| * | | | nvme: add a helper to initialize connect_qChaitanya Kulkarni2022-02-285-16/+16
| * | | | nvme-rdma: add helpers for mapping/unmapping requestMax Gurtovoy2022-02-281-46/+65
| * | | | nvmet-tcp: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-3/+3
| * | | | nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-3/+3
| * | | | nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-6/+6
| * | | | nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-2/+2
| * | | | nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-8/+8
| * | | | nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-9/+9
| * | | | nvmet: allow bdev in buffered_io modeChaitanya Kulkarni2022-02-281-0/+8
| * | | | nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni2022-02-282-14/+5
| * | | | nvme-fabrics: remove unnecessary braces for caseChaitanya Kulkarni2022-02-281-1/+1
| * | | | nvme-fabrics: use consistent zeroout patternChaitanya Kulkarni2022-02-281-2/+1
| * | | | nvme-fabrics: use unsigned int typeChaitanya Kulkarni2022-02-281-1/+1
| * | | | nvme-fabrics: use unsigned int typeChaitanya Kulkarni2022-02-281-1/+1
| * | | | nvme-core: remove unnecessary function parameterChaitanya Kulkarni2022-02-281-5/+3
| * | | | nvme-core: remove unnecessary semicolonChaitanya Kulkarni2022-02-281-1/+1
| | |_|/ | |/| |