summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* nbd: fix shutdown and recv work deadlock v2Mike Christie2019-12-311-3/+3
* loop: fix no-unmap write-zeroes request behaviorDarrick J. Wong2019-12-311-8/+18
* nbd: prevent memory leakNavid Emamdoost2019-11-291-2/+3
* Merge tag 'for-linus-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-211-0/+1
|\
| * nbd:fix memory leak in nbd_get_socket()Sun Ke2019-11-191-0/+1
* | Merge tag 'for-linus-20191115' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-151-0/+2
|\|
| * rsxx: add missed destroy_workqueue calls in removeChuhong Yuan2019-11-141-0/+2
* | rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()Ilya Dryomov2019-11-141-1/+1
|/
* block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter2019-11-081-1/+0
* nbd: verify socket is supported during setupMike Christie2019-10-251-2/+21
* nbd: handle racing with error'ed out commandsJosef Bacik2019-10-251-0/+6
* nbd: protect cmd->status with cmd->lockJosef Bacik2019-10-251-5/+7
* zram: fix race between backing_dev_show and backing_dev_storeChenwandun2019-10-191-2/+3
* rbd: cancel lock_dwork if the wait is interruptedDongsheng Yang2019-10-151-3/+6
* Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-112-3/+2
|\
| * nbd: fix possible sysfs duplicate warningXiubo Li2019-10-101-1/+1
| * null_blk: Fix zoned command return codeKeith Busch2019-10-091-2/+1
* | Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-041-0/+10
|\|
| * loop: change queue block size to match when using DIOMartijn Coenen2019-10-011-0/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-261-26/+3
|\ \ | |/ |/|
| * augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-09-251-26/+3
* | Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-09-251-6/+12
|\ \ | |/ |/|
| * rbd: pull rbd_img_request_create() dout out into the callersIlya Dryomov2019-09-161-2/+6
| * rbd: fix response length parameter for encoded stringsDongsheng Yang2019-09-161-4/+6
* | pktcdvd: remove warning on attempting to register non-passthrough devJens Axboe2019-09-221-1/+0