summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-8/+9
|\
| * zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu2022-07-291-2/+2
| * zram: fix unused 'zram_wb_devops' warningKefeng Wang2022-07-171-0/+2
| * zram: do not lookup algorithm in backends tableSergey Senozhatsky2022-07-031-6/+5
* | ublk_drv: add support for UBLK_IO_NEED_GET_DATAZiyangZhang2022-08-021-12/+94
* | ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei2022-08-021-11/+7
* | ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei2022-08-021-18/+187
* | ublk_drv: fix ublk device leak in case that add_disk failsMing Lei2022-08-021-0/+5
* | ublk_drv: cancel device even though disk isn't upMing Lei2022-08-021-6/+12
* | block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-023-3/+3
* | remove the sx8 block driverChristoph Hellwig2022-08-023-1593/+0
* | nbd: add missing definition of pr_fmtYu Kuai2022-08-021-2/+4
* | null_blk: fix ida error handling in null_add_dev()Dan Carpenter2022-08-021-3/+11
* | null_blk: add configfs variables for 2 optionsVincent Fu2022-08-022-19/+50
* | null_blk: add module parameters for 4 optionsVincent Fu2022-08-021-0/+20
* | block/rnbd-srv: Replace sess_dev_list with index_idrMd Haris Iqbal2022-08-022-14/+7
* | block/rnbd-srv: Set keep_id to true after mutex_trylockMd Haris Iqbal2022-08-021-1/+2
* | rnbd-clt: make rnbd_clt_change_capacity return voidGuoqing Jiang2022-08-021-4/+3
* | rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang2022-08-023-5/+5
* | 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