summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0248-393/+1717
|\
| * ublk_drv: fix double shift bugDan Carpenter2022-07-261-2/+2
| * ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei2022-07-221-3/+14
| * ublk_drv: fix error handling of ublk_add_devChristoph Hellwig2022-07-221-52/+48
| * ublk_drv: fix lockdep warningMing Lei2022-07-211-2/+4
| * ublk: defer disk allocationChristoph Hellwig2022-07-211-74/+53
| * ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumaskChristoph Hellwig2022-07-211-31/+24
| * ublk: fold __ublk_create_dev into ublk_ctrl_add_devChristoph Hellwig2022-07-211-20/+8
| * ublk: cleanup ublk_ctrl_uring_cmdChristoph Hellwig2022-07-211-118/+116
| * ublk: simplify ublk_ch_open and ublk_ch_releaseChristoph Hellwig2022-07-211-10/+7
| * ublk: remove the empty open and release block device operationsChristoph Hellwig2022-07-211-11/+0
| * ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig2022-07-211-3/+0
| * ublk_drv: fix an IS_ERR() vs NULL checkDan Carpenter2022-07-181-2/+2
| * ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig2022-07-181-3/+0
| * ublk_drv: remove unneeded semicolonYang Li2022-07-181-2/+2
| * ublk_drv: fix missing error return code in ublk_add_dev()Yang Yingliang2022-07-181-1/+3
| * ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warningMing Lei2022-07-161-4/+2
| * block/zram: Use enum req_op where appropriateBart Van Assche2022-07-141-1/+1
| * xen-blkback: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-3/+3
| * block/rnbd: Use blk_opf_t where appropriateBart Van Assche2022-07-141-3/+4
| * block/floppy: Fix a sparse warningBart Van Assche2022-07-141-1/+1
| * block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche2022-07-143-11/+9
| * block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-144-13/+15
| * block/brd: Use the enum req_op typeBart Van Assche2022-07-141-1/+1
| * block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche2022-07-141-0/+2
| * block: Change the type of the last .rw_page() argumentBart Van Assche2022-07-142-2/+2
| * treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-144-15/+12
| * rnbd-srv: remove the name field from struct rnbd_devChristoph Hellwig2022-07-145-12/+7
| * pktcdvd: stop using bdevname in pkt_new_devChristoph Hellwig2022-07-141-4/+2
| * pktcdvd: stop using bdevname in pkt_seq_showChristoph Hellwig2022-07-141-3/+1
| * drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig2022-07-141-4/+2
| * ublk_drv: fix request queue leakMing Lei2022-07-141-6/+15
| * ublk_drv: support to complete io command via task_work_addMing Lei2022-07-141-8/+67
| * ublk_drv: add io_uring based userspace block driverMing Lei2022-07-143-0/+1541
| * block: move zone related fields to struct gendiskChristoph Hellwig2022-07-061-1/+1
| * block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-061-1/+1
| * block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig2022-07-061-2/+2
| * block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-061-1/+1
| * blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-062-3/+3
| * blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-063-6/+4
| * block: remove blk_cleanup_diskChristoph Hellwig2022-06-2828-45/+45
| * block: simplify disk shutdownChristoph Hellwig2022-06-287-9/+3
| * mtip32xx: fix device removalChristoph Hellwig2022-06-282-114/+44
| * mtip32xx: remove the device_status debugfs fileChristoph Hellwig2022-06-282-144/+1
* | xen/blkfront: force data bouncing when backend is untrustedRoger Pau Monne2022-07-011-15/+34
* | xen/blkfront: fix leaking data in shared pagesRoger Pau Monne2022-07-011-2/+3
|/
* xen-blkfront: Handle NULL gendiskJason Andryuk2022-06-211-7/+12
* Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-041-3/+3
|\
| * xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross2022-05-271-3/+3
* | Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-035-59/+82
|\ \