summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* drbd: fix comment typosLars Ellenberg2018-12-202-2/+2
* drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2018-12-202-3/+22
* drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg2018-12-201-5/+6
* drbd: fix confusing error message during attachLars Ellenberg2018-12-201-5/+44
* drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2018-12-201-1/+1
* drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg2018-12-201-3/+30
* drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg2018-12-203-11/+17
* drbd: must not use connection after kref_put(&connection->kref)Lars Ellenberg2018-12-201-2/+1Star
* drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2018-12-201-5/+6
* block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()Chengguang Xu2018-12-161-1/+1
* aoe: add __exit annotationChengguang Xu2018-12-161-1/+1
* mtip32xx: use BLK_STS_DEV_RESOURCE for device resourcesJens Axboe2018-12-101-2/+2
* mtip32xx: avoid using semaphoresArnd Bergmann2018-12-102-5/+5
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-081-2/+3
* ataflop: implement mq_ops->commit_rqs() hookJens Axboe2018-11-291-0/+10
* virtio_blk: implement mq_ops->commit_rqs() hookJens Axboe2018-11-291-0/+15
* ataflop: fix error handling in atari_floppy_init()Dan Carpenter2018-11-291-10/+6Star
* sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINYoung Xiao2018-11-281-0/+5
* Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-182-1/+3
|\
| * Merge tag 'for-linus-20181115' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-161-1/+2
| |\
| | * floppy: fix race condition in __floppy_read_block_0()Jens Axboe2018-11-101-1/+2
| * | Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-101-0/+1
| |\ \ | | |/ | |/|
| | * xen-blkfront: fix kernel panic with negotiate_mq error pathManjunath Patil2018-11-061-0/+1
* | | floppy: remove now unused 'flags' variableJens Axboe2018-11-181-1/+0Star
* | | pktcdvd: remove queue_lock around blk_queue_max_hw_sectorsChristoph Hellwig2018-11-161-2/+0Star
* | | floppy: remove queue_lock around floppy_end_requestChristoph Hellwig2018-11-161-5/+0Star
* | | block: remove the queue_lock indirectionChristoph Hellwig2018-11-152-6/+6
* | | block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-153-4/+3Star
* | | umem: don't override the queue_lockChristoph Hellwig2018-11-151-2/+1Star
* | | drbd: don't override the queue_lockChristoph Hellwig2018-11-151-1/+1
* | | block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2018-11-151-4/+1Star
* | | loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()Tetsuo Handa2018-11-121-2/+0Star
* | | null_blk: remove unused nullb deviceJens Axboe2018-11-101-2/+0Star
* | | pd: replace ->special use with private data in the requestChristoph Hellwig2018-11-101-5/+25
* | | aoe: replace ->special use with private data in the requestChristoph Hellwig2018-11-104-23/+20Star
* | | skd_main: don't use req->specialChristoph Hellwig2018-11-101-1/+7
* | | nullb: remove leftover legacy request codeChristoph Hellwig2018-11-101-6/+3Star
* | | mtip32xxx: use for_each_sgChristoph Hellwig2018-11-091-3/+2Star
* | | mtip32xx: don't use req->specialChristoph Hellwig2018-11-092-4/+8
* | | mtip32xx: remove mtip_get_int_commandChristoph Hellwig2018-11-091-17/+7Star
* | | mtip32xx: remove mtip_init_cmd_headerChristoph Hellwig2018-11-092-34/+15Star
* | | mtip32xx: add missing endianess annotations on struct smart_attrChristoph Hellwig2018-11-091-2/+2
* | | mtip32xx: remove __force_bit2intChristoph Hellwig2018-11-092-35/+26Star
* | | mtip32xx: return a blk_status_t from mtip_send_trimChristoph Hellwig2018-11-091-19/+11Star
* | | mtip32xx: merge mtip_submit_request into mtip_queue_rqChristoph Hellwig2018-11-091-50/+28Star
* | | mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_ioChristoph Hellwig2018-11-091-7/+4Star
* | | sx8: use a per-host tag_setChristoph Hellwig2018-11-091-248/+95Star
* | | sx8: cleanup queue and disk allocation / freeingChristoph Hellwig2018-11-091-59/+48Star
* | | blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-083-7/+13
* | | loop: Get rid of 'nested' acquisition of loop_ctl_mutexJan Kara2018-11-081-6/+6