summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-03-21blk-mq: insert flush request to the front of dispatch queueMing Lei1-0/+22
2020-03-21blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei4-16/+29
2020-03-18blk-iocost: fix incorrect vtime comparison in iocg_is_idle()Tejun Heo1-1/+1
2020-03-18block: Fix partition support for host aware zoned block devicesShin'ichiro Kawasaki1-0/+36
2020-03-12block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente3-5/+6
2020-03-12block, bfq: do not insert oom queue into position treePaolo Valente1-0/+4
2020-03-12block, bfq: get extra ref to prevent a queue from being freed during a group ...Paolo Valente1-0/+8
2020-03-12block, bfq: get a ref to a group when adding it to a service treePaolo Valente3-3/+12
2020-02-24block, bfq: do not plug I/O for bfq_queues with no proc refsPaolo Valente1-0/+12
2020-02-11compat: scsi: sg: fix v3 compat read/write interfaceArnd Bergmann1-28/+1
2020-01-26block: allow partitions on host aware zone devicesChristoph Hellwig1-4/+22
2020-01-16block: fix an integer overflow in logical block sizeMikulas Patocka1-1/+1
2020-01-14block: fix get_max_segment_size() overflow on 32bit archMing Lei1-2/+7
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei1-1/+11
2019-12-30block: fix splitting segments on boundary masksMing Lei1-9/+9
2019-12-28block: add bio_truncate to fix guard_bio_eodMing Lei1-0/+39
2019-12-21compat_ioctl: block: handle Persistent ReservationsArnd Bergmann1-0/+9
2019-12-21compat_ioctl: block: handle add zone open, close and finish ioctlArnd Bergmann1-0/+3
2019-12-21compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONESArnd Bergmann1-0/+2
2019-12-21compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann1-0/+2
2019-12-20block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang1-1/+1
2019-12-20block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche2-0/+6
2019-12-20block: Fix the type of 'sts' in bsg_queue_rq()Bart Van Assche1-1/+1
2019-12-17block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITRoman Penyaev1-4/+7
2019-12-17iocost: over-budget forced IOs should schedule async delayTejun Heo1-5/+8
2019-12-14Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds3-23/+6
2019-12-12blk-cgroup: remove blkcg_drain_queueGuoqing Jiang1-20/+0
2019-12-12block: fix NULL pointer dereference in account statistics with IDELogan Gunthorpe1-2/+3
2019-12-10block: fix "check bi_size overflow before merge"Andreas Gruenbacher1-1/+3
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-12-05block: fix memleak of bio integrity dataJustin Tee3-1/+8
2019-12-05bfq-iosched: Ensure bio->bi_blkg is valid before using itHou Tao1-0/+3
2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig1-26/+33
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig1-11/+5
2019-12-03block: allocate the zone bitmaps lazilyChristoph Hellwig1-33/+32
2019-12-03block: replace seq_zones_bitmap with conv_zones_bitmapChristoph Hellwig1-9/+9
2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig2-19/+9
2019-12-03block: remove the empty line at the end of blk-zoned.cChristoph Hellwig1-1/+0
2019-12-02Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+128
2019-11-25Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds2-133/+84
2019-11-25Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds3-280/+156
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds31-516/+963
2019-11-21Revert "block: split bio if the only bvec's length is > SZ_4K"Jens Axboe1-1/+1
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov3-5/+25
2019-11-21block,bfq: Skip tracing hooks if possibleDmitry Monakhov1-0/+4
2019-11-18block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_to...Revanth Rajashekar2-5/+5
2019-11-18block: Don't disable interrupts in trigger_softirq()Sebastian Andrzej Siewior1-4/+0
2019-11-14iocost: check active_list of all the ancestors in iocg_activate()Jiufei Xue1-2/+6
2019-11-14block: remove (__)blkdev_reread_part as an exported APIChristoph Hellwig1-30/+5
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesChristoph Hellwig2-4/+7