- aba7afc blk-mq: Avoid that request queue removal can trigger list corruption by Bart Van Assche · 7 years ago
- 0c6af1c blk-mq: put driver tag if dispatch budget can't be got by Ming Lei · 7 years ago
- f00c4d8 block: pass full fmode_t to blk_verify_command by Christoph Hellwig · 7 years ago
- d004a5e7 block: remove __bio_kmap_atomic by Christoph Hellwig · 7 years ago
- 05b7941 Revert "blk-mq: don't handle TAG_SHARED in restart" by Jens Axboe · 7 years ago
- 923218f blk-mq: don't allocate driver tag upfront for flush rq by Ming Lei · 7 years ago
- 244c65a blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h by Ming Lei · 7 years ago
- a6a252e blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQ by Ming Lei · 7 years ago
- 598906f blk-flush: use blk_mq_request_bypass_insert() by Ming Lei · 7 years ago
- b085029 block: pass 'run_queue' to blk_mq_request_bypass_insert by Ming Lei · 7 years ago
- 9c71c83 blk-flush: don't run queue for requests bypassing flush by Ming Lei · 7 years ago
- 6d6f167c blk-mq: put the driver tag of nxt rq before first one is requeued by Jianchao Wang · 7 years ago
- e840107 blkcg: add sanity check for blkcg policy operations by weiping zhang · 7 years ago
- 88022d7 blk-mq: don't handle failure in .get_budget by Ming Lei · 7 years ago
- e4f36b2 block: fix peeking requests during PM by Christoph Hellwig · 7 years ago
- 21e768b blk-mq: Make blk_mq_get_request() error path less confusing by Bart Van Assche · 7 years ago
- c2e82a2 blk-mq: fix nr_requests wrong value when modify it from sysfs by weiping zhang · 7 years ago
- ea435e1 block: add a poll_fn callback to struct request_queue by Christoph Hellwig · 7 years ago
- 8ddcd65 block: introduce GENHD_FL_HIDDEN by Christoph Hellwig · 7 years ago
- 517bf3c block: don't look at the struct device dev_t in disk_devt 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
- 3e2cb3a Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/block by Jens Axboe · 7 years ago
- 1f460b6 blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE by Ming Lei · 7 years ago
- 358a3a6 blk-mq: don't handle TAG_SHARED in restart by Ming Lei · 7 years ago
- b347689 blk-mq-sched: improve dispatching from sw queue by Ming Lei · 7 years ago
- de14829 blk-mq: introduce .get_budget and .put_budget in blk_mq_ops by Ming Lei · 7 years ago
- 63ba8e3 block: kyber: check if there are requests in ctx in kyber_has_work() by Ming Lei · 7 years ago
- caf8eb0 blk-mq-sched: move actual dispatching into one helper by Ming Lei · 7 years ago
- 5e3d02b blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatch by Ming Lei · 7 years ago
- 4e9b6f2 block: Fix a race between blk_cleanup_queue() and timeout handling by Bart Van Assche · 7 years ago
- 4d740bc mq-deadline: add 'deadline' as a name alias by Jens Axboe · 7 years ago
- 8ac0d9a elevator: allow name aliases by Jens Axboe · 7 years ago
- 2527d99 elevator: lookup mq vs non-mq elevators by Jens Axboe · 7 years ago
- d5ce4c3 block: cope with WRITE ZEROES failing in blkdev_issue_zeroout() by Ilya Dryomov · 7 years ago
- 425a4db block: factor out __blkdev_issue_zero_pages() by Ilya Dryomov · 7 years ago
- bb749b3 block: move CAP_SYS_ADMIN check in blkdev_roset() by Ilya Dryomov · 7 years ago
- 351499a1 block: Invalidate cache on discard v2 by Dmitry Monakhov · 7 years ago
- dab7487b block: remove blk_mq_reinit_tagset by Sagi Grimberg · 7 years ago
- 149e10f block: introduce blk_mq_tagset_iter by Sagi Grimberg · 7 years ago
- 8cf4666 kyber: fix hang on domain token wait queue by Omar Sandoval · 7 years ago
- 519c8e9 block: fix Sphinx kernel-doc warning by Randy Dunlap · 7 years ago
- 85acb3b block: set request_list for request by Shaohua Li · 7 years ago
- eca8b53 blk-stat: delete useless code by Shaohua Li · 7 years ago
- 53cfdc1 blk-throttle: fix null pointer dereference while throttling writeback IOs by Jiufei Xue · 7 years ago
- 58a9edc blkcg: check pol->cpd_free_fn before free cpd by weiping zhang · 7 years ago
- 99fead8 block, bfq: fix unbalanced decrements of burst size by Paolo Valente · 7 years ago
- b5dc5d4 block,bfq: Disable writeback throttling by Luca Miccio · 7 years ago
- 4078def block/bio: Remove null checks before mempool_destroy in bioset_free by Tim Hansen · 7 years ago
- 4b14a5c block: remove unnecessary NULL checks in bioset_integrity_free() by Tim Hansen · 7 years ago
- 5fdee21 block: remove QUEUE_FLAG_STACKABLE by Christoph Hellwig · 7 years ago
- fc13457 blk-mq: document the need to have STARTED and COMPLETED share a byte by Jens Axboe · 7 years ago
- a7af0af blk-mq: attempt to fix atomic flag memory ordering by Peter Zijlstra · 7 years ago
- 9c98837 block: move __elv_next_request to blk-core.c by Christoph Hellwig · 7 years ago
- 7cb0400 block, bfq: decrease burst size when queues in burst exit by Paolo Valente · 7 years ago
- 894df93 block, bfq: let early-merged queues be weight-raised on split too by Paolo Valente · 7 years ago
- 3e2bdd6 block, bfq: check and switch back to interactive wr also on queue split by Paolo Valente · 7 years ago
- 4baa8bb block, bfq: fix wrong init of saved start time for weight raising by Paolo Valente · 7 years ago
- 7beb2f8 blk-mq: wire up completion notifier for laptop mode by Jens Axboe · 7 years ago
- 5385fa4 blk-mq-tag: kill unused tag enums by Jens Axboe · 7 years ago
- 5472487 blk-mq: remove unused function hctx_allow_merges by weiping zhang · 7 years ago
- af551fb blkcg: delete unused APIs by Shaohua Li · 7 years ago
- f5c156c block: fix a crash caused by wrong API by Shaohua Li · 7 years ago
- 5acb3cc blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
- f507b54 bsg-lib: don't free job in bsg_prepare_job by Christoph Hellwig · 7 years ago
- 157f377 block: directly insert blk-mq request from blk_insert_cloned_request() by Jens Axboe · 7 years ago
- 09c2c35 block: fix integer overflow in __blkdev_sectors_to_bio_pages() by Mikulas Patocka · 7 years ago
- dbec491b block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabled by Scott Bauer · 7 years ago
- 126e76f Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- f0f1a45 block/cfq: cache rightmost rb_node by Davidlohr Bueso · 7 years ago
- 09663c8 block/cfq: replace cfq_rb_root leftmost caching by Davidlohr Bueso · 7 years ago
- 572c01b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
- 3645e6d Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
- a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
- edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
- aa9d464 Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
- 12cd3a2 bfq: Use icq_to_bic() consistently by Bart Van Assche · 7 years ago
- 1530486c bfq: Suppress compiler warnings about comparisons by Bart Van Assche · 7 years ago
- 2f79136 bfq: Check kstrtoul() return value by Bart Van Assche · 7 years ago
- dfb79af bfq: Declare local functions static by Bart Van Assche · 7 years ago
- fa393d1 bfq: Annotate fall-through in a switch statement by Bart Van Assche · 7 years ago
- 8363dae compat_hdio_ioctl: Fix a declaration by Bart Van Assche · 7 years ago
- 24d90bb block, bfq: guarantee update_next_in_service always returns an eligible entity by Paolo Valente · 7 years ago
- a02195c block, bfq: remove direct switch to an entity in higher class by Paolo Valente · 7 years ago
- 80294c3 block, bfq: make lookup_next_entity push up vtime on expirations by Paolo Valente · 7 years ago
- c1225f0 scsi: bsg-lib: pass the release callback through bsg_setup_queue by Christoph Hellwig · 7 years ago
- c529594 bsg: remove #if 0'ed code by Christoph Hellwig · 7 years ago
- 7de967e mq-deadline: Enable auto-loading when built as module by Ben Hutchings · 7 years ago
- 26b4cf2 bfq: Re-enable auto-loading when built as a module by Ben Hutchings · 7 years ago
- 5034435 block: Make blk_dequeue_request() static by Damien Le Moal · 7 years ago
- 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 7 years ago
- cd996fb Merge tag 'v4.13-rc7' into for-4.14/block-postmerge by Jens Axboe · 7 years ago
- e9a823f block: fix warning when I/O elevator is changed as request_queue is being removed by David Jeffery · 7 years ago
- 235f8da block, scheduler: convert xxx_var_store to void by weiping zhang · 7 years ago
- 9749c37 Merge 4.13-rc7 into char-misc-next by Greg Kroah-Hartman · 7 years ago
- 4c18c9e blkcg: avoid free blkcg_root when failed to alloc blkcg policy by weiping zhang · 7 years ago
- 8a8e6f8 md/raid0: attach correct cgroup info in bio by Shaohua Li · 7 years ago
- 3140c3c block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH rename by Omar Sandoval · 7 years ago
- 22d5382 blk-mq-debugfs: Add names for recently added flags by Bart Van Assche · 7 years ago