1. 3deff1a md: support REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  2. 02d2610 sd: implement REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  3. 885fa13 block: implement splitting of REQ_OP_WRITE_ZEROES bios by Christoph Hellwig · 8 years ago
  4. 1d62ac1 block: renumber REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  5. 81d926e sd: split sd_setup_discard_cmnd by Christoph Hellwig · 8 years ago
  6. 591c59d block: sed-opal: Tone down all the pr_* to debugs by Scott Bauer · 8 years ago
  7. 710c785 blk-mq: Clarify comments in blk_mq_dispatch_rq_list() by Bart Van Assche · 8 years ago
  8. 705cda9 blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_list by Bart Van Assche · 8 years ago
  9. d945a36 blk-mq: use true instead of 1 for blk_mq_queue_data.last by Omar Sandoval · 8 years ago
  10. 807b104 blk-mq: make driver tag failure path easier to follow by Omar Sandoval · 8 years ago
  11. ee056f9 blk-mq-sched: provide hooks for initializing hardware queue data by Omar Sandoval · 8 years ago
  12. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
  13. 6d8c6c0 blk-mq: Restart a single queue if tag sets are shared by Bart Van Assche · 8 years ago
  14. 6077c2d dm rq: Avoid that request processing stalls sporadically by Bart Van Assche · 8 years ago
  15. 36e3cf2 scsi: Avoid that SCSI queues get stuck by Bart Van Assche · 8 years ago
  16. 7587a5a blk-mq: Introduce blk_mq_delay_run_hw_queue() by Bart Van Assche · 8 years ago
  17. fbbaf70 block: trace completion of all bios. by NeilBrown · 8 years ago
  18. dbde775 block: simple improvements for bio->flags by NeilBrown · 8 years ago
  19. ebe8bdd blk-mq: remap queues when adding/removing hardware queues by Omar Sandoval · 8 years ago
  20. 54d5329 blk-mq-sched: fix crash in switch error path by Omar Sandoval · 8 years ago
  21. 9325263 blk-mq-sched: set up scheduler tags when bringing up new queues by Omar Sandoval · 8 years ago
  22. 6917ff0 blk-mq-sched: refactor scheduler initialization by Omar Sandoval · 8 years ago
  23. 81380ca blk-mq: use the right hctx when getting a driver tag fails by Omar Sandoval · 8 years ago
  24. 1dd5198 block: move timeout field in struct request to pack better by Jens Axboe · 8 years ago
  25. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
  26. 44e44b2 nvme: move the retries count to struct nvme_request by Christoph Hellwig · 8 years ago
  27. 83f3aeb nvme: mark nvme_max_retries static by Christoph Hellwig · 8 years ago
  28. f6324b1 nvme: cleanup nvme_req_needs_retry by Christoph Hellwig · 8 years ago
  29. 987f699 nvme: move ->retries setup to nvme_setup_cmd by Christoph Hellwig · 8 years ago
  30. 8e14be5 remove the obsolete hd driver by Christoph Hellwig · 8 years ago
  31. f2fbc9d blk-mq: Remove blk_mq_queue_data.list by Bart Van Assche · 8 years ago
  32. 142bbdf cfq: Disable writeback throttling by default by Jan Kara · 8 years ago
  33. 85003a4 block: fix inheriting request priority from bio by Adam Manzanares · 8 years ago
  34. 77f02a7 nvme: factor request completion code into a common helper by Christoph Hellwig · 8 years ago
  35. 4bca70d nvme-fc: drop ctrl for all command completions by Christoph Hellwig · 8 years ago
  36. f2cd54d nvme-fc: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  37. 7d9a5e7 nvme-loop: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  38. e806666 nvme-rdma: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  39. 62eeacb nvme_fc: Clean up host fcpio done status handling by James Smart · 8 years ago
  40. c820ad4 nvmet_fc: Clear SG list to avoid double frees by James Smart · 8 years ago
  41. f77fc87 nvme_fc: correct LS validation by James Smart · 8 years ago
  42. 4083aa9 nvmet_fc: Sync NVME LS reject reasons with spec by James Smart · 8 years ago
  43. 726a108 nvme_fc: Add check of status_code in ERSP_IU by James Smart · 8 years ago
  44. 0f222cc nvme_fc: Sync FC-NVME header with standard by James Smart · 8 years ago
  45. fd8563c nvme-rdma: Support ctrl_loss_tmo by Sagi Grimberg · 8 years ago
  46. 42a4527 nvme-fabrics: Allow ctrl loss timeout configuration by Sagi Grimberg · 8 years ago
  47. 7777bde nvme-rdma: get rid of local reconnect_delay by Sagi Grimberg · 8 years ago
  48. 3b06837 nvme-loop: retrieve iod from the cqe command_id by Sagi Grimberg · 8 years ago
  49. d89a39b nvme-loop: remove unneeded includes by Sagi Grimberg · 8 years ago
  50. c0e4a6f nvme-fc: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  51. d19eef0 nvme-loop: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  52. a56c79c nvme-rdma: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  53. 2ca0786 nvmet: use symbolic constants for log identifiers by Max Gurtovoy · 8 years ago
  54. 64a0ca8 nvmet: Introduced helper routine for controller status check. by Parav Pandit · 8 years ago
  55. 4151dd9 nvmet: Fixed avoided printing nvmet: twice in error logs. by Parav Pandit · 8 years ago
  56. 4459e04 iscsi-target: use generic inet_pton_with_scope by Sagi Grimberg · 8 years ago
  57. 0928f9b nvme-rdma: use inet_pton_with_scope helper by Sagi Grimberg · 8 years ago
  58. 670c2a3 nvmet-rdma: use generic inet_pton_with_scope by Sagi Grimberg · 8 years ago
  59. b1a951f net/utils: generic inet_pton_with_scope helper by Sagi Grimberg · 8 years ago
  60. 297186d nvme-loop: remove some code duplication by Sagi Grimberg · 8 years ago
  61. 782d820 nvme-rdma: Give some more grace for rdma connection establishment by Sagi Grimberg · 8 years ago
  62. 777dc82 nvmet-rdma: occasionally flush ongoing controller teardown by Sagi Grimberg · 8 years ago
  63. dc2ad16 nvme-rdma: handle cpu unplug when re-establishing the controller by Sagi Grimberg · 8 years ago
  64. 8d61413 nvmet-rdma: Fix a possible uninitialized variable dereference by Sagi Grimberg · 8 years ago
  65. 427242c nvmet: confirm sq percpu has scheduled and switched to atomic by Sagi Grimberg · 8 years ago
  66. 6ecda70 nvme-loop: handle cpu unplug when re-establishing the controller by Sagi Grimberg · 8 years ago
  67. d476983 nvme-loop: fix a possible use-after-free when destroying the admin queue by Sagi Grimberg · 8 years ago
  68. 8945927 Merge branch 'nvme-4.11-rc' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 8 years ago
  69. 793c7ed nvmet: fix byte swap in nvmet_parse_io_cmd by Christoph Hellwig · 8 years ago
  70. 78ce3da nvmet: fix byte swap in nvmet_execute_write_zeroes by Christoph Hellwig · 8 years ago
  71. 5ac5fcc nvmet: add missing byte swap in nvmet_get_smart_log by Christoph Hellwig · 8 years ago
  72. f1dd03a nvme: add missing byte swap in nvme_setup_discard by Christoph Hellwig · 8 years ago
  73. bf17aa3 nvme: Correct NVMF enum values to match NVMe-oF rev 1.0 by Roland Dreier · 8 years ago
  74. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  75. db5bcf8 null_blk: add blocking mode by Jens Axboe · 8 years ago
  76. bf4907c blk-mq: fix schedule-under-preempt for blocking drivers by Jens Axboe · 8 years ago
  77. 47d7520 block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle" by Colin Ian King · 8 years ago
  78. ac77a0c block: do not put mq context in blk_mq_alloc_request_hctx by Minchan Kim · 8 years ago
  79. 3e06eb3 block: do not put mq context in blk_mq_alloc_request_hctx by Minchan Kim · 8 years ago
  80. 89970a0 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  81. 806276b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  82. 52b9c81 Merge branch 'apw' (xfrm_user fixes) by Linus Torvalds · 8 years ago
  83. 3e8a706 blk-mq: include errors in did_work calculation by Jens Axboe · 8 years ago
  84. b58e176 block-mq: don't re-queue if we get a queue error by Josef Bacik · 8 years ago
  85. 457e490f blkcg: allocate struct blkcg_gq outside request queue spinlock by Tahsin Erdogan · 8 years ago
  86. d708f0d Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock" by Jens Axboe · 8 years ago
  87. 48b99c9 blk-mq: fix a typo and a spelling mistake by Jens Axboe · 8 years ago
  88. 018c259 blk-mq-pci: Fix two spelling mistakes by Sagi Grimberg · 8 years ago
  89. 72c3373 Merge branch 'regset' (PTRACE_SETREGSET data leakage) by Linus Torvalds · 8 years ago
  90. d3805c5 sparc/ptrace: Preserve previous registers for short regset write by Dave Martin · 8 years ago
  91. d614fd5 mips/ptrace: Preserve previous registers for short regset write by Dave Martin · 8 years ago
  92. 7195ee3 metag/ptrace: Reject partial NT_METAG_RPIPE writes by Dave Martin · 8 years ago
  93. 5fe81fe metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUS by Dave Martin · 8 years ago
  94. a78ce80 metag/ptrace: Preserve previous registers for short regset write by Dave Martin · 8 years ago
  95. 502585c h8300/ptrace: Fix incorrect register transfer count by Dave Martin · 8 years ago
  96. fb411b83 c6x/ptrace: Remove useless PTRACE_SETREGSET implementation by Dave Martin · 8 years ago
  97. f843ee6 xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harder by Andy Whitcroft · 8 years ago
  98. 677e806 xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_window by Andy Whitcroft · 8 years ago
  99. 02ba889 block: fix leak of q->rq_wb by Omar Sandoval · 8 years ago
  100. 0c9539a blk-mq: fix leak of q->stats by Omar Sandoval · 8 years ago