1. c58d405 Merge tag 'docs-4.12' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  2. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  3. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  4. 9438b3e block: hide badblocks attribute by default by Dan Williams · 7 years ago
  5. 21c6e93 blk-mq: unify hctx delay_work and run_work by Jens Axboe · 7 years ago
  6. 818cd1c block: add kblock_mod_delayed_work_on() by Jens Axboe · 7 years ago
  7. 9f99373 blk-mq: unify hctx delayed_run_work and run_work by Jens Axboe · 7 years ago
  8. 3393180 blk-mq-sched: alloate reserved tags out of normal pool by Jens Axboe · 7 years ago
  9. 2836ee4 blk-mq: Add blk_mq_ops.show_rq() by Bart Van Assche · 7 years ago
  10. 8658dca blk-mq: Show operation, cmd_flags and rq_flags names by Bart Van Assche · 7 years ago
  11. fd07dc8 blk-mq: Make blk_flags_show() callers append a newline character by Bart Van Assche · 7 years ago
  12. 65ca1ca blk-mq: Move the "state" debugfs attribute one level down by Bart Van Assche · 7 years ago
  13. e869b546 blk-mq: Unregister debugfs attributes earlier by Bart Van Assche · 7 years ago
  14. f05d1ba blk-mq: Only unregister hctxs for which registration succeeded by Bart Van Assche · 7 years ago
  15. 62d6c94 blk-mq-debugfs: Rename functions for registering and unregistering the mq directory by Bart Van Assche · 7 years ago
  16. 4c9e401 blk-mq: Let blk_mq_debugfs_register() look up the queue name by Bart Van Assche · 7 years ago
  17. 2d0364c blk-mq: Register <dev>/queue/mq after having registered <dev>/queue by Bart Van Assche · 7 years ago
  18. 2859323 block: fix blk_integrity_register to use template's interval_exp if not 0 by Mike Snitzer · 7 years ago
  19. 19b7ccf block: get rid of blk_integrity_revalidate() by Ilya Dryomov · 7 years ago
  20. abc25a6 blk-mq: Fix preempt count imbalance by Bart Van Assche · 7 years ago
  21. 99c749a blk-stat: kill blk_stat_rq_ddir() by Jens Axboe · 7 years ago
  22. 246665d blk-mq: Remove blk_mq_sched_move_to_dispatch() by Bart Van Assche · 7 years ago
  23. 5feeacd blk-mq: add might_sleep check to blk_mq_get_driver_tag() by Jens Axboe · 7 years ago
  24. 0206319 blk-mq: Fix poll_stat for new size-based bucketing. by Stephen Bates · 7 years ago
  25. b00c53e blk-mq: fix schedule-while-atomic with scheduler attached by Jens Axboe · 7 years ago
  26. 720b8cc blk-mq: Add a polling specific stats function by Stephen Bates · 7 years ago
  27. a37244e blk-stat: convert blk-stat bucket callback to signed by Stephen Bates · 7 years ago
  28. 3a07bb1 blk-mq: fix potential oops with polling and blk-mq scheduler by Jens Axboe · 7 years ago
  29. caf7df1 block: remove the errors field from struct request by Christoph Hellwig · 7 years ago
  30. 453f834 blk-mq: simplify __blk_mq_complete_request by Christoph Hellwig · 7 years ago
  31. 08e0029 blk-mq: remove the error argument to blk_mq_complete_request by Christoph Hellwig · 7 years ago
  32. 17d5363 scsi: introduce a result field in struct scsi_request by Christoph Hellwig · 7 years ago
  33. b7819b9 block: remove the blk_execute_rq return value by Christoph Hellwig · 7 years ago
  34. 2bc19cd blk-throttle: fix unused variable warning with BLK_DEV_THROTTLING_LOW=n by Jens Axboe · 7 years ago
  35. 659b339 bfq: fix compile error if CONFIG_CGROUPS=n by Jens Axboe · 7 years ago
  36. 8c9ff1a block, bfq: don't dereference bic before null checking it by Colin Ian King · 7 years ago
  37. 9a87182 block: Optimize ioprio_best() by Bart Van Assche · 7 years ago
  38. 0be0dee block: Inline blk_rq_set_prio() by Bart Van Assche · 7 years ago
  39. da8d7f0 block: Export blk_init_request_from_bio() by Bart Van Assche · 7 years ago
  40. 3a5088c block: respect BLK_MQ_F_NO_SCHED by Ming Lei · 7 years ago
  41. d0fac02 block: make __blk_end_bidi_request private by Christoph Hellwig · 7 years ago
  42. fa1a15c block: remove blk_end_request_cur by Christoph Hellwig · 7 years ago
  43. 314fe91 block: remove blk_end_request_err and __blk_end_request_err by Christoph Hellwig · 7 years ago
  44. 8330cdb block: Make writeback throttling defaults consistent for SQ devices by Jan Kara · 7 years ago
  45. ea25da4 block, bfq: split bfq-iosched.c into multiple source files by Paolo Valente · 7 years ago
  46. 6fa3e8d block, bfq: remove all get and put of I/O contexts by Paolo Valente · 7 years ago
  47. e1b2324 block, bfq: handle bursts of queue activations by Arianna Avanzini · 7 years ago
  48. e01eff0 block, bfq: boost the throughput with random I/O on NCQ-capable HDDs by Paolo Valente · 7 years ago
  49. bf2b79e block, bfq: boost the throughput on NCQ-capable flash-based devices by Paolo Valente · 7 years ago
  50. 1de0c4c block, bfq: reduce idling only in symmetric scenarios by Arianna Avanzini · 7 years ago
  51. 36eca89 block, bfq: add Early Queue Merge (EQM) by Arianna Avanzini · 7 years ago
  52. cfd6971 block, bfq: reduce latency during request-pool saturation by Paolo Valente · 7 years ago
  53. bcd5642 block, bfq: preserve a low latency also with NCQ-capable drives by Paolo Valente · 7 years ago
  54. 77b7dce block, bfq: reduce I/O latency for soft real-time applications by Paolo Valente · 7 years ago
  55. 44e44a1 block, bfq: improve responsiveness by Paolo Valente · 7 years ago
  56. c074170 block, bfq: add more fairness with writes and slow processes by Paolo Valente · 7 years ago
  57. ab0e43e block, bfq: modify the peak-rate estimator by Paolo Valente · 7 years ago
  58. 54b6045 block, bfq: improve throughput boosting by Paolo Valente · 7 years ago
  59. e21b7a0 block, bfq: add full hierarchical scheduling and cgroups support by Arianna Avanzini · 7 years ago
  60. aee69d7 block, bfq: introduce the BFQ-v0 I/O scheduler as an extra scheduler by Paolo Valente · 7 years ago
  61. 00e0439 blk-mq: introduce Kyber multiqueue I/O scheduler by Omar Sandoval · 7 years ago
  62. c05f852 blk-mq-sched: make completed_request() callback more useful by Omar Sandoval · 7 years ago
  63. 5b72727 blk-mq: export helpers by Omar Sandoval · 7 years ago
  64. 229a9287 blk-mq: add shallow depth option for blk_mq_get_tag() by Omar Sandoval · 7 years ago
  65. 3f19cd2 block: Fix list corruption of blk stats callback list by Jan Kara · 7 years ago
  66. f5c0b091 blk-mq: Show symbolic names for hctx state and flags by Bart Van Assche · 7 years ago
  67. 91d6890 blk-mq: Export queue state through /sys/kernel/debug/block/*/state by Bart Van Assche · 7 years ago
  68. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 7 years ago
  69. 71027e9 block: stop using discards for zeroing by Christoph Hellwig · 7 years ago
  70. cb365b9 block: add a new BLKDEV_ZERO_NOFALLBACK flag by Christoph Hellwig · 7 years ago
  71. d928be9 block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROES by Christoph Hellwig · 7 years ago
  72. ee472d8 block: add a flags argument to (__)blkdev_issue_zeroout by Christoph Hellwig · 7 years ago
  73. c20cfc2 block: stop using blkdev_issue_write_same for zeroing by Christoph Hellwig · 7 years ago
  74. 885fa13 block: implement splitting of REQ_OP_WRITE_ZEROES bios by Christoph Hellwig · 7 years ago
  75. 591c59d block: sed-opal: Tone down all the pr_* to debugs by Scott Bauer · 7 years ago
  76. 710c785 blk-mq: Clarify comments in blk_mq_dispatch_rq_list() by Bart Van Assche · 7 years ago
  77. 705cda9 blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_list by Bart Van Assche · 7 years ago
  78. d945a36 blk-mq: use true instead of 1 for blk_mq_queue_data.last by Omar Sandoval · 7 years ago
  79. 807b104 blk-mq: make driver tag failure path easier to follow by Omar Sandoval · 7 years ago
  80. ee056f9 blk-mq-sched: provide hooks for initializing hardware queue data by Omar Sandoval · 7 years ago
  81. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 7 years ago
  82. 6d8c6c0 blk-mq: Restart a single queue if tag sets are shared by Bart Van Assche · 7 years ago
  83. 7587a5a blk-mq: Introduce blk_mq_delay_run_hw_queue() by Bart Van Assche · 7 years ago
  84. fbbaf70 block: trace completion of all bios. by NeilBrown · 7 years ago
  85. ebe8bdd blk-mq: remap queues when adding/removing hardware queues by Omar Sandoval · 7 years ago
  86. 54d5329 blk-mq-sched: fix crash in switch error path by Omar Sandoval · 7 years ago
  87. 9325263 blk-mq-sched: set up scheduler tags when bringing up new queues by Omar Sandoval · 7 years ago
  88. 6917ff0 blk-mq-sched: refactor scheduler initialization by Omar Sandoval · 7 years ago
  89. 81380ca blk-mq: use the right hctx when getting a driver tag fails by Omar Sandoval · 7 years ago
  90. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 7 years ago
  91. f2fbc9d blk-mq: Remove blk_mq_queue_data.list by Bart Van Assche · 7 years ago
  92. 142bbdf cfq: Disable writeback throttling by default by Jan Kara · 7 years ago
  93. 85003a4 block: fix inheriting request priority from bio by Adam Manzanares · 7 years ago
  94. 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 7 years ago
  95. bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 7 years ago
  96. bf4907c blk-mq: fix schedule-under-preempt for blocking drivers by Jens Axboe · 7 years ago
  97. 47d7520 block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle" by Colin Ian King · 7 years ago
  98. ac77a0c block: do not put mq context in blk_mq_alloc_request_hctx by Minchan Kim · 7 years ago
  99. 3e06eb3 block: do not put mq context in blk_mq_alloc_request_hctx by Minchan Kim · 7 years ago
  100. 3e8a706 blk-mq: include errors in did_work calculation by Jens Axboe · 7 years ago