summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov2020-09-171-0/+12
* 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
* 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-251-1/+0
* 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
* nbd: add a flush_workqueue in nbd_start_deviceSun Ke2020-02-241-0/+10
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-271-0/+2
* rbd: clear ->xferred on error from rbd_obj_issue_copyup()Ilya Dryomov2020-01-271-0/+1
* 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
* drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2019-12-172-6/+3
* rsxx: add missed destroy_workqueue calls in removeChuhong Yuan2019-12-131-0/+2
* drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck2019-12-051-1/+1
* drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg2019-12-051-8/+29
* drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2019-12-052-3/+22
* drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg2019-12-051-3/+30
* block: drbd: remove a stray unlock in __drbd_send_protocol()Dan Carpenter2019-12-051-1/+0
* nbd: prevent memory leakNavid Emamdoost2019-12-011-2/+3
* amiflop: clean up on errors during setupOmar Sandoval2019-12-011-44/+40
* skd: fixup usage of legacy IO APIJens Axboe2019-12-011-2/+2
* nbd:fix memory leak in nbd_get_socket()Sun Ke2019-12-011-0/+1
* nbd: handle racing with error'ed out commandsJosef Bacik2019-11-101-0/+6
* nbd: protect cmd->status with cmd->lockJosef Bacik2019-11-101-5/+7
* nbd: verify socket is supported during setupMike Christie2019-11-061-2/+21
* nbd: fix possible sysfs duplicate warningXiubo Li2019-11-061-1/+1
* zram: fix race between backing_dev_show and backing_dev_storeSasha Levin2019-11-061-2/+3
* nbd: fix crash when the blksize is zeroXiubo Li2019-10-111-3/+20
* nbd: fix max number of supported devsMike Christie2019-10-111-14/+25
* pktcdvd: remove warning on attempting to register non-passthrough devJens Axboe2019-10-071-1/+0