summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* virtio_blk: fix the discard_granularity and discard_alignment queue limitsChristoph Hellwig2022-06-141-3/+4
* drbd: fix duplicate array initializerArnd Bergmann2022-06-141-5/+6
* nbd: Fix hung on disconnect request if socket is closed beforeXie Yongji2022-06-141-4/+9
* drbd: remove usage of list iterator variable after loopJakob Koschel2022-05-251-2/+5
* floppy: use a statically allocated error counterWilly Tarreau2022-05-251-11/+9
* block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicitLee Jones2022-05-151-5/+8
* floppy: disable FDRAWCMD by defaultWilly Tarreau2022-05-092-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
* virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zeroXie Yongji2022-03-161-2/+8
* 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-171-1/+1
* block: ataflop: fix breakage introduced at blk-mq refactoringMichael Schmitz2021-11-171-15/+3
* Revert "block: nbd: add sanity check for first_minor"Greg Kroah-Hartman2021-09-161-10/+0
* block: nbd: add sanity check for first_minorPavel Skripkin2021-09-151-0/+10
* cryptoloop: add a deprecation warningChristoph Hellwig2021-09-122-2/+4
* Revert "floppy: reintroduce O_NDELAY fix"Denis Efremov2021-09-031-14/+13
* nbd: Aovid double completion of a requestXie Yongji2021-08-181-3/+11
* rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov2021-07-281-13/+7
* rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov2021-07-281-7/+5
* virtio-blk: Fix memory leak among suspend/resume procedureXie Yongji2021-07-201-0/+2
* nbd: Fix NULL pointer in flush_workqueueSun Ke2021-05-191-1/+2
* drivers/block/null_blk/main: Fix a double free in null_init.Lv Yunlong2021-05-141-0/+1
* xen-blkback: fix compatibility bug with single page ringsPaul Durrant2021-05-142-22/+17
* xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich2021-03-301-1/+1
* zram: fix return value on writeback_storeMinchan Kim2021-03-171-3/+8
* 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-091-3/+5
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-071-1/+1
* nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik2021-03-071-13/+19
* 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/+12
* 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
* nbd: make the config put is called before the notifying the waiterXiubo Li2020-11-051-1/+1