summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2018-11-29virtio_blk: implement mq_ops->commit_rqs() hookJens Axboe
2018-11-29ataflop: fix error handling in atari_floppy_init()Dan Carpenter
2018-11-28sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe
2018-11-18floppy: remove now unused 'flags' variableJens Axboe
2018-11-16pktcdvd: remove queue_lock around blk_queue_max_hw_sectorsChristoph Hellwig
2018-11-16floppy: remove queue_lock around floppy_end_requestChristoph Hellwig
2018-11-16Merge tag 'for-linus-20181115' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig
2018-11-15umem: don't override the queue_lockChristoph Hellwig
2018-11-15drbd: don't override the queue_lockChristoph Hellwig
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig
2018-11-12loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa
2018-11-10null_blk: remove unused nullb deviceJens Axboe
2018-11-10floppy: fix race condition in __floppy_read_block_0()Jens Axboe
2018-11-10pd: replace ->special use with private data in the requestChristoph Hellwig
2018-11-10aoe: replace ->special use with private data in the requestChristoph Hellwig
2018-11-10skd_main: don't use req->specialChristoph Hellwig
2018-11-10nullb: remove leftover legacy request codeChristoph Hellwig
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-09mtip32xxx: use for_each_sgChristoph Hellwig
2018-11-09mtip32xx: don't use req->specialChristoph Hellwig
2018-11-09mtip32xx: remove mtip_get_int_commandChristoph Hellwig
2018-11-09mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig
2018-11-09mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig
2018-11-09mtip32xx: remove __force_bit2intChristoph Hellwig
2018-11-09mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig
2018-11-09mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig
2018-11-09mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioChristoph Hellwig
2018-11-09sx8: use a per-host tag_setChristoph Hellwig
2018-11-09sx8: cleanup queue and disk allocation / freeingChristoph Hellwig
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe
2018-11-08loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara
2018-11-08loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutexJan Kara
2018-11-08loop: Fix deadlock when calling blkdev_reread_part()Jan Kara
2018-11-08loop: Move loop_reread_partitions() out of loop_ctl_mutexJan Kara
2018-11-08loop: Move special partition reread handling in loop_clr_fd()Jan Kara
2018-11-08loop: Push loop_ctl_mutex down to loop_change_fd()Jan Kara
2018-11-08loop: Push loop_ctl_mutex down to loop_set_fd()Jan Kara
2018-11-08loop: Push loop_ctl_mutex down to loop_set_status()Jan Kara
2018-11-08loop: Push loop_ctl_mutex down to loop_get_status()Jan Kara
2018-11-08loop: Push loop_ctl_mutex down into loop_clr_fd()Jan Kara
2018-11-08loop: Split setting of lo_state from loop_clr_fdJan Kara
2018-11-08loop: Push lo_ctl_mutex down into individual ioctlsJan Kara
2018-11-08loop: Get rid of loop_index_mutexJan Kara
2018-11-08loop: Fold __loop_release into loop_releaseJan Kara
2018-11-08block/loop: Use global lock for ioctl() operation.Tetsuo Handa
2018-11-08block/loop: Don't grab "struct file" for vfs_getattr() operation.Tetsuo Handa