summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* block: ublk: move ublk_chr_class destroying after devices are removedMing Lei2023-02-011-4/+3
* block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang2023-02-011-1/+1
* pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe2023-01-241-0/+2
* block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-182-0/+4
* virtio_blk: Fix signedness bug in virtblk_prep_rq()Rafael Mendonca2023-01-121-2/+4
* virtio-blk: use a helper to handle request queuing errorsDmitry Fomichev2023-01-121-13/+16
* ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei2023-01-121-0/+3
* floppy: Fix memory leak in do_floppy_init()Yuan Can2022-12-311-1/+3
* loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres2022-12-311-16/+12
* drbd: destroy workqueue when drbd device was freedWang ShaoBo2022-12-311-1/+5
* drbd: remove call to memset before free device/resource/connectionWang ShaoBo2022-12-311-3/+0
* drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder2022-12-311-5/+5
* Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds2022-11-251-44/+38
|\
| * ublk_drv: don't forward io commands in reserve orderMing Lei2022-11-231-44/+38
* | Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds2022-11-181-2/+2
|\|
| * drbd: use after free in drbd_create_device()Dan Carpenter2022-11-151-2/+2
* | Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds2022-11-052-47/+74
|\|
| * ublk_drv: add ublk_queue_cmd() for cleanupMing Lei2022-10-311-26/+21
| * ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei2022-10-311-30/+53
| * ublk_drv: comment on ublk_driver entry of KconfigMing Lei2022-10-311-0/+6
| * ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei2022-10-311-0/+3
* | Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds2022-10-291-1/+3
|\|
| * rbd: fix possible memory leak in rbd_sysfs_init()Yang Yingliang2022-10-271-1/+3
* | Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds2022-10-212-9/+7
|\|
| * drbd: only clone bio if we have a backing deviceChristoph Böhmwalder2022-10-201-8/+6
| * ublk_drv: use flexible-array member instead of zero-length arrayYushan Zhou2022-10-191-1/+1
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-2/+2
|\ \
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* | | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-23/+3
|\ \ \ | |/ / |/| |
| * | zram: always expose rw_pageBrian Geffon2022-10-121-23/+3
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-22/+31
|\| |
| * | zram: keep comments within 80-columns limitSergey Senozhatsky2022-10-031-8/+11
| * | zram: do not waste zram_table_entry flags bitsSergey Senozhatsky2022-10-032-8/+9
| * | zram: don't retry compress incompressible pageAlexey Romanov2022-09-111-2/+12
| * | drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...Sergey Senozhatsky2022-09-111-9/+4
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-10-101-18/+92
|\ \ \ | |_|/ |/| |
| * | virtio_blk: add SECURE ERASE command supportAlvaro Karsz2022-10-071-18/+92
* | | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-071-2/+0
|\ \ \
| * | | nbd: remove define-only NBD_MAGIC, previously magic numberнаб2022-09-241-2/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-10-071-6/+5
|\ \ \ \
| * \ \ \ Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-068-32/+89
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_evGuoqing Jiang2022-08-301-6/+5
* | | | | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-0721-237/+598
|\ \ \ \ \
| * | | | | ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang2022-09-231-0/+116
| * | | | | ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang2022-09-231-4/+18
| * | | | | ublk_drv: consider recovery feature in aborting mechanismZiyangZhang2022-09-231-6/+110
| * | | | | ublk_drv: requeue rqs with recovery feature enabledZiyangZhang2022-09-231-5/+15
| * | | | | ublk_drv: define macros for recovery feature and check themZiyangZhang2022-09-231-1/+17
| * | | | | ublk_drv: check 'current' instead of 'ubq_daemon'ZiyangZhang2022-09-231-2/+10
| * | | | | block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin2022-09-211-13/+2