summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Don't feed anything but regular iovec's to blk_rq_map_user_iovLinus Torvalds2016-12-071-0/+4
* blk-mq: update hardware and software queues for sleeping allocJens Axboe2016-10-271-3/+3
* block: flush: fix IO hang in case of flood fua reqMing Lei2016-10-261-0/+28
* badblocks: badblocks_set/clear update unacked_existShaohua Li2016-10-211-0/+23
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-211-2/+4
|\
| * badblocks: fix overlapping check for clearingTomasz Majchrzak2016-10-121-2/+4
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-1/+1
|\ \
| * | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-1/+1
* | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-3/+1
|\ \ \
| * | | blkcg: Unlock blkcg_pol_mutex only once when cpd == NULLBart Van Assche2016-09-301-3/+1
* | | | block: require write_same and discard requests align to logical block sizeDarrick J. Wong2016-10-111-0/+15
* | | | block: invalidate the page cache when issuing BLKZEROOUTDarrick J. Wong2016-10-111-6/+12
| |_|/ |/| |
* | | Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-094-142/+57
|\ \ \
| * | | blk-mq: fixup "Convert to new hotplug state machine"Sebastian Andrzej Siewior2016-09-231-1/+1
| * | | blk-mq: Convert to new hotplug state machineSebastian Andrzej Siewior2016-09-221-44/+43
| * | | blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner2016-09-224-98/+14
* | | | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-0910-92/+110
|\ \ \ \
| * | | | blk_mq: linux/blk-mq.h does not include all the headers it depends onStephen Rothwell2016-09-193-1/+8
| * | | | blk-mq: kill unused blk_mq_create_mq_map()Jens Axboe2016-09-151-24/+0
| * | | | blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig2016-09-153-11/+21
| * | | | blk-mq: provide a default queue mapping for PCI deviceChristoph Hellwig2016-09-152-1/+46
| * | | | blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig2016-09-153-26/+21
| * | | | blk-mq: remove ->map_queueChristoph Hellwig2016-09-155-43/+25
| * | | | blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig2016-09-151-8/+14
| * | | | blk-mq: don't redistribute hardware queues on a CPU hotplug eventChristoph Hellwig2016-09-151-2/+0
* | | | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-0710-574/+244
|\ \ \ \ \
| * | | | | cfq: fix starvation of asynchronous writesGlauber Costa2016-09-231-3/+10
| * | | | | blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe2016-09-221-1/+1
| * | | | | blk-mq: remove non-blocking pass in blk_mq_map_requestChristoph Hellwig2016-09-221-13/+1
| * | | | | blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()Jens Axboe2016-09-221-14/+2
| | |/ / / | |/| | |
| * | | | block: export bio_free_pages to other modulesGuoqing Jiang2016-09-221-1/+2
| * | | | blk-mq: register device instead of diskMatias Bjørling2016-09-212-12/+9
| * | | | sbitmap: randomize initial alloc_hint valuesOmar Sandoval2016-09-172-9/+0
| * | | | sbitmap: push alloc policy into sbitmap_queueOmar Sandoval2016-09-172-19/+15
| * | | | sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval2016-09-174-40/+20
| * | | | blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval2016-09-175-469/+153
| * | | | blk-mq: account higher order dispatchJens Axboe2016-09-162-7/+14
| |/ / /
| * | | blk-mq: introduce blk_mq_delay_kick_requeue_list()Mike Snitzer2016-09-141-4/+12
| * | | block: remove remnant refs to hardsectLinus Walleij2016-09-141-1/+1
| * | | block: enable zeroing of io_poll statisticsStephen Bates2016-09-141-1/+10
| * | | block: add poll_considered statisticStephen Bates2016-09-142-3/+9
| * | | blk-mq: prefetch request in blk_mq_tag_to_rq()Jens Axboe2016-08-291-1/+4
| * | | blk-mq: turn hctx->run_work into a regular work structJens Axboe2016-08-292-6/+5
| * | | block: add kblockd_schedule_work_on()Jens Axboe2016-08-291-0/+6
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-17/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | block/softirq: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-17/+10
| |/ /
* | | blk-mq: skip unmapped queues in blk_mq_alloc_request_hctxChristoph Hellwig2016-09-231-2/+14
* | | blk-throttle: Extend slice if throttle group is not emptyVivek Goyal2016-09-191-2/+4
|/ /
* | blk-mq: improve warning for running a queue on the wrong CPUJens Axboe2016-08-241-2/+3
* | blk-mq: don't overwrite rq->mq_ctxJens Axboe2016-08-241-39/+16
OpenPOWER on IntegriCloud