summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* nbd: add missing definition of pr_fmtYu Kuai2022-08-031-2/+4
* null_blk: fix ida error handling in null_add_dev()Dan Carpenter2022-08-031-3/+11
* null_blk: add configfs variables for 2 optionsVincent Fu2022-08-032-19/+50
* null_blk: add module parameters for 4 optionsVincent Fu2022-08-031-0/+20
* block/rnbd-srv: Replace sess_dev_list with index_idrMd Haris Iqbal2022-08-032-14/+7
* block/rnbd-srv: Set keep_id to true after mutex_trylockMd Haris Iqbal2022-08-031-1/+2
* rnbd-clt: make rnbd_clt_change_capacity return voidGuoqing Jiang2022-08-031-4/+3
* rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang2022-08-033-5/+5
* rnbd-clt: check capacity inside rnbd_clt_change_capacityGuoqing Jiang2022-08-031-6/+7
* rnbd-clt: adjust the layout of struct rnbd_clt_devGuoqing Jiang2022-08-031-2/+2
* rnbd-clt: reduce the size of struct rnbd_clt_devGuoqing Jiang2022-08-032-74/+55
* rnbd-clt: kill read_only from struct rnbd_clt_devGuoqing Jiang2022-08-032-7/+2
* rnbd-clt: don't free rsp in msg_open_conf for map scenarioGuoqing Jiang2022-08-031-4/+14
* rnbd-clt: open code send_msg_open in rnbd_clt_map_deviceGuoqing Jiang2022-08-031-2/+41
* block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-08-031-4/+3
* drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg2022-08-031-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