aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
* | | rnbd-clt: check capacity inside rnbd_clt_change_capacityGuoqing Jiang2022-08-021-6/+7
* | | rnbd-clt: adjust the layout of struct rnbd_clt_devGuoqing Jiang2022-08-021-2/+2
* | | rnbd-clt: reduce the size of struct rnbd_clt_devGuoqing Jiang2022-08-022-74/+55
* | | rnbd-clt: kill read_only from struct rnbd_clt_devGuoqing Jiang2022-08-022-7/+2
* | | rnbd-clt: don't free rsp in msg_open_conf for map scenarioGuoqing Jiang2022-08-021-4/+14
* | | rnbd-clt: open code send_msg_open in rnbd_clt_map_deviceGuoqing Jiang2022-08-021-2/+41
* | | block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-08-021-4/+3
* | | drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg2022-08-021-7/+42
* | | 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