aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dcdbas.txt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07pblk: fix max_io calculationJavier González1-1/+6
2019-03-06block: fix segment calculation for passthrough IOMing Lei1-7/+8
2019-03-02block: fix updating bio's front segment sizeMing Lei1-0/+8
2019-02-28block: Replace function name in string with __func__Keyur Patel1-4/+4
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-28block: fix NULL pointer dereference in register_diskzhengbin1-4/+6
2019-02-28fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino1-0/+7
2019-02-28blk-mq: use HCTX_TYPE_DEFAULT but not 0 to index blk_mq_tag_set->mapDongli Zhang1-7/+7
2019-02-28block: optimize bvec iteration in bvec_iter_advanceChristoph Hellwig1-3/+4
2019-02-28block: introduce mp_bvec_for_each_page() for iterating over pageMing Lei1-0/+5
2019-02-27block: optimize blk_bio_segment_split for single-page bvecMing Lei1-3/+9
2019-02-27block: optimize __blk_segment_map_sg() for single-page bvecMing Lei1-2/+7
2019-02-27block: introduce bvec_nth_page()Ming Lei2-4/+9
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig4-15/+32
2019-02-24block: add bio_set_polled() helperJens Axboe2-2/+16
2019-02-24block: wire up block device iopoll methodChristoph Hellwig1-1/+17
2019-02-24fs: add an iopoll method to struct file_operationsChristoph Hellwig2-0/+5
2019-02-24xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-order' set by malicious blkfrontDongli 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-21block: bounce: make sure that bvec table is updatedMing Lei1-2/+6
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 Hellwig2-18/+2
2019-02-20nvme-fc: convert to SPDX identifiersChristoph Hellwig3-35/+3
2019-02-20nvme-fabrics: convert to SPDX identifiersChristoph Hellwig2-18/+2
2019-02-20nvme-tcp.h: fix SPDX headerChristoph Hellwig1-1/+1
2019-02-20nvme_ioctl.h: remove duplicate GPL boilerplateChristoph Hellwig2-18/+1
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-19block: avoid to READ fields of null bioMing Lei1-1/+3
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei10-11/+7
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei5-43/+6
2019-02-15block: document usage of bio iterator helpersMing Lei1-0/+25
2019-02-15block: always define BIO_MAX_PAGES as 256Ming Lei1-8/+0