1. b620743 block: never take page references for ITER_BVEC by Christoph Hellwig · 6 years ago
  2. d7c8aa8 direct-io: use bio_release_pages in dio_bio_complete by Christoph Hellwig · 6 years ago
  3. 9fec4a2 block_dev: use bio_release_pages in bio_unmap_user by Christoph Hellwig · 6 years ago
  4. 57dfe3c block_dev: use bio_release_pages in blkdev_bio_end_io by Christoph Hellwig · 6 years ago
  5. 147a605 iomap: use bio_release_pages in iomap_dio_bio_end_io by Christoph Hellwig · 6 years ago
  6. 506e079 block: use bio_release_pages in bio_map_user_iov by Christoph Hellwig · 6 years ago
  7. 163cc2d block: use bio_release_pages in bio_unmap_user by Christoph Hellwig · 6 years ago
  8. d241a95 block: optionally mark pages dirty in bio_release_pages by Christoph Hellwig · 6 years ago
  9. b2d0d99 block: move the BIO_NO_PAGE_REF check into bio_release_pages by Christoph Hellwig · 6 years ago
  10. 5f2ab0c block: skd_main.c: Remove call to memset after dma_alloc_coherent by Fuqian Huang · 6 years ago
  11. b71e8c1 block: mtip32xx: Remove call to memset after dma_alloc_coherent by Fuqian Huang · 6 years ago
  12. 15ddffc block: sed-opal: "Never True" conditions by Revanth Rajashekar · 6 years ago
  13. 5e4c7cf block: sed-opal: PSID reverttper capability by Revanth Rajashekar · 6 years ago
  14. fbbe7c8 block, documentation: Document discard_zeroes_data, fua, max_discard_segments and write_zeroes_max_bytes by Bart Van Assche · 6 years ago
  15. 0c766e7 block, documentation: Explain the word 'segments' by Bart Van Assche · 6 years ago
  16. 6728ac3 block, documentation: Sort queue sysfs attribute names alphabetically by Bart Van Assche · 6 years ago
  17. 152c777 block, documentation: Fix wbt_lat_usec documentation by Bart Van Assche · 6 years ago
  18. 152c762 null_blk: fix type mismatch null_handle_cmd() by Chaitanya Kulkarni · 6 years ago
  19. dbc3117 block, bfq: NULL out the bic when it's no longer valid by Douglas Anderson · 6 years ago
  20. dff90d5 bcache: add reclaimed_journal_buckets to struct cache_set by Coly Li · 6 years ago
  21. 91be66e bcache: performance improvement for btree_flush_write() by Coly Li · 6 years ago
  22. 50a260e bcache: fix race in btree_flush_write() by Coly Li · 6 years ago
  23. d91ce75 bcache: remove retry_flush_write from struct cache_set by Coly Li · 6 years ago
  24. 41508bb bcache: add comments for mutex_lock(&b->write_lock) by Coly Li · 6 years ago
  25. e5ec5f4 bcache: only clear BTREE_NODE_dirty bit when it is set by Coly Li · 6 years ago
  26. 249a5f6 bcache: Revert "bcache: fix high CPU occupancy during journal" by Coly Li · 6 years ago
  27. ba82c1a bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free" by Coly Li · 6 years ago
  28. 1df3877 bcache: shrink btree node cache after bch_btree_check() by Coly Li · 6 years ago
  29. a231f07 bcache: set largest seq to ja->seq[bucket_index] in journal_read_bucket() by Coly Li · 6 years ago
  30. 2464b69 bcache: add code comments for journal_read_bucket() by Coly Li · 6 years ago
  31. 7e865eb bcache: fix potential deadlock in cached_def_free() by Coly Li · 6 years ago
  32. 80265d8 bcache: acquire bch_register_lock later in cached_dev_free() by Coly Li · 6 years ago
  33. 97ba3b8 bcache: acquire bch_register_lock later in cached_dev_detach_finish() by Coly Li · 6 years ago
  34. a59ff6c bcache: avoid a deadlock in bcache_reboot() by Coly Li · 6 years ago
  35. 5c2a634 bcache: stop writeback kthread and kworker when bch_cached_dev_run() failed by Coly Li · 6 years ago
  36. f54d801 bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_thread by Coly Li · 6 years ago
  37. 54619998 bcache: fix mistaken sysfs entry for io_error counter by Coly Li · 6 years ago
  38. 0c277e2 bcache: add pendings_cleanup to stop pending bcache device by Coly Li · 6 years ago
  39. 944a4f3 bcache: make bset_search_tree() be more understandable by Coly Li · 6 years ago
  40. 68a53c9 bcache: remove "XXX:" comment line from run_cache_set() by Coly Li · 6 years ago
  41. e0faa3d bcache: improve error message in bch_cached_dev_run() by Coly Li · 6 years ago
  42. 633bb2c bcache: add more error message in bch_cached_dev_attach() by Coly Li · 6 years ago
  43. 4b6efb4 bcache: more detailed error message to bcache_device_link() by Coly Li · 6 years ago
  44. 383ff21 bcache: check CACHE_SET_IO_DISABLE bit in bch_journal() by Coly Li · 6 years ago
  45. e775339 bcache: check CACHE_SET_IO_DISABLE in allocator code by Coly Li · 6 years ago
  46. bd9026c bcache: remove unncessary code in bch_btree_keys_init() by Coly Li · 6 years ago
  47. 0b13efe bcache: add return value check to bch_cached_dev_run() by Coly Li · 6 years ago
  48. 89e0341 bcache: use sysfs_match_string() instead of __sysfs_match_string() by Alexandru Ardelean · 6 years ago
  49. f960fac bcache: remove unnecessary prefetch() in bset_search_tree() by Coly Li · 6 years ago
  50. 08ec1e6 bcache: add io error counting in write_bdev_super_endio() by Coly Li · 6 years ago
  51. 578df99 bcache: ignore read-ahead request failure on backing device by Coly Li · 6 years ago
  52. e6dcbd3 bcache: avoid flushing btree node in cache_set_flush() if io disabled by Coly Li · 6 years ago
  53. 695277f Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()" by Coly Li · 6 years ago
  54. 0ae49cb bcache: fix return value error in bch_journal_read() by Coly Li · 6 years ago
  55. b387e9b bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush() by Coly Li · 6 years ago
  56. 141df8b bcache: don't set max writeback rate if gc is running by Coly Li · 6 years ago
  57. a5b47a4 block: Remove unused code by Damien Le Moal · 6 years ago
  58. 2b50f23 block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely case by Douglas Anderson · 6 years ago
  59. 2ad7a0c Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.3/block by Jens Axboe · 6 years ago
  60. 16d4b74 md/raid1: Fix a warning message in remove_wb() by Dan Carpenter · 6 years ago
  61. 3726112 block, bfq: re-schedule empty queues if they deserve I/O plugging by Paolo Valente · 6 years ago
  62. 96a291c block, bfq: preempt lower-weight or lower-priority queues by Paolo Valente · 6 years ago
  63. 13a857a block, bfq: detect wakers and unconditionally inject their I/O by Paolo Valente · 6 years ago
  64. a3f9bce block, bfq: bring forward seek&think time update by Paolo Valente · 6 years ago
  65. 24792ad block, bfq: update base request service times when possible by Paolo Valente · 6 years ago
  66. db599f9 block, bfq: fix rq_in_driver check in bfq_update_inject_limit by Paolo Valente · 6 years ago
  67. 766d614 block, bfq: reset inject limit when think-time state changes by Paolo Valente · 6 years ago
  68. 6b2c8e5 Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-5.3/block by Jens Axboe · 6 years ago
  69. 7e31d82 Documentation: nvme: add an example for nvme fault injection by Akinobu Mita · 6 years ago
  70. f79d5fd nvme: enable to inject errors into admin commands by Akinobu Mita · 6 years ago
  71. a364645 nvme: prepare for fault injection into admin commands by Akinobu Mita · 6 years ago
  72. a5448fd nvmet: introduce target-side trace by Minwoo Im · 6 years ago
  73. 2f5af4a lightnvm: fix uninitialized pointer in nvm_remove_tgt() by Geert Uytterhoeven · 6 years ago
  74. 510fd8e lightnvm: pblk: fix freeing of merged pages by Heiner Litz · 6 years ago
  75. 5f965f4 nvme-trace: print result and status in hex format by Minwoo Im · 6 years ago
  76. ad795e4 nvme-trace: support for fabrics commands in host-side by Minwoo Im · 6 years ago
  77. 26f2990 nvme-trace: move opcode symbol print to nvme.h by Minwoo Im · 6 years ago
  78. 7183a46 nvme-trace: do not export nvme_trace_disk_name by Minwoo Im · 6 years ago
  79. 7c1ce40 nvme-pci: clean up nvme_remove_dead_ctrl a bit by Chaitanya Kulkarni · 6 years ago
  80. cee6c26 nvme-pci: properly report state change failure in nvme_reset_work by Minwoo Im · 6 years ago
  81. e71afda nvme-pci: set the errno on ctrl state change error by Chaitanya Kulkarni · 6 years ago
  82. dad77d6 nvme-pci: adjust irq max_vector using num_possible_cpus() by Minwoo Im · 6 years ago
  83. 483178f nvme-pci: remove queue_count_ops for write_queues and poll_queues by Minwoo Im · 6 years ago
  84. a232ea0 nvme-pci: remove unnecessary zero for static var by Minwoo Im · 6 years ago
  85. d916b1b nvme-pci: use host managed power state for suspend by Keith Busch · 6 years ago
  86. 7a1f46e nvme: introduce nvme_is_fabrics to check fabrics cmd by Minwoo Im · 6 years ago
  87. 1a87ee6 nvme: export get and set features by Keith Busch · 6 years ago
  88. 2181e45 nvme: fix possible io failures when removing multipathed ns by Anton Eidelman · 6 years ago
  89. 4bea364 nvme-fc: add message when creating new association by James Smart · 6 years ago
  90. 41b194b lpfc: add sysfs interface to post NVME RSCN by James Smart · 6 years ago
  91. 6f2589f lpfc: add support for translating an RSCN rcv into a discovery rescan by James Smart · 6 years ago
  92. ab72312 lpfc: add nvmet discovery_event op support by James Smart · 6 years ago
  93. f60cb93 lpfc: add support to generate RSCN events for nport by James Smart · 6 years ago
  94. 4cf7c36 nvme-fcloop: add support for nvmet discovery_event op by James Smart · 6 years ago
  95. 150d71f nvmet-fc: add transport discovery change event callback support by James Smart · 6 years ago
  96. 9d09dd8 nvmet: add transport discovery change op by James Smart · 6 years ago
  97. 474a280 cgroup: export css_next_descendant_pre for bfq by Christoph Hellwig · 6 years ago
  98. 8d54094 Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.3/block by Jens Axboe · 6 years ago
  99. d494549 md: add bitmap_abort label in md_run by Guoqing Jiang · 6 years ago
  100. 617b194 md-bitmap: create and destroy wb_info_pool with the change of bitmap by Guoqing Jiang · 6 years ago