summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-151-1/+1
* block: fix get_max_segment_size() overflow on 32bit archMing Lei2020-01-141-2/+7
* fs: move guard_bio_eod() after bio_set_op_attrsMing Lei2020-01-091-1/+11
* block: fix splitting segments on boundary masksMing Lei2019-12-301-9/+9
* block: add bio_truncate to fix guard_bio_eodMing Lei2019-12-281-0/+39
* compat_ioctl: block: handle Persistent ReservationsArnd Bergmann2019-12-211-0/+9
* compat_ioctl: block: handle add zone open, close and finish ioctlArnd Bergmann2019-12-211-0/+3
* compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONESArnd Bergmann2019-12-211-0/+2
* compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann2019-12-211-0/+2
* block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang2019-12-201-1/+1
* block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche2019-12-202-0/+6
* block: Fix the type of 'sts' in bsg_queue_rq()Bart Van Assche2019-12-201-1/+1
* block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITRoman Penyaev2019-12-171-4/+7
* iocost: over-budget forced IOs should schedule async delayTejun Heo2019-12-161-5/+8
* Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-133-23/+6
|\
| * blk-cgroup: remove blkcg_drain_queueGuoqing Jiang2019-12-121-20/+0
| * block: fix NULL pointer dereference in account statistics with IDELogan Gunthorpe2019-12-121-2/+3
| * block: fix "check bi_size overflow before merge"Andreas Gruenbacher2019-12-091-1/+3
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* block: fix memleak of bio integrity dataJustin Tee2019-12-053-1/+8
* bfq-iosched: Ensure bio->bi_blkg is valid before using itHou Tao2019-12-051-0/+3
* block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig2019-12-031-26/+33
* block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig2019-12-031-11/+5
* block: allocate the zone bitmaps lazilyChristoph Hellwig2019-12-031-33/+32
* block: replace seq_zones_bitmap with conv_zones_bitmapChristoph Hellwig2019-12-031-9/+9
* block: simplify blkdev_nr_zonesChristoph Hellwig2019-12-032-19/+9
* block: remove the empty line at the end of blk-zoned.cChristoph Hellwig2019-12-031-1/+0
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-4/+128
|\
| * compat_ioctl: reimplement SG_IO handlingArnd Bergmann2019-10-231-4/+128
* | Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-252-133/+84
|\ \
| * | block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig2019-11-141-30/+5
| * | block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig2019-11-142-4/+7
| * | block: move rescan_partitions to fs/block_dev.cChristoph Hellwig2019-11-141-35/+2
| * | block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig2019-11-142-25/+15
| * | block: refactor rescan_partitionsChristoph Hellwig2019-11-141-78/+94
* | | Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-253-280/+156
|\| |
| * | block: rework zone reportingChristoph Hellwig2019-11-121-156/+97
| * | block: Remove partition support for zoned block devicesDamien Le Moal2019-11-123-121/+21
| * | block: Simplify report zones executionDamien Le Moal2019-11-121-29/+5
| * | block: cleanup the !zoned case in blk_revalidate_disk_zonesChristoph Hellwig2019-11-121-3/+4
| * | block: Enhance blk_revalidate_disk_zones()Damien Le Moal2019-11-121-2/+60
* | | Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-2531-516/+963
|\ \ \
| * | | Revert "block: split bio if the only bvec's length is > SZ_4K"Jens Axboe2019-11-211-1/+1
| * | | block: add iostat counters for flush requestsKonstantin Khlebnikov2019-11-213-5/+25
| * | | block,bfq: Skip tracing hooks if possibleDmitry Monakhov2019-11-201-0/+4
| * | | block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_to...Revanth Rajashekar2019-11-182-5/+5
| * | | block: Don't disable interrupts in trigger_softirq()Sebastian Andrzej Siewior2019-11-181-4/+0
| * | | blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()John Garry2019-11-133-15/+0
| |/ /
| * | block: split bio if the only bvec's length is > SZ_4KMing Lei2019-11-081-1/+1
| * | block: still try to split bio if the bvec crosses pagesMing Lei2019-11-081-1/+2