summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2019-06-11xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne1-19/+19
2019-05-25brd: re-enable __GFP_HIGHMEM in brd_insert_page()Hou Tao1-6/+1
2019-05-10virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang1-0/+2
2019-05-08xsysace: Fix error handling in ace_setupGuenter Roeck1-0/+2
2019-05-02zram: pass down the bvec we need to read into in the work structJérôme Glisse1-2/+3
2019-05-02loop: do not print warn message if partition scan is successfulDongli Zhang1-2/+3
2019-04-05loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang1-4/+17
2019-03-27loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang1-1/+1
2019-03-23floppy: check_events callback should not return a negative numberYufen Yu1-1/+1
2019-02-12block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain1-1/+5
2019-02-12zram: fix lockdep warning of free block handlingMinchan Kim2-18/+22
2019-02-12drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg1-7/+8
2019-02-12drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg1-1/+1
2019-02-12drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer1-5/+6
2019-02-12sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao1-0/+5
2019-01-22nbd: Use set_blocksize() to set device blocksizeJan Kara1-2/+3
2019-01-22loop: drop caches if offset or block_size are changedJaegeuk Kim1-2/+33
2019-01-22loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa1-2/+0
2019-01-22loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara1-6/+6
2019-01-22loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara1-11/+15
2019-01-22loop: Fix deadlock when calling blkdev_reread_part()Jan Kara1-12/+16
2019-01-22loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara1-5/+14
2019-01-22loop: Move special partition reread handling in loop_clr_fd()Jan Kara1-14/+19
2019-01-22loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara1-11/+11
2019-01-22loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara1-12/+14
2019-01-22loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara1-26/+25
2019-01-22loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara1-27/+10
2019-01-22loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara1-20/+29
2019-01-22loop: Split setting of lo_state from loop_clr_fdJan Kara1-21/+31
2019-01-22loop: Push lo_ctl_mutex down into individual ioctlsJan Kara1-25/+63
2019-01-22loop: Get rid of loop_index_mutexJan Kara1-21/+20
2019-01-22loop: Fold __loop_release into loop_releaseJan Kara1-9/+7
2019-01-22block/loop: Use global lock for ioctl() operation.Tetsuo Handa2-30/+29
2019-01-22block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa1-5/+5
2019-01-16rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov1-5/+4
2019-01-13zram: fix double free backing deviceMinchan Kim1-1/+3
2018-12-01floppy: fix race condition in __floppy_read_block_0()Jens Axboe1-1/+2
2018-11-27block: brd: associate with queue until adding diskMing Lei1-5/+11
2018-11-21zram: close udev startup race condition as default groupsMinchan Kim1-20/+6
2018-11-13xen-blkfront: fix kernel panic with negotiate_mq error pathManjunath Patil1-0/+1
2018-11-13xen/blkfront: avoid NULL blkfront_info dereference on device removalVasilis Liaskovitis1-0/+3
2018-11-13swim: fix cleanup on setup errorOmar Sandoval1-2/+11
2018-11-13ataflop: fix error handling during setupOmar Sandoval1-10/+15
2018-10-08sunvdc: Remove VLA usageKees Cook1-4/+10
2018-09-29Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman1-2/+2
2018-09-28xen/blkfront: correct purging of persistent grantsJuergen Gross1-2/+2
2018-09-28Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"Jens Axboe1-1/+3
2018-09-27xen/blkfront: When purging persistent grants, keep them in the bufferBoris Ostrovsky1-3/+1
2018-09-21Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman1-0/+3
2018-09-20floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft1-0/+3