summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2023-02-09block: ublk: extending queue_size to fix overflowLiu Xiaodong
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-01block: ublk: move ublk_chr_class destroying after devices are removedMing Lei
2023-02-01block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang
2023-01-24pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe
2023-01-12virtio_blk: Fix signedness bug in virtblk_prep_rq()Rafael Mendonca
2023-01-12virtio-blk: use a helper to handle request queuing errorsDmitry Fomichev
2023-01-12ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei
2022-12-31floppy: Fix memory leak in do_floppy_init()Yuan Can
2022-12-31loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres
2022-12-31drbd: destroy workqueue when drbd device was freedWang ShaoBo
2022-12-31drbd: remove call to memset before free device/resource/connectionWang ShaoBo
2022-12-31drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder
2022-11-25Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-23ublk_drv: don't forward io commands in reserve orderMing Lei
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-15drbd: use after free in drbd_create_device()Dan Carpenter
2022-11-05Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-31ublk_drv: add ublk_queue_cmd() for cleanupMing Lei
2022-10-31ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei
2022-10-31ublk_drv: comment on ublk_driver entry of KconfigMing Lei
2022-10-31ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei
2022-10-29Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-27rbd: fix possible memory leak in rbd_sysfs_init()Yang Yingliang
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-20drbd: only clone bio if we have a backing deviceChristoph Böhmwalder
2022-10-19ublk_drv: use flexible-array member instead of zero-length arrayYushan Zhou
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12zram: always expose rw_pageBrian Geffon
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07virtio_blk: add SECURE ERASE command supportAlvaro Karsz
2022-10-06Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-03zram: keep comments within 80-columns limitSergey Senozhatsky
2022-10-03zram: do not waste zram_table_entry flags bitsSergey Senozhatsky
2022-09-27virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()Suwan Kim
2022-09-24nbd: remove define-only NBD_MAGIC, previously magic numberнаб
2022-09-23ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang
2022-09-23ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang
2022-09-23ublk_drv: consider recovery feature in aborting mechanismZiyangZhang
2022-09-23ublk_drv: requeue rqs with recovery feature enabledZiyangZhang
2022-09-23ublk_drv: define macros for recovery feature and check themZiyangZhang
2022-09-23ublk_drv: check 'current' instead of 'ubq_daemon'ZiyangZhang