summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allnoconfiglinaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfigLinus Torvalds
2022-08-02ublk_drv: add support for UBLK_IO_NEED_GET_DATAZiyangZhang
2022-08-02ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei
2022-08-02ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei
2022-08-02ublk_drv: fix ublk device leak in case that add_disk failsMing Lei
2022-08-02ublk_drv: cancel device even though disk isn't upMing Lei
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-08-02remove the sx8 block driverChristoph Hellwig
2022-08-02nbd: add missing definition of pr_fmtYu Kuai
2022-08-02null_blk: fix ida error handling in null_add_dev()Dan Carpenter
2022-08-02null_blk: add configfs variables for 2 optionsVincent Fu
2022-08-02null_blk: add module parameters for 4 optionsVincent Fu
2022-08-02block/rnbd-srv: Replace sess_dev_list with index_idrMd Haris Iqbal
2022-08-02block/rnbd-srv: Set keep_id to true after mutex_trylockMd Haris Iqbal
2022-08-02rnbd-clt: make rnbd_clt_change_capacity return voidGuoqing Jiang
2022-08-02rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang
2022-08-02rnbd-clt: check capacity inside rnbd_clt_change_capacityGuoqing Jiang
2022-08-02rnbd-clt: adjust the layout of struct rnbd_clt_devGuoqing Jiang
2022-08-02rnbd-clt: reduce the size of struct rnbd_clt_devGuoqing Jiang
2022-08-02rnbd-clt: kill read_only from struct rnbd_clt_devGuoqing Jiang
2022-08-02rnbd-clt: don't free rsp in msg_open_conf for map scenarioGuoqing Jiang
2022-08-02rnbd-clt: open code send_msg_open in rnbd_clt_map_deviceGuoqing Jiang
2022-08-02block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-08-02drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-29zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu
2022-07-26ublk_drv: fix double shift bugDan Carpenter
2022-07-22ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei
2022-07-22ublk_drv: fix error handling of ublk_add_devChristoph Hellwig
2022-07-21ublk_drv: fix lockdep warningMing Lei
2022-07-21ublk: defer disk allocationChristoph Hellwig
2022-07-21ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumaskChristoph Hellwig
2022-07-21ublk: fold __ublk_create_dev into ublk_ctrl_add_devChristoph Hellwig
2022-07-21ublk: cleanup ublk_ctrl_uring_cmdChristoph Hellwig
2022-07-21ublk: simplify ublk_ch_open and ublk_ch_releaseChristoph Hellwig
2022-07-21ublk: remove the empty open and release block device operationsChristoph Hellwig
2022-07-21ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig
2022-07-18ublk_drv: fix an IS_ERR() vs NULL checkDan Carpenter
2022-07-18ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig
2022-07-18ublk_drv: remove unneeded semicolonYang Li
2022-07-18ublk_drv: fix missing error return code in ublk_add_dev()Yang Yingliang
2022-07-17zram: fix unused 'zram_wb_devops' warningKefeng Wang
2022-07-16ublk_drv: fix build warning with -Wmaybe-uninitialized and one sparse warningMing Lei
2022-07-14block/zram: Use enum req_op where appropriateBart Van Assche
2022-07-14xen-blkback: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14block/rnbd: Use blk_opf_t where appropriateBart Van Assche
2022-07-14block/floppy: Fix a sparse warningBart Van Assche
2022-07-14block/drbd: Combine two drbd_submit_peer_request() argumentsBart Van Assche
2022-07-14block/drbd: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-07-14block/brd: Use the enum req_op typeBart Van Assche