summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-02io_uring: allow workqueue item to handle multiple buffered requestsio_uring-20190301Jens Axboe
2019-03-02io_uring: add support for IORING_OP_POLLJens Axboe
2019-02-28io_uring: add io_kiocb ref countJens Axboe
2019-02-28io_uring: add submission pollingJens Axboe
2019-02-28io_uring: add file set registrationJens Axboe
2019-02-28net: split out functions related to registering inflight socket filesJens Axboe
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe
2019-02-28block: implement bio helper to add iter bvec pages to bioJens Axboe
2019-02-28io_uring: batch io_kiocb allocationJens Axboe
2019-02-28io_uring: use fget/fput_many() for file referencesJens Axboe
2019-02-28fs: add fget_many() and fput_many()Jens Axboe
2019-02-28io_uring: support for IO pollingJens Axboe
2019-02-28io_uring: add fsync supportChristoph Hellwig
2019-02-28Add io_uring IO interfaceJens Axboe
2019-02-28block: introduce mp_bvec_for_each_page() for iterating over pageMing Lei
2019-02-27block: optimize blk_bio_segment_split for single-page bvecMing Lei
2019-02-27block: optimize __blk_segment_map_sg() for single-page bvecMing Lei
2019-02-27block: introduce bvec_nth_page()Ming Lei
2019-02-24iomap: wire up the iopoll methodfor-5.1/block-20190224Christoph Hellwig
2019-02-24block: add bio_set_polled() helperJens Axboe
2019-02-24block: wire up block device iopoll methodChristoph Hellwig
2019-02-24fs: add an iopoll method to struct file_operationsChristoph Hellwig
2019-02-22loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang
2019-02-22loop: do not print warn message if partition scan is successfulDongli Zhang
2019-02-21block: bounce: make sure that bvec table is updatedMing Lei
2019-02-21Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-5.1/blockJens Axboe
2019-02-21nvme-rdma: use nr_phys_segments when map rq to sglChaitanya Kulkarni
2019-02-20nvmet: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvmet-rdma: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-loop: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvmet-fcloop: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvmet-fc: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-pci: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-lightnvm: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-rdma: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-fc: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-fabrics: convert to SPDX identifiersChristoph Hellwig
2019-02-20nvme-tcp.h: fix SPDX headerChristoph Hellwig
2019-02-20nvme_ioctl.h: remove duplicate GPL boilerplateChristoph Hellwig
2019-02-20nvme: return error from nvme_alloc_ns()Hannes Reinecke
2019-02-20nvme: avoid that deleting a controller triggers a circular locking complaintBart Van Assche
2019-02-20nvme: introduce a helper function for controller deletionBart Van Assche
2019-02-20nvme: unexport nvme_delete_ctrl_sync()Bart Van Assche
2019-02-20nvme-pci: check kstrtoint() return value in queue_count_set()Bart Van Assche
2019-02-20nvme-fabrics: document the poll function argumentBart Van Assche
2019-02-20nvmet: fix indentationBart Van Assche
2019-02-20nvme-multipath: round-robin I/O policyHannes Reinecke
2019-02-19block: avoid to READ fields of null bioMing Lei
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe