1. f6324b1 nvme: cleanup nvme_req_needs_retry by Christoph Hellwig · 8 years ago
  2. 987f699 nvme: move ->retries setup to nvme_setup_cmd by Christoph Hellwig · 8 years ago
  3. 8e14be5 remove the obsolete hd driver by Christoph Hellwig · 8 years ago
  4. f2fbc9d blk-mq: Remove blk_mq_queue_data.list by Bart Van Assche · 8 years ago
  5. 142bbdf cfq: Disable writeback throttling by default by Jan Kara · 8 years ago
  6. 85003a4 block: fix inheriting request priority from bio by Adam Manzanares · 8 years ago
  7. 77f02a7 nvme: factor request completion code into a common helper by Christoph Hellwig · 8 years ago
  8. 4bca70d nvme-fc: drop ctrl for all command completions by Christoph Hellwig · 8 years ago
  9. f2cd54d nvme-fc: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  10. 7d9a5e7 nvme-loop: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  11. e806666 nvme-rdma: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  12. 62eeacb nvme_fc: Clean up host fcpio done status handling by James Smart · 8 years ago
  13. c820ad4 nvmet_fc: Clear SG list to avoid double frees by James Smart · 8 years ago
  14. f77fc87 nvme_fc: correct LS validation by James Smart · 8 years ago
  15. 4083aa9 nvmet_fc: Sync NVME LS reject reasons with spec by James Smart · 8 years ago
  16. 726a108 nvme_fc: Add check of status_code in ERSP_IU by James Smart · 8 years ago
  17. 0f222cc nvme_fc: Sync FC-NVME header with standard by James Smart · 8 years ago
  18. fd8563c nvme-rdma: Support ctrl_loss_tmo by Sagi Grimberg · 8 years ago
  19. 42a4527 nvme-fabrics: Allow ctrl loss timeout configuration by Sagi Grimberg · 8 years ago
  20. 7777bde nvme-rdma: get rid of local reconnect_delay by Sagi Grimberg · 8 years ago
  21. 3b06837 nvme-loop: retrieve iod from the cqe command_id by Sagi Grimberg · 8 years ago
  22. d89a39b nvme-loop: remove unneeded includes by Sagi Grimberg · 8 years ago
  23. c0e4a6f nvme-fc: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  24. d19eef0 nvme-loop: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  25. a56c79c nvme-rdma: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  26. 2ca0786 nvmet: use symbolic constants for log identifiers by Max Gurtovoy · 8 years ago
  27. 64a0ca8 nvmet: Introduced helper routine for controller status check. by Parav Pandit · 8 years ago
  28. 4151dd9 nvmet: Fixed avoided printing nvmet: twice in error logs. by Parav Pandit · 8 years ago
  29. 4459e04 iscsi-target: use generic inet_pton_with_scope by Sagi Grimberg · 8 years ago
  30. 0928f9b nvme-rdma: use inet_pton_with_scope helper by Sagi Grimberg · 8 years ago
  31. 670c2a3 nvmet-rdma: use generic inet_pton_with_scope by Sagi Grimberg · 8 years ago
  32. b1a951f net/utils: generic inet_pton_with_scope helper by Sagi Grimberg · 8 years ago
  33. 297186d nvme-loop: remove some code duplication by Sagi Grimberg · 8 years ago
  34. 782d820 nvme-rdma: Give some more grace for rdma connection establishment by Sagi Grimberg · 8 years ago
  35. 777dc82 nvmet-rdma: occasionally flush ongoing controller teardown by Sagi Grimberg · 8 years ago
  36. dc2ad16a nvme-rdma: handle cpu unplug when re-establishing the controller by Sagi Grimberg · 8 years ago
  37. 8d61413 nvmet-rdma: Fix a possible uninitialized variable dereference by Sagi Grimberg · 8 years ago
  38. 427242c nvmet: confirm sq percpu has scheduled and switched to atomic by Sagi Grimberg · 8 years ago
  39. 6ecda70 nvme-loop: handle cpu unplug when re-establishing the controller by Sagi Grimberg · 8 years ago
  40. d476983 nvme-loop: fix a possible use-after-free when destroying the admin queue by Sagi Grimberg · 8 years ago
  41. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  42. db5bcf8 null_blk: add blocking mode by Jens Axboe · 8 years ago
  43. bf4907c blk-mq: fix schedule-under-preempt for blocking drivers by Jens Axboe · 8 years ago
  44. 47d7520 block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle" by Colin Ian King · 8 years ago
  45. 3e06eb3 block: do not put mq context in blk_mq_alloc_request_hctx by Minchan Kim · 8 years ago
  46. 3e8a706 blk-mq: include errors in did_work calculation by Jens Axboe · 8 years ago
  47. b58e176 block-mq: don't re-queue if we get a queue error by Josef Bacik · 8 years ago
  48. 457e490f blkcg: allocate struct blkcg_gq outside request queue spinlock by Tahsin Erdogan · 8 years ago
  49. d708f0d Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock" by Jens Axboe · 8 years ago
  50. 48b99c9 blk-mq: fix a typo and a spelling mistake by Jens Axboe · 8 years ago
  51. 018c259 blk-mq-pci: Fix two spelling mistakes by Sagi Grimberg · 8 years ago
  52. 02ba889 block: fix leak of q->rq_wb by Omar Sandoval · 8 years ago
  53. 0c9539a blk-mq: fix leak of q->stats by Omar Sandoval · 8 years ago
  54. 334335d block: warn if sharing request queue across gendisks by Omar Sandoval · 8 years ago
  55. d3cfb2a block: block new I/O just after queue is set as dying by Ming Lei · 8 years ago
  56. 1671d52 block: rename blk_mq_freeze_queue_start() by Ming Lei · 8 years ago
  57. 5ed61d3 block: add a read barrier in blk_queue_enter() by Ming Lei · 8 years ago
  58. d9d149a blk-mq: comment on races related with timeout handler by Ming Lei · 8 years ago
  59. a4ef8e5 blk-mq: don't complete un-started request in timeout handler by Ming Lei · 8 years ago
  60. 7fc6b87 blkcg: allocate struct blkcg_gq outside request queue spinlock by Tahsin Erdogan · 8 years ago
  61. 8b0c441 jsflash: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  62. 103db8b swim: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  63. 3a64414 parport/pf: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  64. 547b50a parport/pcd: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  65. eaf487c parport/pd: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  66. a893cd7 hd: stop sharing request queue across multiple gendisks by Omar Sandoval · 8 years ago
  67. 53696b8 blk-throttle: add latency target support by Shaohua Li · 8 years ago
  68. b9147dd blk-throttle: add a mechanism to estimate IO latency by Shaohua Li · 8 years ago
  69. 88eeca4 block: track request size in blk_issue_stat by Shaohua Li · 8 years ago
  70. ec80991 blk-throttle: add interface for per-cgroup target latency by Shaohua Li · 8 years ago
  71. fa6fb5a blk-throttle: ignore idle cgroup limit by Shaohua Li · 8 years ago
  72. ada75b6 blk-throttle: add interface to configure idle time threshold by Shaohua Li · 8 years ago
  73. 9e234ee blk-throttle: add a simple idle detection by Shaohua Li · 8 years ago
  74. 7394e31 blk-throttle: make bandwidth change smooth by Shaohua Li · 8 years ago
  75. aec2424 blk-throttle: detect completed idle cgroup by Shaohua Li · 8 years ago
  76. d61fcfa blk-throttle: choose a small throtl_slice for SSD by Shaohua Li · 8 years ago
  77. 297e3d8 blk-throttle: make throtl_slice tunable by Shaohua Li · 8 years ago
  78. 06cceed blk-throttle: make sure expire time isn't too big by Shaohua Li · 8 years ago
  79. 3f0abd8 blk-throttle: add downgrade logic by Shaohua Li · 8 years ago
  80. c79892c blk-throttle: add upgrade logic for LIMIT_LOW state by Shaohua Li · 8 years ago
  81. b22c417 blk-throttle: configure bps/iops limit for cgroup in low limit by Shaohua Li · 8 years ago
  82. cd5ab1b blk-throttle: add .low interface by Shaohua Li · 8 years ago
  83. 327ffb9 blk-throttle: add configure option for new .low interface by Shaohua Li · 8 years ago
  84. 9f626e3 blk-throttle: prepare support multiple limits by Shaohua Li · 8 years ago
  85. 2ab5492 blk-throttle: use U64_MAX/UINT_MAX to replace -1 by Shaohua Li · 8 years ago
  86. 869ab90 block: constify struct blk_integrity_profile by Eric Biggers · 8 years ago
  87. 1be7d20 block: remove outdated part of blkdev_issue_flush() comment by Eric Biggers · 8 years ago
  88. e554911 block: correct documentation for blkdev_issue_discard() flags by Eric Biggers · 8 years ago
  89. 0a3ef9d mg_disk: use setup_timer by Geliang Tang · 8 years ago
  90. 68219bd block: floppy: use setup_timer by Geliang Tang · 8 years ago
  91. 7a88fa1 block: make nr_iovecs unsigned in bio_alloc_bioset() by Dan Carpenter · 8 years ago
  92. a4d907b blk-mq: streamline blk_mq_make_request by Christoph Hellwig · 8 years ago
  93. 2299722 blk-mq: split the plug and sync cases in blk_mq_make_request by Christoph Hellwig · 8 years ago
  94. 5eb6126 blk-mq: improve blk_mq_try_issue_directly by Christoph Hellwig · 8 years ago
  95. 254d259 blk-mq: merge mq and sq make_request instances by Christoph Hellwig · 8 years ago
  96. 7642747 blk-mq: remove BLK_MQ_F_DEFER_ISSUE by Christoph Hellwig · 8 years ago
  97. d01b2dc block: Fix oops scsi_disk_get() by Jan Kara · 8 years ago
  98. c70c176 kobject: Export kobject_get_unless_zero() by Jan Kara · 8 years ago
  99. f759741 block: Fix oops in locked_inode_to_wb_and_lock_list() by Jan Kara · 8 years ago
  100. b1c51af bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister() by Jan Kara · 8 years ago