summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei
2018-07-09blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei
2018-07-09blk-mq: use list_splice_tail_init() to insert requestsMing Lei
2018-07-09blk-mq: fix typo in a function commentMinwoo Im
2018-07-09blk-mq: code clean-up by adding an API to clear set->mq_mapMinwoo Im
2018-07-09partitions/ldm: remove redundant pointer dgrpColin Ian King
2018-07-09Block: blk-throttle: set low_valid immediately once one cgroup has io.low con...Liu Bo
2018-07-09block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requestsBart Van Assche
2018-07-09blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei
2018-07-09blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei
2018-07-09blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei
2018-07-09blk-mq: don't pass **hctx to blk_mq_mark_tag_wait()Ming Lei
2018-07-09blk-mq: cleanup blk_mq_get_driver_tag()Ming Lei
2018-07-09block, bfq: give a better name to bfq_bfqq_may_idlePaolo Valente
2018-07-09block, bfq: fix service being wrongly set to zero in case of preemptionPaolo Valente
2018-07-09block, bfq: do not expire a queue that will deserve dispatch pluggingPaolo Valente
2018-07-09block, bfq: add/remove entity weights correctlyPaolo Valente
2018-07-09block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche
2018-07-09block: Inline blk_queue_nr_zones()Bart Van Assche
2018-07-09block: Remove a superfluous cast from blkdev_report_zones()Bart Van Assche
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-29blk-mq: don't queue more if we get a busy returnJens Axboe
2018-06-28block: Fix cloning of requests with a special payloadBart Van Assche
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-23blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche
2018-06-20block: sed-opal: Fix a couple off by one bugsDan Carpenter
2018-06-20blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter
2018-06-19Revert "block: Add warning for bi_next not NULL in bio_endio()"Bart Van Assche
2018-06-19block: fix timeout changes for legacy request driversChristoph Hellwig
2018-06-17Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-15bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev
2018-06-15block: remov blk_queue_invalidate_tagsChristoph Hellwig
2018-06-15Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe
2018-06-14blk-mq: remove blk_mq_tagset_iterChristoph Hellwig
2018-06-14blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-11blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen
2018-06-10Merge tag 'for-linus-20180610' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-09block: fix use-after-free in block flush handlingJens Axboe
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-08block: add bioset_init_from_src() helperJens Axboe
2018-06-07block: always set partition number to '0' in blk_partition_remap()Hannes Reinecke
2018-06-06block: pass failfast and driver-specific flags to flush requestsHannes Reinecke
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds