summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig2021-10-181-2/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-0127-1144/+846
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki2021-10-292-17/+87
| * | | | block: ataflop: Fix warning comparing pointer to 0Jiapeng Chong2021-10-291-2/+1
| * | | | block: ataflop: more blk-mq refactoring fixesMichael Schmitz2021-10-251-6/+39
| * | | | block: remove support for cryptoloop and the xor transferChristoph Hellwig2021-10-225-610/+26
| * | | | rnbd: add error handling support for add_disk()Luis Chamberlain2021-10-211-4/+9
| * | | | xen-blkfront: add error handling support for add_disk()Luis Chamberlain2021-10-211-1/+7
| * | | | block: aoe: fixup coccinelle warningsYe Guojin2021-10-211-7/+6
| * | | | nbd: Fix use-after-free in pid_showYe Bin2021-10-201-9/+9
| * | | | block: ataflop: fix breakage introduced at blk-mq refactoringMichael Schmitz2021-10-191-15/+3
| * | | | nbd: fix uaf in nbd_handle_reply()Yu Kuai2021-10-181-1/+17
| * | | | nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()Yu Kuai2021-10-181-30/+44
| * | | | nbd: clean up return value checking of sock_xmit()Yu Kuai2021-10-181-6/+7
| * | | | nbd: don't start request if nbd_queue_rq() failedYu Kuai2021-10-181-3/+0
| * | | | nbd: check sock index in nbd_read_stat()Yu Kuai2021-10-181-0/+4
| * | | | nbd: make sure request completion won't concurrentYu Kuai2021-10-181-2/+9
| * | | | nbd: don't handle response without a corresponding request messageYu Kuai2021-10-181-1/+21
| * | | | mtip32xx: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-181-2/+0
| * | | | swim3: add missing major.h includeJens Axboe2021-10-181-0/+1
| * | | | sx8: fix an error code in carm_init_one()Dan Carpenter2021-10-181-1/+3
| * | | | pf: fix error codes in pf_init_unit()Dan Carpenter2021-10-181-6/+9
| * | | | pcd: fix error codes in pcd_init_unit()Dan Carpenter2021-10-181-5/+7
| * | | | block/ataflop: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
| * | | | block/ataflop: provide a helper for cleanup up an atari diskLuis Chamberlain2021-10-181-15/+19
| * | | | block/ataflop: add registration bool before calling del_gendisk()Luis Chamberlain2021-10-181-2/+7
| * | | | block/ataflop: use the blk_cleanup_disk() helperLuis Chamberlain2021-10-181-4/+2
| * | | | swim: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+3
| * | | | swim: add a floppy registration bool which triggers del_gendisk()Luis Chamberlain2021-10-181-3/+6
| * | | | swim: add helper for disk cleanupLuis Chamberlain2021-10-181-8/+13
| * | | | swim: simplify using blk_cleanup_disk() on swim_remove()Luis Chamberlain2021-10-181-2/+1
| * | | | amiflop: add error handling support for add_disk()Luis Chamberlain2021-10-181-2/+5
| * | | | floppy: add error handling support for add_disk()Luis Chamberlain2021-10-181-2/+4
| * | | | floppy: fix calling platform_device_unregister() on invalid drivesLuis Chamberlain2021-10-181-2/+7
| * | | | floppy: use blk_cleanup_disk()Luis Chamberlain2021-10-181-5/+1
| * | | | floppy: fix add_disk() assumption on exit due to new developmentsLuis Chamberlain2021-10-181-13/+0
| * | | | block/swim3: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+3
| * | | | rbd: add add_disk() error handlingLuis Chamberlain2021-10-181-1/+5
| * | | | pf: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+3
| * | | | block/sx8: add error handling support for add_disk()Luis Chamberlain2021-10-181-4/+9
| * | | | block/rsxx: add error handling support for add_disk()Luis Chamberlain2021-10-182-4/+12
| * | | | pktcdvd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+3
| * | | | mtip32xx: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+3
| * | | | pd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
| * | | | pcd: capture errors on cdrom_register()Luis Chamberlain2021-10-181-1/+3
| * | | | pcd: fix ordering of unregister_cdrom()Luis Chamberlain2021-10-181-1/+1
| * | | | pcd: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+5
| * | | | pd: cleanup initializationChristoph Hellwig2021-10-181-70/+70
| * | | | pf: cleanup initializationChristoph Hellwig2021-10-181-124/+99
| * | | | pcd: cleanup initializationChristoph Hellwig2021-10-181-159/+127