summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig2019-06-203-28/+32
* blk-cgroup: factor out a helper to read rwstat counterChristoph Hellwig2019-06-202-3/+9
* block: mark blk_rq_bio_prep as inlineChristoph Hellwig2019-06-202-12/+12
* block: untangle the end of blk_bio_segment_splitChristoph Hellwig2019-06-201-11/+3
* block: simplify blk_recalc_rq_segmentsChristoph Hellwig2019-06-203-18/+9
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-2018-137/+106
* block: remove blk_init_request_from_bioChristoph Hellwig2019-06-204-14/+7
* block: initialize the write priority in blk_rq_bio_prepChristoph Hellwig2019-06-201-1/+1
* blk-iolatency: only account submitted biosDennis Zhou2019-06-201-0/+4
* block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-66/+5
* blk-core: Remove blk_end_request*() declarationsPavel Begunkov2019-06-202-13/+1
* block: code cleanup queue_poll_stat_show()Chaitanya Kulkarni2019-06-201-5/+5
* block: use right format specifier for opChaitanya Kulkarni2019-06-201-1/+1
* block: get rid of redundant elseChaitanya Kulkarni2019-06-201-2/+2
* null_blk: remove duplicate 0 initializationChaitanya Kulkarni2019-06-201-1/+0
* block: move tag field position in struct requestMinwoo Im2019-06-201-1/+1
* floppy: fix harmless clang build warningArnd Bergmann2019-06-201-1/+1
* block: use req_op() to maintain consistencyChaitanya Kulkarni2019-06-171-1/+1
* blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arb...Tejun Heo2019-06-151-1/+7
* blkcg: blkcg_activate_policy() should initialize ancestors firstTejun Heo2019-06-151-1/+2
* blkcg: perpcu_ref init/exit should be done from blkg_alloc/free()Tejun Heo2019-06-151-9/+4
* blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo2019-06-151-2/+6
* blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo2019-06-151-1/+3
* block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-151-2/+1
* block: genhd: Use struct_size() helperGustavo A. R. Silva2019-06-151-3/+2
* block: null_blk: fix race condition for null_del_devBob Liu2019-06-151-5/+6
* blk-mq/debugfs: Fix improper print qualifierPavel Begunkov2019-06-151-1/+1
* md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang2019-06-151-12/+33
* md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-153-17/+12
* md: raid10: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-151-2/+1
* md/raid1: get rid of extra blank line and spaceYufen Yu2019-06-151-6/+3
* md: fix spelling typo and add necessary spaceYufen Yu2019-06-151-7/+4
* md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_showMarcos Paulo de Souza2019-06-151-1/+1
* raid5-cache: Need to do start() part job after adding journal deviceXiao Ni2019-06-151-2/+9
* drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza2019-06-153-53/+28
* Merge tag 'for-linus-20190614' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-1413-259/+114
|\
| * block/ps3vram: Use %llu to format sector_t after LBDAF removalGeert Uytterhoeven2019-06-131-1/+1
| * libata: Extend quirks for the ST1000LM024 drives with NOLPM quirkHans de Goede2019-06-131-3/+6
| * bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li2019-06-131-1/+6
| * bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-132-17/+33
| * blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requestsMing Lei2019-06-131-1/+0
| * blkio-controller.txt: Remove references to CFQAndreas Herrmann2019-06-131-89/+7
| * block/switching-sched.txt: Update to blk-mq schedulersAndreas Herrmann2019-06-131-10/+8
| * null_blk: remove duplicate check for report zoneChaitanya Kulkarni2019-06-131-4/+0
| * blk-mq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-132-132/+49
| * io_uring: fix memory leak of UNIX domain socket inodeEric Biggers2019-06-131-1/+3
| * block: force select mq-deadline for zoned block devicesDamien Le Moal2019-06-131-0/+1
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-142-2/+2
|\ \
| * | i2c: pca-platform: Fix GPIO lookup codeLinus Walleij2019-06-121-2/+1
| * | i2c: acorn: fix i2c warningRussell King2019-06-121-0/+1