summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei2018-07-091-1/+2
* blk-mq: use list_splice_tail_init() to insert requestsMing Lei2018-07-091-7/+7
* blk-mq: fix typo in a function commentMinwoo Im2018-07-091-1/+1
* blk-mq: code clean-up by adding an API to clear set->mq_mapMinwoo Im2018-07-093-5/+12
* partitions/ldm: remove redundant pointer dgrpColin Ian King2018-07-091-3/+0Star
* Block: blk-throttle: set low_valid immediately once one cgroup has io.low con...Liu Bo2018-07-091-1/+3
* block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requestsBart Van Assche2018-07-091-0/+4
* blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei2018-07-091-2/+6
* blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei2018-07-092-88/+7Star
* blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei2018-07-091-9/+17
* blk-mq: don't pass **hctx to blk_mq_mark_tag_wait()Ming Lei2018-07-091-12/+11Star
* blk-mq: cleanup blk_mq_get_driver_tag()Ming Lei2018-07-092-14/+8Star
* block, bfq: give a better name to bfq_bfqq_may_idlePaolo Valente2018-07-091-8/+8
* block, bfq: fix service being wrongly set to zero in case of preemptionPaolo Valente2018-07-092-12/+28
* block, bfq: do not expire a queue that will deserve dispatch pluggingPaolo Valente2018-07-091-3/+33
* block, bfq: add/remove entity weights correctlyPaolo Valente2018-07-093-17/+59
* block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche2018-07-095-15/+38
* block: Inline blk_queue_nr_zones()Bart Van Assche2018-07-091-1/+1
* block: Remove a superfluous cast from blkdev_report_zones()Bart Van Assche2018-07-091-1/+1
* Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-302-0/+16
|\
| * blk-mq: don't queue more if we get a busy returnJens Axboe2018-06-291-0/+12
| * block: Fix cloning of requests with a special payloadBart Van Assche2018-06-281-0/+4
* | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-247-14/+6Star
|\|
| * blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche2018-06-232-1/+1
| * block: sed-opal: Fix a couple off by one bugsDan Carpenter2018-06-201-2/+2
| * blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter2018-06-201-1/+1
| * Revert "block: Add warning for bi_next not NULL in bio_endio()"Bart Van Assche2018-06-192-10/+1Star
| * block: fix timeout changes for legacy request driversChristoph Hellwig2018-06-191-0/+1
* | Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-164-64/+17Star
|\|
| * bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev2018-06-151-11/+11
| * block: remov blk_queue_invalidate_tagsChristoph Hellwig2018-06-151-22/+0Star
| * Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-151-29/+0Star
| |\
| | * blk-mq: remove blk_mq_tagset_iterChristoph Hellwig2018-06-141-29/+0Star
| * | blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig2018-06-141-0/+5
| * | blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen2018-06-111-2/+1Star
* | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+1
* | | treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-131-2/+2
* | | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-8/+8
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-3/+4
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
|/ /
* | Merge tag 'for-linus-20180610' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-101-1/+3
|\|
| * block: fix use-after-free in block flush handlingJens Axboe2018-06-091-1/+3
* | Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-084-4/+82
|\|
| * block: add bioset_init_from_src() helperJens Axboe2018-06-081-0/+18
| * block: always set partition number to '0' in blk_partition_remap()Hannes Reinecke2018-06-071-1/+1
| * block: pass failfast and driver-specific flags to flush requestsHannes Reinecke2018-06-061-3/+6
| * block: add verifier for cmdline partitionWang YanQing2018-06-051-0/+57
* | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-081-6/+16
|\ \
| * | block: add ioprio_check_cap functionAdam Manzanares2018-05-311-6/+16