summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.19.79' into v4.19-rtSteven Rostedt (VMware)2019-10-144-21/+51
|\
| * nbd: fix crash when the blksize is zeroXiubo Li2019-10-111-3/+20
| * nbd: fix max number of supported devsMike Christie2019-10-111-14/+25
| * pktcdvd: remove warning on attempting to register non-passthrough devJens Axboe2019-10-071-1/+0
| * nbd: add missing config putMike Christie2019-10-051-1/+3
| * loop: Add LOOP_SET_DIRECT_IO to compat ioctlAlessio Balsini2019-10-051-0/+1
| * floppy: fix usercopy directionJann Horn2019-09-211-2/+2
* | workqueue: reworkSebastian Andrzej Siewior2019-09-201-1/+1
* | Merge tag 'v4.19.72' into v4.19-rtSteven Rostedt (VMware)2019-09-146-14/+55
|\ \ | |/
| * xen/blkback: fix memory leaksWenwen Wang2019-09-061-3/+3
| * drbd: dynamically allocate shash descriptorArnd Bergmann2019-08-161-2/+12
| * loop: set PF_MEMALLOC_NOIO for the worker threadMikulas Patocka2019-08-161-1/+1
| * nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata2019-08-061-1/+1
| * floppy: fix out-of-bounds read in copy_bufferDenis Efremov2019-07-261-2/+4
| * floppy: fix invalid pointer dereference in drive_nameDenis Efremov2019-07-261-3/+8
| * floppy: fix out-of-bounds read in next_valid_formatDenis Efremov2019-07-261-0/+18
| * floppy: fix div-by-zero in setup_format_paramsDenis Efremov2019-07-261-0/+5
| * block: null_blk: fix race condition for null_del_devBob Liu2019-07-261-5/+6
* | kthread: add a global worker thread.Sebastian Andrzej Siewior2019-07-231-1/+1
* | Merge tag 'v4.19.50' into v4.19-rtSteven Rostedt (VMware)2019-06-141-19/+19
|\ \ | |/
| * xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne2019-06-111-19/+19
* | Merge tag 'v4.19.47' into v4.19-rtSteven Rostedt (VMware)2019-06-145-10/+11
|\ \ | |/
| * 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
* | Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)2019-04-281-5/+18
|\ \ | |/
| * 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
* | Merge tag 'v4.19.31' into v4.19-rtSteven Rostedt (VMware)2019-03-271-1/+1
|\ \ | |/
| * floppy: check_events callback should not return a negative numberYufen Yu2019-03-231-1/+1
* | Merge tag 'v4.19.23' into linux-4.19.y-rtSebastian Andrzej Siewior2019-02-1810-217/+330
|\ \ | |/
| * 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