summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen/blkback: use lateeoi irq bindingJuergen Gross2020-11-052-8/+19
* rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov2020-09-171-0/+12
* nbd: restore default timeout when setting it to zeroHou Pu2020-09-091-0/+2
* block: loop: set discard granularity and alignment for block device backed loopMing Lei2020-09-031-15/+18
* null_blk: fix passing of REQ_FUA flag in null_handle_rqHou Pu2020-09-031-1/+1
* block: virtio_blk: fix handling single range discard requestMing Lei2020-09-031-8/+23
* loop: be paranoid on exit and prevent new additions / removalsLuis Chamberlain2020-08-191-0/+4
* 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-161-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-241-1/+0
* block/floppy: fix contended case in floppy_queue_rq()Jiri Kosina2020-06-171-5/+5
* null_blk: return error for invalid zone sizeChaitanya Kulkarni2020-06-071-0/+4
* virtio-blk: handle block_device_operations callbacks after hot unplugStefan Hajnoczi2020-05-201-8/+78
* virtio-blk: improve virtqueue error to BLK_STSHalil Pasic2020-04-291-2/+7
* loop: Better discard support for block devicesEvan Green2020-04-291-11/+31
* rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov2020-04-231-4/+4
* rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov2020-04-231-4/+13
* xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()Juergen Gross2020-04-171-5/+12
* null_blk: fix spurious IO errors after failed past-wp accessAlexey Dobriyan2020-04-171-0/+2
* null_blk: Handle null_add_dev() failures properlyBart Van Assche2020-04-171-1/+6
* null_blk: Fix the null_add_dev() error pathBart Van Assche2020-04-171-0/+1
* virtio-blk: fix hw_queue stopped on arbitrary errorHalil Pasic2020-03-181-3/+5
* floppy: check FDC index for errors before assigning itLinus Torvalds2020-02-281-2/+5
* brd: check and limit max_part parZhiqiang Liu2020-02-241-2/+20
* rbd: work around -Wuninitialized warningArnd Bergmann2020-02-241-1/+1
* drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...Colin Ian King2020-02-241-2/+1
* nbd: add a flush_workqueue in nbd_start_deviceSun Ke2020-02-241-0/+10
* xen/blkfront: Adjust indentation in xlvbd_alloc_gendiskNathan Chancellor2020-01-231-2/+2
* xen/blkback: Avoid unmapping unmapped grant pagesSeongJae Park2020-01-091-0/+2
* xen-blkback: prevent premature module unloadPaul Durrant2020-01-091-0/+10