1. 35d37c6 Revert "blk-mq: Micro-optimize bt_get()" by Jens Axboe · 9 years ago
  2. caf292a Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  3. fcbf6a0 bio: modify __bio_add_page() to accept pages that don't start a new segment by Maurizio Lombardi · 9 years ago
  4. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  5. 06a41a9 blk-mq: Fix uninitialized kobject at CPU hotplugging by Takashi Iwai · 9 years ago
  6. 959f5f5 blk-mq: Use all available hardware queues by Bart Van Assche · 9 years ago
  7. 52f7eb94 blk-mq: Micro-optimize bt_get() by Bart Van Assche · 9 years ago
  8. c38d185 blk-mq: Fix a race between bt_clear_tag() and bt_get() by Bart Van Assche · 9 years ago
  9. 9e98e9d blk-mq: Avoid that __bt_get_word() wraps multiple times by Bart Van Assche · 9 years ago
  10. 45a9c9d blk-mq: Fix a use-after-free by Bart Van Assche · 9 years ago
  11. f3f62a3 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  12. 19c66e5 blk-mq: prevent unmapped hw queue from being scheduled by Ming Lei · 9 years ago
  13. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 9 years ago
  14. 080ff35 blk-mq: re-check for available tags after running the hardware queue by Jens Axboe · 9 years ago
  15. b322320 blk-mq: fix hang in bt_get() by Bart Van Assche · 9 years ago
  16. dc843ef Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus by James Bottomley · 9 years ago
  17. 47fafbc block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 9 years ago
  18. 594416a block: fix regression where bio_integrity_process uses wrong bio_vec iterator by Darrick J. Wong · 9 years ago
  19. 6637fad blk-mq: move the kdump check to blk_mq_alloc_tag_set by Shaohua Li · 9 years ago
  20. 70114c3 blk-mq: cleanup tag free handling by Jens Axboe · 10 years ago
  21. a33c1ba blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu map by Jens Axboe · 10 years ago
  22. eb846d9 scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 by Hannes Reinecke · 10 years ago
  23. 394ffa5 blk: introduce generic io stat accounting help function by Gu Zheng · 10 years ago
  24. b657d7e blk-mq: handle the single queue case in blk_mq_hctx_next_cpu by Christoph Hellwig · 10 years ago
  25. 5fabcb4 genhd: check for int overflow in disk_expand_part_tbl() by Jens Axboe · 10 years ago
  26. 7c7f2f2 blk-mq: add blk_mq_free_hctx_request() by Jens Axboe · 10 years ago
  27. 1a3b595 blk-mq: export blk_mq_free_request() by Jens Axboe · 10 years ago
  28. 125c99b scsi: add new scsi-command flag for tagged commands by Christoph Hellwig · 10 years ago
  29. 205fb5f blk-mq: add blk_mq_unique_tag() by Bart Van Assche · 10 years ago
  30. 7f60dca block: blk-merge: fix blk_recount_segments() by Ming Lei · 10 years ago
  31. 2a90d4a blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enable by Paolo Bonzini · 10 years ago
  32. 398205b blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if needed by Paolo Bonzini · 10 years ago
  33. 92697dc scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMAND by Tony Battersby · 10 years ago
  34. f3af020 blk-mq: make mq_queue_reinit_notify() freeze queues in parallel by Tejun Heo · 10 years ago
  35. ece9c72 block: Fix computation of merged request priority by Jan Kara · 10 years ago
  36. e167dfb blk-mq: add BLK_MQ_F_DEFER_ISSUE support flag by Jens Axboe · 10 years ago
  37. 74c4505 blk-mq: add a 'list' parameter to ->queue_rq() by Jens Axboe · 10 years ago
  38. d32f6b5 block: fix wrong error return in elevator_init() by Sudip Mukherjee · 10 years ago
  39. 84ce0f0 scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND by Jan Kara · 10 years ago
  40. 76d8137 blk-merge: recaculate segment if it isn't less than max segments by Ming Lei · 10 years ago
  41. 34b48db block: remove artifical max_hw_sectors cap by Christoph Hellwig · 10 years ago
  42. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  43. a86073e blk-mq: allocate cpumask on the home node by Jens Axboe · 10 years ago
  44. b65c749 bio-integrity: remove the needless fail handle of bip_slab creating by Gu Zheng · 10 years ago
  45. 7b2b10e block: include func name in __get_request prints by Robert Elliott · 10 years ago
  46. ef3ecb6 block: make blk_update_request print prefix match ratelimited prefix by Robert Elliott · 10 years ago
  47. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  48. 764f612 blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bio by Ming Lei · 10 years ago
  49. b8839b8 block: fix alignment_offset math that assumes io_min is a power-of-2 by Mike Snitzer · 10 years ago
  50. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  51. 9d8f0bc blk-mq: Make bt_clear_tag() easier to read by Bart Van Assche · 10 years ago
  52. abab13b blk-mq: fix potential hang if rolling wakeup depth is too high by Jens Axboe · 10 years ago
  53. d8f429e block: add bioset_create_nobvec() by Junichi Nomura · 10 years ago
  54. 11dfce5 block: use bio_clone_fast() in blk_rq_prep_clone() by Junichi Nomura · 10 years ago
  55. 4a0efdc block: misplaced rq_complete tracepoint by Hannes Reinecke · 10 years ago
  56. 5829405 block: Replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  57. 2341c2f block: Add T10 Protection Information functions by Martin K. Petersen · 10 years ago
  58. 4eaf99b block: Don't merge requests if integrity flags differ by Martin K. Petersen · 10 years ago
  59. aae7df5 block: Integrity checksum flag by Martin K. Petersen · 10 years ago
  60. b1f013885 block: Relocate bio integrity flags by Martin K. Petersen · 10 years ago
  61. 3aec2f4 block: Add a disk flag to block integrity profile by Martin K. Petersen · 10 years ago
  62. 8288f49 block: Add prefix to block integrity profile flags by Martin K. Petersen · 10 years ago
  63. 1859308 block: Clean up the code used to generate and verify integrity metadata by Martin K. Petersen · 10 years ago
  64. 5a2aa87 block: Make protection interval calculation generic by Martin K. Petersen · 10 years ago
  65. 3be91c4 block: Deprecate the use of the term sector in the context of block integrity by Martin K. Petersen · 10 years ago
  66. 5f9378f block: Remove bip_buf by Martin K. Petersen · 10 years ago
  67. 8492b68b block: Remove integrity tagging functions by Martin K. Petersen · 10 years ago
  68. 180b2f9 block: Replace bi_integrity with bi_special by Martin K. Petersen · 10 years ago
  69. e7258c1 block: Get rid of bdev_integrity_enabled() by Martin K. Petersen · 10 years ago
  70. f70ced0 blk-mq: support per-distpatch_queue flush machinery by Ming Lei · 10 years ago
  71. e97c293 block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queue by Ming Lei · 10 years ago
  72. 0bae352 block: flush: avoid to figure out flush queue unnecessarily by Ming Lei · 10 years ago
  73. ba48338 block: remove blk_init_flush() and its pair by Ming Lei · 10 years ago
  74. 7c94e1c block: introduce blk_flush_queue to drive flush machinery by Ming Lei · 10 years ago
  75. 7ddab5d block: avoid to use q->flush_rq directly by Ming Lei · 10 years ago
  76. 3c09676 block: move flush initialization to blk_flush_init by Ming Lei · 10 years ago
  77. f355265 block: introduce blk_init_flush and its pair by Ming Lei · 10 years ago
  78. 1bcb1ea blk-mq: allocate flush_rq in blk_mq_init_flush() by Ming Lei · 10 years ago
  79. 08e98fc blk-mq: handle failure path for initializing hctx by Ming Lei · 10 years ago
  80. 17497ac blk-mq, percpu_ref: start q->mq_usage_counter in atomic mode by Tejun Heo · 10 years ago
  81. 2aad2a8 percpu_ref: add PERCPU_REF_INIT_* flags by Tejun Heo · 10 years ago
  82. 9eca804 Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe" by Tejun Heo · 10 years ago
  83. d06efeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18 by Tejun Heo · 10 years ago
  84. 0a30288 blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe by Tejun Heo · 10 years ago
  85. 46f341f genhd: fix leftover might_sleep() in blk_free_devt() by Jens Axboe · 10 years ago
  86. 9041583 block: fix blk_abort_request on blk-mq by Christoph Hellwig · 10 years ago
  87. 5e940aa blk-timeout: fix blk_add_timer by Ming Lei · 10 years ago
  88. aedcd72 blk-mq: limit memory consumption if a crash dump is active by Jens Axboe · 10 years ago
  89. 2edd2c7 blk-mq: remove unnecessary blk_clear_rq_complete() by Ming Lei · 10 years ago
  90. 0152fb6 blk-mq: pass a reserved argument to the timeout handler by Christoph Hellwig · 10 years ago
  91. 46f92d4 blk-mq: unshared timeout handler by Christoph Hellwig · 10 years ago
  92. 81481eb blk-mq: fix and simplify tag iteration for the timeout handler by Christoph Hellwig · 10 years ago
  93. c8a446a blk-mq: rename blk_mq_end_io to blk_mq_end_request by Christoph Hellwig · 10 years ago
  94. e249007 blk-mq: call blk_mq_start_request from ->queue_rq by Christoph Hellwig · 10 years ago
  95. bf57229 blk-mq: remove REQ_END by Christoph Hellwig · 10 years ago
  96. 6d11fb4 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  97. 8b95741 blk-mq: use blk_mq_start_hw_queues() when running requeue work by Jens Axboe · 10 years ago
  98. 6b55e1f blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps() by Jens Axboe · 10 years ago
  99. a57a178 blk-mq: avoid infinite recursion with the FUA flag by Christoph Hellwig · 10 years ago
  100. 683d0e1 blk-mq: Avoid race condition with uninitialized requests by David Hildenbrand · 10 years ago