summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-04aoe: use bvec_kmap_local in bvcpyChristoph Hellwig1-2/+2
2022-02-28nvme: check that EUI/GUID/UUID are globally uniqueChristoph Hellwig1-2/+36
2022-02-28nvme: check for duplicate identifiers earlierChristoph Hellwig1-7/+6
2022-02-28nvme: fix the check for duplicate unique identifiersChristoph Hellwig1-8/+10
2022-02-28nvme: cleanup __nvme_check_idsChristoph Hellwig1-5/+4
2022-02-28nvme: remove nssa from struct nvme_ctrlKeith Busch2-5/+5
2022-02-28nvme: explicitly set non-error for directivesKeith Busch1-0/+2
2022-02-28nvme: expose cntrltype and dctype through sysfsMartin Belanger2-0/+42
2022-02-28nvme: send uevent on connection upMartin Belanger1-0/+9
2022-02-28nvme: add vectored-io support for user-passthroughKanchan Joshi1-9/+26
2022-02-28nvme: add verbose error loggingAlan Adamson5-1/+246
2022-02-28nvme: add a helper to initialize connect_qChaitanya Kulkarni5-16/+16
2022-02-28nvme-rdma: add helpers for mapping/unmapping requestMax Gurtovoy1-46/+65
2022-02-28nvmet-tcp: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-3/+3
2022-02-28nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-3/+3
2022-02-28nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-6/+6
2022-02-28nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-2/+2
2022-02-28nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-8/+8
2022-02-28nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-9/+9
2022-02-28nvmet: allow bdev in buffered_io modeChaitanya Kulkarni1-0/+8
2022-02-28nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni2-14/+5
2022-02-28nvme-fabrics: remove unnecessary braces for caseChaitanya Kulkarni1-1/+1
2022-02-28nvme-fabrics: use consistent zeroout patternChaitanya Kulkarni1-2/+1
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni1-1/+1
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni1-1/+1
2022-02-28nvme-core: remove unnecessary function parameterChaitanya Kulkarni1-5/+3
2022-02-28nvme-core: remove unnecessary semicolonChaitanya Kulkarni1-1/+1
2022-02-28null_blk: null_alloc_page() cleanupChaitanya Kulkarni1-7/+5
2022-02-28null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni1-4/+4
2022-02-28null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni1-17/+12
2022-02-28loop: allow user to set the queue depthChaitanya Kulkarni1-1/+20
2022-02-28loop: remove extra variable in lo_req_flushChaitanya Kulkarni1-2/+1
2022-02-28loop: remove extra variable in lo_fallocate()Chaitanya Kulkarni1-2/+1
2022-02-28loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni1-5/+5
2022-02-28null_blk: fix return value from null_add_dev()Chaitanya Kulkarni1-2/+3
2022-02-28loop: clean up grammar in warning messageColin Ian King1-2/+2
2022-02-28block/rnbd: Remove a useless mutexChristophe JAILLET1-8/+3
2022-02-28block/rnbd: client device does not care queue/rotationalGioh Kim4-9/+8
2022-02-28block/rnbd-clt: fix CHECK:BRACES warningGioh Kim1-2/+2
2022-02-17virtio_blk: simplify refcountingChristoph Hellwig1-52/+14
2022-02-17memstick/mspro_block: simplify refcountingChristoph Hellwig1-42/+7
2022-02-17memstick/mspro_block: fix handling of read-only devicesChristoph Hellwig1-6/+4
2022-02-17memstick/ms_block: simplify refcountingChristoph Hellwig2-50/+15
2022-02-17dm: remove dm_dispatch_clone_requestChristoph Hellwig1-13/+9
2022-02-17dm: remove useless code from dm_dispatch_clone_requestChristoph Hellwig1-4/+0
2022-02-17blk-mq: remove the request_queue argument to blk_insert_cloned_requestChristoph Hellwig1-1/+1
2022-02-17blk-mq: make the blk-mq stacking code optionalChristoph Hellwig1-0/+1
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig14-54/+53
2022-02-04block: initialize the target bio in __bio_clone_fastChristoph Hellwig2-2/+0
2022-02-04dm: use bio_clone_fast in alloc_io/alloc_tioChristoph Hellwig1-9/+3