aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2019-09-12xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne
2019-08-02brd: re-enable __GFP_HIGHMEM in brd_insert_page()Hou Tao
2019-05-30virtio-blk: limit number of hw queues by nr_cpu_idsDongli Zhang
2019-05-23xsysace: Fix error handling in ace_setupGuenter Roeck
2019-05-15zram: pass down the bvec we need to read into in the work structJérôme Glisse
2019-05-15loop: do not print warn message if partition scan is successfulDongli Zhang
2019-04-12loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang
2019-04-07loop: access lo_backing_file only when the loop device is Lo_boundDongli Zhang
2019-03-26floppy: check_events callback should not return a negative numberYufen Yu
2019-03-01block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain
2019-03-01zram: fix lockdep warning of free block handlingMinchan Kim
2019-03-01drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg
2019-03-01drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg
2019-03-01drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer
2019-03-01sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao
2019-02-05nbd: Use set_blocksize() to set device blocksizeJan Kara
2019-02-05loop: drop caches if offset or block_size are changedJaegeuk Kim
2019-02-05loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa
2019-02-05loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara
2019-02-05loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara
2019-02-05loop: Fix deadlock when calling blkdev_reread_part()Jan Kara
2019-02-05loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara
2019-02-05loop: Move special partition reread handling in loop_clr_fd()Jan Kara
2019-02-05loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara
2019-02-05loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara
2019-02-05loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara
2019-02-05loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara
2019-02-05loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara
2019-02-05loop: Split setting of lo_state from loop_clr_fdJan Kara
2019-02-05loop: Push lo_ctl_mutex down into individual ioctlsJan Kara
2019-02-05loop: Get rid of loop_index_mutexJan Kara
2019-02-05loop: Fold __loop_release into loop_releaseJan Kara
2019-02-05block/loop: Use global lock for ioctl() operation.Tetsuo Handa
2019-02-05block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa
2019-02-05rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov
2019-01-14zram: fix double free backing deviceMinchan Kim
2018-12-15floppy: fix race condition in __floppy_read_block_0()Jens Axboe
2018-12-04block: brd: associate with queue until adding diskMing Lei
2018-11-21zram: close udev startup race condition as default groupsMinchan Kim
2018-11-13xen-blkfront: fix kernel panic with negotiate_mq error pathManjunath Patil
2018-11-13xen/blkfront: avoid NULL blkfront_info dereference on device removalVasilis Liaskovitis
2018-11-13swim: fix cleanup on setup errorOmar Sandoval
2018-11-13ataflop: fix error handling during setupOmar Sandoval
2018-10-03floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctlAndy Whitcroft
2018-09-26block/DAC960.c: fix defined but not used build warningsRandy Dunlap
2018-09-19pktcdvd: Fix possible Spectre-v1 for pkt_devsJinbum Park
2018-09-19nbd: don't allow invalid blocksize settingsJens Axboe
2018-09-09drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas
2018-08-10zram: remove BD_CAP_SYNCHRONOUS_IO with writeback featureMinchan Kim
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds