1. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  2. 0a30288 blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe by Tejun Heo · 10 years ago
  3. 46f341f genhd: fix leftover might_sleep() in blk_free_devt() by Jens Axboe · 10 years ago
  4. 8b95741 blk-mq: use blk_mq_start_hw_queues() when running requeue work by Jens Axboe · 10 years ago
  5. 6b55e1f blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps() by Jens Axboe · 10 years ago
  6. a57a178 blk-mq: avoid infinite recursion with the FUA flag by Christoph Hellwig · 10 years ago
  7. 683d0e1 blk-mq: Avoid race condition with uninitialized requests by David Hildenbrand · 10 years ago
  8. 538b753 blk-mq: request deadline must be visible before marking rq as started by Jens Axboe · 10 years ago
  9. a516440 blk-mq: scale depth and rq map appropriate if low on memory by Jens Axboe · 10 years ago
  10. df35c7c Block: fix unbalanced bypass-disable in blk_register_queue by Alan Stern · 10 years ago
  11. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  12. 2da7809 block: Fix dev_t minor allocation lifetime by Keith Busch · 10 years ago
  13. 5676e7b blk-mq: cleanup after blk_mq_init_rq_map failures by Robert Elliott · 10 years ago
  14. 0738854 blk-merge: fix blk_recount_segments by Ming Lei · 10 years ago
  15. 7b5af5c cfq-iosched: Add comments on update timing of weight by Toshiaki Makita · 10 years ago
  16. e15693e cfq-iosched: Fix wrong children_weight calculation by Toshiaki Makita · 10 years ago
  17. d19d744 block: fix error handling in sg_io by Sabrina Dubroca · 10 years ago
  18. 2ba136d fix regression in SCSI_IOCTL_SEND_COMMAND by Tony Battersby · 10 years ago
  19. 6f4a1626 scsi-mq: fix requests that use a separate CDB buffer by Tony Battersby · 10 years ago
  20. a57821c block: support > 16 byte CDBs for SG_IO by Christoph Hellwig · 10 years ago
  21. 2cada58 block: cleanup error handling in sg_io by Christoph Hellwig · 10 years ago
  22. cddd5d1 blk-mq: blk_mq_freeze_queue() should allow nesting by Tejun Heo · 10 years ago
  23. a68aafa blk-mq: correct a few wrong/bad comments by Jens Axboe · 10 years ago
  24. 16f408d block: Fix BUG_ON when pi errors occur by Sagi Grimberg · 10 years ago
  25. 274a584 blk-mq: don't allow merges if turned off for the queue by Jens Axboe · 10 years ago
  26. dd84008 blk-mq: fix WARNING "percpu_ref_kill() called more than once!" by Ming Lei · 10 years ago
  27. ba36899 Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  28. d429a36 Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  29. 4a319a4 Merge branch 'for-3.17/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  30. d97a86c partitions: aix.c: off by one bug by Dan Carpenter · 10 years ago
  31. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  32. 6a24148 block: use kmalloc alignment for bio slab by Mikulas Patocka · 10 years ago
  33. 2a1b4cf blkcg: don't call into policy draining if root_blkg is already gone by Tejun Heo · 10 years ago
  34. 2cf669a cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes() by Tejun Heo · 10 years ago
  35. 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 10 years ago
  36. 26a3379 Revert "bio: modify __bio_add_page() to accept pages that don't start a new segment" by Jens Axboe · 10 years ago
  37. 3b3a181 block: provide compat ioctl for BLKZEROOUT by Mikulas Patocka · 10 years ago
  38. 0b462c8 blkcg: don't call into policy draining if root_blkg is already gone by Tejun Heo · 10 years ago
  39. aa6ec29 cgroup: remove sane_behavior support on non-default hierarchies by Tejun Heo · 10 years ago
  40. 1ced953 blkcg, memcg: make blkcg depend on memcg on the default hierarchy by Tejun Heo · 10 years ago
  41. d45b327 block: don't assume last put of shared tags is for the host by Christoph Hellwig · 10 years ago
  42. 254c440 bio: modify __bio_add_page() to accept pages that don't start a new segment by Maurizio Lombardi · 10 years ago
  43. d151561 block SG_IO: add SG_FLAG_Q_AT_HEAD flag by Douglas Gilbert · 10 years ago
  44. 9b4231b block: fix SG_[GS]ET_RESERVED_SIZE ioctl when max_sectors is huge by Akinobu Mita · 10 years ago
  45. 63f2649 block: fix BLKSECTGET ioctl when max_sectors is greater than USHRT_MAX by Akinobu Mita · 10 years ago
  46. 16e1556 block/partitions/efi.c: kerneldoc fixing by Fabian Frederick · 10 years ago
  47. dce14c2 block/partitions/msdos.c: code clean-up by Fabian Frederick · 10 years ago
  48. 600ffc5 block/partitions/amiga.c: replace nolevel printk by pr_err by Fabian Frederick · 10 years ago
  49. 472d5e2 block/partitions/aix.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  50. cbcd1054 bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payload by Gu Zheng · 10 years ago
  51. add703f blk-mq: use percpu_ref for mq usage count by Tejun Heo · 10 years ago
  52. 72d6f02 blk-mq: collapse __blk_mq_drain_queue() into blk_mq_freeze_queue() by Tejun Heo · 10 years ago
  53. 780db20 blk-mq: decouble blk-mq freezing from generic bypassing by Tejun Heo · 10 years ago
  54. 776687b block, blk-mq: draining can't be skipped even if bypass_depth was non-zero by Tejun Heo · 10 years ago
  55. 531ed62 blk-mq: fix a memory ordering bug in blk_mq_queue_enter() by Tejun Heo · 10 years ago
  56. 3493860 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  57. 0ffbce8 blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue() by Jens Axboe · 10 years ago
  58. 66cb45a block: add support for limiting gaps in SG lists by Jens Axboe · 10 years ago
  59. e567bf7 Revert "block: add __init to elv_register" by Jens Axboe · 10 years ago
  60. d5bf029 Revert "block: add __init to blkcg_policy_register" by Jens Axboe · 10 years ago
  61. a5049a8 blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt an atomic_t by Tejun Heo · 10 years ago
  62. f1d7024 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  63. 86fb5c5 blk-mq: bitmap tag: fix races in bt_get() function by Alexander Gordeev · 10 years ago
  64. 2971c35 blk-mq: bitmap tag: fix race on blk_mq_bitmap_tags::wake_cnt by Alexander Gordeev · 10 years ago
  65. 8537b12 blk-mq: bitmap tag: fix races on shared ::wake_index fields by Alexander Gordeev · 10 years ago
  66. b55b390 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 10 years ago
  67. 95ed068 blk-mq: merge blk_mq_drain_queue and __blk_mq_drain_queue by Christoph Hellwig · 10 years ago
  68. 8f5280f blk-mq: properly drain stopped queues by Christoph Hellwig · 10 years ago
  69. 28747fc block: remove WQ_POWER_EFFICIENT from kblockd by Matias Bjørling · 10 years ago
  70. 2940474 block: remove elv_abort_queue and blk_abort_flushes by Christoph Hellwig · 10 years ago
  71. 23d4ed5 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  72. a2d445d block: add __init to blkcg_policy_register by Fabian Frederick · 10 years ago
  73. b5097e9 block: add __init to elv_register by Fabian Frederick · 10 years ago
  74. 58a4915 block: ensure that bio_add_page() always accepts a page for an empty bio by Jens Axboe · 10 years ago
  75. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  76. 2b8393b blk-mq: add timer in blk_mq_start_request by Ming Lei · 10 years ago
  77. 3ee3237 blk-mq: always initialize request->start_time by Jens Axboe · 10 years ago
  78. de83953 block: blk-exec.c: Cleaning up local variable address returnd by Rickard Strandqvist · 10 years ago
  79. b1de0d1 mm: convert some level-less printks to pr_* by Mitchel Humpherys · 10 years ago
  80. f6be4fb blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init() by Jens Axboe · 10 years ago
  81. 3b632cf blk-mq: don't allow queue entering for a dying queue by Keith Busch · 10 years ago
  82. a4391c6 blk-mq: bump max tag depth to 10K tags by Jens Axboe · 10 years ago
  83. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  84. 762380a block: add notion of a chunk size for request merging by Jens Axboe · 10 years ago
  85. 14b83e1 block: mq flush: clear flush_rq's tag in flush_end_io() by Ming Lei · 10 years ago
  86. 0e62f51 blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter by Jens Axboe · 10 years ago
  87. f899fed blk-mq: fix regression from commit 624dbe475416 by Jens Axboe · 10 years ago
  88. ff87bce blk-mq: handle NULL req return from blk_map_request in single queue mode by Jens Axboe · 10 years ago
  89. e6cdb09 blk-mq: fix sparse warning on missed __percpu annotation by Ming Lei · 10 years ago
  90. cb96a42 blk-mq: fix schedule from atomic context by Ming Lei · 10 years ago
  91. 1aecfe4 blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private header by Ming Lei · 10 years ago
  92. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  93. 80081ec Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  94. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  95. ed85186 blk-mq: push IPI or local end_io decision to __blk_mq_complete_request() by Jens Axboe · 10 years ago
  96. feff689 blk-mq: remember to start timeout handler for direct queue by Jens Axboe · 10 years ago
  97. c7bca41 block: ensure that the timer is always added by Jens Axboe · 10 years ago
  98. ee3c5db blk-mq: blk_mq_unregister_hctx() can be static by Fengguang Wu · 10 years ago
  99. 67aec14 blk-mq: make the sysfs mq/ layout reflect current mappings by Jens Axboe · 10 years ago
  100. f89ca16 Merge branch 'for-3.16/core' into for-3.16/drivers by Jens Axboe · 10 years ago