aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_evGuoqing Jiang1-6/+5
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-15/+9
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-14/+10
2022-08-12xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park1-3/+1
2022-08-12xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne1-6/+3
2022-08-12xen-blkback: fix persistent grants negotiationSeongJae Park1-8/+7
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+3
2022-08-11virtio-blk: Avoid use-after-free on suspend/resumeShigeru Yoshida1-14/+10
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-8/+9
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton1-3/+3
2022-08-02ublk_drv: add support for UBLK_IO_NEED_GET_DATAZiyangZhang1-12/+94
2022-08-02ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei1-11/+7
2022-08-02ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei1-18/+187
2022-08-02ublk_drv: fix ublk device leak in case that add_disk failsMing Lei1-0/+5
2022-08-02ublk_drv: cancel device even though disk isn't upMing Lei1-6/+12
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig3-3/+3
2022-08-02remove the sx8 block driverChristoph Hellwig3-1593/+0
2022-08-02nbd: add missing definition of pr_fmtYu Kuai1-2/+4
2022-08-02null_blk: fix ida error handling in null_add_dev()Dan Carpenter1-3/+11
2022-08-02null_blk: add configfs variables for 2 optionsVincent Fu2-19/+50
2022-08-02null_blk: add module parameters for 4 optionsVincent Fu1-0/+20
2022-08-02block/rnbd-srv: Replace sess_dev_list with index_idrMd Haris Iqbal2-14/+7
2022-08-02block/rnbd-srv: Set keep_id to true after mutex_trylockMd Haris Iqbal1-1/+2
2022-08-02rnbd-clt: make rnbd_clt_change_capacity return voidGuoqing Jiang1-4/+3
2022-08-02rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang3-5/+5
2022-08-02rnbd-clt: check capacity inside rnbd_clt_change_capacityGuoqing Jiang1-6/+7
2022-08-02rnbd-clt: adjust the layout of struct rnbd_clt_devGuoqing Jiang1-2/+2
2022-08-02rnbd-clt: reduce the size of struct rnbd_clt_devGuoqing Jiang2-74/+55
2022-08-02rnbd-clt: kill read_only from struct rnbd_clt_devGuoqing Jiang2-7/+2
2022-08-02rnbd-clt: don't free rsp in msg_open_conf for map scenarioGuoqing Jiang1-4/+14
2022-08-02rnbd-clt: open code send_msg_open in rnbd_clt_map_deviceGuoqing Jiang1-2/+41
2022-08-02block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+3
2022-08-02drbd: bm_page_async_io: fix spurious bitmap "IO error" on large volumesLars Ellenberg1-7/+42
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds48-393/+1717
2022-07-29zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu1-2/+2
2022-07-26ublk_drv: fix double shift bugDan Carpenter1-2/+2
2022-07-22ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei1-3/+14
2022-07-22ublk_drv: fix error handling of ublk_add_devChristoph Hellwig1-52/+48
2022-07-21ublk_drv: fix lockdep warningMing Lei1-2/+4
2022-07-21ublk: defer disk allocationChristoph Hellwig1-74/+53
2022-07-21ublk: rewrite ublk_ctrl_get_queue_affinity to not rely on hctx->cpumaskChristoph Hellwig1-31/+24
2022-07-21ublk: fold __ublk_create_dev into ublk_ctrl_add_devChristoph Hellwig1-20/+8
2022-07-21ublk: cleanup ublk_ctrl_uring_cmdChristoph Hellwig1-118/+116
2022-07-21ublk: simplify ublk_ch_open and ublk_ch_releaseChristoph Hellwig1-10/+7
2022-07-21ublk: remove the empty open and release block device operationsChristoph Hellwig1-11/+0
2022-07-21ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig1-3/+0
2022-07-18ublk_drv: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-07-18ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig1-3/+0
2022-07-18ublk_drv: remove unneeded semicolonYang Li1-2/+2
2022-07-18ublk_drv: fix missing error return code in ublk_add_dev()Yang Yingliang1-1/+3