aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03block: sunvdc: don't run hw queue synchronously from irq contextMing Lei1-1/+1
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+81
2019-01-02Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds15-100/+437
2018-12-31block/swim3: Fix regression on PowerBook G3Finn Thain1-4/+3
2018-12-31block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain1-1/+5
2018-12-31block/swim3: Remove dead return statementFinn Thain1-1/+0
2018-12-31block/amiflop: Don't log error message on invalid ioctlFinn Thain1-2/+0
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-154/+372
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds23-767/+709
2018-12-28zram: writeback throttleMinchan Kim2-3/+51
2018-12-28zram: add bd_stat statisticsMinchan Kim2-0/+34
2018-12-28zram: support idle/huge page writebackMinchan Kim3-75/+178
2018-12-28zram: introduce ZRAM_IDLE flagMinchan Kim2-3/+55
2018-12-28zram: refactor flags and writeback stuffMinchan Kim2-69/+44
2018-12-28zram: fix double free backing deviceMinchan Kim1-1/+3
2018-12-28zram: fix lockdep warning of free block handlingMinchan Kim2-18/+22
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2018-12-22block: sunvdc: remove redundant codeChengguang Xu1-1/+0
2018-12-22block: loop: remove redundant codeChengguang Xu1-1/+0
2018-12-20drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2-6/+3
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg9-30/+251
2018-12-20drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg1-7/+8
2018-12-20drbd: don't retry connection if peers do not agree on "authentication" settingsLars Ellenberg1-1/+1
2018-12-20drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck1-1/+1
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