summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-08114-1123/+1470
|\
| * block: fix updating bio's front segment sizeMing Lei2019-03-021-0/+8
| * block: Replace function name in string with __func__Keyur Patel2019-02-281-4/+4
| * 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
| * block: fix NULL pointer dereference in register_diskzhengbin2019-02-281-4/+6
| * fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino2019-02-281-0/+7
| * blk-mq: use HCTX_TYPE_DEFAULT but not 0 to index blk_mq_tag_set->mapDongli Zhang2019-02-281-7/+7
| * block: optimize bvec iteration in bvec_iter_advanceChristoph Hellwig2019-02-281-3/+4
| * block: introduce mp_bvec_for_each_page() for iterating over pageMing Lei2019-02-281-0/+5
| * block: optimize blk_bio_segment_split for single-page bvecMing Lei2019-02-271-3/+9
| * block: optimize __blk_segment_map_sg() for single-page bvecMing Lei2019-02-271-2/+7
| * block: introduce bvec_nth_page()Ming Lei2019-02-272-4/+9
| * iomap: wire up the iopoll methodChristoph Hellwig2019-02-244-15/+32
| * block: add bio_set_polled() helperJens Axboe2019-02-242-2/+16
| * block: wire up block device iopoll methodChristoph Hellwig2019-02-241-1/+17
| * fs: add an iopoll method to struct file_operationsChristoph Hellwig2019-02-242-0/+5
| * 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
| * block: bounce: make sure that bvec table is updatedMing Lei2019-02-211-2/+6
| * Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-5.1/blockJens Axboe2019-02-2129-289/+168
| |\
| | * 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-202-18/+2
| | * nvme-fc: convert to SPDX identifiersChristoph Hellwig2019-02-203-35/+3
| | * nvme-fabrics: convert to SPDX identifiersChristoph Hellwig2019-02-202-18/+2
| | * nvme-tcp.h: fix SPDX headerChristoph Hellwig2019-02-201-1/+1
| | * nvme_ioctl.h: remove duplicate GPL boilerplateChristoph Hellwig2019-02-202-18/+1
| | * 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
| |/
| * block: avoid to READ fields of null bioMing Lei2019-02-191-1/+3
| * Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-15566-2185/+5560
| |\
| * | block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-1510-11/+7
| * | block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei2019-02-155-43/+6
| * | block: document usage of bio iterator helpersMing Lei2019-02-151-0/+25
| * | block: always define BIO_MAX_PAGES as 256Ming Lei2019-02-151-8/+0