summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvme: add support for enhanced metadataKeith Busch2022-03-072-25/+141
* nvme: allow integrity on extended metadata formatsKeith Busch2022-03-071-5/+2
* block: remove the per-bio/request write hintChristoph Hellwig2022-03-073-33/+3
* 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-0734-251/+617
|\
| * bcache: fixup multiple threads crashMingzhe Zou2022-03-062-4/+8
| * bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharingMingzhe Zou2022-03-061-4/+7
| * floppy: use memcpy_{to,from}_bvecChristoph Hellwig2022-03-041-4/+2
| * drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig2022-03-041-2/+2
| * drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig2022-03-041-3/+3
| * bcache: use bvec_kmap_local in bio_csumChristoph Hellwig2022-03-041-2/+2
| * nvdimm-btt: use bvec_kmap_local in btt_rw_integrityChristoph Hellwig2022-03-041-6/+4
| * nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrityChristoph Hellwig2022-03-041-4/+3
| * zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig2022-03-041-4/+1
| * zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig2022-03-041-3/+1
| * aoe: use bvec_kmap_local in bvcpyChristoph Hellwig2022-03-041-2/+2
| * 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
| * null_blk: null_alloc_page() cleanupChaitanya Kulkarni2022-02-271-7/+5
| * null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni2022-02-271-4/+4
| * null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni2022-02-271-17/+12
| * loop: allow user to set the queue depthChaitanya Kulkarni2022-02-271-1/+20
| * loop: remove extra variable in lo_req_flushChaitanya Kulkarni2022-02-271-2/+1
| * loop: remove extra variable in lo_fallocate()Chaitanya Kulkarni2022-02-271-2/+1
| * loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni2022-02-271-5/+5
| * null_blk: fix return value from null_add_dev()Chaitanya Kulkarni2022-02-271-2/+3