summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2022-09-03Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-09-02xen-blkfront: Cache feature_persistent value before advertisementSeongJae Park
2022-09-02xen-blkfront: Advertise feature-persistent as user requestedSeongJae Park
2022-09-02xen-blkback: Advertise feature-persistent as user requestedSeongJae Park
2022-08-26Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-24loop: Check for overflow while configuring loopSiddh Raman Pant
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-20Revert "zram: remove double compression logic"Jiri Slaby
2022-08-20Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-16ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_...ZiyangZhang
2022-08-16ublk_drv: update comment for __ublk_fail_req()ZiyangZhang
2022-08-16ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()ZiyangZhang
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-13ublk_drv: update iod->addr for UBLK_IO_NEED_GET_DATAZiyangZhang
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-08-12xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park
2022-08-12xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne
2022-08-12xen-blkback: fix persistent grants negotiationSeongJae Park
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-08-11virtio-blk: Avoid use-after-free on suspend/resumeShigeru Yoshida
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton
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