summaryrefslogtreecommitdiffstats
path: root/lib/muldi3.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-18swim: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-10-18swim: add a floppy registration bool which triggers del_gendisk()Luis Chamberlain1-3/+6
2021-10-18swim: add helper for disk cleanupLuis Chamberlain1-8/+13
2021-10-18swim: simplify using blk_cleanup_disk() on swim_remove()Luis Chamberlain1-2/+1
2021-10-18amiflop: add error handling support for add_disk()Luis Chamberlain1-2/+5
2021-10-18floppy: add error handling support for add_disk()Luis Chamberlain1-2/+4
2021-10-18floppy: fix calling platform_device_unregister() on invalid drivesLuis Chamberlain1-2/+7
2021-10-18floppy: use blk_cleanup_disk()Luis Chamberlain1-5/+1
2021-10-18floppy: fix add_disk() assumption on exit due to new developmentsLuis Chamberlain1-13/+0
2021-10-18block/swim3: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-10-18rbd: add add_disk() error handlingLuis Chamberlain1-1/+5
2021-10-18cdrom/gdrom: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-10-18pf: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-10-18block/sx8: add error handling support for add_disk()Luis Chamberlain1-4/+9
2021-10-18block/rsxx: add error handling support for add_disk()Luis Chamberlain2-4/+12
2021-10-18pktcdvd: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-10-18mtip32xx: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-10-18pd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18pcd: capture errors on cdrom_register()Luis Chamberlain1-1/+3
2021-10-18pcd: fix ordering of unregister_cdrom()Luis Chamberlain1-1/+1
2021-10-18pcd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18pd: cleanup initializationChristoph Hellwig1-70/+70
2021-10-18pf: cleanup initializationChristoph Hellwig1-124/+99
2021-10-18pcd: cleanup initializationChristoph Hellwig1-159/+127
2021-10-18pcd: move the identify buffer into pcd_identifyChristoph Hellwig1-8/+8
2021-10-18n64cart: add error handling support for add_disk()Luis Chamberlain1-2/+10
2021-10-18drbd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18aoe: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18nbd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18loop: add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-10-18null_blk: poll queue supportJens Axboe2-4/+108
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe1-1/+5
2021-10-18io_uring: utilize the io batching infrastructure for more efficient polled IOJens Axboe1-2/+6
2021-10-18nvme: add support for batched completion of polled IOJens Axboe3-12/+51
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe4-19/+99
2021-10-18sbitmap: add helper to clear a batch of tagsJens Axboe2-3/+52
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe16-25/+39
2021-10-18block: provide helpers for rq_list manipulationJens Axboe2-14/+34
2021-10-18block: remove some blk_mq_hw_ctx debugfs entriesJens Axboe3-93/+0
2021-10-18block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe4-68/+1
2021-10-18block: cache rq_flags inside blk_mq_rq_ctx_init()Pavel Begunkov1-6/+8
2021-10-18block: blk_mq_rq_ctx_init cache ctx/q/hctxPavel Begunkov1-5/+9
2021-10-18block: skip elevator fields init for non-elv queuePavel Begunkov1-14/+14
2021-10-18block: store elevator state in requestJens Axboe3-20/+29
2021-10-18block: only mark bio as tracked if it really is trackedJens Axboe1-2/+3
2021-10-18block: improve layout of struct requestJens Axboe1-44/+46
2021-10-18block: move update request helpers into blk-mq.cJens Axboe3-145/+146
2021-10-18block: remove useless caller argument to print_req_error()Jens Axboe1-5/+4
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe2-15/+24
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov8-22/+22