aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus 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-20block,bfq: Skip tracing hooks if possibleDmitry Monakhov1-0/+4
2019-11-18block: sed-opal: Introduce SUM_SET_LIST parameter and append it using 'add_token_u64'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
2019-11-14block: move rescan_partitions to fs/block_dev.cChristoph Hellwig1-35/+2
2019-11-14block: merge invalidate_partitions into rescan_partitionsChristoph Hellwig2-25/+15
2019-11-14block: refactor rescan_partitionsChristoph Hellwig1-78/+94
2019-11-14block, bfq: deschedule empty bfq_queues not referred by any processPaolo Valente1-6/+26
2019-11-13blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()John Garry3-15/+0
2019-11-12block: rework zone reportingChristoph Hellwig1-156/+97
2019-11-12block: Remove partition support for zoned block devicesDamien Le Moal3-121/+21
2019-11-12block: Simplify report zones executionDamien Le Moal1-29/+5
2019-11-12block: cleanup the !zoned case in blk_revalidate_disk_zonesChristoph Hellwig1-3/+4
2019-11-12block: Enhance blk_revalidate_disk_zones()Damien Le Moal1-2/+60
2019-11-12block: check bi_size overflow before mergeJunichi Nomura1-1/+1
2019-11-08block: split bio if the only bvec's length is > SZ_4KMing Lei1-1/+1
2019-11-08block: still try to split bio if the bvec crosses pagesMing Lei1-1/+2
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo8-97/+287
2019-11-07blk-cgroup: reimplement basic IO stats using cgroup rstatTejun Heo1-25/+99
2019-11-07blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Tejun Heo1-83/+0
2019-11-07blk-throtl: stop using blkg->stat_bytes and ->stat_iosTejun Heo1-9/+61
2019-11-07bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo3-12/+35
2019-11-07bfq-iosched: relocate bfqg_*rwstat*() helpersTejun Heo1-23/+23
2019-11-07Merge branch 'for-linus' into for-5.5/blockJens Axboe6-43/+83
2019-11-07block: add zone open, close and finish ioctl supportAjay Joshi2-6/+27
2019-11-07block: add zone open, close and finish operationsAjay Joshi2-17/+30
2019-11-07block: Simplify REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal1-27/+13
2019-11-07block: Remove REQ_OP_ZONE_RESET pluggingDamien Le Moal1-4/+0
2019-11-06blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo1-5/+8
2019-11-06block: Warn if elevator= parameter is usedJan Kara1-0/+9
2019-11-04block: avoid blk_bio_segment_split for small I/O operationsChristoph Hellwig1-1/+15
2019-11-04blk-mq: make sure that line break can be printedMing Lei1-1/+1
2019-11-04block: sed-opal: Introduce Opal Datastore UIDRevanth Rajashekar2-0/+3
2019-11-04block: sed-opal: Add support to read/write opal tables genericallyRevanth Rajashekar2-1/+172