summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-221-2/+3
* loop: drop caches if offset or block_size are changedJaegeuk Kim2019-01-221-2/+33
* loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa2019-01-221-2/+0
* loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara2019-01-221-6/+6
* loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara2019-01-221-11/+15
* loop: Fix deadlock when calling blkdev_reread_part()Jan Kara2019-01-221-12/+16
* loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara2019-01-221-5/+14
* loop: Move special partition reread handling in loop_clr_fd()Jan Kara2019-01-221-14/+19
* loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara2019-01-221-11/+11
* loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara2019-01-221-12/+14
* loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara2019-01-221-26/+25
* loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara2019-01-221-27/+10
* loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara2019-01-221-20/+29
* loop: Split setting of lo_state from loop_clr_fdJan Kara2019-01-221-21/+31
* loop: Push lo_ctl_mutex down into individual ioctlsJan Kara2019-01-221-25/+63
* loop: Get rid of loop_index_mutexJan Kara2019-01-221-21/+20
* loop: Fold __loop_release into loop_releaseJan Kara2019-01-221-9/+7
* block/loop: Use global lock for ioctl() operation.Tetsuo Handa2019-01-222-30/+29
* block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa2019-01-221-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
* block: brd: associate with queue until adding diskMing Lei2018-11-271-5/+11
* zram: close udev startup race condition as default groupsMinchan Kim2018-11-211-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
* sunvdc: Remove VLA usageKees Cook2018-10-081-4/+10
* Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman2018-09-291-2/+2
|\
| * xen/blkfront: correct purging of persistent grantsJuergen Gross2018-09-281-2/+2
| * Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe2018-09-281-1/+3
| * xen/blkfront: When purging persistent grants, keep them in the bufferBoris Ostrovsky2018-09-271-3/+1
* | Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman2018-09-211-0/+3
|\|
| * floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft2018-09-201-0/+3