1. 02694e8 block: add a zone condition debug helper by Chaitanya Kulkarni · 5 years ago
  2. 01bb12f Merge branch 'nvme-5.7-rc1' of git://git.infradead.org/nvme into for-5.7/drivers by Jens Axboe · 5 years ago
  3. 43fcd9e nvme: cleanup namespace identifier reporting in nvme_init_ns_head by Christoph Hellwig · 5 years ago
  4. 026d2ef nvme: rename __nvme_find_ns_head to nvme_find_ns_head by Christoph Hellwig · 5 years ago
  5. fb314eb nvme: refactor nvme_identify_ns_descs error handling by Christoph Hellwig · 5 years ago
  6. bea54ef nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrl by Israel Rukshin · 5 years ago
  7. 9613586 nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrl by Israel Rukshin · 5 years ago
  8. ce15181 nvme: Fix controller creation races with teardown flow by Israel Rukshin · 5 years ago
  9. 726612b nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl by Israel Rukshin · 5 years ago
  10. b780d74 nvme: Fix ctrl use-after-free during sysfs deletion by Israel Rukshin · 5 years ago
  11. 253fd4a nvme-pci: Re-order nvme_pci_free_ctrl by Israel Rukshin · 5 years ago
  12. 6721c18 nvme: Remove unused return code from nvme_delete_ctrl_sync by Israel Rukshin · 5 years ago
  13. e7c43fe nvme: Use nvme_state_terminal helper by Israel Rukshin · 5 years ago
  14. f41cfd5 nvme: release ida resources by Max Gurtovoy · 5 years ago
  15. c225b61 nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IO by masahiro31.yamada@kioxia.com · 5 years ago
  16. e90d172 nvmet-tcp: optimize tcp stack TX when data digest is used by Sagi Grimberg · 5 years ago
  17. 8d8a50e nvme-fabrics: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  18. 764e933 nvme-multipath: do not reset on unknown status by John Meneghini · 5 years ago
  19. c363f24 nvmet-rdma: allocate RW ctxs according to mdts by Max Gurtovoy · 5 years ago
  20. ec6d20e nvmet-rdma: Implement get_mdts controller op by Max Gurtovoy · 5 years ago
  21. 02cb00e nvmet: Add get_mdts op for controllers by Max Gurtovoy · 5 years ago
  22. 2db24e4 nvme-pci: properly print controller address by Max Gurtovoy · 5 years ago
  23. 761ad26 nvme-tcp: break from io_work loop if recv failed by Sagi Grimberg · 5 years ago
  24. 5ff4e11 nvme-tcp: move send failure to nvme_tcp_try_send by Sagi Grimberg · 5 years ago
  25. 9cda34e nvmet-tcp: fix maxh2cdata icresp parameter by Sagi Grimberg · 5 years ago
  26. 40510a6 nvme-tcp: optimize queue io_cpu assignment for multiple queue maps by Sagi Grimberg · 5 years ago
  27. fa059b8 nvme-pci: Simplify nvme_poll_irqdisable by Keith Busch · 5 years ago
  28. 324b494 nvme-pci: Remove two-pass completions by Keith Busch · 5 years ago
  29. bf392a5 nvme-pci: Remove tag from process cq by Keith Busch · 5 years ago
  30. e2a366a nvme-pci: slimmer CQ head update by Alexey Dobriyan · 5 years ago
  31. 6d525f9 nvmet: check ncqr & nsqr for set-features cmd by Amit Engel · 5 years ago
  32. 3e98c24 nvme: Check for readiness more quickly, to speed up boot time by Josh Triplett · 5 years ago
  33. 94d2e70 nvme: log additional message for controller status by Rupesh Girase · 5 years ago
  34. ad95a61 nvme: code cleanup nvme_identify_ns_desc() by Chaitanya Kulkarni · 5 years ago
  35. 2289145 nvme: Don't deter users from enabling hwmon support by Jean Delvare · 5 years ago
  36. 45fb19f nvme: expose hostid via sysfs for fabrics controllers by Sagi Grimberg · 5 years ago
  37. 76171c6 nvme: expose hostnqn via sysfs for fabrics controllers by Sagi Grimberg · 5 years ago
  38. 5ae3a2c bcache: remove dupplicated declaration from btree.h by Coly Li · 5 years ago
  39. eb9b666 bcache: optimize barrier usage for atomic operations by Coly Li · 5 years ago
  40. b004aa8 bcache: optimize barrier usage for Rmw atomic bitops by Davidlohr Bueso · 5 years ago
  41. 9876e386 bcache: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  42. b144e45 bcache: make bch_sectors_dirty_init() to be multithreaded by Coly Li · 5 years ago
  43. 8e71022 bcache: make bch_btree_check() to be multithreaded by Coly Li · 5 years ago
  44. feac1a7 bcache: add bcache_ prefix to btree_root() and btree() macros by Coly Li · 5 years ago
  45. 253a99d9 bcache: move macro btree() and btree_root() into btree.h by Coly Li · 5 years ago
  46. 431d6e3 rsxx: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  47. fcc43a5 Merge branch 'md-next' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/song/md into for-5.7/drivers by Jens Axboe · 5 years ago
  48. e74d93e block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices by Konstantin Khlebnikov · 5 years ago
  49. 6b40bec md: check arrays is suspended in mddev_detach before call quiesce operations by Guoqing Jiang · 5 years ago
  50. e83995c floppy: rename the global "fdc" variable to "current_fdc" by Willy Tarreau · 5 years ago
  51. e203246 floppy: separate the FDC's base address from its registers by Willy Tarreau · 5 years ago
  52. ac70186 floppy: introduce new functions fdc_inb() and fdc_outb() by Willy Tarreau · 5 years ago
  53. fc0c5c0 floppy: prepare ARM code to simplify base address separation by Willy Tarreau · 5 years ago
  54. 336eae3 floppy: remove incomplete support for second FDC from ARM code by Willy Tarreau · 5 years ago
  55. 3c6051a floppy: remove dead code for drives scanning on ARM by Willy Tarreau · 5 years ago
  56. 8fb3845 floppy: cleanup: expand the reply_buffer macros by Willy Tarreau · 5 years ago
  57. 76dabe7 floppy: cleanup: expand the R/W / format command macros by Willy Tarreau · 5 years ago
  58. 2a34875 floppy: cleanup: expand macro DRWE by Willy Tarreau · 5 years ago
  59. 3bd7f87 floppy: cleanup: expand macro DRS by Willy Tarreau · 5 years ago
  60. 031faab floppy: cleanup: expand macro DP by Willy Tarreau · 5 years ago
  61. 121e297 floppy: cleanup: expand macro UDRWE by Willy Tarreau · 5 years ago
  62. 8d9d34e2 floppy: cleanup: expand macro UDRS by Willy Tarreau · 5 years ago
  63. 1ce9ae9 floppy: cleanup: expand macro UDP by Willy Tarreau · 5 years ago
  64. f9d322b floppy: cleanup: expand macro UFDCS by Willy Tarreau · 5 years ago
  65. de6048b floppy: cleanup: expand macro FDCS by Willy Tarreau · 5 years ago
  66. 290df92 null_blk: describe the usage of fault injection param by Dongli Zhang · 5 years ago
  67. ff770422 null_blk: fix spurious IO errors after failed past-wp access by Alexey Dobriyan · 5 years ago
  68. 2c27254 nbd: requeue command if the soecket is changed by Hou Pu · 5 years ago
  69. d970958 nbd: enable replace socket if only one connection is configured by Hou Pu · 5 years ago
  70. 91dfa2d block/drbd: delete invalid function drbd_md_mark_dirty_ by Jackie Liu · 5 years ago
  71. 7cd37a0 lightnvm: pblk: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  72. 0348510 block: aoe: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  73. 0fbcf57 loop: Only freeze block queue when needed. by Martijn Coenen · 5 years ago
  74. 7e81f99 loop: Only change blocksize when needed. by Martijn Coenen · 5 years ago
  75. 596444e null_blk: Add support for init_hctx() fault injection by Bart Van Assche · 5 years ago
  76. 9b03b71 null_blk: Handle null_add_dev() failures properly by Bart Van Assche · 5 years ago
  77. 2004bfd null_blk: Fix the null_add_dev() error path by Bart Van Assche · 5 years ago
  78. 78b10be null_blk: Fix changing the number of hardware queues by Bart Van Assche · 5 years ago
  79. b9853b4 null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed' by Bart Van Assche · 5 years ago
  80. d0930bb blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs() by Bart Van Assche · 5 years ago
  81. 6e66b49 blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync by Bart Van Assche · 5 years ago
  82. 2dd209f blk-mq: Fix a comment in include/linux/blk-mq.h by Bart Van Assche · 5 years ago
  83. 2c523b3 Linux 5.6-rc5 by Linus Torvalds · 5 years ago
  84. 6279026 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  85. efe582a Merge tag 'edac_urgent-2020-03-08' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 5 years ago
  86. 378fee2 Merge tag 'char-misc-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  87. b34e5c1 Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  88. cc432ae Merge tag 'tty-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  89. fd3f6cc Merge tag 'usb-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 5 years ago
  90. 61a0925 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  91. c200376 Merge tag 'io_uring-5.6-2020-03-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  92. 5dfcc13 Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  93. 6f784a3 Merge tag 'media/v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 5 years ago
  94. f0e20b8 io_uring: fix lockup with timeouts by Pavel Begunkov · 5 years ago
  95. 9d588f6 Merge tag 's390-5.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  96. 5236647 Merge tag 'powerpc-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  97. cbee7c8b Merge tag 'for-linus-5.6b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  98. fa883d6a Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  99. 676fc8d Merge tag 'sound-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  100. 5a56996 Merge tag 'asoc-fix-v5.6-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 5 years ago