dm: don't stop request queue after the dm device is suspended
[linux-2.6-microblaze.git] / block /
2021-11-02 Jens Axboeblock: replace always false argument with 'false'
2021-11-02 Jens Axboeblock: assign correct tag before doing prefetch of...
2021-10-30 Jean Sacrenblk-mq: fix redundant check of !e expression
2021-10-29 John Garryblk-mq-debugfs: Show active requests per queue for...
2021-10-28 Jens Axboeblock: improve readability of blk_mq_end_request_batch()
2021-10-27 Jens Axboeblock: re-flow blk_mq_rq_ctx_init()
2021-10-27 Jens Axboeblock: prefetch request to be initialized
2021-10-27 Jens Axboeblock: pass in blk_mq_tags to blk_mq_rq_ctx_init()
2021-10-27 Jens Axboeblock: add rq_flags to struct blk_mq_alloc_data
2021-10-27 Pavel Begunkovblock: add async version of bio_set_polled
2021-10-27 Pavel Begunkovblock: kill DIO_MULTI_BIO
2021-10-27 Pavel Begunkovblock: kill unused polling bits in __blkdev_direct_IO()
2021-10-27 Pavel Begunkovblock: avoid extra iter advance with async iocb
2021-10-27 Damien Le Moalblock: Add independent access ranges support
2021-10-26 Ming Leiblk-mq: don't issue request directly in case that curre...
2021-10-25 Yu Kuaiblk-cgroup: synchronize blkg creation against policy...
2021-10-25 Pavel Begunkovblock: refactor bio_iov_bvec_set()
2021-10-25 Pavel Begunkovblock: add single bio async direct IO helper
2021-10-22 John Garryblk-mq-sched: Don't reference queue tagset in blk_mq_sc...
2021-10-22 Pavel Begunkovblock: fix req_bio_endio append error handling
2021-10-21 Eric Biggersblk-crypto: rename blk_keyslot_manager to blk_crypto_pr...
2021-10-21 Eric Biggersblk-crypto: rename keyslot-manager files to blk-crypto...
2021-10-21 Eric Biggersblk-crypto-fallback: properly prefix function and struc...
2021-10-21 Xie Yongjiblock: Add invalidate_disk() helper to invalidate the...
2021-10-21 Pavel Begunkovblock: kill extra rcu lock/unlock in queue enter
2021-10-21 Pavel Begunkovblock: convert fops.c magic constants to SHIFT_SECTOR
2021-10-21 Pavel Begunkovblock: clean up blk_mq_submit_bio() merging
2021-10-21 Pavel Begunkovblock: optimise boundary blkdev_read_iter's checks
2021-10-21 Jackie Liufs: bdev: fix conflicting comment from lookup_bdev
2021-10-21 John Garryblk-mq: Fix blk_mq_tagset_busy_iter() for shared tags
2021-10-20 Christoph Hellwigblock: cleanup the flush plug helpers
2021-10-20 Pavel Begunkovblock: optimise blk_flush_plug_list
2021-10-20 Christoph Hellwigblk-mq: move blk_mq_flush_plug_list to block/blk-mq.h
2021-10-20 Christoph Hellwigblk-mq: only flush requests from the plug in blk_mq_sub...
2021-10-20 Jens Axboeblock: remove inaccurate requeue check
2021-10-20 Pavel Begunkovblock: inline a part of bio_release_pages()
2021-10-20 Pavel Begunkovblock: don't bloat enter_queue with percpu_ref
2021-10-20 Pavel Begunkovblock: optimise req_bio_endio()
2021-10-20 Pavel Begunkovblock: convert leftovers to bdev_get_queue
2021-10-20 Ming Leiblk-mq: support concurrent queue quiesce/unquiesce
2021-10-19 Zheng Liangblock, bfq: fix UAF problem in bfqg_stats_init()
2021-10-19 Jens Axboeblock: inline fast path of driver tag allocation
2021-10-19 Christoph Hellwigblk-mq: don't handle non-flush requests in blk_insert_flush
2021-10-19 Jens Axboeblock: attempt direct issue of plug list
2021-10-19 Jens Axboeblock: change plugging to use a singly linked list
2021-10-19 Andrea Righiblk-wbt: prevent NULL pointer dereference in wb_timer_fn
2021-10-19 Jens Axboeblock: align blkdev_dio inlined bio to a cacheline
2021-10-19 Jens Axboeblock: move blk_mq_tag_to_rq() inline
2021-10-19 Jens Axboeblock: get rid of plug list sorting
2021-10-19 Jens Axboeblock: return whether or not to unplug through boolean
2021-10-19 Christoph Hellwigblock: don't call blk_status_to_errno in blk_update_request
2021-10-19 Jens Axboeblock: move bdev_read_only() into the header
2021-10-19 Jens Axboeblock: fix too broad elevator check in blk_mq_free_requ...
2021-10-18 Jens Axboeblock: add support for blk_mq_end_request_batch()
2021-10-18 Jens Axboeblock: add a struct io_comp_batch argument to fops...
2021-10-18 Jens Axboeblock: provide helpers for rq_list manipulation
2021-10-18 Jens Axboeblock: remove some blk_mq_hw_ctx debugfs entries
2021-10-18 Jens Axboeblock: remove debugfs blk_mq_ctx dispatched/merged...
2021-10-18 Pavel Begunkovblock: cache rq_flags inside blk_mq_rq_ctx_init()
2021-10-18 Pavel Begunkovblock: blk_mq_rq_ctx_init cache ctx/q/hctx
2021-10-18 Pavel Begunkovblock: skip elevator fields init for non-elv queue
2021-10-18 Jens Axboeblock: store elevator state in request
2021-10-18 Jens Axboeblock: only mark bio as tracked if it really is tracked
2021-10-18 Jens Axboeblock: move update request helpers into blk-mq.c
2021-10-18 Jens Axboeblock: remove useless caller argument to print_req_error()
2021-10-18 Jens Axboeblock: don't bother iter advancing a fully done bio
2021-10-18 Pavel Begunkovblock: convert the rest of block to bdev_get_queue
2021-10-18 Pavel Begunkovblock: use bdev_get_queue() in blk-core.c
2021-10-18 Pavel Begunkovblock: use bdev_get_queue() in bio.c
2021-10-18 Pavel Begunkovblock: use bdev_get_queue() in bdev.c
2021-10-18 Pavel Begunkovblock: cache request queue in bdev
2021-10-18 Jens Axboeblock: handle fast path of bio splitting inline
2021-10-18 Jens Axboeblock: use flags instead of bit fields for blkdev_dio
2021-10-18 Pavel Begunkovblock: cache bdev in struct file for raw bdev IO
2021-10-18 Christoph Hellwigblock: don't allow writing to the poll queue attribute
2021-10-18 Christoph Hellwigblock: switch polling to be bio based
2021-10-18 Christoph Hellwigblock: use SLAB_TYPESAFE_BY_RCU for the bio slab
2021-10-18 Christoph Hellwigblock: rename REQ_HIPRI to REQ_POLLED
2021-10-18 Christoph Hellwigio_uring: don't sleep when polling for I/O
2021-10-18 Christoph Hellwigblock: replace the spin argument to blk_iopoll with...
2021-10-18 Christoph Hellwigblk-mq: remove blk_qc_t_valid
2021-10-18 Christoph Hellwigblk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
2021-10-18 Christoph Hellwigblk-mq: factor out a "classic" poll helper
2021-10-18 Christoph Hellwigblk-mq: factor out a blk_qc_to_hctx helper
2021-10-18 Christoph Hellwigblock: don't try to poll multi-bio I/Os in __blkdev_dir...
2021-10-18 Jens Axboeblock: only check previous entry for plug merge attempt
2021-10-18 Masahiro Yamadablock: move CONFIG_BLOCK guard to top Makefile
2021-10-18 Masahiro Yamadablock: move menu "Partition type" to block/partitions...
2021-10-18 Masahiro Yamadablock: simplify Kconfig files
2021-10-18 Masahiro Yamadablock: remove redundant =y from BLK_CGROUP dependency
2021-10-18 Jens Axboeblock: improve batched tag allocation
2021-10-18 Pavel Begunkovblk-mq: optimise *end_request non-stat path
2021-10-18 Christoph Hellwigblock: mark bio_truncate static
2021-10-18 Christoph Hellwigblock: move bio_get_{first,last}_bvec out of bio.h
2021-10-18 Christoph Hellwigblock: mark __bio_try_merge_page static
2021-10-18 Christoph Hellwigblock: move bio_full out of bio.h
2021-10-18 Christoph Hellwigblock: move bio_mergeable out of bio.h
2021-10-18 Christoph Hellwigblock: remove BIO_BUG_ON
2021-10-18 Pavel Begunkovblk-mq: inline hot part of __blk_mq_sched_restart
2021-10-18 Pavel Begunkovblock: inline hot paths of blk_account_io_*()
next