summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2021-06-16loop: fix order of cleaning up the queue and freeing the tagsetChristoph Hellwig
2021-06-11z2ram: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11ataflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11amiflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11xen-blkfront: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11sx8: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11rbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11nullb: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11nbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11loop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11floppy: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11sunvdc: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11swim: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11swim3: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11ps3disk: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11pf: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11pcd: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11virtio-blk: use blk_mq_alloc_diskChristoph Hellwig
2021-06-03null_blk: Fix null pointer dereference on nullb->disk on blk_cleanup_disk callColin Ian King
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig
2021-06-01null_blk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01ps3vram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01n64cart: convert to blk_alloc_diskChristoph Hellwig
2021-06-01zram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01rsxx: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01pktcdvd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01drbd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01brd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig
2021-05-24aoe: remove unnecessary mutex_init()Yang Yingliang
2021-05-15Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-05-12nbd: share nbd_put and return by goto put_nbdSun Ke
2021-05-12nbd: Fix NULL pointer in flush_workqueueSun Ke
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)
2021-05-03block/rnbd: Remove all likely and unlikelyGioh Kim
2021-05-03block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal
2021-05-03block/rnbd: Fix style issuesDima Stepanov
2021-05-03block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_tMd Haris Iqbal
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-26drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong
2021-04-23xen-blkfront: Fix 'physical' typosBjorn Helgaas
2021-04-23xen-blkback: fix compatibility bug with single page ringsPaul Durrant
2021-04-21brd: expose number of allocated pages in debugfsCalvin Owens
2021-04-21ataflop: fix off by one in ataflop_probe()Dan Carpenter
2021-04-21ataflop: potential out of bounds in do_format()Dan Carpenter