summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2021-06-11sunvdc: use blk_mq_alloc_diskChristoph Hellwig1-34/+13
2021-06-11swim: use blk_mq_alloc_diskChristoph Hellwig1-20/+14
2021-06-11swim3: use blk_mq_alloc_diskChristoph Hellwig1-19/+14
2021-06-11ps3disk: use blk_mq_alloc_diskChristoph Hellwig1-22/+14
2021-06-11pf: use blk_mq_alloc_diskChristoph Hellwig1-11/+7
2021-06-11pcd: use blk_mq_alloc_diskChristoph Hellwig1-11/+8
2021-06-11virtio-blk: use blk_mq_alloc_diskChristoph Hellwig1-19/+7
2021-06-11block: loop: fix deadlock between open and removeChristoph Hellwig2-18/+8
2021-06-09z2ram: remove unnecessary oom messageZhen Lei1-8/+2
2021-06-09sx8: remove unnecessary oom messageZhen Lei1-2/+0
2021-06-09sunvdc: remove unnecessary oom messageZhen Lei1-2/+1
2021-06-09mtip32xx: remove unnecessary oom messageZhen Lei1-21/+5
2021-06-09drbd: remove unnecessary oom messageZhen Lei1-16/+6
2021-06-09aoe: remove unnecessary oom messageZhen Lei1-3/+1
2021-06-03null_blk: Fix null pointer dereference on nullb->disk on blk_cleanup_disk callColin Ian King1-1/+1
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig4-21/+21
2021-06-01null_blk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-19/+19
2021-06-01ps3vram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-23/+8
2021-06-01n64cart: convert to blk_alloc_diskChristoph Hellwig1-5/+1
2021-06-01zram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+4
2021-06-01rsxx: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2-25/+15
2021-06-01pktcdvd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-7/+4
2021-06-01drbd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+8
2021-06-01brd: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-61/+33
2021-06-01block: automatically enable GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+1
2021-05-24rsxx: Use struct_size() in vmalloc()Gustavo A. R. Silva1-4/+2
2021-05-24aoe: remove unnecessary mutex_init()Yang Yingliang1-2/+0
2021-05-21Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...Greg Kroah-Hartman1-5/+5
2021-05-15Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2021-05-14sparc/vio: make remove callback return voidUwe Kleine-König1-2/+1
2021-05-12nbd: share nbd_put and return by goto put_nbdSun Ke1-4/+3
2021-05-12nbd: Fix NULL pointer in flush_workqueueSun Ke1-1/+2
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds3-21/+29
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2-0/+2
2021-05-03block/rnbd: Remove all likely and unlikelyGioh Kim2-13/+13
2021-05-03block/rnbd-clt: Check the return value of the function rtrs_clt_queryMd Haris Iqbal1-2/+10
2021-05-03block/rnbd: Fix style issuesDima Stepanov1-5/+5
2021-05-03block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_tMd Haris Iqbal1-1/+1
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds29-2904/+367
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+36
2021-04-26drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong1-0/+1
2021-04-23xen-blkfront: Fix 'physical' typosBjorn Helgaas1-1/+1
2021-04-23xen-blkback: fix compatibility bug with single page ringsPaul Durrant2-22/+17
2021-04-21brd: expose number of allocated pages in debugfsCalvin Owens1-1/+18
2021-04-21ataflop: fix off by one in ataflop_probe()Dan Carpenter1-1/+4
2021-04-21ataflop: potential out of bounds in do_format()Dan Carpenter1-6/+5
2021-04-20drbd: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-04-20block/rnbd: Use strscpy instead of strlcpyDima Stepanov3-8/+8
2021-04-20block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameDima Stepanov1-5/+1
2021-04-20block/rnbd-clt: Remove max_segment_sizeJack Wang1-1/+0