summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | pktcdvd: add compat_ioctl handlerArnd Bergmann2019-10-231-0/+25
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-7/+6
|\ \ \
| * | | drbd: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-7/+6
* | | | Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-5/+8
|\ \ \ \
| * | | | block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig2019-11-141-5/+8
* | | | | Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-253-34/+31
|\| | | |
| * | | | block: rework zone reportingChristoph Hellwig2019-11-122-10/+23
| * | | | null_blk: Add zone_nr_conv to featuresDamien Le Moal2019-11-121-1/+1
| * | | | null_blk: clean up report zonesChristoph Hellwig2019-11-123-11/+6
| * | | | null_blk: clean up the block device operationsChristoph Hellwig2019-11-121-15/+4
| * | | | Merge branch 'for-5.5/drivers' into for-5.5/zonedJens Axboe2019-11-125-41/+153
| |\ \ \ \
* | \ \ \ \ Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-2/+3
|\ \ \ \ \ \
| * | | | | | nbd: prevent memory leakNavid Emamdoost2019-11-211-2/+3
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-255-41/+153
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | null_blk: add zone open, close, and finish supportAjay Joshi2019-11-071-3/+30
| * | | | loop: fix no-unmap write-zeroes request behaviorDarrick J. Wong2019-11-011-8/+18
| * | | | block: mtip32xx: Spelling s/configration/configuration/Geert Uytterhoeven2019-10-251-1/+1
| * | | | null_blk: return fixed zoned reads > write pointerAjay Joshi2019-10-173-3/+52
| * | | | null_blk: Enable modifying 'submit_queues' after an instance has been configuredBart Van Assche2019-10-071-25/+50
| * | | | null_blk: Improve nullb_device_##NAME##_store() readabilityBart Van Assche2019-10-071-3/+4
| | |_|/ | |/| |