aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-12-05block: fix memleak of bio integrity dataGravatar Justin Tee 3-1/+8
2019-12-05bfq-iosched: Ensure bio->bi_blkg is valid before using itGravatar Hou Tao 1-0/+3
2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyGravatar Christoph Hellwig 1-26/+33
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesGravatar Christoph Hellwig 1-11/+5
2019-12-03block: allocate the zone bitmaps lazilyGravatar Christoph Hellwig 1-33/+32
2019-12-03block: replace seq_zones_bitmap with conv_zones_bitmapGravatar Christoph Hellwig 1-9/+9
2019-12-03block: simplify blkdev_nr_zonesGravatar Christoph Hellwig 2-19/+9
2019-12-03block: remove the empty line at the end of blk-zoned.cGravatar Christoph Hellwig 1-1/+0
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+128
2019-11-25Merge tag 'for-5.5/disk-revalidate-20191122' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-133/+84
2019-11-25Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-280/+156
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 31-516/+963
2019-11-21Revert "block: split bio if the only bvec's length is > SZ_4K"Gravatar Jens Axboe 1-1/+1
2019-11-21block: add iostat counters for flush requestsGravatar Konstantin Khlebnikov 3-5/+25
2019-11-20block,bfq: Skip tracing hooks if possibleGravatar Dmitry Monakhov 1-0/+4
2019-11-18block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_to...Gravatar Revanth Rajashekar 2-5/+5
2019-11-18block: Don't disable interrupts in trigger_softirq()Gravatar Sebastian Andrzej Siewior 1-4/+0
2019-11-14iocost: check active_list of all the ancestors in iocg_activate()Gravatar Jiufei Xue 1-2/+6
2019-11-14block: remove (__)blkdev_reread_part as an exported APIGravatar Christoph Hellwig 1-30/+5
2019-11-14block: fix bdev_disk_changed for non-partitioned devicesGravatar Christoph Hellwig 2-4/+7
2019-11-14block: move rescan_partitions to fs/block_dev.cGravatar Christoph Hellwig 1-35/+2
2019-11-14block: merge invalidate_partitions into rescan_partitionsGravatar Christoph Hellwig 2-25/+15
2019-11-14block: refactor rescan_partitionsGravatar Christoph Hellwig 1-78/+94
2019-11-14block, bfq: deschedule empty bfq_queues not referred by any processGravatar Paolo Valente 1-6/+26
2019-11-13blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()Gravatar John Garry 3-15/+0
2019-11-12block: rework zone reportingGravatar Christoph Hellwig 1-156/+97
2019-11-12block: Remove partition support for zoned block devicesGravatar Damien Le Moal 3-121/+21
2019-11-12block: Simplify report zones executionGravatar Damien Le Moal 1-29/+5
2019-11-12block: cleanup the !zoned case in blk_revalidate_disk_zonesGravatar Christoph Hellwig 1-3/+4
2019-11-12block: Enhance blk_revalidate_disk_zones()Gravatar Damien Le Moal 1-2/+60
2019-11-12block: check bi_size overflow before mergeGravatar Junichi Nomura 1-1/+1
2019-11-08block: split bio if the only bvec's length is > SZ_4KGravatar Ming Lei 1-1/+1
2019-11-08block: still try to split bio if the bvec crosses pagesGravatar Ming Lei 1-1/+2
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATGravatar Tejun Heo 8-97/+287
2019-11-07blk-cgroup: reimplement basic IO stats using cgroup rstatGravatar Tejun Heo 1-25/+99
2019-11-07blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Gravatar Tejun Heo 1-83/+0
2019-11-07blk-throtl: stop using blkg->stat_bytes and ->stat_iosGravatar Tejun Heo 1-9/+61
2019-11-07bfq-iosched: stop using blkg->stat_bytes and ->stat_iosGravatar Tejun Heo 3-12/+35
2019-11-07bfq-iosched: relocate bfqg_*rwstat*() helpersGravatar Tejun Heo 1-23/+23
2019-11-07Merge branch 'for-linus' into for-5.5/blockGravatar Jens Axboe 6-43/+83
2019-11-07block: add zone open, close and finish ioctl supportGravatar Ajay Joshi 2-6/+27
2019-11-07block: add zone open, close and finish operationsGravatar Ajay Joshi 2-17/+30
2019-11-07block: Simplify REQ_OP_ZONE_RESET_ALL handlingGravatar Damien Le Moal 1-27/+13
2019-11-07block: Remove REQ_OP_ZONE_RESET pluggingGravatar Damien Le Moal 1-4/+0
2019-11-06blkcg: make blkcg_print_stat() print stats only for online blkgsGravatar Tejun Heo 1-5/+8
2019-11-06block: Warn if elevator= parameter is usedGravatar Jan Kara 1-0/+9
2019-11-04block: avoid blk_bio_segment_split for small I/O operationsGravatar Christoph Hellwig 1-1/+15
2019-11-04blk-mq: make sure that line break can be printedGravatar Ming Lei 1-1/+1
2019-11-04block: sed-opal: Introduce Opal Datastore UIDGravatar Revanth Rajashekar 2-0/+3
2019-11-04block: sed-opal: Add support to read/write opal tables genericallyGravatar Revanth Rajashekar 2-1/+172