summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nbd: add missing config putMike Christie2019-10-051-1/+3
* loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini2019-10-051-0/+1
* floppy: fix usercopy directionJann Horn2019-09-211-2/+2
* xen/blkback: fix memory leaksWenwen Wang2019-09-061-3/+3
* drbd: dynamically allocate shash descriptorArnd Bergmann2019-08-161-2/+12
* loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka2019-08-161-1/+1
* nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata2019-08-061-1/+1
* floppy: fix out-of-bounds read in copy_bufferDenis Efremov2019-07-261-2/+4
* floppy: fix invalid pointer dereference in drive_nameDenis Efremov2019-07-261-3/+8
* floppy: fix out-of-bounds read in next_valid_formatDenis Efremov2019-07-261-0/+18
* floppy: fix div-by-zero in setup_format_paramsDenis Efremov2019-07-261-0/+5
* block: null_blk: fix race condition for null_del_devBob Liu2019-07-261-5/+6
* xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne2019-06-111-19/+19
* brd: re-enable __GFP_HIGHMEM in brd_insert_page()Hou Tao2019-05-251-6/+1
* virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang2019-05-101-0/+2
* xsysace: Fix error handling in ace_setupGuenter Roeck2019-05-081-0/+2
* zram: pass down the bvec we need to read into in the work structJérôme Glisse2019-05-021-2/+3
* loop: do not print warn message if partition scan is successfulDongli Zhang2019-05-021-2/+3
* loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang2019-04-051-4/+17
* loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang2019-03-271-1/+1
* floppy: check_events callback should not return a negative numberYufen Yu2019-03-231-1/+1
* block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2019-02-121-1/+5
* zram: fix lockdep warning of free block handlingMinchan Kim2019-02-122-18/+22
* drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2019-02-121-7/+8