summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* block: sunvdc: don't run hw queue synchronously from irq contextMing Lei2019-01-031-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-021-2/+81
|\
| * virtio_blk: add discard and write zeroes supportChangpeng Liu2018-12-191-2/+81
* | Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-0215-100/+437
|\ \
| * | block/swim3: Fix regression on PowerBook G3Finn Thain2018-12-311-4/+3
| * | block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2018-12-311-1/+5
| * | block/swim3: Remove dead return statementFinn Thain2018-12-311-1/+0
| * | block/amiflop: Don't log error message on invalid ioctlFinn Thain2018-12-311-2/+0
| * | block: sunvdc: remove redundant codeChengguang Xu2018-12-221-1/+0
| * | block: loop: remove redundant codeChengguang Xu2018-12-221-1/+0
| * | drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2018-12-202-6/+3
| * | drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg2018-12-209-30/+251
| * | drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2018-12-201-7/+8
| * | drbd: don't retry connection if peers do not agree on "authentication" settingsLars Ellenberg2018-12-201-1/+1
| * | drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck2018-12-201-1/+1
| * | drbd: avoid spurious self-outdating with concurrent disconnect / downLars Ellenberg2018-12-201-0/+7
| * | drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg2018-12-201-8/+29
| * | 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/+1
| * | drbd: narrow rcu_read_lock in drbd_sync_handshakeRoland Kammerer2018-12-201-5/+6
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-283-154/+372
|\ \ \
| * | | zram: writeback throttleMinchan Kim2018-12-282-3/+51
| * | | zram: add bd_stat statisticsMinchan Kim2018-12-282-0/+34
| * | | zram: support idle/huge page writebackMinchan Kim2018-12-283-75/+178
| * | | zram: introduce ZRAM_IDLE flagMinchan Kim2018-12-282-3/+55
| * | | zram: refactor flags and writeback stuffMinchan Kim2018-12-282-69/+44
| * | | zram: fix double free backing deviceMinchan Kim2018-12-281-1/+3
| * | | zram: fix lockdep warning of free block handlingMinchan Kim2018-12-282-18/+22
* | | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-2823-767/+709
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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-071-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/+6
| * | 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
| |\|
| * | floppy: remove now unused 'flags' variableJens Axboe2018-11-181-1/+0
| * | pktcdvd: remove queue_lock around blk_queue_max_hw_sectorsChristoph Hellwig2018-11-161-2/+0
| * | floppy: remove queue_lock around floppy_end_requestChristoph Hellwig2018-11-161-5/+0
| * | 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/+3