1. 15f73f5 blk-mq: move failure injection out of blk_mq_complete_request by Christoph Hellwig · 4 years, 7 months ago
  2. a4414ae block: mtip32xx: Spelling s/configration/configuration/ by Geert Uytterhoeven · 5 years ago
  3. b71e8c1 block: mtip32xx: Remove call to memset after dma_alloc_coherent by Fuqian Huang · 6 years ago
  4. bb6f59a mtip32xx: also set max_segment_size in the device by Christoph Hellwig · 6 years ago
  5. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  6. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  7. cc6be13 mtip32xx: remove trim support by Christoph Hellwig · 6 years ago
  8. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  9. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  10. 22cb4e6 mtip32xx: ѕtop abusing the managed resource APIs by Christoph Hellwig · 6 years ago
  11. 4ba09f6 mtip32xx: use BLK_STS_DEV_RESOURCE for device resources by Jens Axboe · 6 years ago
  12. e4025e4 mtip32xx: avoid using semaphores by Arnd Bergmann · 6 years ago
  13. 39795d6 block: don't hold the queue_lock over blk_abort_request by Christoph Hellwig · 6 years ago
  14. 27d420bc mtip32xxx: use for_each_sg by Christoph Hellwig · 6 years ago
  15. d85cb20 mtip32xx: don't use req->special by Christoph Hellwig · 6 years ago
  16. 55c7bc3 mtip32xx: remove mtip_get_int_command by Christoph Hellwig · 6 years ago
  17. 7bbf118 mtip32xx: remove mtip_init_cmd_header by Christoph Hellwig · 6 years ago
  18. 643b5f6 mtip32xx: add missing endianess annotations on struct smart_attr by Christoph Hellwig · 6 years ago
  19. 449a15d mtip32xx: remove __force_bit2int by Christoph Hellwig · 6 years ago
  20. 81e6617 mtip32xx: return a blk_status_t from mtip_send_trim by Christoph Hellwig · 6 years ago
  21. 10966fa mtip32xx: merge mtip_submit_request into mtip_queue_rq by Christoph Hellwig · 6 years ago
  22. b5fa0e9 mtip32xx: move the blk_rq_map_sg call to mtip_hw_submit_io by Christoph Hellwig · 6 years ago
  23. 7baa857 blk-mq-tag: change busy_iter_fn to return whether to continue or not by Jens Axboe · 6 years ago
  24. 698b53b mtip32xx: clean an indentation issue, remove extraneous tabs by Colin Ian King · 6 years ago
  25. ee75fa2 mtip32xx: fully switch to the generic DMA API by Christoph Hellwig · 6 years ago
  26. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  27. aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  28. 3aed4bc mtip32xx: Convert to new IDA API by Matthew Wilcox · 7 years ago
  29. d5fcc4e drivers/block/mtip32xx: remove the null check for debugfs_remove_recursive by zhong jiang · 6 years ago
  30. d250bf4 blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter by Christoph Hellwig · 7 years ago
  31. c5fb85b mtip32xx: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  32. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  33. 5c26e05 mtip32xx: don't use block layer bounce buffers by Christoph Hellwig · 7 years ago
  34. 8e3c283 mtip32xx: Fix an error handling path in 'mtip_pci_probe()' by Christophe JAILLET · 7 years ago
  35. 4e699cb mtip32xx: Use the blk_queue_flag_*() functions by Bart Van Assche · 7 years ago
  36. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  37. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  38. 47bc227 mtip32xx: Clean up unused variables by Christos Gkekas · 7 years ago
  39. 459bd0d Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  40. 436c15a mtip32xx: quiesce request queues to make sure no submissions are inflight by Sagi Grimberg · 8 years ago
  41. 8a05aa4 mtip32xx: avoid to read HOST_CAP from HW in .queue_rq() by Ming Lei · 8 years ago
  42. 8c66ac6a mtip32xx: fix up the checking for internal command failure by Jens Axboe · 8 years ago
  43. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 8 years ago
  44. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  45. 6f63503c mtip32xx: convert internal commands to regular block infrastructure by Jens Axboe · 8 years ago
  46. 994ff07 mtip32xx: cleanup internal tag assumptions by Jens Axboe · 8 years ago
  47. d6296d39 blk-mq: update ->init_request and ->exit_request prototypes by Christoph Hellwig · 8 years ago
  48. a800ce8 Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED" by Jens Axboe · 8 years ago
  49. 3f5e6a3 mtip32xx: convert internal command issue to block IO path by Jens Axboe · 8 years ago
  50. baed548 mtip32xx: abstract out "are any commands active" helper by Jens Axboe · 8 years ago
  51. 8afdd94 mtip32xx: kill atomic argument to mtip_quiesce_io() by Jens Axboe · 8 years ago
  52. 0f6422a mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command() by Jens Axboe · 8 years ago
  53. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  54. a4e84aa mtip32xx: use runtime tag to initialize command header by Ming Lei · 8 years ago
  55. 95c55ff mtip32xx: fix dereference of stack garbage by Jens Axboe · 8 years ago
  56. 08e0029 blk-mq: remove the error argument to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  57. 4dda473 mtip32xx: add a status field to struct mtip_cmd by Christoph Hellwig · 8 years ago
  58. 4981d04 mtip32xx: pass BLK_MQ_F_NO_SCHED by Ming Lei · 8 years ago
  59. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  60. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  61. 1671d52 block: rename blk_mq_freeze_queue_start() by Ming Lei · 8 years ago
  62. 5b0e34e block: mtip32xx: set error code on failure by Pan Bian · 8 years ago
  63. b425b02 Block: mtip32xx: Improvement in code readability when memdup_user() fails. by Sachin Shukla · 8 years ago
  64. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  65. 99e6b87 mtip32xx: mark symbols static where possible by Baoyou Xie · 8 years ago
  66. 0d52c756 block: convert to device_add_disk() by Dan Williams · 9 years ago
  67. c2df40d drivers: use req op accessor by Mike Christie · 9 years ago
  68. 17fe95f mtip32xx: remove call to blk_queue_flush() by Jens Axboe · 9 years ago
  69. 6d125de mtip32xx: Convert to use blk_mq_tagset_busy_iter by Keith Busch · 9 years ago
  70. 5173cb8 mtip32xx: fix checks for dma mapping errors by Alexey Khoroshilov · 9 years ago
  71. 90beb2e mtip32xx: remove unneeded variable in mtip_cmd_timeout() by Jens Axboe · 9 years ago
  72. 008e56d mtip32xx: Cleanup queued requests after surprise removal by Asai Thambi SP · 9 years ago
  73. abb0ccd mtip32xx: Implement timeout handler by Asai Thambi SP · 9 years ago
  74. aae4a03 mtip32xx: Handle FTL rebuild failure state during device initialization by Asai Thambi SP · 9 years ago
  75. 51c6570 mtip32xx: Handle safe removal during IO by Asai Thambi SP · 9 years ago
  76. 59cf70e mtip32xx: Fix for rmmod crash when drive is in FTL rebuild by Asai Thambi SP · 9 years ago
  77. d8a18d2 mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild by Asai Thambi SP · 9 years ago
  78. 5b7e0a8 mtip32xx: Print exact time when an internal command is interrupted by Asai Thambi SP · 9 years ago
  79. e35b947 mtip32xx: Remove unwanted code from taskfile error handler by Asai Thambi SP · 9 years ago
  80. cfc05bd mtip32xx: Fix broken service thread handling by Asai Thambi SP · 9 years ago
  81. 6412035 Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  82. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  83. 9e35fdc mtip32xx: restrict variables visible in current code module by Zhu Yanjun · 9 years ago
  84. 8ed6010 mtip32xx: don't open-code memdup_user() by Al Viro · 9 years ago
  85. 6f3b0e8 blk-mq: add a flags parameter to blk_mq_alloc_request by Christoph Hellwig · 9 years ago
  86. 8aeea03 mtip32xx: use formatting capability of kthread_create_on_node by Rasmus Villemoes · 9 years ago
  87. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  88. 74c9c91 mtip32x: fix regression introduced by blk-mq per-hctx flush by Jeff Moyer · 9 years ago
  89. 98f57c5 mtip32xx: Fix accessing freed memory by Selvan Mani · 10 years ago
  90. 2f17d71 mtip32xx: increase wait time for hba reset by Asai Thambi SP · 10 years ago
  91. 7578726 mtip32xx: fix minor number by Asai Thambi SP · 10 years ago
  92. 284eb9a mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll() by Asai Thambi SP · 10 years ago
  93. 2132a54 mtip32xx: fix crash on surprise removal of the drive by Asai Thambi SP · 10 years ago
  94. 686d8e0 mtip32xx: Abort I/O during secure erase operation by Asai Thambi SP · 10 years ago
  95. ee04bed mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT by Asai Thambi SP · 10 years ago
  96. a7806fa mtip32xx: remove unused variable 'port->allocated' by Asai Thambi SP · 10 years ago
  97. 02b4826 mtip32xx: fix rmmod issue by Asai Thambi SP · 10 years ago
  98. 74c4505 blk-mq: add a 'list' parameter to ->queue_rq() by Jens Axboe · 10 years ago
  99. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  100. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago