summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
* floppy: fix div-by-zero in setup_format_paramsDenis Efremov2019-07-311-0/+5
* 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
* Revert "block/loop: Use global lock for ioctl() operation."Greg Kroah-Hartman2019-05-022-29/+30
* zram: pass down the bvec we need to read into in the work structJérôme Glisse2019-05-021-2/+3
* floppy: check_events callback should not return a negative numberYufen Yu2019-03-231-1/+1
* Revert "loop: Fold __loop_release into loop_release"Greg Kroah-Hartman2019-03-051-7/+9
* Revert "loop: Get rid of loop_index_mutex"Greg Kroah-Hartman2019-03-051-20/+19
* Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()"Greg Kroah-Hartman2019-03-051-0/+2
* block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2019-02-121-1/+5
* drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2019-02-121-7/+8
* drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2019-02-121-1/+1
* drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2019-02-121-5/+6
* sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao2019-02-121-0/+5
* nbd: Use set_blocksize() to set device blocksizeJan Kara2019-01-231-2/+3
* loop: drop caches if offset or block_size are changedJaegeuk Kim2019-01-231-2/+33
* loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa2019-01-231-2/+0
* loop: Get rid of loop_index_mutexJan Kara2019-01-231-19/+20
* loop: Fold __loop_release into loop_releaseJan Kara2019-01-231-9/+7
* block/loop: Use global lock for ioctl() operation.Tetsuo Handa2019-01-232-30/+29
* block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa2019-01-231-5/+5
* rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov2019-01-161-5/+4
* zram: fix double free backing deviceMinchan Kim2019-01-131-1/+3
* floppy: fix race condition in __floppy_read_block_0()Jens Axboe2018-12-011-1/+2
* zram: close udev startup race condition as default groupsMinchan Kim2018-11-271-20/+6
* xen-blkfront: fix kernel panic with negotiate_mq error pathManjunath Patil2018-11-131-0/+1
* xen/blkfront: avoid NULL blkfront_info dereference on device removalVasilis Liaskovitis2018-11-131-0/+3
* swim: fix cleanup on setup errorOmar Sandoval2018-11-131-2/+11
* ataflop: fix error handling during setupOmar Sandoval2018-11-131-10/+15
* floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft2018-10-031-0/+3
* pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park2018-09-191-1/+3
* nbd: don't allow invalid blocksize settingsJens Axboe2018-09-191-0/+3
* drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas2018-09-091-1/+6
* nbd: handle unexpected replies betterJosef Bacik2018-09-051-14/+61
* nbd: don't requeue the same request twice.Josef Bacik2018-09-051-3/+18
* drbd: Fix drbd_request_prepare() discard handlingBart Van Assche2018-08-241-2/+2
* nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes2018-08-241-7/+33
* loop: remember whether sysfs_create_group() was doneTetsuo Handa2018-07-172-5/+7
* loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o2018-07-171-30/+38
* drbd: fix access after freeLars Ellenberg2018-07-111-1/+1
* rbd: flush rbd_dev->watch_dwork after watch is unregisteredDongsheng Yang2018-07-031-1/+1
* nbd: use bd_set_size when updating disk sizeJosef Bacik2018-06-261-1/+9
* nbd: update size when connectedJosef Bacik2018-06-261-0/+2
* nbd: fix nbd device deletionJosef Bacik2018-06-261-1/+4
* block: null_blk: fix 'Invalid parameters' when loading moduleMing Lei2018-05-301-21/+25
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-05-301-0/+2
* xen-blkfront: move negotiate_mq to cover all cases of new VBDsBhavesh Davda2018-05-301-9/+8
* nbd: fix return value in error handling pathGustavo A. R. Silva2018-05-301-1/+1
* loop: fix LOOP_GET_STATUS lock imbalanceOmar Sandoval2018-05-251-15/+18
* loop: don't call into filesystem while holding lo_ctl_mutexOmar Sandoval2018-05-251-14/+24