summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-2515-255/+478
|\ \ \ \
| * | | | cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULLJens Axboe2015-06-201-1/+11
| * | | | cfq-iosched: fix sysfs oops when attempting to read unconfigured weightsJens Axboe2015-06-191-2/+12
| * | | | cfq-iosched: move group scheduling functions under ifdefJens Axboe2015-06-191-16/+16
| * | | | cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe2015-06-102-1/+16
| * | | | block, cgroup: implement policy-specific per-blkcg dataArianna Avanzini2015-06-073-29/+173
| * | | | block: Make CFQ default to IOPS mode on SSDsTahsin Erdogan2015-06-051-1/+1
| |/ / /
| * | | blk-mq: Shared tag enhancementsKeith Busch2015-06-013-2/+49
| * | | block: only honor SG gap prevention for merges that contain dataJens Axboe2015-05-291-1/+2
| | |/ | |/|
| * | block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-221-83/+11
| * | block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-222-23/+16
| * | block: replace trylock with mutex_lock in blkdev_reread_part()Ming Lei2015-05-201-2/+7
| * | block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson2015-05-201-3/+25
| * | block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig2015-05-191-2/+0
| * | block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-191-3/+0
| * | block: use an atomic_t for mq_freeze_depthChristoph Hellwig2015-05-191-14/+10
| * | blk-mq: make plug work for mutiple disks and queuesShaohua Li2015-05-083-9/+23
| * | blk-mq: do limited block plug for multiple queue caseShaohua Li2015-05-081-23/+59
| * | blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li2015-05-081-0/+2
| * | blk-mq: fix plugging in blk_sq_make_requestJeff Moyer2015-05-081-22/+14
| * | blk: clean up plugShaohua Li2015-05-081-12/+12
| * | block: move PM request support to IDEChristoph Hellwig2015-05-053-12/+1
| * | bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-051-7/+11
| * | bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2015-05-051-9/+29
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-221-1/+1
|\ \ \
| * \ \ Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-021-2/+3
| |\ \ \ | | | |/ | | |/|
| * | | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+1
* | | | block: fix ext_dev_lock lockdep reportDan Williams2015-06-111-6/+6
* | | | blk-mq: free hctx->ctxs in queue's release handlerMing Lei2015-06-091-2/+6
* | | | block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown2015-05-281-1/+0
| |/ / |/| |
* | | block: remove export for blk_queue_bioMike Snitzer2015-05-121-2/+3
|/ /
* | blk-mq: don't lose requests if a stopped queue restartsShaohua Li2015-05-041-0/+10
* | block: destroy bdi before blockdev is unregistered.NeilBrown2015-04-272-2/+2
* | block:bounce: fix call inc_|dec_zone_page_state on different pages confuse va...Wang YanQing2015-04-271-1/+1
* | elevator: fix double release of elevator moduleChao Yu2015-04-231-5/+1
* | blk-mq: fix CPU hotplug handlingMing Lei2015-04-231-21/+13
* | blk-mq: fix race between timeout and CPU hotplugMing Lei2015-04-231-3/+13
|/
* blk-mq: fix iteration of busy bitmapJens Axboe2015-04-171-3/+3
* Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-163-29/+58
|\
| * blk-mq: reduce unnecessary software queue loopingChong Yuan2015-04-151-4/+9
| * blk-mq: put blk_queue_rq_timeout together in blk_mq_init_queue()Wei Fang2015-03-301-4/+1
| * block: remove redundant check about 'set->nr_hw_queues' in blk_mq_alloc_tag_s...Xiaoguang Wang2015-03-301-1/+1
| * block: allocate request memory local to request queueDavid Rientjes2015-03-241-3/+16
| * blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't setKeith Busch2015-03-131-3/+6
| * blk-mq: export blk_mq_run_hw_queuesMike Snitzer2015-03-131-4/+4
| * blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer2015-03-132-10/+21
* | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-142-10/+8
|\ \
| * | blk_rq_map_user(): use import_single_range()Al Viro2015-04-111-3/+3
| * | sg_io(): use import_iovec()Al Viro2015-04-111-7/+5
* | | blk-mq: initialize 'struct request' and associated data to zeroLinus Torvalds2015-04-111-3/+1
OpenPOWER on IntegriCloud