1. f1ba826 blk-mq: pass bio to blk_mq_sched_get_rq_priv by Paolo Valente · 8 years ago
  2. 5f478e4 block: fix double-free in the failure path of cgwb_bdi_init() by Tejun Heo · 8 years ago
  3. b35ba01 nvme: support ranged discard requests by Christoph Hellwig · 8 years ago
  4. 1e73973 block: optionally merge discontiguous discard bios into a single request by Christoph Hellwig · 8 years ago
  5. 34fe7c0 block: enumify ELEVATOR_*_MERGE by Christoph Hellwig · 8 years ago
  6. 6cf7677 block: move req_set_nomerge to blk.h by Christoph Hellwig · 8 years ago
  7. 80c6b15 blk-mq-sched: (un)register elevator when (un)registering queue by Omar Sandoval · 8 years ago
  8. e980f62 dm: don't allow ioctls to targets that don't map to whole devices by Christoph Hellwig · 8 years ago
  9. e4d750c block: free merged request in the caller by Jens Axboe · 8 years ago
  10. b973cb7 blk-merge: return the merged request by Jens Axboe · 8 years ago
  11. 9b54d81 blkcg: fix double free of new_blkg in blkcg_init_queue by Hou Tao · 8 years ago
  12. 0cacba6 blk-mq-sched: bypass the scheduler for flushes entirely by Omar Sandoval · 8 years ago
  13. e173549 zram_drv: update for backing dev info changes by Jens Axboe · 8 years ago
  14. 6ac9311 blktrace: use existing disk debugfs directory by Omar Sandoval · 8 years ago
  15. 62ebce1 blk-mq: move debugfs_remove() of disk dir to blk_release_queue() by Omar Sandoval · 8 years ago
  16. 18fbda9 block: use same block debugfs directory for blk-mq and blktrace by Omar Sandoval · 8 years ago
  17. a428d31 blktrace: make do_blk_trace_setup() static by Omar Sandoval · 8 years ago
  18. 03796c1 block: fix debugfs config conditional in struct request_queue by Omar Sandoval · 8 years ago
  19. a7c5437 debugfs: add debugfs_lookup() by Omar Sandoval · 8 years ago
  20. 0dba131 scsi, block: fix duplicate bdi name registration crashes by Dan Williams · 8 years ago
  21. efa7c9f block: Get rid of blk_get_backing_dev_info() by Jan Kara · 8 years ago
  22. b1d2dc56 block: Make blk_get_backing_dev_info() safe without open bdev by Jan Kara · 8 years ago
  23. d03f6cd block: Dynamically allocate and refcount backing_dev_info by Jan Kara · 8 years ago
  24. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  25. f44f1ab block: Unhash block device inodes on gendisk destruction by Jan Kara · 8 years ago
  26. b0d9111 nbd: use an idr to keep track of nbd devices by Josef Bacik · 8 years ago
  27. 124d6db nbd: use our own workqueue for recv threads by Josef Bacik · 8 years ago
  28. 72f2f8f blk-mq-debug: Introduce debugfs_create_files() by Bart Van Assche · 8 years ago
  29. 8c0f14e blk-mq-debug: Make show() operations interruptible by Bart Van Assche · 8 years ago
  30. a1ae0f7 blk-mq-debug: Avoid that sparse complains about req_flags_t usage by Bart Van Assche · 8 years ago
  31. f3bcb0e blk-mq-debugfs: Add missing __acquires() / __releases() annotations by Bart Van Assche · 8 years ago
  32. d486f1f block: move internal_tag to same cache line as tag by Jens Axboe · 8 years ago
  33. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  34. 2f5a8e80 ide: don't abuse cmd_type by Christoph Hellwig · 8 years ago
  35. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 8 years ago
  36. 09fc54c nbd: move request validity checking into nbd_send_cmd by Christoph Hellwig · 8 years ago
  37. 27410a8 nbd: remove REQ_TYPE_DRV_PRIV leftovers by Christoph Hellwig · 8 years ago
  38. 55460a8 mspro_block: remove pointless prep_fn by Christoph Hellwig · 8 years ago
  39. cf22f802 ms_block: remove pointless prep_fn by Christoph Hellwig · 8 years ago
  40. 261c83c mmc: remove pointless request type check in mmc_prep_request by Christoph Hellwig · 8 years ago
  41. 68b568c ѕd: remove pointless REQ_TYPE_FS check by Christoph Hellwig · 8 years ago
  42. 1dd128a scm_blk: remove unneeded REQ_TYPE_FS check by Christoph Hellwig · 8 years ago
  43. 97b50a6 virtio_blk: make SCSI passthrough support configurable by Christoph Hellwig · 8 years ago
  44. 85dada0 virtio_blk: remove struct request backpointer from virtblk_req by Christoph Hellwig · 8 years ago
  45. 72148ae block: make scsi_request and scsi ioctl support optional by Christoph Hellwig · 8 years ago
  46. 3719fa8 skd: implement trivial scsi ioctls directly by Christoph Hellwig · 8 years ago
  47. 1a7347c nvme/scsi: don't rely on BLK_MAX_CDB by Christoph Hellwig · 8 years ago
  48. f605208 nvme: fix compilation of scsi component by Jens Axboe · 8 years ago
  49. fb045ca2 block: don't assign cmd_flags in __blk_rq_prep_clone by Christoph Hellwig · 8 years ago
  50. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  51. 8ae94eb block/bsg: move queue creation into bsg_setup_queue by Christoph Hellwig · 8 years ago
  52. e9c787e scsi: allocate scsi_cmnd structures as part of struct request by Christoph Hellwig · 8 years ago
  53. d48777a6 scsi: remove __scsi_alloc_queue by Christoph Hellwig · 8 years ago
  54. eeff68c scsi: remove scsi_cmd_dma_pool by Christoph Hellwig · 8 years ago
  55. 0a6ac4e scsi: respect unchecked_isa_dma for blk-mq by Christoph Hellwig · 8 years ago
  56. 0fbc3e0 scsi: remove gfp_flags member in scsi_host_cmd_pool by Christoph Hellwig · 8 years ago
  57. 80e1836 scsi_dh_hp_sw: switch to scsi_execute_req_flags() by Hannes Reinecke · 8 years ago
  58. b78205c scsi_dh_emc: switch to scsi_execute_req_flags() by Hannes Reinecke · 8 years ago
  59. 3278255 scsi_dh_rdac: switch to scsi_execute_req_flags() by Hannes Reinecke · 8 years ago
  60. eb8db83 dm: always defer request allocation to the owner of the request_queue by Christoph Hellwig · 8 years ago
  61. 4bf58435 dm: remove incomplete BLOCK_PC support by Christoph Hellwig · 8 years ago
  62. 48b77ad block: cleanup tracing by Christoph Hellwig · 8 years ago
  63. 6d247d7 block: allow specifying size for extra command data by Christoph Hellwig · 8 years ago
  64. 5ea708d block: simplify blk_init_allocated_queue by Christoph Hellwig · 8 years ago
  65. e6f7f93 block: fix elevator init check by Christoph Hellwig · 8 years ago
  66. 309bd96 md: cleanup bio op / flags handling in raid1_write_request by Christoph Hellwig · 8 years ago
  67. f924ba7 Merge branch 'for-4.11/block' into for-4.11/rq-refactor by Jens Axboe · 8 years ago
  68. 400f73b blk-mq: fix debugfs compilation issues by Omar Sandoval · 8 years ago
  69. f3a8ab7 block: cleanup remaining manual checks for PREFLUSH|FUA by Jens Axboe · 8 years ago
  70. bd6737f blk-mq-sched: add flush insertion into blk_mq_sched_insert_request() by Jens Axboe · 8 years ago
  71. f73f44e block: add a op_is_flush helper by Christoph Hellwig · 8 years ago
  72. c13660a blk-mq-sched: change ->dispatch_requests() to ->dispatch_request() by Jens Axboe · 8 years ago
  73. 50e1dab blk-mq-sched: fix starvation for multiple hardware queues and shared tags by Jens Axboe · 8 years ago
  74. 99cf1dc blk-mq: release driver tag on a requeue event by Jens Axboe · 8 years ago
  75. 3c782d6 blk-mq: fix potential race in queue restart and driver tag allocation by Jens Axboe · 8 years ago
  76. 0abad77 blk-mq: improve scheduler queue sync/async running by Jens Axboe · 8 years ago
  77. 4a46f05 blk-mq: move hctx and ctx counters from sysfs to debugfs by Omar Sandoval · 8 years ago
  78. be21547 blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfs by Omar Sandoval · 8 years ago
  79. d7e3621 blk-mq: add tags and sched_tags bitmaps to debugfs by Omar Sandoval · 8 years ago
  80. d96b37c blk-mq: move tags and sched_tags info from sysfs to debugfs by Omar Sandoval · 8 years ago
  81. 0bfa528 blk-mq: export software queue pending map to debugfs by Omar Sandoval · 8 years ago
  82. 24af1ccf sbitmap: add helpers for dumping to a seq_file by Omar Sandoval · 8 years ago
  83. 7b39385 blk-mq: add extra request information to debugfs by Omar Sandoval · 8 years ago
  84. 950cd7e blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfs by Omar Sandoval · 8 years ago
  85. 9abb2ad blk-mq: add hctx->{state,flags} to debugfs by Omar Sandoval · 8 years ago
  86. 07e4fea blk-mq: create debugfs directory tree by Omar Sandoval · 8 years ago
  87. b48fda0 blk-mq-sched: check for successful allocation before assigning tag by Jens Axboe · 8 years ago
  88. 5a797e0 blk-mq: don't lose flags passed in to blk_mq_alloc_request() by Jens Axboe · 8 years ago
  89. 200e86b blk-mq: only apply active queue tag throttling for driver tags by Jens Axboe · 8 years ago
  90. 1cf4175 cfq-iosched: Adjust one function call together with a variable assignment by Markus Elfring · 8 years ago
  91. d609af3 blk-throttle: Adjust two function calls together with a variable assignment by Markus Elfring · 8 years ago
  92. 4d608ba block: Initialize cfqq->ioprio_class in cfq_get_queue() by Alexander Potapenko · 8 years ago
  93. 7a308bb Linux 4.10-rc5 by Linus Torvalds · 8 years ago
  94. 095cbe6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  95. 24b8683 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  96. 585457f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  97. bb6c01c Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  98. c497f8d Merge tag 'usb-4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  99. f68d853 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  100. f5e8c0f Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago