summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* drbd: remove call to memset before free device/resource/connectionWang ShaoBo2023-01-181-3/+0
* drbd: use after free in drbd_create_device()Dan Carpenter2022-11-251-2/+2
* nbd: Fix hung when signal interrupts nbd_start_device_ioctl()Shigeru Yoshida2022-10-261-2/+4
* loop: Check for overflow while configuring loopSiddh Raman Pant2022-09-051-0/+5
* null_blk: fix ida error handling in null_add_dev()Dan Carpenter2022-08-251-3/+11
* xen/blkfront: force data bouncing when backend is untrustedRoger Pau Monne2022-07-071-15/+34
* xen/blkfront: fix leaking data in shared pagesRoger Pau Monne2022-07-071-3/+4
* nbd: fix io hung while disconnecting deviceYu Kuai2022-06-141-1/+1
* nbd: fix race between nbd_alloc_config() and module removalYu Kuai2022-06-141-9/+19
* nbd: call genl_unregister_family() first in nbd_cleanup()Yu Kuai2022-06-141-1/+6
* drbd: remove usage of list iterator variable after loopJakob Koschel2022-05-251-2/+5
* floppy: use a statically allocated error counterWilly Tarreau2022-05-251-10/+7
* block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones2022-05-151-5/+8
* floppy: disable FDRAWCMD by defaultWilly Tarreau2022-05-012-11/+48
* drbd: Fix five use after free bugs in get_initial_stateLv Yunlong2022-04-154-33/+42
* loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni2022-04-151-5/+5
* drbd: fix potential silent data corruptionLars Ellenberg2022-04-151-1/+2
* virtio-blk: Use blk_validate_block_size() to validate block sizeXie Yongji2022-04-151-2/+10
* xen/blkfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross2022-03-111-26/+37
* floppy: Add max size check for user space requestXiongwei Song2022-01-271-1/+3
* floppy: Fix hang in watchdog when disk is ejectedTasos Sahanidis2022-01-271-1/+1
* xen/blkfront: harden blkfront against event channel stormsJuergen Gross2021-12-221-3/+12
* xen/blkfront: don't trust the backend response data blindlyJuergen Gross2021-12-011-17/+53
* xen/blkfront: don't take local copy of a request from the ring pageJuergen Gross2021-12-011-10/+15
* xen/blkfront: read response from backend only onceJuergen Gross2021-12-011-17/+18
* zram: off by one in read_block_state()Dan Carpenter2021-11-261-1/+1
* cryptoloop: add a deprecation warningChristoph Hellwig2021-09-222-2/+4
* Revert "floppy: reintroduce O_NDELAY fix"Denis Efremov2021-09-031-14/+13
* virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji2021-07-201-0/+2
* drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong2021-05-221-0/+1
* xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich2021-03-301-1/+1
* block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai2021-03-171-0/+1
* rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter2021-03-111-3/+5
* virtio-blk: modernize sysfs attribute creationHannes Reinecke2021-03-111-29/+39
* zram: register default groups with device_add_disk()Hannes Reinecke2021-03-111-21/+7
* aoe: register default groups with device_add_disk()Hannes Reinecke2021-03-113-16/+7
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2021-03-119-9/+9
* Revert "zram: close udev startup race condition as default groups"Jeffle Xu2021-03-111-6/+20
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-071-1/+1
* floppy: reintroduce O_NDELAY fixJiri Kosina2021-03-041-13/+14
* xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich2021-02-231-10/+14
* xen-blkback: don't "handle" error by BUG()Jan Beulich2021-02-231-4/+2
* xen-blkfront: allow discard-* nodes to be optionalRoger Pau Monne2021-02-031-13/+7
* nbd: freeze the queue while we're adding connectionsJosef Bacik2021-02-031-0/+8
* block: rsxx: select CONFIG_CRC32Arnd Bergmann2021-01-171-0/+1
* null_blk: Fix zone size initializationDamien Le Moal2021-01-061-7/+13
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-301-1/+2
* xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz2020-12-301-0/+1
* nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig2020-11-181-0/+1
* nbd: don't update block size after device is startedMing Lei2020-11-181-4/+5