summaryrefslogtreecommitdiffstats
path: root/drivers/iommu (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-19nvme: move command clear into the various setup helpersJens Axboe2-3/+9
2021-10-19block: ataflop: fix breakage introduced at blk-mq refactoringMichael Schmitz1-15/+3
2021-10-18nbd: fix uaf in nbd_handle_reply()Yu Kuai1-1/+17
2021-10-18nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()Yu Kuai1-30/+44
2021-10-18nbd: clean up return value checking of sock_xmit()Yu Kuai1-6/+7
2021-10-18nbd: don't start request if nbd_queue_rq() failedYu Kuai1-3/+0
2021-10-18nbd: check sock index in nbd_read_stat()Yu Kuai1-0/+4
2021-10-18nbd: make sure request completion won't concurrentYu Kuai1-2/+9
2021-10-18nbd: don't handle response without a corresponding request messageYu Kuai1-1/+21
2021-10-18mtip32xx: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-2/+0
2021-10-18md: update superblock after changing rdev flags in state_storeXiao Ni1-1/+10
2021-10-18md: remove unused argument from md_new_eventGuoqing Jiang4-18/+18
2021-10-18md/raid5: call roundup_pow_of_two in raid5_runGuoqing Jiang1-4/+1
2021-10-18md/raid1: use rdev in raid1_write_request directlyGuoqing Jiang1-6/+5
2021-10-18md/raid1: only allocate write behind bio for WriteMostly deviceGuoqing Jiang1-1/+1
2021-10-18md: properly unwind when failing to add the kobject in md_allocChristoph Hellwig1-20/+17
2021-10-18md: extend disks_mutex coverageChristoph Hellwig1-1/+1
2021-10-18md: add the bitmap group to the default groups for the md kobjectChristoph Hellwig1-5/+11
2021-10-18md: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18swim3: add missing major.h includeJens Axboe1-0/+1
2021-10-18sx8: fix an error code in carm_init_one()Dan Carpenter1-1/+3
2021-10-18pf: fix error codes in pf_init_unit()Dan Carpenter1-6/+9
2021-10-18pcd: fix error codes in pcd_init_unit()Dan Carpenter1-5/+7
2021-10-18xtensa/platforms/iss/simdisk: add error handling support for add_disk()Luis Chamberlain1-2/+11
2021-10-18block/ataflop: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18block/ataflop: provide a helper for cleanup up an atari diskLuis Chamberlain1-15/+19
2021-10-18block/ataflop: add registration bool before calling del_gendisk()Luis Chamberlain1-2/+7
2021-10-18block/ataflop: use the blk_cleanup_disk() helperLuis Chamberlain1-4/+2
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