aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20drbd: avoid spurious self-outdating with concurrent disconnect / downLars Ellenberg1-0/+7
2018-12-20drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg1-8/+29
2018-12-20drbd: fix comment typosLars Ellenberg2-2/+2
2018-12-20drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2-3/+22
2018-12-20drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg1-5/+6
2018-12-20drbd: fix confusing error message during attachLars Ellenberg1-5/+44
2018-12-20drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg1-1/+1
2018-12-20drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg1-3/+30
2018-12-20drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg3-11/+17
2018-12-20drbd: must not use connection after kref_put(&connection->kref)Lars Ellenberg1-2/+1
2018-12-20drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer1-5/+6
2018-12-19virtio_blk: add discard and write zeroes supportChangpeng Liu1-2/+81
2018-12-16block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()Chengguang Xu1-1/+1
2018-12-16aoe: add __exit annotationChengguang Xu1-1/+1
2018-12-10mtip32xx: use BLK_STS_DEV_RESOURCE for device resourcesJens Axboe1-2/+2
2018-12-10mtip32xx: avoid using semaphoresArnd Bergmann2-5/+5
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou1-2/+3
2018-11-29ataflop: implement mq_ops->commit_rqs() hookJens Axboe1-0/+10
2018-11-29virtio_blk: implement mq_ops->commit_rqs() hookJens Axboe1-0/+15
2018-11-29ataflop: fix error handling in atari_floppy_init()Dan Carpenter1-10/+6
2018-11-28sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao1-0/+5
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers1-1/+1
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2-1/+3
2018-11-18floppy: remove now unused 'flags' variableJens Axboe1-1/+0
2018-11-16pktcdvd: remove queue_lock around blk_queue_max_hw_sectorsChristoph Hellwig1-2/+0
2018-11-16floppy: remove queue_lock around floppy_end_requestChristoph Hellwig1-5/+0
2018-11-16Merge tag 'for-linus-20181115' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig2-6/+6
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig3-4/+3
2018-11-15umem: don't override the queue_lockChristoph Hellwig1-2/+1
2018-11-15drbd: don't override the queue_lockChristoph Hellwig1-1/+1
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig1-4/+1
2018-11-12loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa1-2/+0
2018-11-10null_blk: remove unused nullb deviceJens Axboe1-2/+0
2018-11-10floppy: fix race condition in __floppy_read_block_0()Jens Axboe1-1/+2
2018-11-10pd: replace ->special use with private data in the requestChristoph Hellwig1-5/+25
2018-11-10aoe: replace ->special use with private data in the requestChristoph Hellwig4-23/+20
2018-11-10skd_main: don't use req->specialChristoph Hellwig1-1/+7
2018-11-10nullb: remove leftover legacy request codeChristoph Hellwig1-6/+3
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+1
2018-11-09mtip32xxx: use for_each_sgChristoph Hellwig1-3/+2
2018-11-09mtip32xx: don't use req->specialChristoph Hellwig2-4/+8
2018-11-09mtip32xx: remove mtip_get_int_commandChristoph Hellwig1-17/+7
2018-11-09mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig2-34/+15
2018-11-09mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig1-2/+2
2018-11-09mtip32xx: remove __force_bit2intChristoph Hellwig2-35/+26
2018-11-09mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig1-19/+11
2018-11-09mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig1-50/+28
2018-11-09mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioChristoph Hellwig1-7/+4
2018-11-09sx8: use a per-host tag_setChristoph Hellwig1-248/+95