summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2022-08-02drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg-7/+42
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-393/+1717
2022-07-26ublk_drv: fix double shift bugDan Carpenter-2/+2
2022-07-22ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei-3/+14
2022-07-22ublk_drv: fix error handling of ublk_add_devChristoph Hellwig-52/+48
2022-07-21ublk_drv: fix lockdep warningMing Lei-2/+4
2022-07-21ublk: defer disk allocationChristoph Hellwig-74/+53
2022-07-21ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumaskChristoph Hellwig-31/+24
2022-07-21ublk: fold __ublk_create_dev into ublk_ctrl_add_devChristoph Hellwig-20/+8
2022-07-21ublk: cleanup ublk_ctrl_uring_cmdChristoph Hellwig-118/+116
2022-07-21ublk: simplify ublk_ch_open and ublk_ch_releaseChristoph Hellwig-10/+7
2022-07-21ublk: remove the empty open and release block device operationsChristoph Hellwig-11/+0
2022-07-21ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig-3/+0
2022-07-18ublk_drv: fix an IS_ERR() vs NULL checkDan Carpenter-2/+2
2022-07-18ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig-3/+0
2022-07-18ublk_drv: remove unneeded semicolonYang Li-2/+2
2022-07-18ublk_drv: fix missing error return code in ublk_add_dev()Yang Yingliang-1/+3
2022-07-16ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warningMing Lei-4/+2
2022-07-14block/zram: Use enum req_op where appropriateBart Van Assche-1/+1
2022-07-14xen-blkback: Use the enum req_op and blk_opf_t typesBart Van Assche-3/+3
2022-07-14block/rnbd: Use blk_opf_t where appropriateBart Van Assche-3/+4
2022-07-14block/floppy: Fix a sparse warningBart Van Assche-1/+1
2022-07-14block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche-11/+9
2022-07-14block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche-13/+15
2022-07-14block/brd: Use the enum req_op typeBart Van Assche-1/+1
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche-0/+2
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche-2/+2
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche-15/+12
2022-07-14rnbd-srv: remove the name field from struct rnbd_devChristoph Hellwig-12/+7
2022-07-14pktcdvd: stop using bdevname in pkt_new_devChristoph Hellwig-4/+2
2022-07-14pktcdvd: stop using bdevname in pkt_seq_showChristoph Hellwig-3/+1
2022-07-14drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig-4/+2
2022-07-14ublk_drv: fix request queue leakMing Lei-6/+15
2022-07-14ublk_drv: support to complete io command via task_work_addMing Lei-8/+67
2022-07-14ublk_drv: add io_uring based userspace block driverMing Lei-0/+1541
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig-1/+1
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig-1/+1
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig-2/+2
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig-1/+1
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry-3/+3
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry-6/+4
2022-07-01xen/blkfront: force data bouncing when backend is untrustedRoger Pau Monne-15/+34
2022-07-01xen/blkfront: fix leaking data in shared pagesRoger Pau Monne-2/+3
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig-45/+45
2022-06-28block: simplify disk shutdownChristoph Hellwig-9/+3
2022-06-28mtip32xx: fix device removalChristoph Hellwig-114/+44
2022-06-28mtip32xx: remove the device_status debugfs fileChristoph Hellwig-144/+1
2022-06-21xen-blkfront: Handle NULL gendiskJason Andryuk-7/+12
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds-59/+82