summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-142-15/+9
|\
| * xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park2022-08-121-3/+1
| * xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne2022-08-121-6/+3
| * xen-blkback: fix persistent grants negotiationSeongJae Park2022-08-121-8/+7
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-14/+10
|\ \
| * | virtio-blk: Avoid use-after-free on suspend/resumeShigeru Yoshida2022-08-111-14/+10
| |/
* | Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-111-3/+3
|\ \
| * | libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-031-3/+3
| |/
* | 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