summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | nbd: fix possible page fault for nbd diskXiubo Li2019-09-171-0/+36
* | nbd: rename the runtime flags as NBD_RT_ prefixedXiubo Li2019-09-171-37/+37
* | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-178-165/+241
|\ \ | |/ |/|
| * null_blk: format pr_* logs with pr_fmtAndré Almeida2019-09-163-11/+14
| * null_blk: match the type of parameter nr_devicesAndré Almeida2019-09-161-1/+1
| * null_blk: do not fail the module load with zero devicesAndré Almeida2019-09-161-4/+0
| * null_blk: validate the number of devicesAndré Almeida2019-09-111-1/+5
| * null_blk: fix module name at log messageAndré Almeida2019-09-111-2/+2
| * block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal2019-09-051-0/+2
| * paride/pcd: need to check if cd->disk is null in pcd_detectzhengbin2019-09-041-4/+6
| * paride/pcd: need to set queue to NULL before put_diskzhengbin2019-09-041-1/+1
| * paride/pf: need to set queue to NULL before put_diskzhengbin2019-09-041-1/+1
| * null_blk: fix inline misuseJens Axboe2019-08-232-6/+5
| * null_blk: create a helper for req completionChaitanya Kulkarni2019-08-231-22/+27
| * null_blk: create a helper for zoned devicesChaitanya Kulkarni2019-08-233-27/+35
| * null_blk: create a helper for mem-backed opsChaitanya Kulkarni2019-08-231-9/+16
| * null_blk: create a helper for badblocksChaitanya Kulkarni2019-08-231-7/+17