1. 8d69966 block: fix null pointer dereference in blk_mq_rq_timed_out() by Yufen Yu · 5 years ago
  2. 2af2783 rq-qos: get rid of redundant wbt_update_limits() by Yufen Yu · 5 years ago
  3. 7afccca iocost: bump up default latency targets for hard disks by Tejun Heo · 5 years ago
  4. 7cd806a iocost: improve nr_lagging handling by Tejun Heo · 5 years ago
  5. 25d41e4 iocost: better trace vrate changes by Tejun Heo · 5 years ago
  6. b89f625 block: don't release queue's sysfs lock during switching elevator by Ming Lei · 5 years ago
  7. 284b94b blk-mq: move lockdep_assert_held() into elevator_exit by Ming Lei · 5 years ago
  8. 2e959dd Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  9. d46fe2c block: drop device references in bsg_queue_rq() by Martin Wilck · 5 years ago
  10. be21683 block: t10-pi: fix -Wswitch warning by Max Gurtovoy · 5 years ago
  11. 671df18 Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  12. 58494c9 block, bfq: push up injection only after setting service time by Paolo Valente · 5 years ago
  13. 17c3d26 block, bfq: increase update frequency of inject limit by Paolo Valente · 5 years ago
  14. c1e0a18 block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1 by Paolo Valente · 5 years ago
  15. 23ed570 block, bfq: update inject limit only after injection occurred by Paolo Valente · 5 years ago
  16. 54d4e6a block: centralize PI remapping logic to the block layer by Max Gurtovoy · 5 years ago
  17. 5eaed68 block: use symbolic constants for t10_pi type by Max Gurtovoy · 5 years ago
  18. 7ad67ca Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  19. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  20. 9a91b05 block: also check RQF_STATS in blk_mq_need_time_stamp() by Hou Tao · 6 years ago
  21. 3d24430 block: make rq sector size accessible for block stats by Hou Tao · 6 years ago
  22. 89f3b6d bfq: Fix bfq linkage error by Pavel Begunkov · 5 years ago
  23. 0a67b5a block: fix race between switching elevator and removing queues by Ming Lei · 5 years ago
  24. 8a15b4d block: bypass blk_set_runtime_active for uninitialized q->dev by Stanley Chu · 5 years ago
  25. 7c1ee70 iocost_monitor: Report debt by Tejun Heo · 5 years ago
  26. e1518f6 blk-iocost: Don't let merges push vtime into the future by Tejun Heo · 5 years ago
  27. 36a5248 blk-iocost: Account force-charged overage in absolute vtime by Tejun Heo · 5 years ago
  28. e036c4c blk-iocost: Fix incorrect operation order during iocg free by Tejun Heo · 5 years ago
  29. 795fe54 bfq: Add per-device weight by Fam Zheng · 5 years ago
  30. 5ff047e bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacy by Fam Zheng · 5 years ago
  31. e9d3c86 bfq: Fix the missing barrier in __bfq_entity_update_weight_prio by Fam Zheng · 5 years ago
  32. a261425 block: fix elevator_get_by_features() by Jens Axboe · 5 years ago
  33. 737eb78 block: Delay default elevator initialization by Damien Le Moal · 5 years ago
  34. a0958ba block: Improve default elevator selection by Damien Le Moal · 5 years ago
  35. 68c43f1 block: Introduce elevator features by Damien Le Moal · 5 years ago
  36. 954b4a5 block: Change elevator_init_mq() to always succeed by Damien Le Moal · 5 years ago
  37. 61db437 block: Cleanup elevator_init_mq() use by Damien Le Moal · 5 years ago
  38. 85c0a03 block: elevator.c: Remove now unused elevator= argument by Marcos Paulo de Souza · 5 years ago
  39. cb8acab block: mq-deadline: Fix queue restart handling by Damien Le Moal · 5 years ago
  40. 45147fb block: add a helper function to merge the segments by Yoshihiro Shimoda · 5 years ago
  41. e916ad2 blkcg: add missing NULL check in ioc_cpd_alloc() by Tejun Heo · 5 years ago
  42. 3532e72 blkcg: fix missing free on error path of blk_iocost_init() by Tejun Heo · 5 years ago
  43. 8504dea blkcg: add tools/cgroup/iocost_coef_gen.py by Tejun Heo · 5 years ago
  44. 6954ff1 blkcg: add tools/cgroup/iocost_monitor.py by Tejun Heo · 5 years ago
  45. 7caa471 blkcg: implement blk-iocost by Tejun Heo · 5 years ago
  46. 6f816b4 blk-mq: add optional request->alloc_time_ns by Tejun Heo · 5 years ago
  47. beab17f blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/ by Tejun Heo · 5 years ago
  48. 9677a3e block/rq_qos: implement rq_qos_ops->queue_depth_changed() by Tejun Heo · 5 years ago
  49. d3e65ff block/rq_qos: add rq_qos_merge() by Tejun Heo · 5 years ago
  50. 015d254 blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep() by Tejun Heo · 5 years ago
  51. 86a5bba blkcg: make ->cpd_init_fn() optional by Tejun Heo · 5 years ago
  52. cf09a8e blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn() by Tejun Heo · 5 years ago
  53. cecf5d8 block: split .sysfs_lock into two locks by Ming Lei · 5 years ago
  54. 58c898b block: add helper for checking if queue is registered by Ming Lei · 5 years ago
  55. c6ba933 blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueue by Ming Lei · 5 years ago
  56. c48dac1 block: don't hold q->sysfs_lock in elevator_init_mq by Ming Lei · 5 years ago
  57. 9685b22 block: Remove blk_mq_register_dev() by Bart Van Assche · 5 years ago
  58. d1916c8 block: move same page handling from __bio_add_pc_page to the callers by Christoph Hellwig · 5 years ago
  59. 384209c block: create a bio_try_merge_pc_page helper by Christoph Hellwig · 5 years ago
  60. 320ea86 block: improve the gap check in __bio_add_pc_page by Christoph Hellwig · 5 years ago
  61. 238bdcd block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition by Revanth Rajashekar · 5 years ago
  62. 89c6cc2c block: sed-opal: Remove always false conditional statement by Revanth Rajashekar · 5 years ago
  63. 5cc23ed block: sed-opal: Add/remove spaces by Revanth Rajashekar · 5 years ago
  64. 988721d block: remove struct request_queue queue_head by Junxiao Bi · 5 years ago
  65. 7b6620d block: remove REQ_NOWAIT_INLINE by Jens Axboe · 5 years ago
  66. b8e24a9 block: annotate refault stalls from IO submission by Johannes Weiner · 5 years ago
  67. 73d9c8d blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handling by zhengbin · 5 years ago
  68. e26cc08 blk-mq: move cancel of requeue_work to the front of blk_exit_queue by zhengbin · 5 years ago
  69. fd03177 block, bfq: handle NULL return value by bfq_init_rq() by Paolo Valente · 5 years ago
  70. 3f758e8 block, bfq: move update of waker and woken list to queue freeing by Paolo Valente · 5 years ago
  71. 08d383a block, bfq: reset last_completed_rq_bfqq if the pointed queue is freed by Paolo Valente · 5 years ago
  72. 00ec4f3 block: stop exporting bio_map_kern by Hans Holmberg · 5 years ago
  73. 556f36e blk-mq: balance mapping between present CPUs and queues by Ming Lei · 5 years ago
  74. 6e33dbf blk-zoned: implement REQ_OP_ZONE_RESET_ALL by Chaitanya Kulkarni · 5 years ago
  75. 67ed8b7 block: Fix a comment in blk_cleanup_queue() by Bart Van Assche · 5 years ago
  76. 9cc5169 block: Improve physical block alignment of split bios by Bart Van Assche · 5 years ago
  77. 708b25b block: Simplify blk_bio_segment_split() by Bart Van Assche · 5 years ago
  78. ff9811b block: Simplify bvec_split_segs() by Bart Van Assche · 5 years ago
  79. dad7758 block: Document the bio splitting functions by Bart Van Assche · 5 years ago
  80. af2c68f block: Declare several function pointer arguments 'const' by Bart Van Assche · 5 years ago
  81. a87ccce blk-mq: remove blk_mq_complete_request_sync by Ming Lei · 5 years ago
  82. f9934a8 blk-mq: introduce blk_mq_tagset_wait_completed_request() by Ming Lei · 5 years ago
  83. aa306ab blk-mq: introduce blk_mq_request_completed() by Ming Lei · 5 years ago
  84. 9dd8813 hrtimer/treewide: Use hrtimer_sleeper_start_expires() by Thomas Gleixner · 5 years ago
  85. dbc1625 hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls by Sebastian Andrzej Siewior · 5 years ago
  86. b744948 hrtimer: Remove task argument from hrtimer_init_sleeper() by Thomas Gleixner · 5 years ago
  87. 5168afe Merge tag 'for-linus-20190726-2' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  88. c6c84f7 block: fix max segment size handling in blk_queue_virt_boundary by Christoph Hellwig · 5 years ago
  89. 0441281 Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  90. 327fe1d block: blk-mq: Remove blk_mq_sched_started_request and started_request by Marcos Paulo de Souza · 5 years ago
  91. 893a1c9 blk-mq: allow REQ_NOWAIT to return an error inline by Jens Axboe · 5 years ago
  92. ac38297 rq-qos: use a mb for got_token by Josef Bacik · 5 years ago
  93. d14a9b3 rq-qos: set ourself TASK_UNINTERRUPTIBLE after we schedule by Josef Bacik · 5 years ago
  94. 64e7ea8 rq-qos: don't reset has_sleepers on spurious wakeups by Josef Bacik · 5 years ago
  95. 545fbd0 rq-qos: fix missed wake-ups in rq_qos_throttle by Josef Bacik · 5 years ago
  96. b5e02b4 block, bfq: check also in-flight I/O in dispatch plugging by Paolo Valente · 5 years ago
  97. c309b6f Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 5 years ago
  98. 1624b0b block: fix sysfs module parameters directory path in comment by Akinobu Mita · 5 years ago
  99. 07b0fde blkcg: allow blkcg_policy->pd_stat() to print non-debug info too by Tejun Heo · 5 years ago
  100. 4f4cfa6 docs: admin-guide: add a series of orphaned documents by Mauro Carvalho Chehab · 6 years ago