summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-0862-450/+496
|\
| * nbd: propagate genlmsg_reply return codeLi RongQing2019-02-281-2/+1
| * floppy: remove set but not used variable 'q'YueHaibing2019-02-281-3/+0
| * null_blk: fix checking for REQ_FUAHeinz Mauelshagen2019-02-281-1/+1
| * loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang2019-02-221-4/+17
| * loop: do not print warn message if partition scan is successfulDongli Zhang2019-02-221-2/+3
| * nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni2019-02-211-2/+2
| * nvmet: convert to SPDX identifiersChristoph Hellwig2019-02-207-63/+7
| * nvmet-rdma: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
| * nvme-loop: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
| * nvmet-fcloop: convert to SPDX identifiersChristoph Hellwig2019-02-201-12/+1
| * nvmet-fc: convert to SPDX identifiersChristoph Hellwig2019-02-201-13/+1
| * nvme: convert to SPDX identifiersChristoph Hellwig2019-02-206-46/+6
| * nvme-pci: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
| * nvme-lightnvm: convert to SPDX identifiersChristoph Hellwig2019-02-201-15/+1
| * nvme-rdma: convert to SPDX identifiersChristoph Hellwig2019-02-201-9/+1
| * nvme-fc: convert to SPDX identifiersChristoph Hellwig2019-02-201-13/+1
| * nvme-fabrics: convert to SPDX identifiersChristoph Hellwig2019-02-202-18/+2
| * nvme: return error from nvme_alloc_ns()Hannes Reinecke2019-02-201-10/+21
| * nvme: avoid that deleting a controller triggers a circular locking complaintBart Van Assche2019-02-201-2/+3
| * nvme: introduce a helper function for controller deletionBart Van Assche2019-02-201-4/+9
| * nvme: unexport nvme_delete_ctrl_sync()Bart Van Assche2019-02-202-3/+1
| * nvme-pci: check kstrtoint() return value in queue_count_set()Bart Van Assche2019-02-201-0/+2
| * nvme-fabrics: document the poll function argumentBart Van Assche2019-02-201-0/+1
| * nvmet: fix indentationBart Van Assche2019-02-201-1/+1
| * nvme-multipath: round-robin I/O policyHannes Reinecke2019-02-203-1/+100
| * Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-15228-1035/+1662
| |\
| * | block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-158-9/+7
| * | block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei2019-02-151-13/+0
| * | block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-155-5/+10
| * | bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei2019-02-151-1/+5
| * | block: loop: pass multi-page bvec to iov_iterMing Lei2019-02-151-10/+10
| * | lightnvm: pblk: fix race condition on GCHeiner Litz2019-02-116-7/+18
| * | lightnvm: pblk: prevent stall due to wb thresholdJavier González2019-02-113-10/+22
| * | lightnvm: pblk: extend line wp balance checkHans Holmberg2019-02-111-18/+38
| * | lightnvm: pblk: fix TRACE_INCLUDE_PATHMasahiro Yamada2019-02-111-1/+1
| * | lightnvm: pblk: Switch to use new generic UUID APIAndy Shevchenko2019-02-114-15/+10
| * | lightnvm: Use u64 instead of __le64 for CPU visible sideAndy Shevchenko2019-02-111-2/+2
| * | lightnvm: pblk: use vfree to free metadata on error pathHans Holmberg2019-02-111-1/+1
| * | lightnvm: pblk: stop taking the free lock in in pblk_lines_freeHans Holmberg2019-02-111-2/+0
| * | block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-092-3/+0
| * | bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li2019-02-091-3/+4
| * | bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-02-091-2/+11
| * | bcache: fix input overflow to cache set io_error_limitColy Li2019-02-091-2/+1
| * | bcache: fix input overflow to journal_delay_msColy Li2019-02-091-1/+3
| * | bcache: fix input overflow to writeback_rate_minimumColy Li2019-02-091-1/+3
| * | bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li2019-02-091-1/+3
| * | bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li2019-02-091-1/+3
| * | bcache: fix input overflow to writeback_delayColy Li2019-02-091-1/+1
| * | bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li2019-02-091-8/+8