1. bd9026c bcache: remove unncessary code in bch_btree_keys_init() by Coly Li · 6 years ago
  2. 0b13efe bcache: add return value check to bch_cached_dev_run() by Coly Li · 6 years ago
  3. 89e0341 bcache: use sysfs_match_string() instead of __sysfs_match_string() by Alexandru Ardelean · 6 years ago
  4. f960fac bcache: remove unnecessary prefetch() in bset_search_tree() by Coly Li · 6 years ago
  5. 08ec1e6 bcache: add io error counting in write_bdev_super_endio() by Coly Li · 6 years ago
  6. 578df99 bcache: ignore read-ahead request failure on backing device by Coly Li · 6 years ago
  7. e6dcbd3 bcache: avoid flushing btree node in cache_set_flush() if io disabled by Coly Li · 6 years ago
  8. 695277f Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()" by Coly Li · 6 years ago
  9. 0ae49cb bcache: fix return value error in bch_journal_read() by Coly Li · 6 years ago
  10. b387e9b bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush() by Coly Li · 6 years ago
  11. 141df8b bcache: don't set max writeback rate if gc is running by Coly Li · 6 years ago
  12. a5b47a4 block: Remove unused code by Damien Le Moal · 6 years ago
  13. 2b50f23 block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely case by Douglas Anderson · 6 years ago
  14. 2ad7a0c Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.3/block by Jens Axboe · 6 years ago
  15. 16d4b74 md/raid1: Fix a warning message in remove_wb() by Dan Carpenter · 6 years ago
  16. 3726112 block, bfq: re-schedule empty queues if they deserve I/O plugging by Paolo Valente · 6 years ago
  17. 96a291c block, bfq: preempt lower-weight or lower-priority queues by Paolo Valente · 6 years ago
  18. 13a857a block, bfq: detect wakers and unconditionally inject their I/O by Paolo Valente · 6 years ago
  19. a3f9bce block, bfq: bring forward seek&think time update by Paolo Valente · 6 years ago
  20. 24792ad block, bfq: update base request service times when possible by Paolo Valente · 6 years ago
  21. db599f9 block, bfq: fix rq_in_driver check in bfq_update_inject_limit by Paolo Valente · 6 years ago
  22. 766d614 block, bfq: reset inject limit when think-time state changes by Paolo Valente · 6 years ago
  23. 6b2c8e5 Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-5.3/block by Jens Axboe · 6 years ago
  24. 7e31d82 Documentation: nvme: add an example for nvme fault injection by Akinobu Mita · 6 years ago
  25. f79d5fd nvme: enable to inject errors into admin commands by Akinobu Mita · 6 years ago
  26. a364645 nvme: prepare for fault injection into admin commands by Akinobu Mita · 6 years ago
  27. a5448fd nvmet: introduce target-side trace by Minwoo Im · 6 years ago
  28. 2f5af4a lightnvm: fix uninitialized pointer in nvm_remove_tgt() by Geert Uytterhoeven · 6 years ago
  29. 510fd8e lightnvm: pblk: fix freeing of merged pages by Heiner Litz · 6 years ago
  30. 5f965f4 nvme-trace: print result and status in hex format by Minwoo Im · 6 years ago
  31. ad795e4 nvme-trace: support for fabrics commands in host-side by Minwoo Im · 6 years ago
  32. 26f2990 nvme-trace: move opcode symbol print to nvme.h by Minwoo Im · 6 years ago
  33. 7183a46 nvme-trace: do not export nvme_trace_disk_name by Minwoo Im · 6 years ago
  34. 7c1ce40 nvme-pci: clean up nvme_remove_dead_ctrl a bit by Chaitanya Kulkarni · 6 years ago
  35. cee6c26 nvme-pci: properly report state change failure in nvme_reset_work by Minwoo Im · 6 years ago
  36. e71afda nvme-pci: set the errno on ctrl state change error by Chaitanya Kulkarni · 6 years ago
  37. dad77d6 nvme-pci: adjust irq max_vector using num_possible_cpus() by Minwoo Im · 6 years ago
  38. 483178f nvme-pci: remove queue_count_ops for write_queues and poll_queues by Minwoo Im · 6 years ago
  39. a232ea0 nvme-pci: remove unnecessary zero for static var by Minwoo Im · 6 years ago
  40. d916b1b nvme-pci: use host managed power state for suspend by Keith Busch · 6 years ago
  41. 7a1f46e nvme: introduce nvme_is_fabrics to check fabrics cmd by Minwoo Im · 6 years ago
  42. 1a87ee6 nvme: export get and set features by Keith Busch · 6 years ago
  43. 2181e45 nvme: fix possible io failures when removing multipathed ns by Anton Eidelman · 6 years ago
  44. 4bea364 nvme-fc: add message when creating new association by James Smart · 6 years ago
  45. 41b194b lpfc: add sysfs interface to post NVME RSCN by James Smart · 6 years ago
  46. 6f2589f lpfc: add support for translating an RSCN rcv into a discovery rescan by James Smart · 6 years ago
  47. ab72312 lpfc: add nvmet discovery_event op support by James Smart · 6 years ago
  48. f60cb93 lpfc: add support to generate RSCN events for nport by James Smart · 6 years ago
  49. 4cf7c36 nvme-fcloop: add support for nvmet discovery_event op by James Smart · 6 years ago
  50. 150d71f nvmet-fc: add transport discovery change event callback support by James Smart · 6 years ago
  51. 9d09dd8 nvmet: add transport discovery change op by James Smart · 6 years ago
  52. 474a280 cgroup: export css_next_descendant_pre for bfq by Christoph Hellwig · 6 years ago
  53. 8d54094 Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.3/block by Jens Axboe · 6 years ago
  54. d494549 md: add bitmap_abort label in md_run by Guoqing Jiang · 6 years ago
  55. 617b194 md-bitmap: create and destroy wb_info_pool with the change of bitmap by Guoqing Jiang · 6 years ago
  56. 10c92fc md-bitmap: create and destroy wb_info_pool with the change of backlog by Guoqing Jiang · 6 years ago
  57. 963c555 md: introduce mddev_create/destroy_wb_pool for the change of member device by Guoqing Jiang · 6 years ago
  58. 3e148a3 md/raid1: fix potential data inconsistency issue with write behind device by Guoqing Jiang · 6 years ago
  59. 0ce3537 f2fs: use block layer helper for show_bio_op macro by Chaitanya Kulkarni · 6 years ago
  60. b0e5168 block: update print_req_error() by Chaitanya Kulkarni · 6 years ago
  61. 874c893 block: use blk_op_str() in blk-mq-debugfs.c by Chaitanya Kulkarni · 6 years ago
  62. e47bc4e block: add centralize REQ_OP_XXX to string helper by Chaitanya Kulkarni · 6 years ago
  63. 178cc59 block: improve print_req_error by Christoph Hellwig · 6 years ago
  64. 8060c47 block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG by Christoph Hellwig · 6 years ago
  65. d625898 bfq-iosched: move bfq_stat_recursive_sum into the only caller by Christoph Hellwig · 6 years ago
  66. c0ce79dc blk-cgroup: move struct blkg_stat to bfq by Christoph Hellwig · 6 years ago
  67. 7af6fd9 blk-cgroup: introduce a new struct blkg_rwstat_sample by Christoph Hellwig · 6 years ago
  68. 5d0b6e4 blk-cgroup: pass blkg_rwstat structures by reference by Christoph Hellwig · 6 years ago
  69. 239eeb0 blk-cgroup: factor out a helper to read rwstat counter by Christoph Hellwig · 6 years ago
  70. 1aa0a13 block: mark blk_rq_bio_prep as inline by Christoph Hellwig · 6 years ago
  71. d627065 block: untangle the end of blk_bio_segment_split by Christoph Hellwig · 6 years ago
  72. e9cd19c block: simplify blk_recalc_rq_segments by Christoph Hellwig · 6 years ago
  73. 14ccb66 block: remove the bi_phys_segments field in struct bio by Christoph Hellwig · 6 years ago
  74. f924cdd block: remove blk_init_request_from_bio by Christoph Hellwig · 6 years ago
  75. 0c8cf8c block: initialize the write priority in blk_rq_bio_prep by Christoph Hellwig · 6 years ago
  76. a3fb01b blk-iolatency: only account submitted bios by Dennis Zhou · 6 years ago
  77. d27e84a block: drbd: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  78. 3a211b7 blk-core: Remove blk_end_request*() declarations by Pavel Begunkov · 6 years ago
  79. 243d9f7 block: code cleanup queue_poll_stat_show() by Chaitanya Kulkarni · 6 years ago
  80. 3f6d385 block: use right format specifier for op by Chaitanya Kulkarni · 6 years ago
  81. ee1e035 block: get rid of redundant else by Chaitanya Kulkarni · 6 years ago
  82. 8c54803 null_blk: remove duplicate 0 initialization by Chaitanya Kulkarni · 6 years ago
  83. 2f578aa block: move tag field position in struct request by Minwoo Im · 6 years ago
  84. 2af47c1 floppy: fix harmless clang build warning by Arnd Bergmann · 6 years ago
  85. f9bc64a block: use req_op() to maintain consistency by Chaitanya Kulkarni · 6 years ago
  86. 6631142 blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arbitration by Tejun Heo · 6 years ago
  87. 71c8140 blkcg: blkcg_activate_policy() should initialize ancestors first by Tejun Heo · 6 years ago
  88. ef069b9 blkcg: perpcu_ref init/exit should be done from blkg_alloc/free() by Tejun Heo · 6 years ago
  89. f539da8 blkcg: update blkcg_print_stat() to handle larger outputs by Tejun Heo · 6 years ago
  90. 5de0073 blk-iolatency: clear use_delay when io.latency is set to zero by Tejun Heo · 6 years ago
  91. f1f8f29 block: bio: Use struct_size() in kmalloc() by Gustavo A. R. Silva · 6 years ago
  92. 78b90a2 block: genhd: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  93. 7602843 block: null_blk: fix race condition for null_del_dev by Bob Liu · 6 years ago
  94. 315eb65 blk-mq/debugfs: Fix improper print qualifier by Pavel Begunkov · 6 years ago
  95. e9eeba2 md/raid10: read balance chooses idlest disk for SSD by Guoqing Jiang · 6 years ago
  96. c7afa80 md: raid1-10: Unify r{1,10}bio_pool_free by Marcos Paulo de Souza · 6 years ago
  97. 8cf05a7 md: raid10: Use struct_size() in kmalloc() by Gustavo A. R. Silva · 6 years ago
  98. ebfeb44 md/raid1: get rid of extra blank line and space by Yufen Yu · 6 years ago
  99. e5b521e md: fix spelling typo and add necessary space by Yufen Yu · 6 years ago
  100. 168b305 md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_show by Marcos Paulo de Souza · 6 years ago