summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* nbd: pass nbd_sock to nbd_read_reply() instead of indexLi Nan2023-11-211-13/+22
* block/null_blk: Fix double blk_mq_start_request() warningChengming Zhou2023-11-201-12/+13
* nbd: fix null-ptr-dereference while accessing 'nbd->config'Li Nan2023-11-201-1/+17
* nbd: factor out a helper to get nbd_config without holding 'config_lock'Li Nan2023-11-201-8/+19
* nbd: fold nbd config initialization into nbd_alloc_config()Li Nan2023-11-201-22/+19
* nbd: fix uaf in nbd_openLi Lingfeng2023-11-071-2/+9
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-11-051-1/+3
|\
| * virtio-blk: fix implicit overflow on virtio_max_dma_sizezhenwei pi2023-11-011-1/+3
* | Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-014-132/+237
|\ \
| * | block: ublk_drv: Remove unused functionJiapeng Chong2023-10-191-9/+0
| * | ublk: simplify aborting requestMing Lei2023-10-171-30/+11
| * | ublk: replace monitor with cancelable uring_cmdMing Lei2023-10-171-89/+119
| * | ublk: quiesce request queue when aborting queueMing Lei2023-10-171-9/+50
| * | ublk: rename mm_lock as lockMing Lei2023-10-171-4/+4
| * | ublk: move ublk_cancel_dev() out of ub->mutexMing Lei2023-10-171-17/+23
| * | ublk: make sure io cmd handled in submitter task contextMing Lei2023-10-171-1/+21
| * | ublk: don't get ublk device reference in ublk_abort_queue()Ming Lei2023-10-171-4/+0
| * | ublk: Make ublks_max configurableMike Christie2023-10-171-1/+16
| * | ublk: Limit dev_id/ub_number valuesMike Christie2023-10-171-1/+9
| * | aoe: replace strncpy with strscpyJustin Stitt2023-10-031-2/+1
| * | null_blk: replace strncpy with strscpyJustin Stitt2023-10-031-1/+1
| * | block/null_blk: add queue_rqs() supportChengming Zhou2023-09-221-0/+20
| * | blk-mq: update driver tags request table when start requestChengming Zhou2023-09-221-2/+0
* | | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-1/+1
|\ \ \
| * | | drbd: Annotate struct fifo_buffer with __counted_byKees Cook2023-10-021-1/+1
| |/ /
* | | block: move bdev_mark_dead out of disk_check_media_changeChristoph Hellwig2023-10-282-2/+6
* | | zram: Convert to use bdev_open_by_dev()Jan Kara2023-10-282-18/+15
* | | xen/blkback: Convert to bdev_open_by_dev()Jan Kara2023-10-283-23/+25
* | | rnbd-srv: Convert to use bdev_open_by_path()Jan Kara2023-10-282-14/+15
* | | pktcdvd: Convert to bdev_open_by_dev()Jan Kara2023-10-281-35/+41
* | | drdb: Convert to use bdev_open_by_path()Jan Kara2023-10-282-33/+34
| |/ |/|
* | Merge tag 'block-6.6-2023-10-06' of git://git.kernel.dk/linuxLinus Torvalds2023-10-061-1/+2
|\ \
| * | nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctlChristoph Hellwig2023-10-031-1/+2
| |/
* | rbd: take header_rwsem in rbd_dev_refresh() only when updatingIlya Dryomov2023-09-261-11/+11
* | rbd: decouple parent info read-in from updating rbd_devIlya Dryomov2023-09-261-62/+80
* | rbd: decouple header read-in from updating rbd_dev->headerIlya Dryomov2023-09-261-92/+114
* | rbd: move rbd_dev_refresh() definitionIlya Dryomov2023-09-261-35/+33
|/
* Merge tag 'block-6.6-2023-09-08' of git://git.kernel.dk/linuxLinus Torvalds2023-09-082-3/+11
|\
| * drbd: swap bvec_set_page len and offsetChristoph Böhmwalder2023-09-061-1/+1
| * null_blk: fix poll request timeout handlingChengming Zhou2023-09-011-2/+10
* | Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-061-3/+1
|\ \ | |/ |/|
| * rbd: use list_for_each_entry() helperJinjie Ruan2023-08-301-3/+1
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-293-29/+340
|\ \
| * | ublk: zoned: support REQ_OP_ZONE_RESET_ALLMing Lei2023-08-201-2/+5
| * | drivers/rnbd: restore sysfs interface to rnbd-clientLi Zhijian2023-08-161-1/+1
| * | ublk: Switch to memdup_user_nul() helperRuan Jinjie2023-08-151-8/+3
| * | ublk: fix 'warn: variable dereferenced before check 'req'' from SmatchMing Lei2023-08-111-1/+3
| * | swim3: mark swim3_init() staticArnd Bergmann2023-08-101-1/+1
| * | ublk: Fix signedness bug returning warningLi Zetao2023-08-101-2/+2
| * | ublk: enable zoned storage supportAndreas Hindborg2023-08-081-15/+316