summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2022-06-14block, loop: support partitions without scanningChristoph Hellwig
2022-06-14nbd: fix io hung while disconnecting deviceYu Kuai
2022-06-14nbd: fix race between nbd_alloc_config() and module removalYu Kuai
2022-06-14nbd: call genl_unregister_family() first in nbd_cleanup()Yu Kuai
2022-06-14nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completedYu Kuai
2022-06-09virtio_blk: fix the discard_granularity and discard_alignment queue limitsChristoph Hellwig
2022-06-09drbd: fix duplicate array initializerArnd Bergmann
2022-06-09nbd: Fix hung on disconnect request if socket is closed beforeXie Yongji
2022-05-25drbd: remove usage of list iterator variable after loopJakob Koschel
2022-05-25floppy: use a statically allocated error counterWilly Tarreau
2022-05-09floppy: disable FDRAWCMD by defaultWilly Tarreau
2022-04-20drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder
2022-04-20block: null_blk: end timed out poll requestMing Lei
2022-04-13drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong
2022-04-13drbd: Fix five use after free bugs in get_initial_stateLv Yunlong
2022-04-08Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe
2022-04-08n64cart: convert bi_disk to bi_bdev->bd_disk fix buildJackie Liu
2022-04-08nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng
2022-04-08loop: fix ioctl calls using compat_loop_infoCarlos Llamas
2022-04-08loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni
2022-04-08drbd: fix potential silent data corruptionLars Ellenberg
2022-03-09Merge tag 'xsa396-5.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-07xen/blkfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross
2022-03-06virtio-blk: Remove BUG_ON() in virtio_queue_rq()Xie Yongji
2022-03-06virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zeroXie Yongji
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2022-02-11block: loop:use kstatfs.f_bsize of backing file to set discard granularityMing Lei
2022-02-11loop: revert "make autoclear operation asynchronous"Tetsuo Handa
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-17brd: remove brd_devices_mutex mutexTetsuo Handa
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov
2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-13aoe: remove redundant assignment on variable nColin Ian King
2022-01-13loop: remove redundant initialization of pointer nodeColin Ian King
2022-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-01-13Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe
2022-01-13rbd: make const pointer spaces a static const arrayColin Ian King
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-07RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar
2022-01-07RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sessVaishali Thakkar
2022-01-07RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_pathVaishali Thakkar
2022-01-05block/rnbd-clt-sysfs: use default_groups in kobj_typeGreg Kroah-Hartman