aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2019-01-12Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+34
2019-01-12Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/h...Gravatar Linus Torvalds 1-2/+2
2019-01-11Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-5/+4
2019-01-10rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setGravatar Ilya Dryomov 1-5/+4
2019-01-09loop: drop caches if offset or block_size are changedGravatar Jaegeuk Kim 1-2/+33
2019-01-08zram: idle writeback fixes and cleanupGravatar Minchan Kim 2-26/+69
2019-01-08cross-tree: phase out dma_zalloc_coherent()Gravatar Luis Chamberlain 1-2/+2
2019-01-06null_blk: add zoned config support informationGravatar John Pittman 1-0/+1
2019-01-03block: sunvdc: don't run hw queue synchronously from irq contextGravatar Ming Lei 1-1/+1
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+81
2019-01-02Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 15-100/+437
2018-12-31block/swim3: Fix regression on PowerBook G3Gravatar Finn Thain 1-4/+3
2018-12-31block/swim3: Fix -EBUSY error when re-opening device after unmountGravatar Finn Thain 1-1/+5
2018-12-31block/swim3: Remove dead return statementGravatar Finn Thain 1-1/+0
2018-12-31block/amiflop: Don't log error message on invalid ioctlGravatar Finn Thain 1-2/+0
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-154/+372
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 23-767/+709
2018-12-28zram: writeback throttleGravatar Minchan Kim 2-3/+51
2018-12-28zram: add bd_stat statisticsGravatar Minchan Kim 2-0/+34
2018-12-28zram: support idle/huge page writebackGravatar Minchan Kim 3-75/+178
2018-12-28zram: introduce ZRAM_IDLE flagGravatar Minchan Kim 2-3/+55
2018-12-28zram: refactor flags and writeback stuffGravatar Minchan Kim 2-69/+44
2018-12-28zram: fix double free backing deviceGravatar Minchan Kim 1-1/+3
2018-12-28zram: fix lockdep warning of free block handlingGravatar Minchan Kim 2-18/+22
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2018-12-22block: sunvdc: remove redundant codeGravatar Chengguang Xu 1-1/+0
2018-12-22block: loop: remove redundant codeGravatar Chengguang Xu 1-1/+0
2018-12-20drbd: Change drbd_request_detach_interruptible's return type to intGravatar Nathan Chancellor 2-6/+3
2018-12-20drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Gravatar Lars Ellenberg 9-30/+251
2018-12-20drbd: skip spurious timeout (ping-timeo) when failing promoteGravatar Lars Ellenberg 1-7/+8
2018-12-20drbd: don't retry connection if peers do not agree on "authentication" settingsGravatar Lars Ellenberg 1-1/+1
2018-12-20drbd: fix print_st_err()'s prototype to match the definitionGravatar Luc Van Oostenryck 1-1/+1
2018-12-20drbd: avoid spurious self-outdating with concurrent disconnect / downGravatar Lars Ellenberg 1-0/+7
2018-12-20drbd: do not block when adjusting "disk-options" while IO is frozenGravatar Lars Ellenberg 1-8/+29
2018-12-20drbd: fix comment typosGravatar Lars Ellenberg 2-2/+2
2018-12-20drbd: reject attach of unsuitable uuids even if connectedGravatar Lars Ellenberg 2-3/+22
2018-12-20drbd: attach on connected diskless peer must not shrink a consistent deviceGravatar Lars Ellenberg 1-5/+6
2018-12-20drbd: fix confusing error message during attachGravatar Lars Ellenberg 1-5/+44
2018-12-20drbd: disconnect, if the wrong UUIDs are attached on a connected peerGravatar Lars Ellenberg 1-1/+1
2018-12-20drbd: ignore "all zero" peer volume sizes in handshakeGravatar Lars Ellenberg 1-3/+30
2018-12-20drbd: centralize printk reporting of new size into drbd_set_my_capacity()Gravatar Lars Ellenberg 3-11/+17
2018-12-20drbd: must not use connection after kref_put(&connection->kref)Gravatar Lars Ellenberg 1-2/+1
2018-12-20drbd: narrow rcu_read_lock in drbd_sync_handshakeGravatar Roland Kammerer 1-5/+6
2018-12-19virtio_blk: add discard and write zeroes supportGravatar Changpeng Liu 1-2/+81
2018-12-16block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()Gravatar Chengguang Xu 1-1/+1
2018-12-16aoe: add __exit annotationGravatar Chengguang Xu 1-1/+1
2018-12-10mtip32xx: use BLK_STS_DEV_RESOURCE for device resourcesGravatar Jens Axboe 1-2/+2
2018-12-10mtip32xx: avoid using semaphoresGravatar Arnd Bergmann 2-5/+5
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou 1-2/+3
2018-11-29ataflop: implement mq_ops->commit_rqs() hookGravatar Jens Axboe 1-0/+10