1. f3010ec block/swim3: Remove dead return statement by Finn Thain · 6 years ago
  2. d4d179c block/amiflop: Don't log error message on invalid ioctl by Finn Thain · 6 years ago
  3. 093c482 gdrom: fix a memory leak bug by Wenwen Wang · 6 years ago
  4. d52c499 lightnvm: pblk: fix use-after-free bug by Gustavo A. R. Silva · 6 years ago
  5. 93f87a7 block: sunvdc: remove redundant code by Chengguang Xu · 6 years ago
  6. c411036 block: loop: remove redundant code by Chengguang Xu · 6 years ago
  7. 2e5b2d7 bsg: deprecate BIDI support in bsg by Christoph Hellwig · 6 years ago
  8. 6b45053 blkcg: remove unused __blkg_release_rcu() by Dennis Zhou · 6 years ago
  9. 6ab2187 blkcg: clean up blkg_tryget_closest() by Dennis Zhou · 6 years ago
  10. 5816a09 drbd: Change drbd_request_detach_interruptible's return type to int by Nathan Chancellor · 6 years ago
  11. a52c5a1 drbd: Avoid Clang warning about pointless switch statment by Nathan Chancellor · 6 years ago
  12. f31e583 drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire") by Lars Ellenberg · 6 years ago
  13. 9848b6d drbd: skip spurious timeout (ping-timeo) when failing promote by Lars Ellenberg · 6 years ago
  14. 9049ccd drbd: don't retry connection if peers do not agree on "authentication" settings by Lars Ellenberg · 6 years ago
  15. 2c38f03 drbd: fix print_st_err()'s prototype to match the definition by Luc Van Oostenryck · 6 years ago
  16. be80ff8 drbd: avoid spurious self-outdating with concurrent disconnect / down by Lars Ellenberg · 6 years ago
  17. f708bd0 drbd: do not block when adjusting "disk-options" while IO is frozen by Lars Ellenberg · 6 years ago
  18. a2823ea drbd: fix comment typos by Lars Ellenberg · 6 years ago
  19. fe43ed9 drbd: reject attach of unsuitable uuids even if connected by Lars Ellenberg · 6 years ago
  20. ad6e897 drbd: attach on connected diskless peer must not shrink a consistent device by Lars Ellenberg · 6 years ago
  21. 4ef2a4f drbd: fix confusing error message during attach by Lars Ellenberg · 6 years ago
  22. b17b596 drbd: disconnect, if the wrong UUIDs are attached on a connected peer by Lars Ellenberg · 6 years ago
  23. 94c43a1 drbd: ignore "all zero" peer volume sizes in handshake by Lars Ellenberg · 6 years ago
  24. d5412e8 drbd: centralize printk reporting of new size into drbd_set_my_capacity() by Lars Ellenberg · 6 years ago
  25. 792c3fd drbd: must not use connection after kref_put(&connection->kref) by Lars Ellenberg · 6 years ago
  26. d29e89e drbd: narrow rcu_read_lock in drbd_sync_handshake by Roland Kammerer · 6 years ago
  27. 3a762de block: save irq state in blkg_lookup_create() by Ming Lei · 6 years ago
  28. dbe3ece dm: don't reuse bio for flushes by Jens Axboe · 6 years ago
  29. 499aeb4 Merge branch 'nvme-4.21' of git://git.infradead.org/nvme into for-4.21/block by Jens Axboe · 6 years ago
  30. 604c01d nvme-pci: trace SQ status on completions by yupeng · 6 years ago
  31. ff8519f nvme-rdma: implement polling queue map by Sagi Grimberg · 6 years ago
  32. 89d4380 nvme-fabrics: allow user to pass in nr_poll_queues by Sagi Grimberg · 6 years ago
  33. 26c6822 nvme-fabrics: allow nvmf_connect_io_queue to poll by Sagi Grimberg · 6 years ago
  34. 6287b51 nvme-core: optionally poll sync commands by Sagi Grimberg · 6 years ago
  35. 7b7ab78 block: make request_to_qc_t public by Sagi Grimberg · 6 years ago
  36. 56a77d2 nvme-tcp: fix spelling mistake "attepmpt" -> "attempt" by Colin Ian King · 6 years ago
  37. a7273d4 nvme-tcp: fix endianess annotations by Christoph Hellwig · 6 years ago
  38. f4d10b5 nvmet-tcp: fix endianess annotations by Christoph Hellwig · 6 years ago
  39. 91a509f nvme-pci: refactor nvme_poll_irqdisable to make sparse happy by Christoph Hellwig · 6 years ago
  40. ed92ad3 nvme-pci: only set nr_maps to 2 if poll queues are supported by Christoph Hellwig · 6 years ago
  41. 5698b80 nvmet: use a macro for default error location by Chaitanya Kulkarni · 6 years ago
  42. 66c6afb nvmet: fix comparison of a u16 with -1 by Colin Ian King · 6 years ago
  43. cd19181 blk-mq: enable IO poll if .nr_queues of type poll > 0 by Ming Lei · 6 years ago
  44. 3c94d83 blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight() by Jens Axboe · 6 years ago
  45. e5edd5f blk-mq: skip zero-queue maps in blk_mq_map_swqueue by Ming Lei · 6 years ago
  46. 1336981 block: fix blk-iolatency accounting underflow by Dennis Zhou · 6 years ago
  47. c16d6b5 blk-mq: fix dispatch from sw queue by Ming Lei · 6 years ago
  48. 7211aef8 block: mq-deadline: Fix write completion handling by Damien Le Moal · 6 years ago
  49. 7e849dd nvme-pci: don't share queue maps by Christoph Hellwig · 6 years ago
  50. 5aceaeb blk-mq: only dispatch to non-defauly queue maps if they have queues by Christoph Hellwig · 6 years ago
  51. 346fc10 blk-mq: export hctx->type in debugfs instead of sysfs by Ming Lei · 6 years ago
  52. 07b35eb blk-mq: fix allocation for queue mapping table by Ming Lei · 6 years ago
  53. d19afeb blk-wbt: export internal state via debugfs by Ming Lei · 6 years ago
  54. cc56694 blk-mq-debugfs: support rq_qos by Ming Lei · 6 years ago
  55. f982495 block: update sysfs documentation by Damien Le Moal · 6 years ago
  56. 38a3499 block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add() by Chengguang Xu · 6 years ago
  57. e7cc005 aoe: add __exit annotation by Chengguang Xu · 6 years ago
  58. d04c406 block: clear REQ_HIPRI if polling is not supported by Christoph Hellwig · 6 years ago
  59. d6a51a9 blk-mq: replace and kill blk_mq_request_issue_directly by Jianchao Wang · 6 years ago
  60. 5b7a6f1 blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests by Jianchao Wang · 6 years ago
  61. 7f556a4 blk-mq: refactor the code of issue request directly by Jianchao Wang · 6 years ago
  62. 4c9770c block: remove the bio_integrity_advance export by Christoph Hellwig · 6 years ago
  63. 7403065 block: remove the bioset_integrity_free export by Christoph Hellwig · 6 years ago
  64. a45eb57 block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exports by Christoph Hellwig · 6 years ago
  65. 0374e11 block: remove the unused bio_iov_iter_get_pages export by Christoph Hellwig · 6 years ago
  66. 637b60a block: remove the blk_recount_segments export by Christoph Hellwig · 6 years ago
  67. 6c210aa block: remove the bio_phys_segments export by Christoph Hellwig · 6 years ago
  68. 092ff05 nvme: fix kernel paging oops by Sagi Grimberg · 6 years ago
  69. 2d9a058 Merge branch 'nvme-4.21' of git://git.infradead.org/nvme into for-4.21/block by Jens Axboe · 6 years ago
  70. e78bd0d bcache: print number of keys in trace_bcache_journal_write by Guoju Fang · 6 years ago
  71. cc38ca7 bcache: set writeback_percent in a flexible range by Coly Li · 6 years ago
  72. 9aaf516 bcache: make cutoff_writeback and cutoff_writeback_sync tunable by Coly Li · 6 years ago
  73. 009673d bcache: add MODULE_DESCRIPTION information by Coly Li · 6 years ago
  74. 7a671d8 bcache: option to automatically run gc thread after writeback by Coly Li · 6 years ago
  75. cb07ad6 bcache: introduce force_wake_up_gc() by Coly Li · 6 years ago
  76. f383ae3 bcache: cannot set writeback_running via sysfs if no writeback kthread created by Shenghui Wang · 6 years ago
  77. 79b7914 bcache: do not mark writeback_running too early by Shenghui Wang · 6 years ago
  78. 4e361e0 bcache: update comment in sysfs.c by Shenghui Wang · 6 years ago
  79. 3db4d07 bcache: update comment for bch_data_insert by Shenghui Wang · 6 years ago
  80. ae17102 bcache: do not check if debug dentry is ERR or NULL explicitly on remove by Shenghui Wang · 6 years ago
  81. d2f96f4 bcache: add comment for cache_set->fill_iter by Shenghui Wang · 6 years ago
  82. b65bb77 nvme-rdma: support separate queue maps for read and write by Sagi Grimberg · 6 years ago
  83. 873946f nvme-tcp: support separate queue maps for read and write by Sagi Grimberg · 6 years ago
  84. 330f6b8 nvme-fabrics: allow user to set nr_write_queues for separate queue maps by Sagi Grimberg · 6 years ago
  85. fa9a181 nvme-fabrics: add missing nvmf_ctrl_options documentation by Sagi Grimberg · 6 years ago
  86. e42b386 blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues by Sagi Grimberg · 6 years ago
  87. 23454d5 nvmet: update smart log with num err log entries by Chaitanya Kulkarni · 6 years ago
  88. 11ad507 nvmet: add error log page cmd handler by Chaitanya Kulkarni · 6 years ago
  89. c6aa354 nvmet: add error log support for file backend by Chaitanya Kulkarni · 6 years ago
  90. 3b031d1 nvmet: add error log support for bdev backend by Chaitanya Kulkarni · 6 years ago
  91. 2da6e00 nvmet: add error log support for admin-cmd by Chaitanya Kulkarni · 6 years ago
  92. 762a11d nvmet: add error log support for rdma backend by Chaitanya Kulkarni · 6 years ago
  93. 84faf42 nvmet: add error log support for fabrics-cmd by Chaitanya Kulkarni · 6 years ago
  94. e81446a nvmet: add error log support in the core by Chaitanya Kulkarni · 6 years ago
  95. 76574f3 nvmet: add interface to update error-log page by Chaitanya Kulkarni · 6 years ago
  96. e4a9762 nvmet: add error-log definitions by Chaitanya Kulkarni · 6 years ago
  97. b34de7c nvme: add error log page slot definition by Chaitanya Kulkarni · 6 years ago
  98. b7c8f36 nvme: remove nvme_common command cdw10 array by Chaitanya Kulkarni · 6 years ago
  99. 16d3a28 nvmet: remove unused variable by Sagi Grimberg · 6 years ago
  100. cb5b726 nvme: provide fallback for discard alloc failure by Jens Axboe · 6 years ago