1. 046755a drivers/block/null_blk_main.c: fix uninitialized var warnings by Andrew Morton · 5 years ago
  2. ca0a95a drivers/block/null_blk_main.c: fix layout by Andrew Morton · 5 years ago
  3. bca1c43 null_blk: remove unused variable warning on !CONFIG_BLK_DEV_ZONED by Jens Axboe · 5 years ago
  4. 6c6b354 block: set the zone size in blk_revalidate_disk_zones atomically by Christoph Hellwig · 5 years ago
  5. ae58954 block: don't handle bio based drivers in blk_revalidate_disk_zones by Christoph Hellwig · 5 years ago
  6. 979d544 null_blk: cleanup null_gendisk_register by Christoph Hellwig · 5 years ago
  7. 5c4bd1f null_blk: fix zone size paramter check by Damien Le Moal · 5 years ago
  8. 6d09c40 null_blk: Add zone_nr_conv to features by Damien Le Moal · 5 years ago
  9. 7fc8fb5 null_blk: clean up report zones by Christoph Hellwig · 5 years ago
  10. e3f8956 null_blk: clean up the block device operations by Christoph Hellwig · 5 years ago
  11. dd85b49 null_blk: return fixed zoned reads > write pointer by Ajay Joshi · 5 years ago
  12. 45919fb null_blk: Enable modifying 'submit_queues' after an instance has been configured by Bart Van Assche · 5 years ago
  13. e29158b null_blk: Improve nullb_device_##NAME##_store() readability by Bart Van Assche · 5 years ago
  14. 9c7eddf null_blk: format pr_* logs with pr_fmt by André Almeida · 5 years ago
  15. 701dfc4 null_blk: match the type of parameter nr_devices by André Almeida · 5 years ago
  16. 4467453 null_blk: do not fail the module load with zero devices by André Almeida · 5 years ago
  17. f7c4ce8 null_blk: validate the number of devices by André Almeida · 5 years ago
  18. 4e47ee8 null_blk: fix module name at log message by André Almeida · 5 years ago
  19. 780d97a block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disks by Damien Le Moal · 5 years ago
  20. a3d7d67 null_blk: create a helper for req completion by Chaitanya Kulkarni · 5 years ago
  21. fceb5d1 null_blk: create a helper for zoned devices by Chaitanya Kulkarni · 5 years ago
  22. 7ea88e2 null_blk: create a helper for mem-backed ops by Chaitanya Kulkarni · 5 years ago
  23. 8f94d1c null_blk: create a helper for badblocks by Chaitanya Kulkarni · 5 years ago
  24. adb8428 null_blk: create a helper for throttling by Chaitanya Kulkarni · 5 years ago
  25. d4b186e null_blk: move duplicate code to callers by Chaitanya Kulkarni · 5 years ago
  26. a61dbfb null_blk: implement REQ_OP_ZONE_RESET_ALL by Chaitanya Kulkarni · 5 years ago
  27. 152c762 null_blk: fix type mismatch null_handle_cmd() by Chaitanya Kulkarni · 6 years ago
  28. 8c54803 null_blk: remove duplicate 0 initialization by Chaitanya Kulkarni · 6 years ago
  29. 7602843 block: null_blk: fix race condition for null_del_dev by Bob Liu · 6 years ago
  30. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  31. 7ff684a null_blk: prevent crash from bad home_node value by John Pittman · 6 years ago
  32. bf7c7a0 null_blk: fix checking for REQ_FUA by Heinz Mauelshagen · 6 years ago
  33. d11a399 block: kill QUEUE_FLAG_FLUSH_NQ by Jens Axboe · 6 years ago
  34. 6d46964 block: remove the lock argument to blk_alloc_queue_node by Christoph Hellwig · 6 years ago
  35. 8e18ebe null_blk: remove unused nullb device by Jens Axboe · 6 years ago
  36. 49f6613 nullb: remove leftover legacy request code by Christoph Hellwig · 6 years ago
  37. ea2c18e null_blk: Add conventional zone configuration for zoned support by Masato Suzuki · 6 years ago
  38. bf50545 block: Introduce blk_revalidate_disk_zones() by Damien Le Moal · 6 years ago
  39. e76239a block: add a report_zones method by Christoph Hellwig · 6 years ago
  40. de03859 null_blk: remove set but not used variable 'q' by YueHaibing · 6 years ago
  41. e50b1e3 null_blk: remove legacy IO path by Jens Axboe · 6 years ago
  42. b228ba1 null_blk: fix zoned support for non-rq based operation by Jens Axboe · 6 years ago
  43. 61884de null_blk: add lock drop/acquire annotation by Jens Axboe · 6 years ago
  44. 76f17d8 block: Rename the null_blk_mod kernel module back into null_blk by Bart Van Assche · 6 years ago[Renamed from drivers/block/null_blk.c]
  45. ca4b2a0 null_blk: add zone support by Matias Bjørling · 7 years ago
  46. 6dad38d null_blk: move shared definitions to header file by Matias Bjørling · 7 years ago
  47. 00a8cdb null_blk: remove NULLB_DEV_FL_CONFIGURED on turning off nullb device by Liu Bo · 7 years ago
  48. 77072ca Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  49. 0cc61e6 block: fix timeout changes for legacy request drivers by Christoph Hellwig · 7 years ago
  50. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  51. 0df0bb0 null_blk: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  52. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  53. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
  54. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  55. 66231ad block: null_blk: fix 'Invalid parameters' when loading module by Ming Lei · 7 years ago
  56. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  57. 24941b9 null_blk: add 'requeue' fault attribute by Jens Axboe · 7 years ago
  58. 86ff7c2 blk-mq: introduce BLK_STS_DEV_RESOURCE by Ming Lei · 7 years ago
  59. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  60. 33f782c null_blk: remove explicit 'select FAULT_INJECTION' by Arnd Bergmann · 7 years ago
  61. 93b5704 null_blk: add option for managing IO timeouts by Jens Axboe · 7 years ago
  62. 5448aca null_blk: wire up timeouts by Jens Axboe · 7 years ago
  63. 74ede5a null_blk: remove lightnvm support by Matias Bjørling · 7 years ago
  64. 0864fe0 null_blk: unalign call_single_data by Jens Axboe · 7 years ago
  65. 1addb79 null_blk: fix dev->badblocks leak by David Disseldorp · 7 years ago
  66. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  67. e1919df nullb: make config_item_type const by Bhumika Goyal · 7 years ago
  68. 30c516d nullb: fix error return code in null_init() by Wei Yongjun · 7 years ago
  69. b3cffc3 null_blk: add "no_sched" module parameter by weiping zhang · 7 years ago
  70. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  71. 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 7 years ago
  72. b3c3051 null_blk: use available 'dev' in nullb_device_power_store() by Jens Axboe · 7 years ago
  73. 060fd19 block/nullb: delete unnecessary memory free by Shaohua Li · 7 years ago
  74. 0d06a42 block/nullb: fix NULL dereference by Shaohua Li · 7 years ago
  75. 231b3db null_blk: update email adress by Jens Axboe · 7 years ago
  76. 2f54a61 nullb: badbblocks support by Shaohua Li · 7 years ago
  77. deb78b4 nullb: emulate cache by Shaohua Li · 7 years ago
  78. eff2c4f nullb: bandwidth control by Shaohua Li · 7 years ago
  79. 306eb6b nullb: support discard by Shaohua Li · 7 years ago
  80. 5bcd0e0 nullb: support memory backed store by Shaohua Li · 7 years ago
  81. 94bc02e nullb: use ida to manage index by Shaohua Li · 7 years ago
  82. cedcafa nullb: add interface to power on disk by Shaohua Li · 7 years ago
  83. 3bf2bd2 nullb: add configfs interface by Shaohua Li · 7 years ago
  84. 2984c86 nullb: factor disk parameters by Shaohua Li · 7 years ago
  85. d424681 null_blk: make sure submit_queues > 0 by weiping zhang · 7 years ago
  86. 558ab300 null_blk: simplify logic for use_per_node_hctx by weiping zhang · 7 years ago
  87. db2d153 null_blk: fix error flow for shared tags during module_init by Max Gurtovoy · 8 years ago
  88. 82f402f null_blk: add support for shared tags by Jens Axboe · 8 years ago
  89. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 8 years ago
  90. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  91. 08e0029 blk-mq: remove the error argument to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  92. eb1a61a null_blk: don't pass always-0 req->errors to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  93. 2644a3c null_blk: Use blk_init_request_from_bio() instead of open-coding it by Bart Van Assche · 8 years ago
  94. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  95. db5bcf8 null_blk: add blocking mode by Jens Axboe · 8 years ago
  96. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  97. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  98. 06894ef lightnvm: use end_io callback instead of instance by Matias Bjørling · 8 years ago
  99. 19bd6fe lightnvm: reduce number of nvm_id groups to one by Matias Bjørling · 8 years ago
  100. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago