summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-18floppy: fix add_disk() assumption on exit due to new developmentsLuis Chamberlain
2021-10-18block/swim3: add error handling support for add_disk()Luis Chamberlain
2021-10-18rbd: add add_disk() error handlingLuis Chamberlain
2021-10-18cdrom/gdrom: add error handling support for add_disk()Luis Chamberlain
2021-10-18pf: add error handling support for add_disk()Luis Chamberlain
2021-10-18block/sx8: add error handling support for add_disk()Luis Chamberlain
2021-10-18block/rsxx: add error handling support for add_disk()Luis Chamberlain
2021-10-18pktcdvd: add error handling support for add_disk()Luis Chamberlain
2021-10-18mtip32xx: add error handling support for add_disk()Luis Chamberlain
2021-10-18pd: add error handling support for add_disk()Luis Chamberlain
2021-10-18pcd: capture errors on cdrom_register()Luis Chamberlain
2021-10-18pcd: fix ordering of unregister_cdrom()Luis Chamberlain
2021-10-18pcd: add error handling support for add_disk()Luis Chamberlain
2021-10-18pd: cleanup initializationChristoph Hellwig
2021-10-18pf: cleanup initializationChristoph Hellwig
2021-10-18pcd: cleanup initializationChristoph Hellwig
2021-10-18pcd: move the identify buffer into pcd_identifyChristoph Hellwig
2021-10-18n64cart: add error handling support for add_disk()Luis Chamberlain
2021-10-18drbd: add error handling support for add_disk()Luis Chamberlain
2021-10-18aoe: add error handling support for add_disk()Luis Chamberlain
2021-10-18nbd: add error handling support for add_disk()Luis Chamberlain
2021-10-18loop: add error handling support for add_disk()Luis Chamberlain
2021-10-18null_blk: poll queue supportJens Axboe
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe
2021-10-18io_uring: utilize the io batching infrastructure for more efficient polled IOJens Axboe
2021-10-18nvme: add support for batched completion of polled IOJens Axboe
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe
2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: provide helpers for rq_list manipulationJens Axboe
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe
2021-10-18block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe
2021-10-18block: cache rq_flags inside blk_mq_rq_ctx_init()Pavel Begunkov
2021-10-18block: blk_mq_rq_ctx_init cache ctx/q/hctxPavel Begunkov
2021-10-18block: skip elevator fields init for non-elv queuePavel Begunkov
2021-10-18block: store elevator state in requestJens Axboe
2021-10-18block: only mark bio as tracked if it really is trackedJens Axboe
2021-10-18block: improve layout of struct requestJens Axboe
2021-10-18block: move update request helpers into blk-mq.cJens Axboe
2021-10-18block: remove useless caller argument to print_req_error()Jens Axboe
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov
2021-10-18block: use bdev_get_queue() in blk-core.cPavel Begunkov
2021-10-18block: use bdev_get_queue() in bio.cPavel Begunkov
2021-10-18block: use bdev_get_queue() in bdev.cPavel Begunkov
2021-10-18block: cache request queue in bdevPavel Begunkov
2021-10-18block: handle fast path of bio splitting inlineJens Axboe
2021-10-18block: use flags instead of bit fields for blkdev_dioJens Axboe
2021-10-18block: cache bdev in struct file for raw bdev IOPavel Begunkov
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig