aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-07blk-mq: punt failed direct issue to dispatch listJens Axboe1-28/+5
2018-12-07block, bfq: fix decrement of num_active_groupsPaolo Valente3-25/+107
2018-12-04blk-mq: fix corruption with direct issueJens Axboe1-1/+25
2018-11-30block: fix single range discard mergeMing Lei1-1/+1
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-3/+2
2018-11-14block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner1-1/+3
2018-11-12block: copy ioprio in __bio_clone_fast() and bounceHannes Reinecke2-0/+2
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds4-22/+22
2018-11-09block: make sure writesame bio is aligned with logical block sizeMing Lei1-1/+1
2018-11-09block: cleanup __blkdev_issue_discard()Ming Lei1-17/+6
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei3-3/+13
2018-11-07block: Clear kernel memory before copying to userKeith Busch1-0/+1
2018-11-07block: respect virtual boundary mask in bvecsJohannes Thumshirn2-2/+2
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds11-236/+166
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou9-224/+127
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+2
2018-10-31block: call rq_qos_exit() after queue is frozenMing Lei2-2/+3
2018-10-29block: fix the DISCARD request mergeJianchao Wang1-10/+36
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+5
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner1-3/+5
2018-10-25block, bfq: fix asymmetric scenarios detectionFederico Motta1-12/+6
2018-10-25blk-mq: place trace_block_getrq() in correct placeXiaoguang Wang1-2/+2
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal3-0/+144
2018-10-25block: add a report_zones methodChristoph Hellwig3-115/+51
2018-10-25block: Expose queue nr_zones in sysfsDamien Le Moal1-0/+11
2018-10-25block: Improve zone reset executionDamien Le Moal3-20/+24
2018-10-25block: Introduce BLKGETNRZONES ioctlDamien Le Moal1-0/+2
2018-10-25block: Introduce BLKGETZONESZ ioctlDamien Le Moal1-0/+2
2018-10-25block: Limit allocation of zone descriptors for report zonesDamien Le Moal1-2/+1
2018-10-25block: Introduce blkdev_nr_zones() helperDamien Le Moal1-0/+27
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds30-1010/+1726
2018-10-21block: setup bounce bio_sets properlyJens Axboe1-9/+28
2018-10-20blkcg: reassociate bios when make_request() is called recursivelyDennis Zhou2-0/+21
2018-10-18block: don't deal with discard limit in blkdev_issue_discard()Ming Lei1-26/+2
2018-10-15blk-mq: provide helper for setting up an SQ queue and tag setJens Axboe1-0/+33
2018-10-14block: remove bogus check for queue_lock assignmentJens Axboe1-2/+1
2018-10-13blk-mq: fallback to previous nr_hw_queues when updating failsJianchao Wang1-3/+24
2018-10-13blk-mq: realloc hctx when hw queue is mapped to another nodeJianchao Wang1-26/+56
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang4-12/+15
2018-10-13blk-mq: adjust debugfs and sysfs register when updating nr_hw_queuesJianchao Wang1-27/+12
2018-10-13block, bfq: improve asymmetric scenarios detectionFederico Motta3-131/+155
2018-10-11blk-wbt: wake up all when we scale up, not downJosef Bacik1-1/+1
2018-10-11cfq: clear queue pointers from cfqg after unpinning them in cfq_pd_offlineMaciej S. Szmigiero1-3/+9
2018-10-10block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2-10/+0
2018-10-08blk-mq: complete req in softirq context in case of single queueMing Lei2-3/+16
2018-10-05blk-mq-debugfs: Also show requests that have not yet been startedBart Van Assche1-2/+1
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe8-19/+16
2018-09-28blk-iolatency: keep track of previous windows statsJosef Bacik1-7/+13