summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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