aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-18block/ataflop: add error handling support for add_disk()Luis Chamberlain
2021-10-18block/ataflop: provide a helper for cleanup up an atari diskLuis Chamberlain
2021-10-18block/ataflop: add registration bool before calling del_gendisk()Luis Chamberlain
2021-10-18block/ataflop: use the blk_cleanup_disk() helperLuis Chamberlain
2021-10-18swim: add error handling support for add_disk()Luis Chamberlain
2021-10-18swim: add a floppy registration bool which triggers del_gendisk()Luis Chamberlain
2021-10-18swim: add helper for disk cleanupLuis Chamberlain
2021-10-18swim: simplify using blk_cleanup_disk() on swim_remove()Luis Chamberlain
2021-10-18amiflop: add error handling support for add_disk()Luis Chamberlain
2021-10-18floppy: add error handling support for add_disk()Luis Chamberlain
2021-10-18floppy: fix calling platform_device_unregister() on invalid drivesLuis Chamberlain
2021-10-18floppy: use blk_cleanup_disk()Luis Chamberlain
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