summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-jens-5.1' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2019-03-061-42/+57
|\
| * xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-...Dongli Zhang2019-02-241-29/+43
| * xen/blkback: add stack variable 'blkif' in connect_ring()Dongli Zhang2019-01-171-13/+14
* | nbd: propagate genlmsg_reply return codeLi RongQing2019-02-281-2/+1
* | floppy: remove set but not used variable 'q'YueHaibing2019-02-281-3/+0
* | null_blk: fix checking for REQ_FUAHeinz Mauelshagen2019-02-281-1/+1
* | loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()Dongli Zhang2019-02-221-4/+17
* | loop: do not print warn message if partition scan is successfulDongli Zhang2019-02-221-2/+3
* | block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-155-5/+4
* | block: loop: pass multi-page bvec to iov_iterMing Lei2019-02-151-10/+10
* | block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-091-1/+0
* | mtip32xx: Ń•top abusing the managed resource APIsChristoph Hellwig2019-01-311-21/+16
* | Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-191-2/+3
|\ \ | |/ |/|
| * nbd: Use set_blocksize() to set device blocksizeJan Kara2019-01-151-2/+3
* | Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-122-2/+34
|\|
| * loop: drop caches if offset or block_size are changedJaegeuk Kim2019-01-101-2/+33
| * null_blk: add zoned config support informationJohn Pittman2019-01-061-0/+1
* | Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/h...Linus Torvalds2019-01-121-2/+2
|\ \
| * | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
| |/
* | Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2019-01-111-5/+4
|\ \
| * | rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov2019-01-101-5/+4
| |/
* / zram: idle writeback fixes and cleanupMinchan Kim2019-01-092-26/+69
|/
* 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-031-2/+81
|\
| * virtio_blk: add discard and write zeroes supportChangpeng Liu2018-12-201-2/+81
* | Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-0315-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-293-154/+372
|\ \ \
| * | | zram: writeback throttleMinchan Kim2018-12-282-3/+51