summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-278-57/+119
|\
| * partitions/ldm: fix spelling mistake "to" -> "too"Colin Ian King2020-01-231-1/+1
| * block, bfq: improve arithmetic division in bfq_delta()Wen Yang2020-01-221-4/+1
| * block/bfq: remove unused bfq_class_rt which never usedAlex Shi2020-01-221-1/+0
| * block: mark zone-mgmt bios with REQ_SYNCChaitanya Kulkarni2020-01-091-1/+1
| * blk-mq: Document functions for sending requestAndré Almeida2020-01-061-2/+83
| * block: Allow t10-pi to be modularHerbert Xu2020-01-063-2/+10
| * blk-mq: optimise blk_mq_flush_plug_list()Pavel Begunkov2019-12-191-38/+19
| * blk-mq: optimise rq sort functionPavel Begunkov2019-12-191-8/+4
* | block: allow partitions on host aware zone devicesChristoph Hellwig2020-01-261-4/+22
* | 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