summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun2024-06-161-0/+1
* null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun2024-06-161-0/+2
* Revert "loop: Remove sector_t truncation checks"Ben Hutchings2024-05-021-4/+15
* loop: loop_set_status_from_info() check before assignmentZhong Jinghua2024-04-131-4/+4
* loop: Check for overflow while configuring loopSiddh Raman Pant2024-04-131-0/+5
* loop: Factor out configuring loop from statusMartijn Coenen2024-04-131-50/+67
* loop: properly observe rotational flag of underlying deviceHolger Hoffstätte2024-04-131-0/+19
* loop: Refactor loop_set_status() size calculationMartijn Coenen2024-04-131-18/+19
* loop: Factor out setting loop device sizeMartijn Coenen2024-04-131-9/+21
* loop: Remove sector_t truncation checksMartijn Coenen2024-04-131-14/+7
* loop: Call loop_config_discard() only after new config is appliedMartijn Coenen2024-04-131-2/+2
* Revert "loop: Check for overflow while configuring loop"Genjian Zhang2024-04-131-5/+0
* aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2024-03-262-6/+7
* virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun2024-03-011-3/+4
* remove the sx8 block driverChristoph Hellwig2023-11-083-1757/+0
* loop: Select I/O scheduler 'none' from inside add_disk()Bart Van Assche2023-08-111-1/+2
* nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua2023-08-111-1/+2
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-3/+3
* xen/blkfront: Only check REQ_FUA for writesRoss Lagerwall2023-06-211-1/+2
* nbd: Fix debugfs_create_dir error checkingIvan Orlov2023-06-091-2/+2
* drbd: correctly submit flush bio on barrierChristoph Böhmwalder2023-05-171-1/+1
* block: sunvdc: add check for mdesc_grab() returning NULLLiang He2023-03-221-0/+2
* rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() failsIlya Dryomov2023-03-111-11/+9
* 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