summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pblk: fix max_io calculationJavier González2019-03-071-1/+6
* block: fix segment calculation for passthrough IOMing Lei2019-03-061-7/+8
* Merge branch 'stable/for-jens-5.1' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2019-03-061-42/+57
|\
| * xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-...Dongli Zhang2019-02-241-29/+43
| * xen/blkback: add stack variable 'blkif' in connect_ring()Dongli Zhang2019-01-171-13/+14
* | 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
|\ \