summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-03-13nvme-fc: use nr_phys_segments to determine existence of sglJames Smart1-4/+15
2019-03-13nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu1-10/+10
2019-03-13nvme: update comment to make the code easier to readYufen Yu1-2/+2
2019-03-13nvme: put ns_head ref if namespace fails allocationSagi Grimberg1-0/+1
2019-03-13nvme-trace: fix cdw10 buffer overrunKeith Busch1-1/+1
2019-03-13nvme: don't warn on block content change effectsKeith Busch1-1/+1
2019-03-13nvme: add get-feature to admin cmds tracerMax Gurtovoy1-0/+14
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki2-0/+4
2019-03-12It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni1-1/+0
2019-03-12raid5: set write hint for PPLMariusz Dabrowski3-0/+65
2019-03-07pblk: fix max_io calculationJavier González1-1/+6
2019-03-06Merge branch 'stable/for-jens-5.1' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe1-42/+57
2019-02-28nbd: propagate genlmsg_reply return codeLi RongQing1-2/+1
2019-02-28floppy: remove set but not used variable 'q'YueHaibing1-3/+0
2019-02-28null_blk: fix checking for REQ_FUAHeinz Mauelshagen1-1/+1
2019-02-24xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-...Dongli Zhang1-29/+43
2019-02-22loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang1-4/+17
2019-02-22loop: do not print warn message if partition scan is successfulDongli Zhang1-2/+3
2019-02-21nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni1-2/+2
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig7-63/+7
2019-02-20nvmet-rdma: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-loop: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvmet-fcloop: convert to SPDX identifiersChristoph Hellwig1-12/+1
2019-02-20nvmet-fc: convert to SPDX identifiersChristoph Hellwig1-13/+1
2019-02-20nvme: convert to SPDX identifiersChristoph Hellwig6-46/+6
2019-02-20nvme-pci: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-lightnvm: convert to SPDX identifiersChristoph Hellwig1-15/+1
2019-02-20nvme-rdma: convert to SPDX identifiersChristoph Hellwig1-9/+1
2019-02-20nvme-fc: convert to SPDX identifiersChristoph Hellwig1-13/+1
2019-02-20nvme-fabrics: convert to SPDX identifiersChristoph Hellwig2-18/+2
2019-02-20nvme: return error from nvme_alloc_ns()Hannes Reinecke1-10/+21
2019-02-20nvme: avoid that deleting a controller triggers a circular locking complaintBart Van Assche1-2/+3
2019-02-20nvme: introduce a helper function for controller deletionBart Van Assche1-4/+9
2019-02-20nvme: unexport nvme_delete_ctrl_sync()Bart Van Assche2-3/+1
2019-02-20nvme-pci: check kstrtoint() return value in queue_count_set()Bart Van Assche1-0/+2
2019-02-20nvme-fabrics: document the poll function argumentBart Van Assche1-0/+1
2019-02-20nvmet: fix indentationBart Van Assche1-1/+1
2019-02-20nvme-multipath: round-robin I/O policyHannes Reinecke3-1/+100
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe228-1035/+1662
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei8-9/+7
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei1-13/+0
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei5-5/+10
2019-02-15bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei1-1/+5
2019-02-15block: loop: pass multi-page bvec to iov_iterMing Lei1-10/+10
2019-02-11lightnvm: pblk: fix race condition on GCHeiner Litz6-7/+18
2019-02-11lightnvm: pblk: prevent stall due to wb thresholdJavier González3-10/+22
2019-02-11lightnvm: pblk: extend line wp balance checkHans Holmberg1-18/+38
2019-02-11lightnvm: pblk: fix TRACE_INCLUDE_PATHMasahiro Yamada1-1/+1
2019-02-11lightnvm: pblk: Switch to use new generic UUID APIAndy Shevchenko4-15/+10
2019-02-11lightnvm: Use u64 instead of __le64 for CPU visible sideAndy Shevchenko1-2/+2