1. 17912c4 lightnvm: submit erases using the I/O path by Javier González · 8 years ago
  2. 2849a7b nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identify by Scott Bauer · 8 years ago
  3. 654a01b lightnvm: Fix error handling by Christophe JAILLET · 8 years ago
  4. a88086e net: off by one in inet6_pton() by Dan Carpenter · 8 years ago
  5. 00e0439 blk-mq: introduce Kyber multiqueue I/O scheduler by Omar Sandoval · 8 years ago
  6. c05f852 blk-mq-sched: make completed_request() callback more useful by Omar Sandoval · 8 years ago
  7. 5b72727 blk-mq: export helpers by Omar Sandoval · 8 years ago
  8. 229a9287 blk-mq: add shallow depth option for blk_mq_get_tag() by Omar Sandoval · 8 years ago
  9. c05e667 sbitmap: add sbitmap_get_shallow() operation by Omar Sandoval · 8 years ago
  10. 8425339 remove the mg_disk driver by Christoph Hellwig · 8 years ago
  11. 3f19cd2 block: Fix list corruption of blk stats callback list by Jan Kara · 8 years ago
  12. f5c0b091 blk-mq: Show symbolic names for hctx state and flags by Bart Van Assche · 8 years ago
  13. 91d6890 blk-mq: Export queue state through /sys/kernel/debug/block/*/state by Bart Van Assche · 8 years ago
  14. bcd069b scsi: sd: Remove LBPRZ dependency for discards by Martin K. Petersen · 8 years ago
  15. e6bd931 scsi: sd: Separate zeroout and discard command choices by Martin K. Petersen · 8 years ago
  16. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  17. 45c2179 drbd: implement REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  18. 0dbed96 drbd: make intelligent use of blkdev_issue_zeroout by Christoph Hellwig · 8 years ago
  19. 71027e9 block: stop using discards for zeroing by Christoph Hellwig · 8 years ago
  20. 5d1429f mmc: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  21. 274243f rsxx: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  22. 93c1def rbd: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  23. f09a06a brd: remove discard support by Christoph Hellwig · 8 years ago
  24. 19372e2 loop: implement REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  25. 31edeac zram: implement REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  26. e850fd1 nvme: implement REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  27. e4b8783 sd: implement unmapping Write Zeroes by Christoph Hellwig · 8 years ago
  28. 3404512 block_dev: use blkdev_issue_zerout for hole punches by Christoph Hellwig · 8 years ago
  29. cb365b9 block: add a new BLKDEV_ZERO_NOFALLBACK flag by Christoph Hellwig · 8 years ago
  30. d928be9 block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  31. ee472d8 block: add a flags argument to (__)blkdev_issue_zeroout by Christoph Hellwig · 8 years ago
  32. c20cfc2 block: stop using blkdev_issue_write_same for zeroing by Christoph Hellwig · 8 years ago
  33. 615ec94 dm kcopyd: switch to use REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  34. ac62d62 dm: support REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  35. 0f5d690 dm io: discards don't take a payload by Christoph Hellwig · 8 years ago
  36. 3deff1a md: support REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  37. 02d2610 sd: implement REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  38. 885fa13 block: implement splitting of REQ_OP_WRITE_ZEROES bios by Christoph Hellwig · 8 years ago
  39. 1d62ac1 block: renumber REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  40. 81d926e sd: split sd_setup_discard_cmnd by Christoph Hellwig · 8 years ago
  41. 591c59d block: sed-opal: Tone down all the pr_* to debugs by Scott Bauer · 8 years ago
  42. 710c785 blk-mq: Clarify comments in blk_mq_dispatch_rq_list() by Bart Van Assche · 8 years ago
  43. 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
  44. d945a36 blk-mq: use true instead of 1 for blk_mq_queue_data.last by Omar Sandoval · 8 years ago
  45. 807b104 blk-mq: make driver tag failure path easier to follow by Omar Sandoval · 8 years ago
  46. ee056f9 blk-mq-sched: provide hooks for initializing hardware queue data by Omar Sandoval · 8 years ago
  47. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
  48. 6d8c6c0 blk-mq: Restart a single queue if tag sets are shared by Bart Van Assche · 8 years ago
  49. 6077c2d dm rq: Avoid that request processing stalls sporadically by Bart Van Assche · 8 years ago
  50. 36e3cf2 scsi: Avoid that SCSI queues get stuck by Bart Van Assche · 8 years ago
  51. 7587a5a blk-mq: Introduce blk_mq_delay_run_hw_queue() by Bart Van Assche · 8 years ago
  52. fbbaf70 block: trace completion of all bios. by NeilBrown · 8 years ago
  53. dbde775 block: simple improvements for bio->flags by NeilBrown · 8 years ago
  54. ebe8bdd blk-mq: remap queues when adding/removing hardware queues by Omar Sandoval · 8 years ago
  55. 54d5329 blk-mq-sched: fix crash in switch error path by Omar Sandoval · 8 years ago
  56. 9325263 blk-mq-sched: set up scheduler tags when bringing up new queues by Omar Sandoval · 8 years ago
  57. 6917ff0 blk-mq-sched: refactor scheduler initialization by Omar Sandoval · 8 years ago
  58. 81380ca blk-mq: use the right hctx when getting a driver tag fails by Omar Sandoval · 8 years ago
  59. 1dd5198 block: move timeout field in struct request to pack better by Jens Axboe · 8 years ago
  60. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
  61. 44e44b2 nvme: move the retries count to struct nvme_request by Christoph Hellwig · 8 years ago
  62. 83f3aeb nvme: mark nvme_max_retries static by Christoph Hellwig · 8 years ago
  63. f6324b1 nvme: cleanup nvme_req_needs_retry by Christoph Hellwig · 8 years ago
  64. 987f699 nvme: move ->retries setup to nvme_setup_cmd by Christoph Hellwig · 8 years ago
  65. 8e14be5 remove the obsolete hd driver by Christoph Hellwig · 8 years ago
  66. f2fbc9d blk-mq: Remove blk_mq_queue_data.list by Bart Van Assche · 8 years ago
  67. 142bbdf cfq: Disable writeback throttling by default by Jan Kara · 8 years ago
  68. 85003a4 block: fix inheriting request priority from bio by Adam Manzanares · 8 years ago
  69. 77f02a7 nvme: factor request completion code into a common helper by Christoph Hellwig · 8 years ago
  70. 4bca70d nvme-fc: drop ctrl for all command completions by Christoph Hellwig · 8 years ago
  71. f2cd54d nvme-fc: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  72. 7d9a5e7 nvme-loop: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  73. e806666 nvme-rdma: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  74. 62eeacb nvme_fc: Clean up host fcpio done status handling by James Smart · 8 years ago
  75. c820ad4 nvmet_fc: Clear SG list to avoid double frees by James Smart · 8 years ago
  76. f77fc87 nvme_fc: correct LS validation by James Smart · 8 years ago
  77. 4083aa9 nvmet_fc: Sync NVME LS reject reasons with spec by James Smart · 8 years ago
  78. 726a108 nvme_fc: Add check of status_code in ERSP_IU by James Smart · 8 years ago
  79. 0f222cc nvme_fc: Sync FC-NVME header with standard by James Smart · 8 years ago
  80. fd8563c nvme-rdma: Support ctrl_loss_tmo by Sagi Grimberg · 8 years ago
  81. 42a4527 nvme-fabrics: Allow ctrl loss timeout configuration by Sagi Grimberg · 8 years ago
  82. 7777bde nvme-rdma: get rid of local reconnect_delay by Sagi Grimberg · 8 years ago
  83. 3b06837 nvme-loop: retrieve iod from the cqe command_id by Sagi Grimberg · 8 years ago
  84. d89a39b nvme-loop: remove unneeded includes by Sagi Grimberg · 8 years ago
  85. c0e4a6f nvme-fc: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  86. d19eef0 nvme-loop: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  87. a56c79c nvme-rdma: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  88. 2ca0786 nvmet: use symbolic constants for log identifiers by Max Gurtovoy · 8 years ago
  89. 64a0ca8 nvmet: Introduced helper routine for controller status check. by Parav Pandit · 8 years ago
  90. 4151dd9 nvmet: Fixed avoided printing nvmet: twice in error logs. by Parav Pandit · 8 years ago
  91. 4459e04 iscsi-target: use generic inet_pton_with_scope by Sagi Grimberg · 8 years ago
  92. 0928f9b nvme-rdma: use inet_pton_with_scope helper by Sagi Grimberg · 8 years ago
  93. 670c2a3 nvmet-rdma: use generic inet_pton_with_scope by Sagi Grimberg · 8 years ago
  94. b1a951f net/utils: generic inet_pton_with_scope helper by Sagi Grimberg · 8 years ago
  95. 297186d nvme-loop: remove some code duplication by Sagi Grimberg · 8 years ago
  96. 782d820 nvme-rdma: Give some more grace for rdma connection establishment by Sagi Grimberg · 8 years ago
  97. 777dc82 nvmet-rdma: occasionally flush ongoing controller teardown by Sagi Grimberg · 8 years ago
  98. dc2ad16 nvme-rdma: handle cpu unplug when re-establishing the controller by Sagi Grimberg · 8 years ago
  99. 8d61413 nvmet-rdma: Fix a possible uninitialized variable dereference by Sagi Grimberg · 8 years ago
  100. 427242c nvmet: confirm sq percpu has scheduled and switched to atomic by Sagi Grimberg · 8 years ago