- 732fd46 block: ensure bdi->io_pages is always initialized by Jens Axboe · 4 years, 2 months ago
- 9663d29 block: call rq_qos_exit() after queue is frozen by Ming Lei · 6 years ago
- 313efb2 blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxs by Jianchao Wang · 6 years ago
- e238e6d blk-mq: free hw queue's resource in hctx's release handler by Ming Lei · 6 years ago
- c58a650 block, scsi: Change the preempt-only flag into a counter by Bart Van Assche · 6 years ago
- 8a1a3d3 block: init flush rq ref count to 1 by Josef Bacik · 6 years ago
- c9d8d3e block: Fix a NULL pointer dereference in generic_make_request() by Guilherme G. Piccoli · 5 years ago
- 525b526 blk-mq: move cancel of requeue_work into blk_mq_release by Ming Lei · 6 years ago
- 96e4471 block: pass no-op callback to INIT_WORK(). by Tetsuo Handa · 6 years ago
- 410306a SCSI: fix queue cleanup race before queue initialization is done by Ming Lei · 6 years ago
- b57e99b block: use nanosecond resolution for iostat by Omar Sandoval · 6 years ago
- 8b2ded1 block: don't warn when doing fsync on read-only devices by Mikulas Patocka · 6 years ago
- 5bed49a Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- fcedba4 block: remove duplicate initialization by Chaitanya Kulkarni · 6 years ago
- 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- b089cfd block: don't warn for flush on read-only device by Jens Axboe · 6 years ago
- 4cf6324 block: Introduce blk_exit_queue() by Bart Van Assche · 6 years ago
- a32e236 Partially revert "block: fail op_is_write() requests to read-only partitions" by Linus Torvalds · 6 years ago
- b233f12 block: really disable runtime-pm for blk-mq by Ming Lei · 6 years ago
- 54648cf block: blk_init_allocated_queue() set q->fq as NULL in the fail case by xiao jin · 6 years ago
- ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
- e9a8385 block: Add default switch case to blk_pm_allow_request() to kill warning by Geert Uytterhoeven · 6 years ago
- c1c8038 block: remove external dependency on wbt_flags by Josef Bacik · 6 years ago
- a790504 blk-rq-qos: refactor out common elements of blk-wbt by Josef Bacik · 6 years ago
- 1954e9a block: Document how blk_update_request() handles RQF_SPECIAL_PAYLOAD requests by Bart Van Assche · 6 years ago
- 1311326 blk-mq: avoid to synchronize rcu inside blk_cleanup_queue() by Ming Lei · 6 years ago
- 297ba57 block: Fix cloning of requests with a special payload by Bart Van Assche · 6 years ago
- 9c24c10 Revert "block: Add warning for bi_next not NULL in bio_endio()" by Bart Van Assche · 6 years ago
- c04fa44 block: always set partition number to '0' in blk_partition_remap() by Hannes Reinecke · 6 years ago
- cd4a4ae block: don't use blocking queue entered for recursive bio submits by Jens Axboe · 6 years ago
- acddf3b block: move sysfs_lock into elevator_init by Christoph Hellwig · 6 years ago
- ddb7253 block: remove the always unused name argument to elevator_init by Christoph Hellwig · 6 years ago
- cbf62af block: move initialization of elevator-related fields to blk_alloc_queue_node by Christoph Hellwig · 6 years ago
- 338aa96 block: convert bounce, q->bio_split to bioset_init()/mempool_init() by Kent Overstreet · 6 years ago
- 12f5b93 blk-mq: Remove generation seqeunce by Keith Busch · 6 years ago
- 0ba99ca block: Add warning for bi_next not NULL in bio_endio() by Kent Overstreet · 6 years ago
- f4f8154 block: Use bioset_init() for fs_bio_set by Kent Overstreet · 6 years ago
- c303602 block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM by Christoph Hellwig · 6 years ago
- 4accf5f block: pass an explicit gfp_t to get_request by Christoph Hellwig · 6 years ago
- ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 6 years ago
- a9a14d3 block: fix __get_request documentation by Christoph Hellwig · 6 years ago
- 522a777 block: consolidate struct request timestamp fields by Omar Sandoval · 6 years ago
- 544ccc8d block: get rid of struct blk_issue_stat by Omar Sandoval · 6 years ago
- a8a4594 block: pass struct request instead of struct blk_issue_stat to wbt by Omar Sandoval · 6 years ago
- 5086467 block: Shorten interrupt disabled regions by Thomas Gleixner · 7 years ago
- 656cb6d block: Remove redundant WARN_ON() by Anna-Maria Gleixner · 7 years ago
- f456023 blk-mq: start request gstate with gen 1 by Jianchao Wang · 7 years ago
- 1dc3039 block: do not use interruptible wait anywhere by Alan Jenkins · 7 years ago
- 37f9579 blk-mq: Avoid that submitting a bio concurrently with device removal triggers a crash by Bart Van Assche · 7 years ago
- 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- 818e0fa block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unlock}() by Bart Van Assche · 7 years ago
- 52c5e62 block: bio_check_eod() needs to consider partitions by Christoph Hellwig · 7 years ago
- 8814ce8 block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}() by Bart Van Assche · 7 years ago
- f78bac2 block: Use the queue_flag_*() functions instead of open-coding these by Bart Van Assche · 7 years ago
- 7c5a0dc block: fix the count of PGPGOUT for WRITE_SAME by Jiufei Xue · 7 years ago
- a063057 block: Fix a race between request queue removal and the block cgroup controller by Bart Van Assche · 7 years ago
- 498f665 block: Fix a race between the cgroup code and request queue initialization by Bart Van Assche · 7 years ago
- 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
- 30abb3a block: Add should_fail_bio() for bpf error injection by Howard McLauchlan · 7 years ago
- 445251d blk-mq: fix discard merge with scheduler attached by Jens Axboe · 7 years ago
- 86ff7c2 blk-mq: introduce BLK_STS_DEV_RESOURCE by Ming Lei · 7 years ago
- 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- f5ced52 block: Remove kblockd_schedule_delayed_work{,_on}() by Bart Van Assche · 7 years ago
- c77ff7f blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly() by Bart Van Assche · 7 years ago
- 721c7fc block: fail op_is_write() requests to read-only partitions by Ilya Dryomov · 7 years ago
- 396eaf2 blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback by Ming Lei · 7 years ago
- e14575b3 block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit by Jens Axboe · 7 years ago
- 1d9bd51 blk-mq: replace timeout synchronization with a RCU and generation based scheme by Tejun Heo · 7 years ago
- c2856ae blk-mq: quiesce queue before freeing queue by Ming Lei · 7 years ago
- 6cc77e9 block: introduce zoned block devices zone write locking by Christoph Hellwig · 7 years ago
- 454be72 block: drain queue before waiting for q_usage_counter becoming zero by Ming Lei · 7 years ago
- bca237a block/laptop_mode: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 34d9715 block: wake up all tasks blocked in get_request() by Ming Lei · 7 years ago
- 9a95e4e block, nvme: Introduce blk_mq_req_flags_t by Bart Van Assche · 7 years ago
- 3a0a529 block, scsi: Make SCSI quiesce and resume work reliably by Bart Van Assche · 7 years ago
- c9254f2 block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag by Bart Van Assche · 7 years ago
- 1b6d65a block: Introduce BLK_MQ_REQ_PREEMPT by Bart Van Assche · 7 years ago
- 6a15674 block: Introduce blk_get_request_flags() by Bart Van Assche · 7 years ago
- 055f6e1 block: Make q_usage_counter also track legacy requests by Ming Lei · 7 years ago
- aba7afc blk-mq: Avoid that request queue removal can trigger list corruption by Bart Van Assche · 7 years ago
- b085029 block: pass 'run_queue' to blk_mq_request_bypass_insert by Ming Lei · 7 years ago
- e4f36b2 block: fix peeking requests during PM by Christoph Hellwig · 7 years ago
- ea435e1 block: add a poll_fn callback to struct request_queue by Christoph Hellwig · 7 years ago
- ef71de8 block: add a blk_steal_bios helper by Christoph Hellwig · 7 years ago
- f421e1d block: provide a direct_make_request helper by Christoph Hellwig · 7 years ago
- 4e9b6f2 block: Fix a race between blk_cleanup_queue() and timeout handling by Bart Van Assche · 7 years ago
- 85acb3b block: set request_list for request by Shaohua Li · 7 years ago
- 9c98837 block: move __elv_next_request to blk-core.c by Christoph Hellwig · 7 years ago
- 5acb3cc blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
- 157f377 block: directly insert blk-mq request from blk_insert_cloned_request() by Jens Axboe · 7 years ago
- 5034435 block: Make blk_dequeue_request() static by Damien Le Moal · 7 years ago
- 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
- 4ddd56b block: Relax a check in blk_start_queue() by Bart Van Assche · 7 years ago
- b8d62b3 blk-mq: enable checking two part inflight counts at the same time by Jens Axboe · 7 years ago
- 0609e0e block: make part_in_flight() take an array of two ints by Jens Axboe · 7 years ago
- d62e26b block: pass in queue to inflight accounting by Jens Axboe · 7 years ago
- 765e40b block: disable runtime-pm for blk-mq by Christoph Hellwig · 7 years ago
- e23947b bio-integrity: fold bio_integrity_enabled to bio_integrity_prep by Dmitry Monakhov · 7 years ago
- 8fc4504 block: don't set bounce limit in blk_init_queue by Christoph Hellwig · 7 years ago
- 0bf6595 block: don't set bounce limit in blk_init_allocated_queue by Christoph Hellwig · 7 years ago