1. 254d259 blk-mq: merge mq and sq make_request instances by Christoph Hellwig · 8 years ago
  2. 7642747 blk-mq: remove BLK_MQ_F_DEFER_ISSUE by Christoph Hellwig · 8 years ago
  3. d01b2dc block: Fix oops scsi_disk_get() by Jan Kara · 8 years ago
  4. a83b576 block: fix stacked driver stats init and free by Jens Axboe · 8 years ago
  5. 34dbad5 blk-stat: convert to callback-based statistics reporting by Omar Sandoval · 8 years ago
  6. 4875253 blk-stat: move BLK_RQ_STAT_BATCH definition to blk-stat.c by Omar Sandoval · 8 years ago
  7. fa2e39c blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE} by Omar Sandoval · 8 years ago
  8. 0315b15 block: remove extra calls to wbt_exit() by Omar Sandoval · 8 years ago
  9. 7d8d001 blk-stat: fix blk_stat_sum() if all samples are batched by Omar Sandoval · 8 years ago
  10. 9c62110 blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly() by Jens Axboe · 8 years ago
  11. 0067d4b blk-mq: Fix tagset reinit in the presence of cpu hot-unplug by Sagi Grimberg · 8 years ago
  12. f5fe1b5 blk: Ensure users for current->bio_list can see the full list. by NeilBrown · 8 years ago
  13. 79bd995 blk: improve order of bio handling in generic_make_request() by NeilBrown · 8 years ago
  14. c01228d Revert "scsi, block: fix duplicate bdi name registration crashes" by Jan Kara · 8 years ago
  15. 90f16fd block: Make del_gendisk() safer for disks without queues by Jan Kara · 8 years ago
  16. b0bfdfc block/sed: Fix opal user range check and unused variables by Jon Derrick · 8 years ago
  17. 01388df blk-mq: free hctx->cpumask in release handler of hctx's kobject by Ming Lei · 8 years ago
  18. 6c8b232 blk-mq: make lifetime consistent between hctx and its kobject by Ming Lei · 8 years ago
  19. 7ea5fe3 blk-mq: make lifetime consitent between q/ctx and its kobject by Ming Lei · 8 years ago
  20. 737f98c blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue() by Ming Lei · 8 years ago
  21. e0d0722 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  22. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  23. 165a5e2 block: Move bdi_unregister() to del_gendisk() by Jan Kara · 8 years ago
  24. 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  25. 113285b blk-mq: ensure that bd->last is always set correctly by Jens Axboe · 8 years ago
  26. 7b36a71 block: don't call ioc_exit_icq() with the queue lock held for blk-mq by Jens Axboe · 8 years ago
  27. f91328c blk-mq: Provide freeze queue timeout by Keith Busch · 8 years ago
  28. 6bae363 blk-mq: Export blk_mq_freeze_queue_wait by Keith Busch · 8 years ago
  29. 562bef4 blk-mq: move update of tags->rqs to __blk_mq_alloc_request() by Omar Sandoval · 8 years ago
  30. 5974839 blk-mq: kill blk_mq_set_alloc_data() by Omar Sandoval · 8 years ago
  31. 6d2809d blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler request by Omar Sandoval · 8 years ago
  32. 415b806 blk-mq-sched: Allocate sched reserved tags as specified in the original queue tagset by Sagi Grimberg · 8 years ago
  33. 59f082e blk-mq: allocate blk_mq_tags and requests in correct node by Shaohua Li · 8 years ago
  34. f719ff9 sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  35. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  36. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  37. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  38. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  39. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  40. 105ab3d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h> by Ingo Molnar · 8 years ago
  41. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  42. b43daed scripts/spelling.txt: add "embeded" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  43. 7347342 blk-mq: provide a default queue mapping for virtio device by Christoph Hellwig · 8 years ago
  44. a682e00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  45. 1802979 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  46. d38d351 blk-mq-sched: separate mark hctx and queue restart operations by Omar Sandoval · 8 years ago
  47. da55f2c blk-mq: use sbq wait queues instead of restart for driver tags by Omar Sandoval · 8 years ago
  48. 2d19020 block/sed-opal: Propagate original error message to userland. by Scott Bauer · 8 years ago
  49. 7d6d157 block/sed-opal: Introduce free_opal_dev to free the structure and clean up state by Scott Bauer · 8 years ago
  50. 612dafa block: use for_each_thread() in sys_ioprio_set()/sys_ioprio_get() by Tetsuo Handa · 8 years ago
  51. b86dd81 block: get rid of blk-mq default scheduler choice Kconfig entries by Jens Axboe · 8 years ago
  52. eed6495 block/sed: Embed function data into the function sequence by Jon Derrick · 8 years ago
  53. 77039b9 block/sed: Check received header lengths by Jon Derrick · 8 years ago
  54. cccb924 block/sed: Add helper to qualify response tokens by Jon Derrick · 8 years ago
  55. aedb6e2 block/sed: Use ssize_t on atom parsers to return errors by Jon Derrick · 8 years ago
  56. d06e05c block: Unhash also block device inode for the whole device by Jan Kara · 8 years ago
  57. 4b8c861 block: Move bdev_unhash_inode() after invalidate_partition() by Jan Kara · 8 years ago
  58. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  59. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  60. 6010720 Merge branch 'for-4.11/block' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  61. 4f1244c block/sed-opal: allocate struct opal_dev dynamically by Christoph Hellwig · 8 years ago
  62. f5b37b7 block/sed-opal: tone down not supported warnings by Christoph Hellwig · 8 years ago
  63. 7520872c block: don't defer flushes on blk-mq + scheduling by Jens Axboe · 8 years ago
  64. 64765a7 blk-mq-sched: ask scheduler for work, if we failed dispatching leftovers by Jens Axboe · 8 years ago
  65. 0c2a6fe blk-mq: don't special case flush inserts for blk-mq-sched by Jens Axboe · 8 years ago
  66. c7a571b blk-mq-sched: don't add flushes to the head of requeue queue by Jens Axboe · 8 years ago
  67. 2aa0f21 blk-mq: have blk_mq_dispatch_rq_list() return if we queued IO or not by Jens Axboe · 8 years ago
  68. 5d7f5ce cfq-iosched: don't call wbt_disable_default() with IRQs disabled by Jens Axboe · 8 years ago
  69. c18a1e0 block: introduce bio_clone_bioset_partial() by Ming Lei · 8 years ago
  70. b410aff block: do not allow updates through sysfs until registration completes by Tahsin Erdogan · 8 years ago
  71. e225c20 Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN by Scott Bauer · 8 years ago
  72. d1a987f elevator: fix loading wrong elevator type for blk-mq devices by Jens Axboe · 8 years ago
  73. 3d492c2 blk-mq-sched: don't hold queue_lock when calling exit_icq by Omar Sandoval · 8 years ago
  74. f6f9430 block: set make_request_fn manually in blk_mq_update_nr_hw_queues by Josef Bacik · 8 years ago
  75. f1ba826 blk-mq: pass bio to blk_mq_sched_get_rq_priv by Paolo Valente · 8 years ago
  76. 1e73973 block: optionally merge discontiguous discard bios into a single request by Christoph Hellwig · 8 years ago
  77. 34fe7c0 block: enumify ELEVATOR_*_MERGE by Christoph Hellwig · 8 years ago
  78. 6cf7677 block: move req_set_nomerge to blk.h by Christoph Hellwig · 8 years ago
  79. 80c6b15 blk-mq-sched: (un)register elevator when (un)registering queue by Omar Sandoval · 8 years ago
  80. 455a7b2 block: Add Sed-opal library by Scott Bauer · 8 years ago
  81. eeeefd4 block: don't try Write Same from __blkdev_issue_zeroout by Christoph Hellwig · 8 years ago
  82. e4d750c block: free merged request in the caller by Jens Axboe · 8 years ago
  83. b973cb7 blk-merge: return the merged request by Jens Axboe · 8 years ago
  84. 9b54d81 blkcg: fix double free of new_blkg in blkcg_init_queue by Hou Tao · 8 years ago
  85. 0cacba6 blk-mq-sched: bypass the scheduler for flushes entirely by Omar Sandoval · 8 years ago
  86. 62ebce1 blk-mq: move debugfs_remove() of disk dir to blk_release_queue() by Omar Sandoval · 8 years ago
  87. 18fbda9 block: use same block debugfs directory for blk-mq and blktrace by Omar Sandoval · 8 years ago
  88. 0dba131 scsi, block: fix duplicate bdi name registration crashes by Dan Williams · 8 years ago
  89. efa7c9f block: Get rid of blk_get_backing_dev_info() by Jan Kara · 8 years ago
  90. b1d2dc56 block: Make blk_get_backing_dev_info() safe without open bdev by Jan Kara · 8 years ago
  91. d03f6cd block: Dynamically allocate and refcount backing_dev_info by Jan Kara · 8 years ago
  92. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  93. f44f1ab block: Unhash block device inodes on gendisk destruction by Jan Kara · 8 years ago
  94. bbfc3c5 block: queue lock must be acquired when iterating over rls by Tahsin Erdogan · 8 years ago
  95. 5fad1b6 block: Update comments that refer to __bio_map_user() and bio_map_user() by Bart Van Assche · 8 years ago
  96. 72f2f8f blk-mq-debug: Introduce debugfs_create_files() by Bart Van Assche · 8 years ago
  97. 8c0f14e blk-mq-debug: Make show() operations interruptible by Bart Van Assche · 8 years ago
  98. a1ae0f7 blk-mq-debug: Avoid that sparse complains about req_flags_t usage by Bart Van Assche · 8 years ago
  99. f3bcb0e blk-mq-debugfs: Add missing __acquires() / __releases() annotations by Bart Van Assche · 8 years ago
  100. 12d7095 blk-mq: don't fail allocating driver tag for stopped hw queue by Jens Axboe · 8 years ago