summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen/blkfront: force data bouncing when backend is untrustedRoger Pau Monne2022-07-071-15/+27
* 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-122-11/+48
* drbd: Fix five use after free bugs in get_initial_stateLv Yunlong2022-04-204-33/+42
* loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni2022-04-201-5/+5
* drbd: fix potential silent data corruptionLars Ellenberg2022-04-201-1/+2
* virtio-blk: Use blk_validate_block_size() to validate block sizeXie Yongji2022-04-201-2/+10
* xen/blkfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross2022-03-111-28/+39
* 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-081-17/+53
* xen/blkfront: don't take local copy of a request from the ring pageJuergen Gross2021-12-081-10/+15
* xen/blkfront: read response from backend only onceJuergen Gross2021-12-081-17/+18
* 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
* 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
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-071-1/+1
* floppy: reintroduce O_NDELAY fixJiri Kosina2021-03-031-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
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-291-1/+2
* xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz2020-12-291-0/+1
* xen/blkback: use lateeoi irq bindingJuergen Gross2020-11-182-8/+19
* 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
* nbd: make the config put is called before the notifying the waiterXiubo Li2020-11-051-1/+1
* rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov2020-09-231-0/+12
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2020-09-094-13/+0
* null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu2020-09-031-1/+1
* Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"Wade Mealing2020-07-221-1/+2
* nbd: Fix memory leak in nbd_add_socketZheng Bin2020-07-221-10/+15
* virtio-blk: free vblk-vqs in error path of virtblk_probe()Hou Tao2020-07-091-0/+1
* loop: replace kill_bdev with invalidate_bdevZheng Bin2020-06-301-3/+3
* ps3disk: use the default segment boundaryEmmanuel Nicolet2020-06-251-1/+0
* virtio-blk: handle block_device_operations callbacks after hot unplugStefan Hajnoczi2020-05-201-8/+78