summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-299-25/+15
|\
| * compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann2020-01-031-0/+3
| * compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann2020-01-031-0/+3
| * compat_ioctl: block: handle cdrom compat ioctl in non-cdrom driversArnd Bergmann2020-01-035-0/+7
| * compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann2020-01-031-23/+1
| * compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann2020-01-031-4/+2
| * compat_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctlArnd Bergmann2020-01-031-0/+1
* | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\ \
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* | | Merge tag 'block-5.5-2020-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-171-1/+3
|\ \ \ | |/ / |/| |
| * | null_blk: Fix zone write handlingDamien Le Moal2020-01-151-1/+3
* | | Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-031-1/+4
|\| | | |/ |/|
| * null_blk: Fix REQ_OP_ZONE_CLOSE handlingDamien Le Moal2019-12-301-1/+4
* | Merge tag 'block-5.5-20191226' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-271-1/+1
|\|
| * pktcdvd: fix regression on 64-bit architecturesArnd Bergmann2019-12-211-1/+1
* | Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-221-3/+3
|\|
| * nbd: fix shutdown and recv work deadlock v2Mike Christie2019-12-161-3/+3
* | Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-212-20/+40
|\ \ | |/ |/|
| * xen-blkback: support dynamic unbind/bindPaul Durrant2019-12-201-18/+38
| * xen/blkfront: Adjust indentation in xlvbd_alloc_gendiskNathan Chancellor2019-12-201-2/+2
* | Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-151-0/+10
|\|
| * xen-blkback: prevent premature module unloadPaul Durrant2019-12-131-0/+10
* | Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-073-0/+22
|\|
| * xen-blkback: allow module to be cleanly unloadedPaul Durrant2019-12-043-0/+22
* | Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-063-16/+31
|\ \
| * | null_blk: remove unused variable warning on !CONFIG_BLK_DEV_ZONEDJens Axboe2019-12-041-2/+1
| * | brd: warn on un-aligned bufferMing Lei2019-12-041-0/+4
| * | brd: remove max_hw_sectors queue limitMing Lei2019-12-041-1/+0
| * | xen/blkback: Avoid unmapping unmapped grant pagesSeongJae Park2019-12-031-0/+2
| * | block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig2019-12-031-1/+2
| * | block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig2019-12-031-3/+9
| * | null_blk: cleanup null_gendisk_registerChristoph Hellwig2019-12-031-6/+5
| * | null_blk: fix zone size paramter checkDamien Le Moal2019-12-031-7/+12
* | | Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-12-051-220/+247
|\ \ \ | |/ / |/| |
| * | libceph, rbd, ceph: convert to use the new mount APIDavid Howells2019-11-271-109/+153
| * | rbd: ask for a weaker incompat mask for read-only mappingsIlya Dryomov2019-11-251-4/+11
| * | rbd: don't query snapshot featuresIlya Dryomov2019-11-251-37/+1
| * | rbd: remove snapshot existence validation codeIlya Dryomov2019-11-251-39/+3
| * | rbd: don't establish watch for read-only mappingsIlya Dryomov2019-11-251-14/+27
| * | rbd: don't acquire exclusive lock for read-only mappingsIlya Dryomov2019-11-251-2/+13
| * | rbd: disallow read-write partitions on images mapped read-onlyIlya Dryomov2019-11-251-3/+10
| * | rbd: treat images mapped read-only seriouslyIlya Dryomov2019-11-251-5/+8
| * | rbd: introduce RBD_DEV_FLAG_READONLYIlya Dryomov2019-11-251-5/+14
| * | rbd: introduce rbd_is_snap()Ilya Dryomov2019-11-251-8/+13
| * | rbd: fix spelling mistake "requeueing" -> "requeuing"Colin Ian King2019-11-251-1/+1
* | | Merge tag 'for-linus-20191129' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-013-3/+3
|\ \ \
| * | | ataflop: Remove unneeded semicolonzhengbin2019-11-281-1/+1
| * | | block: sunvdc: Remove unneeded semicolonzhengbin2019-11-281-1/+1
| * | | drbd: Remove unneeded semicolonzhengbin2019-11-281-1/+1
| | |/ | |/|
* | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+25
|\ \ \ | |/ / |/| |