summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2022-07-16ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warningMing Lei1-4/+2
2022-07-14block/zram: Use enum req_op where appropriateBart Van Assche1-1/+1
2022-07-14xen-blkback: Use the enum req_op and blk_opf_t typesBart Van Assche1-3/+3
2022-07-14block/rnbd: Use blk_opf_t where appropriateBart Van Assche1-3/+4
2022-07-14block/floppy: Fix a sparse warningBart Van Assche1-1/+1
2022-07-14block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche3-11/+9
2022-07-14block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche4-13/+15
2022-07-14block/brd: Use the enum req_op typeBart Van Assche1-1/+1
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche1-0/+2
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche2-2/+2
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche4-15/+12
2022-07-14rnbd-srv: remove the name field from struct rnbd_devChristoph Hellwig5-12/+7
2022-07-14pktcdvd: stop using bdevname in pkt_new_devChristoph Hellwig1-4/+2
2022-07-14pktcdvd: stop using bdevname in pkt_seq_showChristoph Hellwig1-3/+1
2022-07-14drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig1-4/+2
2022-07-14ublk_drv: fix request queue leakMing Lei1-6/+15
2022-07-14ublk_drv: support to complete io command via task_work_addMing Lei1-8/+67
2022-07-14ublk_drv: add io_uring based userspace block driverMing Lei3-0/+1541
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-1/+1
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig1-1/+1
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig1-2/+2
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig1-1/+1
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2-3/+3
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry3-6/+4
2022-07-04zram: do not lookup algorithm in backends tableSergey Senozhatsky1-6/+5
2022-07-01xen/blkfront: force data bouncing when backend is untrustedRoger Pau Monne1-15/+34
2022-07-01xen/blkfront: fix leaking data in shared pagesRoger Pau Monne1-2/+3
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig28-45/+45
2022-06-28block: simplify disk shutdownChristoph Hellwig7-9/+3
2022-06-28mtip32xx: fix device removalChristoph Hellwig2-114/+44
2022-06-28mtip32xx: remove the device_status debugfs fileChristoph Hellwig2-144/+1
2022-06-21xen-blkfront: Handle NULL gendiskJason Andryuk1-7/+12
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds5-59/+82
2022-06-03Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-06-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-19/+201
2022-06-02Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-7/+6
2022-06-02block: null_blk: Fix null_zone_write()Damien Le Moal3-9/+10
2022-05-31virtio-blk: support mq_ops->queue_rqs()Suwan Kim1-16/+98
2022-05-31virtio-blk: support polling I/OSuwan Kim1-3/+103
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-2/+2
2022-05-28nbd: use pr_err to output error messageYu Kuai1-22/+18
2022-05-28nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng1-11/+12
2022-05-28nbd: fix io hung while disconnecting deviceYu Kuai1-1/+1
2022-05-28nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completedYu Kuai1-4/+14
2022-05-28nbd: fix race between nbd_alloc_config() and module removalYu Kuai1-9/+19
2022-05-28nbd: call genl_unregister_family() first in nbd_cleanup()Yu Kuai1-1/+6
2022-05-27block, loop: support partitions without scanningChristoph Hellwig1-4/+4
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross1-3/+3
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-40/+20