summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2021-10-18pcd: fix error codes in pcd_init_unit()Dan Carpenter
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-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-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-10-18block: move elevator.h to block/Christoph Hellwig
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-10-17brd: reduce the brd_devices_mutex scopeTetsuo Handa
2021-10-13Revert "virtio-blk: Add validation for block size in config space"Michael S. Tsirkin
2021-10-12block/rnbd-clt-sysfs: fix a couple uninitialized variable bugsDan Carpenter
2021-09-29nbd: use shifts rather than multipliesNick Desaulniers
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-11Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-09-09n64cart: fix return value check in n64cart_probe()Yang Yingliang