1. 77072ca Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  2. 0cc61e6 block: fix timeout changes for legacy request drivers by Christoph Hellwig · 7 years ago
  3. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  4. 0df0bb0 null_blk: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  5. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  6. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
  7. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  8. 66231ad block: null_blk: fix 'Invalid parameters' when loading module by Ming Lei · 7 years ago
  9. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  10. 24941b9 null_blk: add 'requeue' fault attribute by Jens Axboe · 7 years ago
  11. 86ff7c2 blk-mq: introduce BLK_STS_DEV_RESOURCE by Ming Lei · 7 years ago
  12. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  13. 33f782c null_blk: remove explicit 'select FAULT_INJECTION' by Arnd Bergmann · 7 years ago
  14. 93b5704 null_blk: add option for managing IO timeouts by Jens Axboe · 7 years ago
  15. 5448aca null_blk: wire up timeouts by Jens Axboe · 7 years ago
  16. 74ede5a null_blk: remove lightnvm support by Matias Bjørling · 7 years ago
  17. 0864fe0 null_blk: unalign call_single_data by Jens Axboe · 7 years ago
  18. 1addb79 null_blk: fix dev->badblocks leak by David Disseldorp · 7 years ago
  19. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  20. e1919df nullb: make config_item_type const by Bhumika Goyal · 7 years ago
  21. 30c516d nullb: fix error return code in null_init() by Wei Yongjun · 7 years ago
  22. b3cffc3 null_blk: add "no_sched" module parameter by weiping zhang · 7 years ago
  23. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  24. 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 7 years ago
  25. b3c3051 null_blk: use available 'dev' in nullb_device_power_store() by Jens Axboe · 7 years ago
  26. 060fd19 block/nullb: delete unnecessary memory free by Shaohua Li · 7 years ago
  27. 0d06a42 block/nullb: fix NULL dereference by Shaohua Li · 7 years ago
  28. 231b3db null_blk: update email adress by Jens Axboe · 7 years ago
  29. 2f54a61 nullb: badbblocks support by Shaohua Li · 7 years ago
  30. deb78b4 nullb: emulate cache by Shaohua Li · 7 years ago
  31. eff2c4f nullb: bandwidth control by Shaohua Li · 7 years ago
  32. 306eb6b nullb: support discard by Shaohua Li · 7 years ago
  33. 5bcd0e0 nullb: support memory backed store by Shaohua Li · 7 years ago
  34. 94bc02e nullb: use ida to manage index by Shaohua Li · 7 years ago
  35. cedcafa nullb: add interface to power on disk by Shaohua Li · 7 years ago
  36. 3bf2bd2 nullb: add configfs interface by Shaohua Li · 7 years ago
  37. 2984c86 nullb: factor disk parameters by Shaohua Li · 7 years ago
  38. d424681 null_blk: make sure submit_queues > 0 by weiping zhang · 7 years ago
  39. 558ab300 null_blk: simplify logic for use_per_node_hctx by weiping zhang · 7 years ago
  40. db2d153 null_blk: fix error flow for shared tags during module_init by Max Gurtovoy · 8 years ago
  41. 82f402f null_blk: add support for shared tags by Jens Axboe · 8 years ago
  42. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 8 years ago
  43. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  44. 08e0029 blk-mq: remove the error argument to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  45. eb1a61a null_blk: don't pass always-0 req->errors to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  46. 2644a3c null_blk: Use blk_init_request_from_bio() instead of open-coding it by Bart Van Assche · 8 years ago
  47. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  48. db5bcf8 null_blk: add blocking mode by Jens Axboe · 8 years ago
  49. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  50. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  51. 06894ef lightnvm: use end_io callback instead of instance by Matias Bjørling · 8 years ago
  52. 19bd6fe lightnvm: reduce number of nvm_id groups to one by Matias Bjørling · 8 years ago
  53. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  54. 92153d3 null_blk: add usage hints for NVM by Yasuaki Ishimatsu · 8 years ago
  55. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  56. b0b4e09 lightnvm: control life of nvm_dev in driver by Matias Bjørling · 8 years ago
  57. 9ae2d0a null_blk: refactor to support non-gendisk devices by Matias Bjørling · 8 years ago
  58. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  59. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  60. 3681c85 null_blk: add lightnvm null_blk device to the nullb_list by Wenwei Tao · 9 years ago
  61. a514379 null_blk: oops when initializing without lightnvm by Matias Bjørling · 9 years ago
  62. bf64318 lightnvm: allow to force mm initialization by Matias Bjørling · 9 years ago
  63. 0a13dae Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  64. 6412035 Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  65. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  66. e93d12a null_blk: use sector_div instead of do_div by Arnd Bergmann · 9 years ago
  67. 91276162 lightnvm: refactor end_io functions for sync by Matias Bjørling · 9 years ago
  68. 48cc661 null_blk: use async queue restart helper by Jens Axboe · 9 years ago
  69. e827120 null_blk: fix use-after-free error by Mike Krinkin · 9 years ago
  70. af096e2 null_blk: Fix error path in module initialization by Minfei Huang · 9 years ago
  71. 16f26c3 lightnvm: replace req queue with nvmdev for lld by Matias Bjørling · 9 years ago
  72. 6f3b0e8 blk-mq: add a flags parameter to blk_mq_alloc_request by Christoph Hellwig · 9 years ago
  73. dbac117 null_blk: change type of completion_nsec to unsigned long by Arianna Avanzini · 9 years ago
  74. cf8ecc5 null_blk: guarantee device restart in all irq modes by Arianna Avanzini · 9 years ago
  75. 3c395a9 null_blk: set a separate timer for each command by Paolo Valente · 9 years ago
  76. 54514aa4 null_blk: do not del gendisk with lightnvm by Matias Bjørling · 9 years ago
  77. 5b40db9 null_blk: use device addressing mode by Matias Bjørling · 9 years ago
  78. 6bb9535 null_blk: use ppa_cache pool by Matias Bjørling · 9 years ago
  79. b2b7e00 null_blk: register as a LightNVM device by Matias Bjørling · 9 years ago
  80. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  81. f4829a9 blk-mq: fix racy updates of rq->errors by Christoph Hellwig · 9 years ago
  82. 5fdb7e1 null_blk: fix wrong capacity when bs is not 512 bytes by Matias Bjørling · 9 years ago
  83. de65d2d null_blk: fix memory leak on cleanup by Matias Bjørling · 9 years ago
  84. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  85. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  86. 2197406 null_blk: fix use-after-free problem by Mike Krinkin · 9 years ago
  87. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  88. 8b70f45 null_blk: restart request processing on completion handler by Akinobu Mita · 10 years ago
  89. 419c21a null_blk: prevent timer handler running on a different CPU where started by Akinobu Mita · 10 years ago
  90. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 10 years ago
  91. 227290b null_blk: suppress invalid partition info by Jens Axboe · 10 years ago
  92. 35b489d block: fix checking return value of blk_mq_init_queue by Ming Lei · 10 years ago
  93. 709c866 null_blk: boundary check queue_mode and irqmode by Matias Bjorling · 10 years ago
  94. b352172 Merge branch 'master' into for-3.19/drivers by Jens Axboe · 10 years ago
  95. 74c4505 blk-mq: add a 'list' parameter to ->queue_rq() by Jens Axboe · 10 years ago
  96. 31f9690 null_blk: Cleanup error recovery in null_add_dev() by Jan Kara · 10 years ago
  97. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  98. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  99. c8a446a blk-mq: rename blk_mq_end_io to blk_mq_end_request by Christoph Hellwig · 10 years ago
  100. e249007 blk-mq: call blk_mq_start_request from ->queue_rq by Christoph Hellwig · 10 years ago